[m2]Error running remote debug

2006-10-02 Thread Alan Mosely
Hi, I am trying to run a remote debug on an example project (daytrader from the Better Builds with Maven book) using Eclipse. I set SET MAVEN_OPTS=-Xdebug -Xnoagent -Djava.compiler=NONE-Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=5005 and then run a remote java application debug from

Re: MNG-2571 - weird exception using the embedder

2006-10-02 Thread Kenney Westerhof
Hi, Stephane, I'm trying to reproduce this but I'm having trouble. First, the dependency on maven-plugin-testing-harness is missing. Secondly, even though the localRepoDir is correct, the ejb-sample-one and -two can't be found. Anyway, the problem is with the setClassLoader(). That one already c

using maven-csharp in sandbox to run NUnit tests

2006-10-02 Thread James.Strachan
I've got the csharp plugins in the sandbox working on a project and they build the code OK. Though I can't work out the magic combination to get the test plugin to find the NUnit stuff. I wonder has anyone else managed to get this part working? James -- View this message in context: http://www

Re: MNG-2571 - weird exception using the embedder

2006-10-02 Thread Stephane Nicoll
Kenney, On 10/2/06, Kenney Westerhof <[EMAIL PROTECTED]> wrote: Hi, Stephane, I'm trying to reproduce this Thanks ;-) but I'm having trouble. First, the dependency on maven-plugin-testing-harness is missing. Secondly, even though the localRepoDir is correct, the ejb-sample-one and -two can'

Re: MNG-2571 - weird exception using the embedder

2006-10-02 Thread Kenney Westerhof
Hi Stéphane, Anyway, the problem is with the setClassLoader(). That one already contains the EjbModule (and EarMojo) classes since they're in src/main/java. So they're also available to plexus. The embedder tries to configure another EarMojo in a new plugin classloader, and instantiates the

Re: MNG-2571 - weird exception using the embedder

2006-10-02 Thread Stephane Nicoll
Kenney, On 10/2/06, Kenney Westerhof <[EMAIL PROTECTED]> wrote: All that's missing is pre/post conditions, but usually post conditions are done in normal unit tests in the nested project. You just have to configure it to run after your mojo, in those nested projects. Mmm OK. This will pro

Re: MNG-2571 - weird exception using the embedder

2006-10-02 Thread Stephane Nicoll
Kenney and all, On 10/2/06, Kenney Westerhof <[EMAIL PROTECTED]> wrote: Hi, Stephane, I'm trying to reproduce this but I'm having trouble. First, the dependency on maven-plugin-testing-harness is missing. Secondly, even though the localRepoDir is correct, the ejb-sample-one and -two can't be fo

[vote] rbac-integration branch merge to trunk

2006-10-02 Thread Jesse McConnell
Brett suggested we do a vote for this today so I figured I would just do that now. [-1/0/+1] vote will be open for 72 hours Pulling from the other mail, this branch was pulled a bit over a week ago to test out the plexus-security integration with continuum. Some of the added features are * ful

Re: [vote] rbac-integration branch merge to trunk

2006-10-02 Thread Jason van Zyl
+1 On 2 Oct 06, at 5:16 PM 2 Oct 06, Jesse McConnell wrote: Brett suggested we do a vote for this today so I figured I would just do that now. [-1/0/+1] vote will be open for 72 hours Pulling from the other mail, this branch was pulled a bit over a week ago to test out the plexus-security int

ScopeArtifactFilter

2006-10-02 Thread Brian E. Fox
Is it correct that ScopeArtifactFilter effectively ignores provided and system scopes in the includes check? By the code below, you can see that only compile, runtime and test are supported. public ScopeArtifactFilter( String scope ) { if ( DefaultArtifact.SCOPE_COMPILE.equals( sco

Re: [vote] rbac-integration branch merge to trunk

2006-10-02 Thread Christian Edward Gruber
+1 with a hearty w00t. Jesse McConnell wrote: > Brett suggested we do a vote for this today so I figured I would just > do that now. > > [-1/0/+1] vote will be open for 72 hours > > Pulling from the other mail, this branch was pulled a bit over a week > ago to test out the plexus-security integrat

XFire 1.2.2 released - please sync repo with Codehaus

2006-10-02 Thread Dan Diephouse
Hiya, Last I checked the repo still had to be sync'd with Codehaus by hand. Could someone please do this? Thanks, - Dan -- Dan Diephouse Envoi Solutions http://envoisolutions.com http://netzooid.com/blog - To unsubscribe, e-

Re: How to use VSS in Maven 2 together with Continuum?

2006-10-02 Thread Julien Henry
Hi, You don't have anything to add in your pom (only write the correct scm URL). But you have to add maven-scm-provider-vss-XXX.jar in $CONTINUUM_HOME/apps/continuum/lib, because it seems it was not packaged with Continuum 1.0.3. ++ Julien Bill Qiu a écrit : Hi, Could anybody tell me h

build archiva from sources

2006-10-02 Thread Nicolas De Loof
I've just upgraded my SVN working copy, and an "svn install" I get a dependency error for plexus-appserver-maven-plugin 2.0-alpha-3-SNAPSHOT : AFAIK central repo doesn't include snapshots. A entry may be required in archiva POM Can anyone correct the POM or update http://docs.codehaus.org