Daniel, Its because of a bug in current maven dist(beta-9) which creates an incorrect manifest Extension-List attribute.
Apply the patch on the maven jar plugin. Described here. http://avalon.apache.org/sandbox/merlin/resources/notebook.html Regards, Vinay --- Daniel Krieg <[EMAIL PROTECTED]> wrote: > I just did a new CVS checkout and the build fails > with the following... > > test:test: > [junit] Running > org.apache.avalon.assembly.engine.profile.ProfileRepositoryTestCase > [junit] Tests run: 5, Failures: 0, Errors: 0, > Time elapsed: 3.252 > sec > [junit] Running > org.apache.avalon.assembly.engine.ApplianceTestCase > [junit] Tests run: 1, Failures: 0, Errors: 1, > Time elapsed: 2.653 > sec > [junit] [ERROR] TEST > org.apache.avalon.assembly.engine.ApplianceTestCase > FAILED > [junit] Running > org.apache.avalon.assembly.engine.EngineTestCase > [junit] Tests run: 4, Failures: 4, Errors: 0, > Time elapsed: 2.828 > sec > [junit] [ERROR] TEST > org.apache.avalon.assembly.engine.EngineTestCase > FAILED > [junit] Running > org.apache.avalon.assembly.engine.FactoryTestCase > [junit] Tests run: 1, Failures: 1, Errors: 0, > Time elapsed: 2.627 > sec > [junit] [ERROR] TEST > org.apache.avalon.assembly.engine.FactoryTestCase > FAILED > [junit] Running > org.apache.avalon.assembly.engine.service.ServiceRepositoryTestCase > [junit] Tests run: 4, Failures: 0, Errors: 0, > Time elapsed: 2.51 sec > [junit] Running > org.apache.avalon.assembly.engine.type.TypeRepositoryTestCase > [junit] Tests run: 6, Failures: 0, Errors: 0, > Time elapsed: 3.025 > sec > [junit] Running > org.apache.avalon.assembly.repository.LocalRepositoryTestCase > [junit] Tests run: 1, Failures: 0, Errors: 0, > Time elapsed: 1.733 > sec > > BUILD FAILED > Unable to obtain goal [test:test] -- null:108:54: > <fail> There were test > failures. > > -- > Daniel Krieg <[EMAIL PROTECTED]> > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: > [EMAIL PROTECTED] > For additional commands, e-mail: > [EMAIL PROTECTED] > __________________________________ Do you Yahoo!? SBC Yahoo! DSL - Now only $29.95 per month! http://sbc.yahoo.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
