Re: Test failures in maven-source-plugin

2007-03-15 Thread Kenney Westerhof
Stephane Nicoll wrote: I don't think so. sources and ear are for sure good candidates since I wrote those tests. At some point, we decided to use that testing technique and fix remaining issues (namely the local repo first install story). We need to discuss this because I'd like to work on the

Re: Test failures in maven-source-plugin

2007-03-15 Thread Kenney Westerhof
Wendy Smoak wrote: On 3/14/07, Kenney Westerhof <[EMAIL PROTECTED]> wrote: The problem is that it uses the Verifier to test. The Verifier uses the plugin from the local repo, not the current project. First, mvn clean install -Dmaven.test.skip=true, then mvn test and it'll work. I noticed th

Re: Test failures in maven-source-plugin

2007-03-15 Thread Stephane Nicoll
I don't think so. sources and ear are for sure good candidates since I wrote those tests. At some point, we decided to use that testing technique and fix remaining issues (namely the local repo first install story). We need to discuss this because I'd like to work on the WAR plugin but I want mor

Re: Test failures in maven-source-plugin

2007-03-14 Thread Wendy Smoak
On 3/14/07, Kenney Westerhof <[EMAIL PROTECTED]> wrote: The problem is that it uses the Verifier to test. The Verifier uses the plugin from the local repo, not the current project. First, mvn clean install -Dmaven.test.skip=true, then mvn test and it'll work. I noticed this today.. there's about

Re: Test failures in maven-source-plugin

2007-03-14 Thread Kenney Westerhof
s or so. I was just going to switch it off the test harness for the next release. Jason. On 3/13/07, Wendy Smoak <[EMAIL PROTECTED]> wrote: I'm seeing test failures in maven-source-plugin. Anyone else? On Windows w/ Maven 2.0.5: Failed tests: testProject003(org.apache.maven.plugi

Re: Test failures in maven-source-plugin

2007-03-13 Thread Jason van Zyl
the test harness for the next release. Jason. On 3/13/07, Wendy Smoak <[EMAIL PROTECTED]> wrote: I'm seeing test failures in maven-source-plugin. Anyone else? On Windows w/ Maven 2.0.5: Failed tests: testProject003(org.apache.maven.plugin.source.SourceJarMojoTest) tes

Re: Test failures in maven-source-plugin

2007-03-13 Thread Stephane Nicoll
Weird. Can you paste the surefire logs please? On 3/13/07, Wendy Smoak <[EMAIL PROTECTED]> wrote: I'm seeing test failures in maven-source-plugin. Anyone else? On Windows w/ Maven 2.0.5: Failed tests: testProject003(org.apache.maven.plugin.source.SourceJarMojoTest) tes

Re: Test failures in maven-source-plugin

2007-03-12 Thread Franz Allan Valencia See
Good day to you, Wendy, On Windows XP, Maven 2.0.5, maven-source-plugin -r517268 builds fine Cheers, Franz On 3/12/07, Wendy Smoak <[EMAIL PROTECTED]> wrote: I'm seeing test failures in maven-source-plugin. Anyone else? On Windows w/ Maven 2.0.5: Failed tests: tes

Test failures in maven-source-plugin

2007-03-12 Thread Wendy Smoak
I'm seeing test failures in maven-source-plugin. Anyone else? On Windows w/ Maven 2.0.5: Failed tests: testProject003(org.apache.maven.plugin.source.SourceJarMojoTest) testProject007(org.apache.maven.plugin.source.SourceJarMojoTest) testProje