Re: svn commit: r894515 - in /maven/plugins/trunk/maven-dependency-plugin/src: it/copy-and-unpack-with-alternate-local-repo/ it/copy/ main/java/org/apache/maven/plugin/dependency/ main/java/org/apac

2010-01-02 Thread Dan Tran
Hi Benjamin Sorry, did not see your comment until today, will look into it Thanks -Dan On Sat, Jan 2, 2010 at 3:16 AM, Benjamin Bentmann benjamin.bentm...@udo.edu wrote: Hi Dan, Author: dantran Date: Tue Dec 29 23:33:02 2009 New Revision: 894515 URL:

Re: svn commit: r894515 - in /maven/plugins/trunk/maven-dependency-plugin/src: it/copy-and-unpack-with-alternate-local-repo/ it/copy/ main/java/org/apache/maven/plugin/dependency/ main/java/org/apac

2010-01-02 Thread Dan Tran
done at r895269 Thanks -Dan On Sat, Jan 2, 2010 at 3:16 AM, Benjamin Bentmann benjamin.bentm...@udo.edu wrote: Hi Dan, Author: dantran Date: Tue Dec 29 23:33:02 2009 New Revision: 894515 URL: http://svn.apache.org/viewvc?rev=894515view=rev Log: MDEP-179:Add ability to use an alternate

Re: Test Plan for releasing maven-compiler-plugin 2.1

2009-12-29 Thread Dan Tran
It may be worth to release both at the same time with new surefire plugin in the test, of course maven-compiler-plugin are good to go first( seem you are already did it ) -D On Tue, Dec 29, 2009 at 5:49 PM, Stephen Connolly stephen.alan.conno...@gmail.com wrote: I was going to ask the same

Re: dropping non-unique snapshots in Maven 3

2009-12-23 Thread Dan Tran
It is interesting that 3.0 apha x already drops this feature even thou the discussion ( a while back ) asserted it would be deprecated in 3.0 and remove in 3.1 However, as I have complained before ;-), this feature is crucially needed for multi platforms ( native, c/c++) build of the same

Re: Local Repository Optimizations should be removed

2009-12-09 Thread Dan Tran
oh mine I am so glad accidentally read this. My team doing this so offen, by doing a quick branch an merge the change back how ever sometimes, it would some time to start the merge. so there are 2 solutions: - change the version or - each branch has its own local. This is very annoying

Re: Local Repository Optimizations should be removed

2009-12-09 Thread Dan Tran
and It is very tough or nearly impossible to ask developers 40+ to do the workaround below. -Dan On Wed, Dec 9, 2009 at 7:44 AM, Dan Tran dant...@gmail.com wrote: oh mine I am so glad accidentally read this. My team doing this so offen, by doing a quick branch an merge the change back how

Re: svn commit: r885618 - in /maven/scm/trunk/maven-scm-providers/maven-scm-providers-svn/maven-scm-provider-svnexe/src: main/java/org/apache/maven/scm/provider/svn/svnexe/command/tag/ test/java/org

2009-11-30 Thread Dan Tran
is it necessary to required svn 1.5?? and break backward compatibility? -cl.createArg().setValue( --parents ); +// SCM-487 olamy : this need a svn 1.5 cli +//cl.createArg().setValue( --parents ); I hope release plugin would never pick this up -Dan On Mon, Nov 30, 2009

Re: svn commit: r885618 - in /maven/scm/trunk/maven-scm-providers/maven-scm-providers-svn/maven-scm-provider-svnexe/src: main/java/org/apache/maven/scm/provider/svn/svnexe/command/tag/ test/java/org

2009-11-30 Thread Dan Tran
oops, I miss read the changes. but still want to ask, the change still compatible with svn 1.4 right? -Dan On Mon, Nov 30, 2009 at 3:46 PM, Dan Tran dant...@gmail.com wrote: is it necessary to required svn 1.5?? and break backward compatibility? -        cl.createArg().setValue( --parents

Re: What's blocking releasing maven-compiler-plugin?

2009-11-01 Thread Dan Tran
additionally, you can solicit the maven user list to turn on their build to pick up the maven-compile-plugin and maven-surefire-plugin snapshots to get feedback early. Then stage them. I will be happy to do that. -Dan Btw, I have been using an internal cut of post surefire 2.4.3 for quite

Re: Maven 3: Deprecating old-style references?

2009-10-30 Thread Dan Tran
It is going interesting to see lots/logs of warnings when we starting using 3.0 :-) -Dan On Fri, Oct 30, 2009 at 4:12 PM, Paul Benedict pbened...@apache.org wrote: I created MNG-4421 to track this issue: http://jira.codehaus.org/browse/MNG-4421 Paul On Fri, Oct 30, 2009 at 5:15 PM, Brian

Re: Multi-Platform snapshots

2009-09-04 Thread Dan Tran
I ran to the same thing and ended up to turn off timestamp snapshot -D On Fri, Sep 4, 2009 at 8:04 AM, Christian Edward Gruberchristianedwardgru...@gmail.com wrote: I've used classifiers before, though I think it's a bit of a hack.  There's also the native plugin which makes .nar archives  -

Re: Developed new maven plugin for Jlint

2009-07-08 Thread Dan Tran
how about host it at Jlint at sourceforge? -D On Wed, Jul 8, 2009 at 11:35 AM, Freddy Malletfreddy.mal...@gmail.com wrote: Hi Christopher, I also suggest you to join the Mojo project as you'll use the same Codehaus infrastructure to support your Sonar Jlint plugin and your Maven Jlint

Re: Critical dataloss bug in Maven clean 2.3

2009-03-28 Thread Dan Tran
It burned me before!!! :-) On Sat, Mar 28, 2009 at 11:13 AM, Bouiaw bou...@gmail.com wrote: Hi, Just to highlight that MCLEAN-39 dataloss bug is still opened, I think it should be a nice thing to fix it before some companies hard drive content behing removed by this terrible bug ! Sorry

Re: release maven-scm

2009-03-23 Thread Dan Tran
Good works Oliver, looking forward to the release Thanks -D On Mon, Mar 23, 2009 at 9:08 AM, Mark Struberg strub...@yahoo.de wrote: Any staging out there I can run a quick test with? Snapshot works for me so far (but didn't used it for releasing) LieGrue, strub --- Olivier Lamy

Re: [VOTE] Release Maven Scm 1.2 and maven-release-plugin 2.0-beta-9

2009-03-23 Thread Dan Tran
it means the work around for svn 1.5 issue is not needed ? :-) On Mon, Mar 23, 2009 at 4:38 PM, Olivier Lamy ol...@apache.org wrote: argh :-) Just tested the release plugin (and the changelog) with svn 1.6.0 and this scm release with success (on cygwin/windows). -- Olivier 2009/3/24 Jason

Re: [PLEASE TEST] Maven 2.1.0-RC2

2009-03-12 Thread Dan Tran
correct, my db2 profile is at root pom and I run my mvn command with db2 profile at a sub pom -D On Thu, Mar 12, 2009 at 4:27 AM, Torben S. Giesselmann tsg-sw...@foogoo.net wrote: My build shows a WARNING on a profile not activated even thou the profile I specified on command actual did run

Re: [PLEASE TEST] Maven 2.1.0-RC2

2009-03-12 Thread Dan Tran
done it is at https://jira.codehaus.org/browse/MNG-4084 On Thu, Mar 12, 2009 at 2:39 PM, John Casey jdca...@commonjava.org wrote: Dan, can you please file this in jira, and I'll try to take a look at it tomorrow. Thanks, -john Dan Tran wrote: correct, my db2 profile is at root pom

Re: [PLEASE TEST] Maven 2.1.0-RC2

2009-03-11 Thread Dan Tran
My build shows a WARNING on a profile not activated even thou the profile I specified on command actual did run C:\dev\fortidb\3.2-dev\fdb-java\fdb-configmvn test -Pdb2 [INFO] Scanning for projects... [WARNING] Profile with id: 'db2' has not been activated. On Wed, Mar 11, 2009 at

Re: How do I test patches to maven-artifact-manager?

2009-02-08 Thread Dan Tran
where is m2.conf file? -D On Sun, Feb 8, 2009 at 8:18 PM, Brett Porter br...@apache.org wrote: You'll probably find it easier to simply rebuild Maven :) In some ways, the patch should look similar to this: http://svn.apache.org/viewvc?view=revrevision=682589 Cheers, Brett On

Re: How to update property value of POM.xml in a maven plugin?

2009-01-17 Thread Dan Tran
On Sat, Jan 17, 2009 at 11:24 PM, Stephen Connolly stephen.alan.conno...@gmail.com wrote: I think you replied to the wrong address. 2009/1/18 keepfocus...@gmail.com Carlo Thanks a lot! I have tried this method. But I have another problem: I declare the mojo in root pom.xml and the

Re: svn commit: r730869 - in /maven/wagon/trunk/wagon-providers/wagon-ssh-common/src: main/java/org/apache/maven/wagon/providers/ssh/knownhost/ test/java/org/apache/maven/wagon/providers/ssh/knownhost

2009-01-12 Thread Dan Tran
The build works for me on my host ( windows vista). Let's try a another on unix at work what test fail on yours? -Dan brettporter wrote: This seems to have broken the unit tests... are they working for you? - Brett On 03/01/2009, at 10:35 AM, dant...@apache.org wrote: Author:

Re: Maven surefir report problem

2009-01-11 Thread Dan Tran
i dont think surefire understands test source directory outside of its project, regard less how you configure it. -D On Sat, Jan 10, 2009 at 5:24 AM, Kumari, Shailja shailja.kum...@deshaw.com wrote: I executed mvn test [INFO] Surefire report directory

Re: Maven SCM - SVN provider

2009-01-09 Thread Dan Tran
-Original Message- From: Dan Tran [mailto:dant...@gmail.com] Sent: 08 January 2009 19:16 To: Maven Developers List Subject: Re: Maven SCM - SVN provider sorry, it should be buildnumber-maven-plugin On Thu, Jan 8, 2009 at 10:51 AM, Dan Tran dant...@gmail.com wrote: take a look

Re: Maven SCM - SVN provider

2009-01-09 Thread Dan Tran
1.4.4 (r25188) CollabNet.) /James -Original Message- From: Dan Tran [mailto:dant...@gmail.com] Sent: 09 January 2009 11:31 To: Maven Developers List Subject: Re: Maven SCM - SVN provider You are right, and i am not really understand the rational behind why the command works

Proposed fix for SCM-432

2009-01-09 Thread Dan Tran
Please give comments on the proposed fix for http://jira.codehaus.org/browse/SCM-432 Thanks -Dan -- Forwarded message -- From: Dan Tran (JIRA) j...@codehaus.org Date: Fri, Jan 9, 2009 at 5:41 AM Subject: [jira] Commented: (SCM-432) Goal scm:export does not work for Subversion

Re: Maven SCM - SVN provider

2009-01-08 Thread Dan Tran
take a look at buildhelper-maven-plugin, it has code dealing with svn info output BTW, perhaps we should ask svn provider to support svn info command. file a JIRA is a good start -D On Thu, Jan 8, 2009 at 10:42 AM, Nord, James jn...@nds.com wrote: Hi all, I've been trying to write an

Re: Maven SCM - SVN provider

2009-01-08 Thread Dan Tran
sorry, it should be buildnumber-maven-plugin On Thu, Jan 8, 2009 at 10:51 AM, Dan Tran dant...@gmail.com wrote: take a look at buildhelper-maven-plugin, it has code dealing with svn info output BTW, perhaps we should ask svn provider to support svn info command. file a JIRA is a good start

Re: [VOTE] maven-assembly-plugin 2.2-beta-3, maven-archiver 2.4, maven-common-artifact-filters 1.1

2009-01-05 Thread Dan Tran
what is the status of this vote? -D On Sun, Dec 21, 2008 at 8:55 PM, Paul Benedict pbened...@apache.org wrote: +1 for all. - To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional commands, e-mail:

Re: svn commit: r730922 - in /maven/plugins/trunk/maven-ear-plugin: ./ src/main/java/org/apache/maven/plugin/ear/ src/site/apt/ src/test/java/org/apache/maven/plugin/ear/it/ src/test/resources/ src/te

2009-01-03 Thread Dan Tran
i think the eclipse style at maven site is out of date this one is newer http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-eclipse-plugin/src/optional/eclipse-config/maven-styles.xml -D On Sat, Jan 3, 2009 at 3:04 AM, Benjamin Bentmann benjamin.bentm...@udo.edu wrote: Stephane Nicoll

Re: [jira] Commented: (WAGON-254) wagon-ftp :: error uploading site:: too many open files

2008-12-31 Thread Dan Tran
with this fix and verify it On Wed, Dec 31, 2008 at 11:20 AM, Dan Tran (JIRA) j...@codehaus.org wrote: [ http://jira.codehaus.org/browse/WAGON-254?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=159571#action_159571 ] Dan Tran commented on WAGON

broken plexus-maven-plugin starting at 1.3.6

2008-12-30 Thread Dan Tran
Starting at version 1.3.6, plexus:descriptor has the following changes: 1. default outputDirectory is ${project.build.outputDirectory} insteadd of ${project.build.directory}/generated-resources/plexus 2. default phase is process classes instead of generate-resources. Note merge-descriptor

Re: broken plexus-maven-plugin starting at 1.3.6

2008-12-30 Thread Dan Tran
. On 30-Dec-08, at 7:35 PM, Dan Tran wrote: Starting at version 1.3.6, plexus:descriptor has the following changes: 1. default outputDirectory is ${project.build.outputDirectory} insteadd of ${project.build.directory}/generated-resources/plexus 2. default phase is process classes instead

Re: can a plexus @component get injected with Mojo-like expressions ?

2008-11-26 Thread Dan Tran
see build-helper-maven-plugin as example. -D On Wed, Nov 26, 2008 at 2:41 AM, nicolas de loof [EMAIL PROTECTED] wrote: As my plugin is becoming complex, I've splitted it into plexus components, injected in the Mojo.I need this plexus component to acces the localRepository. How to configure

Re: can a plexus @component get injected with Mojo-like expressions ?

2008-11-26 Thread Dan Tran
/RemoveLocalArtifactMojo.java or perhaps i may miss what you asked :-) -D On Wed, Nov 26, 2008 at 6:05 AM, nicolas de loof [EMAIL PROTECTED] wrote: build-helper does not define any plexus component !? Did I miss something ? 2008/11/26 Dan Tran [EMAIL PROTECTED] see build-helper-maven-plugin as example

Re: can a plexus @component get injected with Mojo-like expressions ?

2008-11-26 Thread Dan Tran
=org.codehaus.mojo.gwt.shell.ClasspathBuilder */ public class ClasspathBuilder { /** * @plexus.requirement ???${localRepository} ??? */ private ArtifactRepository localRepository; 2008/11/26 Dan Tran [EMAIL PROTECTED] /** * @parameter default-value=${localRepository} * @required * @readonly

Re: can a plexus @component get injected with Mojo-like expressions ?

2008-11-26 Thread Dan Tran
umm, are you using plexus-maven-plugin to generate compoment.xlm? -D On Wed, Nov 26, 2008 at 7:31 AM, nicolas de loof [EMAIL PROTECTED] wrote: Component descriptor cannot be found in the component repository: org.apache.maven.artifact.repository.ArtifactRepository. 2008/11/26 Dan Tran [EMAIL

Re: can a plexus @component get injected with Mojo-like expressions ?

2008-11-26 Thread Dan Tran
to passing localRepository from your MOJO into your plexus component -D On Wed, Nov 26, 2008 at 7:38 AM, nicolas de loof [EMAIL PROTECTED] wrote: Does hand written component.xml have some hack available ? 2008/11/26 nicolas de loof [EMAIL PROTECTED] I do. 2008/11/26 Dan Tran [EMAIL PROTECTED

Re: modify surefire in place via a plugin

2008-11-21 Thread Dan Tran
Yes the latest surefire snapshot support that. Basically, your plugin can be used to setup a bunch of properties, which are then passed back to surefire in another phase. See build-helper-maven-plugin to see some of this work. -D On Fri, Nov 21, 2008 at 7:42 PM, Ben Tatham [EMAIL PROTECTED]

Re: [VOTE] Release Maven Stage Plugin 1.0-alpha-1

2008-10-27 Thread Dan Tran
] wrote: Hello Dan Tran The CM rule in our company requires a freeze of all software items involved in a release build. One way to achieve this requirement is to maintain a hosted repository called stage. Note: with ClearCase we use labels to achieve the same. As I started looking

Re: [VOTE] Release Maven Stage Plugin 1.0-alpha-1

2008-10-26 Thread Dan Tran
PROTECTED] wrote: Brian E. Fox wrote: Pietro, the stage plugin tries to use scp to upload and unpack the tar Dan Tran was recently working on the wagon-maven-plugin over at Mojo and I noticed he also added some stuff for repo copying. This plugin is currently in the Mojo sandbox, i.e. I am

Is this real? [WAS] [APACHE-MSDN] [invitation]

2008-10-15 Thread Dan Tran
EOM. -- Forwarded message -- From: William A. Rowe, Jr. [EMAIL PROTECTED] Date: Tue, Oct 14, 2008 at 10:34 AM Subject: [APACHE-MSDN] [invitation] To: [EMAIL PROTECTED] Cc: Garrett Serack [EMAIL PROTECTED] ASF Committers, I'm pleased to announce that Microsoft is extending MSDN

Re: svn commit: r701927 - in /maven/plugins/tags/maven-antrun-plugin-1.3: echo.xml.expected src/it/ant-1.7-features/echo.xml.expected src/it/ant-1.7-features/verify.bsh verify.bsh

2008-10-05 Thread Dan Tran
isn't it better to scrap the tag and work all over again from trunk? -D On Sun, Oct 5, 2008 at 8:37 PM, [EMAIL PROTECTED] wrote: Author: baerrach Date: Sun Oct 5 20:37:07 2008 New Revision: 701927 URL: http://svn.apache.org/viewvc?rev=701927view=rev Log: fixing verfy failures on

Re: svn commit: r701927 - in /maven/plugins/tags/maven-antrun-plugin-1.3: echo.xml.expected src/it/ant-1.7-features/echo.xml.expected src/it/ant-1.7-features/verify.bsh verify.bsh

2008-10-05 Thread Dan Tran
remove the tag, revert the version and work your changes on the trunk, then cut the release again This is the normal practice. -D On Sun, Oct 5, 2008 at 8:57 PM, Barrie Treloar [EMAIL PROTECTED] wrote: On Mon, Oct 6, 2008 at 2:22 PM, Dan Tran [EMAIL PROTECTED] wrote: isn't it better to scrap

Re: [VOTE] Release Maven Filtering version 1.0-beta-2

2008-10-04 Thread Dan Tran
/1.0-beta-2-SNAPSHOT/ ? -- Olivier 2008/10/4 Dan Tran [EMAIL PROTECTED]: snapshot is up to date? -D On Fri, Oct 3, 2008 at 3:20 PM, Olivier Lamy [EMAIL PROTECTED] wrote: Hi, In preparation of resources plugin, I'd like to release the shared library maven-filtering version 1.0-beta-2. We

Re: [VOTE] Release Maven Filtering version 1.0-beta-2

2008-10-03 Thread Dan Tran
snapshot is up to date? -D On Fri, Oct 3, 2008 at 3:20 PM, Olivier Lamy [EMAIL PROTECTED] wrote: Hi, In preparation of resources plugin, I'd like to release the shared library maven-filtering version 1.0-beta-2. We solved 6 issues :

Re: checkout source code from svn

2008-09-30 Thread Dan Tran
see scm:bootstrap On Tue, Sep 30, 2008 at 7:17 PM, mydesktop79 [EMAIL PROTECTED] wrote: Thank Emmanuel a lot! My checkout is running now. I have one more question: To check out source so far, I have to run command line mvn scm:checkout. But I want to do a chain-actions: check out source, then

Retiring pde-maven-plugin, any active alternative out there?

2008-09-17 Thread Dan Tran
Is there any active alternative to pde-maven-plugin? I am no longer involved in any eclipse pde build and therefore not able to maintain it. Thanks -Dan - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

Re: Retiring pde-maven-plugin, any active alternative out there?

2008-09-17 Thread Dan Tran
thanks On Wed, Sep 17, 2008 at 8:44 AM, Jason van Zyl [EMAIL PROTECTED] wrote: Tycho http://docs.codehaus.org/display/M2ECLIPSE/Home Bottom right on that page. http://www.nabble.com/Fwd%3A-tycho---the-future-td19055385.html#a19308007 On 17-Sep-08, at 5:09 PM, Dan Tran wrote

Re: [VOTE] Release Maven War plugin version 2.1-alpha-2

2008-08-30 Thread Dan Tran
file a MEV? On Sat, Aug 30, 2008 at 12:49 PM, Wendy Smoak [EMAIL PROTECTED] wrote: On Sat, Aug 30, 2008 at 8:05 AM, Vincent Siveton [EMAIL PROTECTED] wrote: 2.1-alpha-2.rip is still present. How to remove it? Delete it on the ASF side and ping repository@ for someone to remove it from

Re: Maven 2.1.0 GA Plan

2008-08-29 Thread Dan Tran
I must agree with John here. It is hard for me to promote 2.1.0 to all developers without significant feature enhancements. 2.0.9 works great for us. -D On Fri, Aug 29, 2008 at 8:28 AM, Ralph Goers [EMAIL PROTECTED] wrote: As I said before, I very much agree with this. Ralph John Casey

Re: Looking for a possibility to use svn status -uv command and capture the output into a text file

2008-08-28 Thread Dan Tran
You may want to take a look at svn provider source to see if it can be extended to accept additional arguments via svn-settings.xml for scm:status command see http://maven.apache.org/scm/subversion.html -D On Thu, Aug 28, 2008 at 2:57 AM, Kiss Tibor [EMAIL PROTECTED] wrote: Hi SCM team! I

Re: [VOTE] Promote versions-maven-plugin out of the sandbox

2008-08-28 Thread Dan Tran
Not using it, but I think it is useful in the future +1 to graduate and release it -D On Thu, Aug 28, 2008 at 11:10 AM, Stephen Connolly [EMAIL PROTECTED] wrote: cross posting to maven dev list oh and in case anyone has any doubts, I'm +1 ;-) Sent from my iPod On 28 Aug 2008, at 12:03,

Re: Naming Convention for Goals?

2008-08-16 Thread Dan Tran
what about configuration's expression? i would prefer to start with plugin name to prevent collision. base on last 3 discussions, we just follow java method convention will simplified lots of confusions -D On Sat, Aug 16, 2008 at 7:15 AM, Wendy Smoak [EMAIL PROTECTED] wrote: On Sat, Aug

no commit email for surefire

2008-08-16 Thread Dan Tran
I committed a few surefire fixes last a couple of days and dont see the commit emails, Can someone look into this issue? Thanks -D - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Maven 2.0.10-RC8

2008-08-16 Thread Dan Tran
I reopen MRELEASE-3, this is a regression probably back at maven 2.0.6, and hope it can be squeezed to 2.0.10 Thanks -D On Fri, Aug 15, 2008 at 9:03 AM, John Casey [EMAIL PROTECTED] wrote: I opened MNG-3718 for this (I probably didn't need to, but there ya go...) And, it's fixed in SVN. I'll

Re: Maven 2.0.10-RC8

2008-08-16 Thread Dan Tran
i think the fix was in the core On Sat, Aug 16, 2008 at 1:03 PM, Dan Tran [EMAIL PROTECTED] wrote: I reopen MRELEASE-3, this is a regression probably back at maven 2.0.6, and hope it can be squeezed to 2.0.10 Thanks -D On Fri, Aug 15, 2008 at 9:03 AM, John Casey [EMAIL PROTECTED] wrote

Re: no commit email for surefire

2008-08-16 Thread Dan Tran
ah, that is the reason, i am not on at list. thanks -D On Sat, Aug 16, 2008 at 1:54 PM, Dan Fabulich [EMAIL PROTECTED] wrote: Brett Porter wrote: I'm seeing them on surefire-commits. Could we just kill the separate surefire lists? surefire doesn't have enough of its own traffic to

ci.sonatype.com requires login purposely?

2008-08-15 Thread Dan Tran
What does it take to have a readonly account? Thanks -D - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: ci.sonatype.com requires login purposely?

2008-08-15 Thread Dan Tran
oops, sorry about that. -D On Thu, Aug 14, 2008 at 11:27 PM, Jason van Zyl [EMAIL PROTECTED] wrote: you mean ci.sonatype.org? the .com is our private one. On 14-Aug-08, at 11:15 PM, Dan Tran wrote: What does it take to have a readonly account? Thanks -D

Re: Plugin to notify about updated plugins

2008-08-14 Thread Dan Tran
can you deploy a snaphot for review? :-) On Thu, Aug 14, 2008 at 10:21 AM, Dennis Lundberg [EMAIL PROTECTED] wrote: Not yet, but I have one in my head... Jason Dillon wrote: Is there any nice plugin which I can run which will look at the current project and tell me which plugins are out of

Request for comments at http://jira.codehaus.org/browse/SUREFIRE-511

2008-08-10 Thread Dan Tran
comments for this improvement is much appreciated. Thanks -D - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: In summer, the sun shines

2008-08-06 Thread Dan Tran
how many instances of Hudsons do you install on that box? 32x3? :-) On Wed, Aug 6, 2008 at 6:13 PM, Brian E. Fox [EMAIL PROTECTED] wrote: I bumped up the memory for Hudson from 192m to 384m. -Original Message- From: Benjamin Bentmann [mailto:[EMAIL PROTECTED] Sent: Wednesday,

Re: Re : [PLEASE TEST] Maven 2.0.10-RC2

2008-07-24 Thread Dan Tran
I have seen this in 2.0.9 but not able to produce it. -D On Thu, Jul 24, 2008 at 12:31 AM, Julien HENRY [EMAIL PROTECTED] wrote: During my build, Maven try to download artifacts from http://cvs.apache.org/maven-snapshot-repository I don't know where this repository come from (it's not in my

Re: [PLEASE TEST] Maven 2.0.10-RC2

2008-07-24 Thread Dan Tran
http://jira.codehaus.org/browse/MNG-3679 On Thu, Jul 24, 2008 at 7:46 AM, John Casey [EMAIL PROTECTED] wrote: I'll take a look at it. If you have a small test case you could put into a JIRA ticket, that would help me out quite a bit. Thanks, -john Dan Tran wrote: in 2.0.9, i used

Re: [PLEASE TEST] Maven 2.0.10-RC2

2008-07-23 Thread Dan Tran
in 2.0.9, i used to beable to do this execution id${some.custom.var}/id Not any more with 2.0.10-RC2 here is the error: [INFO] [ERROR] BUILD ERROR [INFO]

Re: jaxws-maven-plugin failure on non Sun SDK

2008-07-08 Thread Dan Tran
register an account with java.net, the url is here https://svn.dev.java.net/svn/jax-ws-commons/ On Tue, Jul 8, 2008 at 5:42 AM, Henri Gomez [EMAIL PROTECTED] wrote: Any news on how to get the source of jaxws-maven-plugin via SVN ? I'd like to track in sources why the plugin try to open (and

Re: jaxws-maven-plugin failure on non Sun SDK

2008-07-07 Thread Dan Tran
Caused by: java.lang.NoClassDefFoundError: com.sun.tools.apt.Main you forgot to include tool.jar, check the plugin doc for exampl -D On Mon, Jul 7, 2008 at 7:23 AM, Henri Gomez [EMAIL PROTECTED] wrote: A possible workaround: You could try the CXF plugins. They generate JAX-WS compliant

Re: jaxws-maven-plugin failure on non Sun SDK

2008-07-07 Thread Dan Tran
systemPath${java.home}/../lib/tools.jar/systemPath /dependency /dependencies /profile /profiles tools is only included when a Sun JVM is used. Very restrictive 2008/7/7 Dan Tran [EMAIL PROTECTED]: Caused by: java.lang.NoClassDefFoundError: com.sun.tools.apt.Main you forgot

Re: jaxws-maven-plugin failure on non Sun SDK

2008-07-07 Thread Dan Tran
you may want ping java.net ws group, they own this plugin -D On Mon, Jul 7, 2008 at 9:15 AM, Henri Gomez [EMAIL PROTECTED] wrote: BTW, I didn't get more success with tools.jar in plugin defs : [INFO] [ERROR] BUILD

release:prepare and release:perform in one shot ( http://jira.codehaus.org/browse/MRELEASE-100)

2008-07-06 Thread Dan Tran
Is there anyone working on this? I am thinking of implementing release:release mojo which extends release:prepare and add release:perform's params to its arguments there will be cut/paste code from release:perform mojo. Thoughs? -D

Re: release:prepare and release:perform in one shot ( http://jira.codehaus.org/browse/MRELEASE-100)

2008-07-06 Thread Dan Tran
release:perform -Darguments=-X On 6-Jul-08, at 12:01 PM, Dan Tran wrote: Is there anyone working on this? I am thinking of implementing release:release mojo which extends release:prepare and add release:perform's params to its arguments there will be cut/paste code from release:perform mojo

Re: Releasng the war and deploy plugins

2008-05-09 Thread Dan Tran
It was called alpha-1 because there were big changes, however i think we should go ahead with 2.1 since everyone seems very happy about it. -D On Fri, May 9, 2008 at 1:38 PM, Olivier Lamy [EMAIL PROTECTED] wrote: Hi, No objections. But currently the war plugin trunk depends on other

Re: [VOTE] Release Maven Surefire version 2.4.3

2008-05-02 Thread Dan Tran
can i assume the snapshot is as good the staging one? .. I can have my build to use it for a few days -D On Fri, May 2, 2008 at 2:14 PM, Dan Fabulich [EMAIL PROTECTED] wrote: Hi, We solved 11 issues: http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10541styleName=Htmlversion=14255

Re: [VOTE] Release Maven Surefire version 2.4.3

2008-05-02 Thread Dan Tran
tested with the released 2.4.3 at staging repo, no issue in my build. +1 On Fri, May 2, 2008 at 4:23 PM, Dan Fabulich [EMAIL PROTECTED] wrote: Dan Tran wrote: can i assume the snapshot is as good the staging one? .. I can have my build to use it for a few days Well, it's always better

Re: maven 2.0.9 and enforcer plugin

2008-04-10 Thread Dan Tran
i see the same error, looks like it is http://jira.codehaus.org/browse/MENFORCER-25 -D On Thu, Apr 10, 2008 at 1:40 AM, Arnaud HERITIER [EMAIL PROTECTED] wrote: Hi Brian, I attached the log. Any idea about the problem ? Should we open an issue ? Where ? In M2 or Enforcer ? Arnaud On

Re: [vote] Release Archiva 1.0.2

2008-04-03 Thread Dan Tran
+1, just upgrade from 1.0.1. My build went well including - remove local repo before build - purging - deploy thru webdav. Good works -D On Thu, Apr 3, 2008 at 9:04 PM, Maria Odea Ching [EMAIL PROTECTED] wrote: +1! :-) I've checked the signatures and checksums, and they're all

Re: RSS feed for central repo changes?

2008-03-14 Thread Dan Tran
I use this feed http://www.mvnrepository.com/feeds/rss2.0.xml On Fri, Mar 14, 2008 at 12:34 AM, Jason Dillon [EMAIL PROTECTED] wrote: Is there an RSS feed somewhere to track changes to the central repository? --jason -

Re: [VOTE] Release Maven Eclipse plugin version 2.5

2008-03-14 Thread Dan Tran
+1 have been living on the bleeding edge 2.5-snapshot for quite some time now. Thanks very much for pushing this out. -D On Fri, Mar 14, 2008 at 5:41 PM, Paul Benedict [EMAIL PROTECTED] wrote: +1 On Fri, Mar 14, 2008 at 7:33 PM, Siarhei Dudzin [EMAIL PROTECTED] wrote: +1 On Sat, Mar

Re: [Vote] Release maven-javadoc-plugin 2.4

2008-03-09 Thread Dan Tran
+1, have been using 2.4 SNAPSHOT for a long time now Thanks for pushing this out. -D On Sat, Mar 8, 2008 at 3:13 PM, Brian E. Fox [EMAIL PROTECTED] wrote: I consider 2.3 totally and horribly broken, thus it is urgent to get 2.4 out asap. After that we can move to 2.5 as soon as someone has

Re: Run as NT Service?

2008-02-20 Thread Dan Tran
you need to run with local admin ( not local system, not domain account). Dont recall what was the problem thou, but local admin account solved my problem -D On Wed, Feb 20, 2008 at 12:24 PM, Robert Simmons [EMAIL PROTECTED] wrote: Nope. Running as the system user and installed from admin.

Re: [VOTE] (take 2) Release Maven Surefire plugin version 2.4.1

2008-01-28 Thread Dan Tran
-0 This may not be a blocking bug but It is a regresion since 2.4 where my Spring JpaDao with embedded Derby test fails . Other databases are fine. The exception is producable with 2.5-SNAPSHOT ( build from source ), 2.4.1-SNAPSHOT( at apache snapshot repo). surefire 2.3 and 2.3.1 are fine.

Re: [VOTE] (take 2) Release Maven Surefire plugin version 2.4.1

2008-01-28 Thread Dan Tran
Dan, it will take sometime for me come up with a compact example this bug. also, the issue is produceable with 2.4.0 and 2.4.1, and 2.5-SNAPSHOT. -D On Jan 28, 2008 6:16 PM, Dan Fabulich [EMAIL PROTECTED] wrote: Dan Tran wrote: -0 This may not be a blocking bug but It is a regresion

Re: [ANN] Maven Surefire Plugin 2.4 for Maven 2 Released

2008-01-15 Thread Dan Tran
Dan, I am so much impressed with the works you have put in for this plugin. Thank you and thank you -D On Jan 15, 2008 1:18 PM, Dan Fabulich [EMAIL PROTECTED] wrote: The Maven team is pleased to announce the release of the Maven Surefire Plugin, version 2.4

Re: [VOTE] Release maven-pmd-plugin 2.3

2008-01-04 Thread Dan Tran
+1 works with my build Thanks -D On Jan 4, 2008 9:22 AM, Jason van Zyl [EMAIL PROTECTED] wrote: +1 On 4-Jan-08, at 6:56 AM, Dennis Lundberg wrote: Hi, I'd like to release maven-pmd-plugin 2.3. We have resolved 10 issues since the last release, 10 months ago. Release Notes:

Re: [VOTE] [Take 2] Release Maven Surefire version 2.4

2008-01-02 Thread Dan Tran
+1 from me ( still non binding :-) -D On Jan 2, 2008 3:19 PM, Dan Fabulich [EMAIL PROTECTED] wrote: I knew it was a mistake to call a vote on the day after Christmas. ;-) More votes, please! Currently it's just me and Marat Radchenko, both +1 non-binding. -Dan Dan Fabulich wrote:

Re: Maven binary assemblies on central?

2007-12-11 Thread Dan Tran
+1 to put the assembly up on the central. I currently deploy the assemblies ( maven, tomcat, etc ) to my internal repo for automation purposes -D On Dec 11, 2007 12:42 PM, Dan Fabulich [EMAIL PROTECTED] wrote: As you've all heard endlessly by now, we're running a lot of integration tests in

Re: Surefire 2.4 is coming

2007-12-10 Thread Dan Tran
Can I assume you already have the latest 1.4 snapshot at Apache's snapshot repository? -D On Dec 10, 2007 3:25 PM, Dan Fabulich [EMAIL PROTECTED] wrote: Surefire trunk currently depends on a couple of SNAPSHOT versions that we expect to be released in the next couple of days, but other than

Re: Surefire 2.4 is coming

2007-12-10 Thread Dan Tran
No problem found in my build using 2.4 SNAPSHOT, good work. But I can't put it on production build thou. We test with latest snapshot from time to time. Thanks for putting all hard works. -D On Dec 10, 2007 4:50 PM, Dan Fabulich [EMAIL PROTECTED] wrote: Dan Tran wrote: Can I assume you

Re: [RESULT][VOTE] Release maven-site-plugin 2.0-beta-6

2007-11-29 Thread Dan Tran
votes: +1 (binding): Dennis Lundberg, Lukas Theussl, Vincent Siveton +1 (non-binding): Raphaël Piéroni, Olivier Lamy, Marat Radchenko, Dan Tran, William Ferguson -0 (non-binding): Hervé Boutemy No other votes. I will move the artifacts over to the ASF repository. Dennis

Re: [VOTE] Release maven-site-plugin 2.0-beta-6

2007-11-26 Thread Dan Tran
put this in your ~/.m2/settings.xml profile iddennisl-staging/id pluginRepositories pluginRepository idRemote resources plugin staging repository/id urlhttp://people.apache.org/~dennisl/staging-repository-site-plugin/url snapshots

Re: [vote] Release Continuum 1.1-beta-4

2007-10-26 Thread Dan Tran
have instructions to migrate beta-3 database to beta-4? -D On 10/25/07, Emmanuel Venisse [EMAIL PROTECTED] wrote: Normally, the proxy info must be loaded from the settings.xml and used by wagon, but maybe I ommit some code in

Re: Potential contribution for Maven/JMeter

2007-10-05 Thread Dan Tran
since it is not likely a core plugin, it would go to codehaus or JMeter, the later is the preferred place since the core expertise is there. -D On 10/5/07, sebb [EMAIL PROTECTED] wrote: A Danish company have been working on a Maven plugin for JMeter, and are willing to contribute the code to

Re: scm plugin providers

2007-09-28 Thread Dan Tran
On 9/28/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Greetings all I have decided to implement my own scm provider, named custom. My connect url would therefore look like scm:custom:. So, my question is, what next? Or more specifically, what are the classes/interfaces needed to make

Re: Questions about Starteam provider

2007-09-27 Thread Dan Tran
feelfree to submit the patch, of course with unit test, as long as it follows maven scm architechutre. I will review and commit Thanks -D On 9/27/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Emmanuel Venisse [EMAIL PROTECTED] wrote on 09/27/2007 07:36:48 AM: 3) Does the provider or

Re: Time to release the site plugin

2007-09-25 Thread Dan Tran
looking good. however I see some annoying warnings like [WARNING] Unable to process class com/ibm/icu/impl/data/LocaleElements_zh__PINYIN.class in JarAnalyzer File c:\dev\repository\com\ibm\icu\icu4j\2.6.1\icu4j-2.6.1.jar org.apache.bcel.classfile.ClassFormatException: Invalid byte tag in

Re: Abolishing Extensions in 2.1

2007-09-04 Thread Dan Tran
What are the impacts of plugins with use extensions as a way to override the default build lifecycle? ie ( pde-maven-plugin, native-maven-plugin ) -D On 9/4/07, Brian E. Fox [EMAIL PROTECTED] wrote: +1 -Original Message- SNIP For 2.1 I would like to use providers stated as

Re: [poll] Requiring users to specify plugin versions in Maven 2.1 or later

2007-09-02 Thread Dan Tran
B Totally agree with Wayne here. -D On 9/2/07, Wayne Fay [EMAIL PROTECTED] wrote: [X] (B) Retain the current behaviour, but make using the enforcer a best practice to do the above, or some other control mechanism such as having the repository manager handle the available plugins I am

Re: Release maven-antrun-plugin?

2007-08-23 Thread Dan Tran
http://jira.codehaus.org/browse/MANTRUN-68 support ant 1.7 is needed as well will this cause any backward compatibility issue? if not it is an easy fix -D On 8/23/07, Wendy Smoak [EMAIL PROTECTED] wrote: On 8/23/07, John Esher [EMAIL PROTECTED] wrote: Is there any committer out there

Re: Release maven-antrun-plugin?

2007-08-15 Thread Dan Tran
I am waiting a new release too. -D On 8/15/07, Robert Kopco [EMAIL PROTECTED] wrote: The last release (1.1) of die maven-antrun-plugin was in January 2006. In Jira there are 3 tickets open for the 1.2 and 6 are resolved. At this time the documentation at the plugin website is inconsistent

Re: Release jdepend-maven-plugin as 2.0

2007-08-02 Thread Dan Tran
I think you do have karma to cut a release right? -D On 8/1/07, dvicente [EMAIL PROTECTED] wrote: Is it possible that somebody do the new release of this plugin ? I'm waiting a JDepend release first to release my maven-dashboard-plugin because i have a snapshot dependency on it. I have

<    1   2   3   4   5   6   7   8   9   >