On Thu, 2003-07-03 at 16:39, Jakob Praher wrote: > 1) maven build process questions > -------------------------------- > > did a fresh check out using maven 1.0-b9. > I am just starting to using maven, so perhaps the error is my mistake, > but the goal 'merlin-dist' didn't pass. > > So I worked around using: > > maven.junit.usefile=false > maven.test.failure.ignore = true > > in project.properties. > > Now I have a compiled merlin the 'target' directory. > > Question about maven: Is there any special bootstrapping needed for > maven in order to work - I think it should fetch all its libs from its > repository, so I thought it doesn't depend on a particular version of > for instance ant.jar. - What's your experience on that? > > BTW: the testcase that failed was: > org.apache.avalon.merlin.RepositoryTestCase > > but the stacktrace (using maven -e) had lots of jelly and jexl methods, > but no acutal merlin method - so don't know where the error happend...
The problem isn't with merlin, it's with a bug in the maven 0.9 release. You need to update the jar plugin plugin.jelly file. More info at: http://avalon.apache.org/sandbox/merlin/resources/notebook.html -- jaaron <http://jadetower.org> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
