Re: Debugging maven 2 with Netbeans

2007-10-04 Thread Tim Kettler
Hi, the surefire-plugin defaults to fork a new jvm for running the tests. You either have to specify the debug options in the parameter of the plugin configuration or disable the forking. -Tim Paul Sterk schrieb: Hi, I want to run 'mvn test' and have maven open a jdwp listener so that I c

[jira] Subscription: Design & Best Practices

2007-10-04 Thread jira
Issue Subscription Filter: Design & Best Practices (29 issues) Subscriber: mavendevlist Key Summary MNG-2184Possible problem with @aggregator and forked lifecycles http://jira.codehaus.org/browse/MNG-2184 MNG-612 implement conflict resolution techniques htt

Re: ITs

2007-10-04 Thread Brett Porter
On 05/10/2007, at 4:53 AM, Stephen Connolly wrote: I am really sorry for those above. I will take a look into this during the weekend. What do you mean by "Time for Hudson" ? I'm guessing http://hudson.dev.java.net The CI tool that's easy to setup When this happened, I configured the ITs

Re: Continuum 1.2 Roadmap

2007-10-04 Thread Wendy Smoak
On 10/3/07, Emmanuel Venisse <[EMAIL PROTECTED]> wrote: > GWT seems to be good and easy to use. All GWT users I met don't want to > change now and they work on some very big applications I'm sure the brain trust at Google has it all under control. :) I'll wait and see how it turns out... -- We

Re: Continuum 1.2 Roadmap

2007-10-04 Thread olivier lamy
Hi, Inline 2007/10/3, Emmanuel Venisse <[EMAIL PROTECTED]>: >Hi, >We are near the end of 1.1, it's time to discuss of 1.2 roadmap :) > >For this new version, my vision is: > >- Rewrite all the UI with a full GWT site. I want to migrate to GWT >because we need better performance on the UI even if i

Re: ITs

2007-10-04 Thread Stephen Connolly
Piotr Tabor wrote: Brett Porter pisze: On 24/09/2007, at 2:57 AM, [EMAIL PROTECTED] wrote: Author: jvanzyl Date: Sun Sep 23 09:57:46 2007 New Revision: 578582 URL: http://svn.apache.org/viewvc?rev=578582&view=rev Log: o reverting fix for MNG-1323, breaks trunk horribly when everything

Re: ITs

2007-10-04 Thread Piotr Tabor
Brett Porter pisze: > > On 24/09/2007, at 2:57 AM, [EMAIL PROTECTED] wrote: > >> Author: jvanzyl >> Date: Sun Sep 23 09:57:46 2007 >> New Revision: 578582 >> >> URL: http://svn.apache.org/viewvc?rev=578582&view=rev >> Log: >> o reverting fix for MNG-1323, breaks trunk horribly when everything >> is

Re: Debugging maven 2 with Netbeans

2007-10-04 Thread Milos Kleint
it should be enough to open ant-run-plugin project sources in the IDE, place the breakpoints in the test and execute the "Debug file" action on the test file. With the approach you have taken, it's possible to debug maven internals, however the test is probably executed in yet another VM which is n

Re: Continuum 1.2 Roadmap

2007-10-04 Thread Christophe Lechenne
Slt Emmanuel, Vous commencez quand la version 1.2 ? Comment vous répartissez-vous la tâche ? Y-a-t-il un ptit morceau de l'UI en GWT ? Si tu cherches des mains, je suis ton homme. a+ 2007/10/3, Emmanuel Venisse <[EMAIL PROTECTED]>: > > Hi, > > We are near the end of 1.1, it's time to discuss o

Re: Maven WAR plugin

2007-10-04 Thread Stephane Nicoll
Cool. I don't have those on MacOS. On 10/4/07, Timothy Reilly <[EMAIL PROTECTED]> wrote: > > Stephane Nicoll wrote > > > > Yes. I am bit busy right now but I am willing to sort that out. Give > > me a couple of days and I'll do my best to cast a vote. > > > > Cheers, > > Stéphane > > I get test f

Debugging maven 2 with Netbeans

2007-10-04 Thread Paul Sterk
Hi, I want to run 'mvn test' and have maven open a jdwp listener so that I can debug a plugin unit test. I thought I found the answer: export MAVEN_OPTS="-Xdebug -Xrunjdwp:transport=dt_socket,address=9009,server=y,suspend=y" I then ran 'mvn test' and connected to port 9009 with Netbeans 5.5.1.

Re: Maven WAR plugin

2007-10-04 Thread Wendy Smoak
On 10/3/07, Stephane Nicoll <[EMAIL PROTECTED]> wrote: > Yes. I am bit busy right now but I am willing to sort that out. Give > me a couple of days and I'll do my best to cast a vote. Just resolving that last issue would be great-- If you're busy, I'm sure someone else can step up to do the releas

Publishing Plugin Sites (was: Re: Plugins sandbox site)

2007-10-04 Thread Wendy Smoak
On 10/4/07, Brian E. Fox <[EMAIL PROTECTED]> wrote: > From: Wendy Smoak [mailto:[EMAIL PROTECTED] >> There is now (in v9) some config in the plugin parent for staging >> sites under maven-whatever-plugin-x.y-SNAPSHOT and I would like to get >> that trend started for plugin docs. >> >> Or at least s

RE: Maven WAR plugin

2007-10-04 Thread Timothy Reilly
On 10/4/07, Wendy Smoak wrote: > On 10/3/07, gastaldi wrote: > > > Any tips on when Maven War 2.1-alpha will be released ? :clap: There is one > > pesty bug around. > > MWAR-104 is the last one open marked 2.1-alpha-1. Stephane, any thoughts? > > http://jira.codehaus.org/browse/MWAR-104 > > -- >

Re: Plugins sandbox site

2007-10-04 Thread Wendy Smoak
On 10/4/07, Brian E. Fox <[EMAIL PROTECTED]> wrote: > How does it move a site from the latest release to an archived one? Are > you doing some rewrite rules or something? Replied and changed the subject to avoid taking this thread further off the original topic. :) -- Wendy

RE: Maven WAR plugin

2007-10-04 Thread Timothy Reilly
> Stephane Nicoll wrote > > Yes. I am bit busy right now but I am willing to sort that out. Give > me a couple of days and I'll do my best to cast a vote. > > Cheers, > Stéphane I get test failures errors from trunk... ? I'm on WinXP just thought I should mention it in case Stephane is not se

Fix missing POM files

2007-10-04 Thread Jochen Wiedmann
Hi, repo1.maven.org contains a number of jar files without POM. Examples include woodstox/wstx-asl/3.0.2/, or castor/castor/1.0/. As these are quite a pain in the development by causing unnecessary and failed download requests every time, I'd like to fix this, at least for those where I note it.

RE: Plugins sandbox site

2007-10-04 Thread Brian E. Fox
How does it move a site from the latest release to an archived one? Are you doing some rewrite rules or something? -Original Message- From: Wendy Smoak [mailto:[EMAIL PROTECTED] Sent: Thursday, October 04, 2007 10:25 AM To: Maven Developers List Subject: Re: Plugins sandbox site On 10/4/

Re: Plugins sandbox site

2007-10-04 Thread Wendy Smoak
On 10/4/07, Mauro Talevi <[EMAIL PROTECTED]> wrote: > was thinking of creating a http://maven.apache.org/plugins/sandbox site to > host the docs of the > plugins in the maven-sandbox? > > We could also have it the other way around, ie > http://maven.apache.org/sandbox/plugins and allow for > oth

Re: Plugins sandbox site

2007-10-04 Thread Lukas Theussl
The second one sounds more reasonable to me, to leave space for other sandbox components. I remember though trying to build a multi-module web site for the sandbox and the problem is that a lot of stuff is just broken. I haven't tried recently though, but generally I support the idea of a web

Plugins sandbox site

2007-10-04 Thread Mauro Talevi
Hi, was thinking of creating a http://maven.apache.org/plugins/sandbox site to host the docs of the plugins in the maven-sandbox? I've not found any similar site - if so, what is it? If not, any objections to the sandbox site? We could also have it the other way around, ie http://maven.apac