- Brett
------------------------------------------------------------------------------- Test set: org.apache.maven.plugin.source.TestSourceJarMojoTest ------------------------------------------------------------------------------- Tests run: 3, Failures: 2, Errors: 0, Skipped: 0, Time elapsed: 13.712 sec <<< FAILURE! testProject004(org.apache.maven.plugin.source.TestSourceJarMojoTest) Time elapsed: 5.118 sec <<< FAILURE! junit.framework.ComparisonFailure: expected:<foo/project004/AppTest.java> but was:<excluded-file.txt> at junit.framework.Assert.assertEquals(Assert.java:81) at junit.framework.Assert.assertEquals(Assert.java:87) at org.apache.maven.plugin.source.AbstractSourcePluginTestCase.assertJarContent(AbstractSourcePluginTestCase.java:251) at org.apache.maven.plugin.source.AbstractSourcePluginTestCase.doTestProject(AbstractSourcePluginTestCase.java:135) at org.apache.maven.plugin.source.AbstractSourcePluginTestCase.doTestProjectWithTestSourceArchive(AbstractSourcePluginTestCase.java:167) at org.apache.maven.plugin.source.TestSourceJarMojoTest.testProject004(TestSourceJarMojoTest.java:44) at org.apache.maven.plugin.source.TestSourceJarMojoTest.testProject004(TestSourceJarMojoTest.java:44) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at junit.framework.TestCase.runTest(TestCase.java:154) at junit.framework.TestCase.runBare(TestCase.java:127) at junit.framework.TestResult$1.protect(TestResult.java:106) at junit.framework.TestResult.runProtected(TestResult.java:124) at junit.framework.TestResult.run(TestResult.java:109) at junit.framework.TestCase.run(TestCase.java:118) at junit.framework.TestSuite.runTest(TestSuite.java:208) at junit.framework.TestSuite.run(TestSuite.java:203) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at org.apache.maven.surefire.junit.JUnitTestSet.execute(JUnitTestSet.java:213) at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:138) at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:125) at org.apache.maven.surefire.Surefire.run(Surefire.java:132) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:291) at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:819) testProject006(org.apache.maven.plugin.source.TestSourceJarMojoTest) Time elapsed: 3.559 sec <<< FAILURE! junit.framework.AssertionFailedError: Test source archive should not have been created[/Users/brett/scm/maven/plugins/maven-source-plugin/target/test-classes/projects/project-006/target/maven-source-plugin-test-project-006-99.0-test-sources.jar] at junit.framework.Assert.fail(Assert.java:47) at junit.framework.Assert.assertTrue(Assert.java:20) at junit.framework.Assert.assertFalse(Assert.java:34) at org.apache.maven.plugin.source.TestSourceJarMojoTest.testProject006(TestSourceJarMojoTest.java:56) at org.apache.maven.plugin.source.TestSourceJarMojoTest.testProject006(TestSourceJarMojoTest.java:56) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at junit.framework.TestCase.runTest(TestCase.java:154) at junit.framework.TestCase.runBare(TestCase.java:127) at junit.framework.TestResult$1.protect(TestResult.java:106) at junit.framework.TestResult.runProtected(TestResult.java:124) at junit.framework.TestResult.run(TestResult.java:109) at junit.framework.TestCase.run(TestCase.java:118) at junit.framework.TestSuite.runTest(TestSuite.java:208) at junit.framework.TestSuite.run(TestSuite.java:203) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at org.apache.maven.surefire.junit.JUnitTestSet.execute(JUnitTestSet.java:213) at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:138) at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:125) at org.apache.maven.surefire.Surefire.run(Surefire.java:132) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:291) at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:819)
------------------------------------------------------------------------------- Test set: org.apache.maven.plugin.source.SourceJarMojoTest ------------------------------------------------------------------------------- Tests run: 4, Failures: 2, Errors: 0, Skipped: 0, Time elapsed: 18.526 sec <<< FAILURE! testProject003(org.apache.maven.plugin.source.SourceJarMojoTest) Time elapsed: 3.913 sec <<< FAILURE! junit.framework.ComparisonFailure: expected:<default-configuration.properties> but was:<excluded-file.txt> at junit.framework.Assert.assertEquals(Assert.java:81) at junit.framework.Assert.assertEquals(Assert.java:87) at org.apache.maven.plugin.source.AbstractSourcePluginTestCase.assertJarContent(AbstractSourcePluginTestCase.java:251) at org.apache.maven.plugin.source.AbstractSourcePluginTestCase.doTestProject(AbstractSourcePluginTestCase.java:129) at org.apache.maven.plugin.source.AbstractSourcePluginTestCase.doTestProjectWithSourceArchive(AbstractSourcePluginTestCase.java:152) at org.apache.maven.plugin.source.SourceJarMojoTest.testProject003(SourceJarMojoTest.java:45) at org.apache.maven.plugin.source.SourceJarMojoTest.testProject003(SourceJarMojoTest.java:45) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at junit.framework.TestCase.runTest(TestCase.java:154) at junit.framework.TestCase.runBare(TestCase.java:127) at junit.framework.TestResult$1.protect(TestResult.java:106) at junit.framework.TestResult.runProtected(TestResult.java:124) at junit.framework.TestResult.run(TestResult.java:109) at junit.framework.TestCase.run(TestCase.java:118) at junit.framework.TestSuite.runTest(TestSuite.java:208) at junit.framework.TestSuite.run(TestSuite.java:203) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at org.apache.maven.surefire.junit.JUnitTestSet.execute(JUnitTestSet.java:213) at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:138) at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:125) at org.apache.maven.surefire.Surefire.run(Surefire.java:132) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:291) at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:819) testProject005(org.apache.maven.plugin.source.SourceJarMojoTest) Time elapsed: 3.416 sec <<< FAILURE! junit.framework.AssertionFailedError: Source archive should not have been created[/Users/brett/scm/maven/plugins/maven-source-plugin/target/test-classes/projects/project-005/target/maven-source-plugin-test-project-005-99.0-sources.jar] at junit.framework.Assert.fail(Assert.java:47) at junit.framework.Assert.assertTrue(Assert.java:20) at junit.framework.Assert.assertFalse(Assert.java:34) at org.apache.maven.plugin.source.SourceJarMojoTest.testProject005(SourceJarMojoTest.java:57) at org.apache.maven.plugin.source.SourceJarMojoTest.testProject005(SourceJarMojoTest.java:57) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at junit.framework.TestCase.runTest(TestCase.java:154) at junit.framework.TestCase.runBare(TestCase.java:127) at junit.framework.TestResult$1.protect(TestResult.java:106) at junit.framework.TestResult.runProtected(TestResult.java:124) at junit.framework.TestResult.run(TestResult.java:109) at junit.framework.TestCase.run(TestCase.java:118) at junit.framework.TestSuite.runTest(TestSuite.java:208) at junit.framework.TestSuite.run(TestSuite.java:203) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at org.apache.maven.surefire.junit.JUnitTestSet.execute(JUnitTestSet.java:213) at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:138) at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:125) at org.apache.maven.surefire.Surefire.run(Surefire.java:132) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:291) at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:819)
On 26/03/2007, at 3:38 PM, Stephane Nicoll wrote:
On 3/26/07, Brett Porter <[EMAIL PROTECTED]> wrote:Stephane?I really like to help but it works for me (running macos, linux. didn't tried on Windows).The failure seems to be r503445.Well before that, the tests were a plain mess and I used the technique we promoted so far. Apparently, this technique has side effect on some box. I never had any issue myself.Also, shouldn't trunk be reverted to 2.0.3-SNAPSHOT and the tag deleted since we've rejected the staged release?Correct. I thought Jason did it. Cheers, Stéphane- Brett On 26/03/2007, at 4:39 AM, Jason van Zyl wrote: > > On 24 Mar 07, at 6:19 PM 24 Mar 07, Carlos Sanchez wrote: >>> any progress? is there something yet to do or anybody can call a vote>> / release it? >> > > I ran the build to check and there are still failures. So I guess > it's not fixed. > > I'll look after I'm done with 2.0.6 is no one else gets to it. > > jason. > >> On 3/17/07, Jason van Zyl <[EMAIL PROTECTED]> wrote:>>> Yes, actually. Kenney fixed the tests so we can probably shove this>>> out the door. It's still on my list, just been working on 2.0.6. >>> >>> Jason. >>> >>> On 17 Mar 07, at 6:35 PM 17 Mar 07, Niall Pemberton wrote: >>> >>> > Any progress on this? >>> > >>> > Niall >>> > >>> > On 3/2/07, Niall Pemberton <[EMAIL PROTECTED]> wrote: >>> >> On 3/2/07, Jason van Zyl <[EMAIL PROTECTED]> wrote: >>> >> > >>> >> > On 2 Mar 07, at 7:28 AM 2 Mar 07, Niall Pemberton wrote: >>> >> > >>> >> > > ping :-) >>> >> > > >>> >> > >>> >> > I just released a snapshot, do you think you could give it a >>> whirl >>> >> > quickly? >>> >> >>> >> I ran "mvn source:jar" for commons validator with the new >>> snapshot >>> >> and >>> >> everything was fine (with a <resource> element for something >>> in the >>> >> root directory). >>> >> >>> >> Niall >>> >> >>> >> > Jason. >>> >> > >>> >> > > On 2/18/07, Niall Pemberton <[EMAIL PROTECTED]> >>> wrote: >>> >> > >> On 2/18/07, Jason van Zyl <[EMAIL PROTECTED]> wrote: >>> >> > >> >>>> >> > >> > On 18 Feb 07, at 9:32 AM 18 Feb 07, Niall Pemberton wrote:>>> >> > >> >>>> >> > >> > > On 2/15/07, Stephane Nicoll <[EMAIL PROTECTED]>>>> >> wrote:>>> >> > >> > >> Yes. I need to check with Jason because it seems he's>>> >> found a >>> >> > >> > >> problem meanwhile. >>> >> > >> > >>>> >> > >> > > Any news on this - can the release go out (sorry to keep>>> >> > >> buging you)? >>> >> > >> > > >>> >> > >> > >>> >> > >> > No, I found regressions after the vote. I've fixed most >>> of the >>> >> > >> > issues, but want to add two more tests and fix the >>> integration >>> >> > >> > tests. Early next week I'll put it up the vote again. >>> Feel >>> >> free to>>> >> > >> > try a snapshot, I deployed it so you can try it which will>>> >> help me >>> >> > >> > release it faster. >>> >> > >>>>> >> > >> OK thanks - I tried out the the 2.0.4-SNAPSHOT (with Commons>>> >> > >> Validator) and it built the sources jar fine. >>> >> > >> >>> >> > >> Niall >>> >> > >> >>> >> > >> > jason. >>> >> > >> > >>> >> > >> > > Niall >>> >> > >> > > >>> >> > >> > >> I'll keep you posted. >>> >> > >> > >> >>> >> > >> > >> Stéphane >>> >> > >> > >>>>> >> > >> > >> On 2/15/07, Niall Pemberton <[EMAIL PROTECTED]>>>> >> wrote: >>> >> > >> > >> > On 2/12/07, Stephane Nicoll >>> >> <[EMAIL PROTECTED]> wrote: >>> >> > >> > >> > > Yes please. >>> >> > >> > >> > > >>> >> > >> > >> > > We need to wait a bit more. I'll make sure to >>> send a >>> >> mail >>> >> > >> with >>> >> > >> > >> the vote result. >>> >> > >> > >> > >>> >> > >> > >> > Has enough time lapsed yet to declare a result and >>> cut >>> >> the >>> >> > >> release? >>> >> > >> > >> > >>> >> > >> > >> > Thanks >>> >> > >> > >> > >>> >> > >> > >> > Niall >>> >> > >> > >> > >>> >> > >> > >> > > Thanks, >>> >> > >> > >> > > Stéphane >>> >> > >> > >> > >>>> >> > >> > >> > > On 2/12/07, Jason van Zyl <[EMAIL PROTECTED]> wrote:>>> >> > >> > >> > > > Stephane, >>> >> > >> > >> > > > >>> >> > >> > >> > > > Would you like me to copy this over to the >>> production >>> >> > >> > >> repository for >>> >> > >> > >> > > > the release? >>> >> > >> > >> > > > >>> >> > >> > >> > > > Jason. >>> >> > >> > >> > > > >>> >> > >> > >> > > > On 11 Feb 07, at 10:42 AM 11 Feb 07, Jason van >>> Zyl >>> >> wrote: >>> >> > >> > >> > > > >>> >> > >> > >> > > > > +1 >>> >> > >> > >> > > > > >>> >> > >> > >> > > > > Thanks Stephane, >>> >> > >> > >> > > > > >>> >> > >> > >> > > > > Jason. >>> >> > >> > >> > > > > >>> >> > >> > >> > > > > On 11 Feb 07, at 5:11 AM 11 Feb 07, Stephane >>> Nicoll >>> >> > >> wrote: >>> >> > >> > >> > > > > >>> >> > >> > >> > > > >> Hi, >>> >> > >> > >> > > > >> >>> >> > >> > >> > > > >> This release fixes all known issues. >>> >> > >> > >> > > > >> >>> >> > >> > >> > > > >> Release Notes - Maven 2.x Sources Plugin - >>> Version >>> >> > >> 2.0.3 >>> >> > >> > >> > > > >> >>> >> > >> > >> > > > >> ** Bug >>> >> > >> > >> > > > >> * [MSOURCES-6] - Sources plugin ignores >>> >> resource >>> >> > >> > >> includes/excludes >>> >> > >> > >> > > > >> >>> >> > >> > >> > > > >> ** Improvement >>> >> > >> > >> > > > >> * [MSOURCES-11] - When source plugin is >>> >> used, it >>> >> > >> > >> should make sure >>> >> > >> > >> > > > >> it is invoked during install >>> >> > >> > >> > > > >> >>> >> > >> > >> > > > >> Revision: 505872 >>> >> > >> > >> > > > >> >>> >> > >> > >> > > > >> The staging bits are available as well: >>> >> > >> > >> > > > >> http://people.apache.org/~snicoll/maven- >>> staging/ >>> >> repo/ >>> >> > >> org/ >>> >> > >> > >> apache/ >>> >> > >> > >> > > > >> maven/plugins/maven-source-plugin/2.0.3/ >>> >> > >> > >> > > > >> >>> >> > >> > >> > > > >> Vote opens for 72hours. >>> >> > >> > >> > > > >> >>> >> > >> > >> > > > >> My +1 >>> >> > >> > >> > > > >> >>> >> > >> > >> > > > >> Thanks, >>> >> > >> > >> > > > >> >>> >> > >> > >> > > > >> Stéphane >>> >> > >> > >> > >>> >> > >> > >> > >>> >> > >> > >> >>> >> > >> >>> >>>>> -------------------------------------------------------------------->>> - >>> >> > >> > >> > To unsubscribe, e-mail: dev- >>> [EMAIL PROTECTED] >>> >> > >> > >> > For additional commands, e-mail: dev- >>> >> [EMAIL PROTECTED] >>> >> > >> > >> > >>> >> > >> > >> > >>> >> > >> > >> >>> >> > >> > >> >>> >> > >> >>> >>>>> -------------------------------------------------------------------->>> - >>> >> > >> > >> To unsubscribe, e-mail: dev- >>> [EMAIL PROTECTED] >>> >> > >> > >> For additional commands, e-mail: dev- >>> [EMAIL PROTECTED] >>> >> > >> > >> >>> >> > >> > >> >>> >> > >> > > >>> >> > >> > > >>> >> > >> >>> >>>>> -------------------------------------------------------------------->>> ->>> >> > >> > > To unsubscribe, e-mail: dev- [EMAIL PROTECTED]>>> >> > >> > > For additional commands, e-mail: dev- >>> [EMAIL PROTECTED] >>> >> > >> > > >>> >> > >> > > >>> >> > >> > >>> >> > >> > >>> >> > >> > >>> >> > >> >>> >>>>> -------------------------------------------------------------------->>> ->>> >> > >> > To unsubscribe, e-mail: dev- [EMAIL PROTECTED] >>> >> > >> > For additional commands, e-mail: dev- [EMAIL PROTECTED]>>> >> > >> > >>> >> > >> > >>> >> > >> >>> >> > > >>> >> > > >>> >>>>> -------------------------------------------------------------------->>> - >>> >> > > To unsubscribe, e-mail: [EMAIL PROTECTED] >>> >> > > For additional commands, e-mail: [EMAIL PROTECTED] >>> >> > > >>> >> > > >>> >> > >>> >> > >>> >> > >>> >>>>> -------------------------------------------------------------------->>> - >>> >> > To unsubscribe, e-mail: [EMAIL PROTECTED] >>> >> > For additional commands, e-mail: [EMAIL PROTECTED] >>> >> > >>> >> > >>> >> >>> > >>> >>>> -------------------------------------------------------------------->>> - >>> > To unsubscribe, e-mail: [EMAIL PROTECTED] >>> > For additional commands, e-mail: [EMAIL PROTECTED] >>> > >>> > >>> >>>>>> -------------------------------------------------------------------->>> - >>> To unsubscribe, e-mail: [EMAIL PROTECTED] >>> For additional commands, e-mail: [EMAIL PROTECTED] >>> >>> >> >> >> -- >> I could give you my word as a Spaniard. >> No good. I've known too many Spaniards. >> -- The Princess Bride >>>> --------------------------------------------------------------------->> To unsubscribe, e-mail: [EMAIL PROTECTED] >> For additional commands, e-mail: [EMAIL PROTECTED] >> >> > >> ---------------------------------------------------------------------> To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]