Re: Can't launch jetty on TRUNK

2006-12-20 Thread Edwin Punzalan
you can set it in cli, -Dappserver.base=C:\EclipsePack\continuum\trunk\continuum-webapp\target ^_^ Christophe LECHENNE wrote: Hi all, After a successful build, when I try to start continuum as it's written in README.txt, I've got : java.io.FileNotFoundException: C:\EclipsePack\continuum\t

Re: [m2] maven-plugin-testing-tools and unit testing plugins critically broken...

2006-12-20 Thread John Casey
They definitely should be integration tests, not unit tests. Something as time-consuming as a maven build shouldn't really be used during unit testing. In the case of the eclipse plugin, the fact that it was running these builds during unit testing causes the issue where the testing version of the

Re: [vote result] release maven-eclipse-plugin 2.3 (second try)

2006-12-20 Thread John Casey
OK, what I found was this: 1. the reason the eclipse plugin had this problem was that it was running these test builds (including staging the plugin) during the unit-test phase, before the plugin was packaged or the plugin-jar assigned to the project artifact. Technically, this use case should be

Re: [vote result] release maven-eclipse-plugin 2.3 (second try)

2006-12-20 Thread John Casey
Hmm, that won't quite work, though, since it'll kill the test local repo...I'll work on it some more. -john On 12/20/06, John Casey <[EMAIL PROTECTED]> wrote: Ah, right, ok...forgot about that point. I've added code to run a 'clean' build after the plugin is staged. On 12/20/06, Barrie Trelo

Re: [vote result] release maven-eclipse-plugin 2.3 (second try)

2006-12-20 Thread John Casey
Ah, right, ok...forgot about that point. I've added code to run a 'clean' build after the plugin is staged. On 12/20/06, Barrie Treloar <[EMAIL PROTECTED]> wrote: I've listed the problems in the JIRA entry and started a new thread for this discussion. The problem is that the ProjectTools end

Re: [vote result] release maven-eclipse-plugin 2.3 (second try)

2006-12-20 Thread Barrie Treloar
I've listed the problems in the JIRA entry and started a new thread for this discussion. The problem is that the ProjectTools end up invoking another maven with mangled information and that this causes target/classes to have a junk plugin.xml which is then used in the jar phase. On 12/21/06, Joh

Re: [vote result] release maven-eclipse-plugin 2.3 (second try)

2006-12-20 Thread John Casey
are you sure it wasn't just a case of the IT-staging process somehow hitting the deploy phase of the build? That would've done it. The ITs currently use the maven-invoker, which forks an entirely new Maven process, both for building the test version of the plugin, and for running each test build.

[jira] Subscription: Outstanding Repository Maintenance: Uploads

2006-12-20 Thread jira
Issue Subscription Filter: Outstanding Repository Maintenance: Uploads (20 issues) Subscriber: mavendevlist Key Summary MAVENUPLOAD-1273please upload Oracle JDBC drivers POMs to maven repo http://jira.codehaus.org/browse/MAVENUPLOAD-1273 MAVENUPLOAD-1275Upload UmlGraph 4.5

[jira] Subscription: Outstanding Repository Maintenance: Evangelism

2006-12-20 Thread jira
Issue Subscription Filter: Outstanding Repository Maintenance: Evangelism (37 issues) Subscriber: mavendevlist Key Summary MEV-457 Geronimo jar fails to download http://jira.codehaus.org/browse/MEV-457 MEV-352 Relocate cvslib in netbeans groupId to cvsclient in org.net

Re: Can't launch jetty on TRUNK

2006-12-20 Thread Emmanuel Venisse
Christophe LECHENNE a écrit : Hi all, After a successful build, when I try to start continuum as it's written in README.txt, I've got : java.io.FileNotFoundException: C:\EclipsePack\continuum\trunk\continuum-webapp\target\logs\continuum.log (Le chemin d'accès spécifié est introuvable)

[m2] maven-plugin-testing-tools and unit testing plugins critically broken...

2006-12-20 Thread Barrie Treloar
See http://jira.codehaus.org/browse/MECLIPSE-192 maven-plugin-testing-tools builds the test jar by mangling the pom info to include the test version and then run BuiltTool.executeMaven() with the "package" phase to create the test jar. The side effect of this is to put test artifacts into D:\ide

Re: [m2] building eclipse:eclipse and version "test" error

2006-12-20 Thread Barrie Treloar
Mangling occurs in ProjecTool.packageProjectArtifact(). This mangles the pom info to include the test version and then run BuiltTool.executeMaven() with the "package" phase to create the test jar. The side effect of this is to put test artifacts into D:\ide\workspace\maven\maven-eclipse-plugin\ta

Can't launch jetty on TRUNK

2006-12-20 Thread Christophe LECHENNE
Hi all, After a successful build, when I try to start continuum as it's written in README.txt, I've got : java.io.FileNotFoundException: C:\EclipsePack\continuum\trunk\continuum-webapp\target\logs\continuum.log (Le chemin d'accès spécifié est introuvable) . 2006-12-19 22:08:50.468::WARN:

Re: ApacheCon Talks

2006-12-20 Thread robert burrell donkin
On 12/20/06, Steve Loughran <[EMAIL PROTECTED]> wrote: Jason van Zyl wrote: > > On 19 Dec 06, at 12:28 PM 19 Dec 06, Steve Loughran wrote: > >> Jason van Zyl wrote: >>> Hi, >>> Just checking in with folks to see if anyone is planning ApacheCon >>> talks. >> >> 1. "fear the repository police". We

Re: The Future of the Release Process.

2006-12-20 Thread robert burrell donkin
On 12/20/06, Carlos Sanchez <[EMAIL PROTECTED]> wrote: just some holiday fun ahead... On 12/20/06, Steve Loughran <[EMAIL PROTECTED]> wrote: > >> We are > >> > >> 1. planning an apache con EU talk, "fear the repository police". > > > > in suitable costumes, i hope ;-) > > nothing planned, but if

Re: The Future of the Release Process.

2006-12-20 Thread robert burrell donkin
On 12/20/06, Steve Loughran <[EMAIL PROTECTED]> wrote: robert burrell donkin wrote: > On 12/19/06, Steve Loughran <[EMAIL PROTECTED]> wrote: >> robert burrell donkin wrote: >> > On 12/19/06, Steve Loughran <[EMAIL PROTECTED]> wrote: >> 2. looking to get management approval to hand the code t

[m2] building eclipse:eclipse and version "test" error

2006-12-20 Thread Barrie Treloar
See http://jira.codehaus.org/browse/MECLIPSE-192 From the jira comments: In AbstractJarMojo.java line 152: archiver.getArchiver().addDirectory( contentDirectory, DEFAULT_INCLUDES, DEFAULT_EXCLUDES ); where contentDirectory = D:\ide\workspace\maven\maven-eclipse-plugin\target\classes This di

Re: [vote result] release maven-eclipse-plugin 2.3 (second try)

2006-12-20 Thread Barrie Treloar
not sure what went wrong, but look at these: http://www.nabble.com/Maven-eclipse-plugin-error-tf2692962.html#a7509615 http://jira.codehaus.org/browse/MECLIPSE-192 I'm still investigating why this occurs. I think it is either the stuff in maven-plugin-testing-tools is mangling something it shoul

Re: maven2 and NTLM

2006-12-20 Thread Barrie Treloar
On 12/20/06, Graham Leggett <[EMAIL PROTECTED]> wrote: On Wed, December 20, 2006 1:27 pm, Steve Loughran wrote: > "who is interested in working with me to come up with something that is > broadly useful"? > > One troublespot with proxy code is testing. I know I cant test NTLM > proxies, but do a

Re: [vote result] release maven-eclipse-plugin 2.3 (second try)

2006-12-20 Thread John Casey
FWIW, I just added code to the maven-plugin-testing-tools that will override the distributionManagement section in the test POM, making deployment of the plugin using the altered version impossible. On 12/20/06, John Casey <[EMAIL PROTECTED]> wrote: There are two things you need to test, right?

Re: The Future of the Release Process.

2006-12-20 Thread Carlos Sanchez
just some holiday fun ahead... On 12/20/06, Steve Loughran <[EMAIL PROTECTED]> wrote: >> We are >> >> 1. planning an apache con EU talk, "fear the repository police". > > in suitable costumes, i hope ;-) nothing planned, but if we have someone in the audience cued up to say "I didnt expect the

Re: Getting together a release

2006-12-20 Thread Carlos Sanchez
I agree, having an alpha will only help with more eyes looking into it On 12/20/06, Joakim Erdfelt <[EMAIL PROTECTED]> wrote: Jason van Zyl wrote: > > On 19 Dec 06, at 4:31 PM 19 Dec 06, Brett Porter wrote: > >> Hi, >> >> I am going to start looking into the issue with Archiva hanging on >> repo

Re: [vote result] release maven-eclipse-plugin 2.3 (second try)

2006-12-20 Thread John Casey
There are two things you need to test, right? 1. unit test functionality within the plugin, to make sure that subcomponents and classes within the implementation are functioning correctly 2. integration test functionality that depends on Maven (the runtime context) to produce results. This is wh

Re: [vote result] release maven-eclipse-plugin 2.3 (second try)

2006-12-20 Thread Fabrizio Giustina
On 12/20/06, Kenney Westerhof <[EMAIL PROTECTED]> wrote: There was support in maven to run plugins from target/, but it was broken: MNG-2677 (originally MNG-870). well, the eclipse plugin was using that till a few weeks ago and I can assure it was working! I was able to modify the plugin code f

Re: [vote result] release maven-eclipse-plugin 2.3 (second try)

2006-12-20 Thread Kenney Westerhof
Fabrizio Giustina wrote: Hi John, On 12/20/06, John Casey <[EMAIL PROTECTED]> wrote: I switched to using a testing version of the plugin (which BTW is only resolvable ever in the repo created during the integration testing phase) so the ITs themselves wouldn't have to: a. adjust to new plu

Re: [vote] release maven-ear-plugin (second try)

2006-12-20 Thread Stephane Nicoll
Hi, Vote results: 4 bindings (Fabrizio, Jason, Jesse, Stephane), 1 non binding (Rahul). Jason will help for the maven ear 2.3 release. I'll keep you posted once it's done. Cheers, Stéphane On 12/16/06, Stephane Nicoll <[EMAIL PROTECTED]> wrote: Hi, I'd like to release maven-ear-plugin 2.3 [1

Re: [vote result] release maven-eclipse-plugin 2.3 (second try)

2006-12-20 Thread Fabrizio Giustina
Hi John, On 12/20/06, John Casey <[EMAIL PROTECTED]> wrote: I switched to using a testing version of the plugin (which BTW is only resolvable ever in the repo created during the integration testing phase) so the ITs themselves wouldn't have to: a. adjust to new plugin versions in order to run b

Re: versioning

2006-12-20 Thread Eric Redmond
On 12/20/06, Kenney Westerhof <[EMAIL PROTECTED]> wrote: John Casey wrote: > Hmm, okay. I'm just going to reply at the top level, since I'm going to > make > a few general comments: > > 1. I really like this explanation/algorithm/implementation. It seems to > take > into account a LOT of permu

Re: versioning

2006-12-20 Thread John Casey
Well, I'm certainly not an expert on the RPM versioning stuff, yet. I'll be studying it intensely in the near future, and then I'll put something together (for my own notes, if nothing else...so I'll be happy to share). As far as splitting the discussion, I agree, except for one point: we need to

Re: versioning

2006-12-20 Thread Kenney Westerhof
John Casey wrote: Hmm, okay. I'm just going to reply at the top level, since I'm going to make a few general comments: 1. I really like this explanation/algorithm/implementation. It seems to take into account a LOT of permutations, and even more importantly, it specifies a specification tha

Re: [vote result] release maven-eclipse-plugin 2.3 (second try)

2006-12-20 Thread John Casey
I switched to using a testing version of the plugin (which BTW is only resolvable ever in the repo created during the integration testing phase) so the ITs themselves wouldn't have to: a. adjust to new plugin versions in order to run b. rely on metadata resolution for the plugin version, which ca

Re: [vote] release maven-eclipse-plugin 2.3 (second try)

2006-12-20 Thread John Casey
+1 On 12/16/06, Fabrizio Giustina <[EMAIL PROTECTED]> wrote: Dependencies used by the maven-eclipse-plugin have been released and a stable revision for a vote has been set. I'd like to restart a vote based on: - svn rev. 487861 - snapshot deployed at http://people.apache.org/repo/m2-snapshot-

Re: versioning

2006-12-20 Thread John Casey
Hmm, okay. I'm just going to reply at the top level, since I'm going to make a few general comments: 1. I really like this explanation/algorithm/implementation. It seems to take into account a LOT of permutations, and even more importantly, it specifies a specification that we can write down in w

Some conceptual issues: building eclipse rcp with maven

2006-12-20 Thread Graham Leggett
Hi all, I have been trying to investigate how practical it is to build eclipse plugins using maven, and have run into some conceptual issues which are not explained at all in any of the docs I have found. So far, the pde-maven-plugin shows the most promise in building an eclipse rcp application.

Re: versioning

2006-12-20 Thread Carlos Sanchez
I'd be fine with that too, but in this thread people was complaining about standardizing other's people versions that don't use dots or are more complex On 12/20/06, Max Bowsher <[EMAIL PROTECTED]> wrote: Carlos Sanchez wrote: > I'd just prefer have xml syntax over string parsing and encourage >

Re: [vote result] release maven-eclipse-plugin 2.3 (second try)

2006-12-20 Thread Jason van Zyl
On 20 Dec 06, at 6:32 AM 20 Dec 06, Fabrizio Giustina wrote: The vote has ended, with 5 positive votes from PMC members. The maven eclipse plugin will be released with version 2.3. Jason, I will leave the actual release to you as discussed, you can now proceed. Great I can take care of t

testng/surefire

2006-12-20 Thread Steve Loughran
FYI, the issue w/ TestNG and Surefire is here: http://jira.opensymphony.com/browse/TESTNG-122 I dont like the look of one of the patches, but the other seems to be the changes to surefire testng support to keep it in sync w/ testng 5.2+ Perhaps when the maven support on gump goes live, the t

Re: ApacheCon Talks

2006-12-20 Thread Steve Loughran
Jason van Zyl wrote: On 19 Dec 06, at 12:28 PM 19 Dec 06, Steve Loughran wrote: Jason van Zyl wrote: Hi, Just checking in with folks to see if anyone is planning ApacheCon talks. 1. "fear the repository police". We will pick people in the audience and beat them with rolled up copies of th

Re: The Future of the Release Process.

2006-12-20 Thread Steve Loughran
robert burrell donkin wrote: On 12/19/06, Steve Loughran <[EMAIL PROTECTED]> wrote: robert burrell donkin wrote: > On 12/19/06, Steve Loughran <[EMAIL PROTECTED]> wrote: > > > >> I'd like to see POM auditing in there somewhere. > > +1 > > henri's been talking about adding this to RAT. IMHO this

Re: versioning

2006-12-20 Thread Max Bowsher
Carlos Sanchez wrote: > I'd just prefer have xml syntax over string parsing and encourage > people to use whatever the standard we choose. Whilst in general, XML can be useful, this might be overusing it. Versions *must* have some sort of string representation, to be embedded in file names. That

Re: maven2 and NTLM

2006-12-20 Thread Graham Leggett
On Wed, December 20, 2006 1:27 pm, Steve Loughran wrote: > "who is interested in working with me to come up with something that is > broadly useful"? > > One troublespot with proxy code is testing. I know I cant test NTLM > proxies, but do at least have access to an unauthenticated proxy-whether >

[vote result] release maven-eclipse-plugin 2.3 (second try)

2006-12-20 Thread Fabrizio Giustina
The vote has ended, with 5 positive votes from PMC members. The maven eclipse plugin will be released with version 2.3. Jason, I will leave the actual release to you as discussed, you can now proceed. (about the way the plugin is tested: I totally agree that installing a test version into the l

Re: maven2 and NTLM

2006-12-20 Thread Steve Loughran
Brett Porter wrote: On 19/12/2006, at 9:39 PM, Steve Loughran wrote: Anyone interested in working on this? Thanks for volunteering! :) I knew that would happen. But I suspect that nobody else would do it. How about, "who is interested in working with me to come up with something that is

Re: ApacheCon Talks

2006-12-20 Thread Steve Loughran
Dennis Lundberg wrote: Jason van Zyl wrote: On 19 Dec 06, at 12:28 PM 19 Dec 06, Steve Loughran wrote: Jason van Zyl wrote: Hi, Just checking in with folks to see if anyone is planning ApacheCon talks. 1. "fear the repository police". We will pick people in the audience and beat them wit

Re: maven-eclipse-plugin release: vote result and follow up (was: [vote] release maven-eclipse-plugin)

2006-12-20 Thread Fabrizio Giustina
Hi Kenney On 12/19/06, Kenney Westerhof <[EMAIL PROTECTED]> wrote: > The vote for the release of the eclipse plugin (and related shared ... I also voted, btw (on the 2nd try). this mail was sent before the restart of the vote, I will send a new vote result for the "second try" thread soon. >

Re: ApacheCon Talks

2006-12-20 Thread Steve Loughran
Dennis Lundberg wrote: Jason van Zyl wrote: On 19 Dec 06, at 12:28 PM 19 Dec 06, Steve Loughran wrote: Jason van Zyl wrote: Hi, Just checking in with folks to see if anyone is planning ApacheCon talks. 1. "fear the repository police". We will pick people in the audience and beat them wit