multiproject: preGoal is not call

2003-08-09 Thread Nicolas . CHALUMEAU
I define in the base project : and an pregoal of war:init ... In sub project, I do : When I use maven war:war in the sub project it's ok my pregoal is call. But when I use maven test:dist-all in the base project directory the preGoal is not call. Is someone know why

Re: Problems with jar:install

2003-08-09 Thread dion
How can you have an empty repository if you've run maven? -- dIon Gillard, Multitask Consulting Blog: http://blogs.codehaus.org/people/dion/ Brent Hale <[EMAIL PROTECTED]> wrote on 06/08/2003 02:08:56 AM: > Is there already a bug entered for this? > > I'm trying to get ready to deploy Mav

what does vdoclet do and can I get rid of it?

2003-08-09 Thread John Farrell
I am receiving the error below when trying to do a site:generate on a particular troublesome set of packages of mine. In particular, I depend on a jar which adds a class to java.text. I handle this a run-time by adding the jar to the bootclasspath. However my guess is that vdoclet is trying to l

Re: MAVEN_RC1_STABLE branch

2003-08-09 Thread Colin Sampaleanu
Are you expecting that this will be merged back into HEAD, or HEAD merged into this in the future? Unfortuntately I think your chance of merging 2 diverged branches (where ongoing work has gone on in both) with CVS is next to nil. What is probably more realistic is for Jason or whoever to do

cross referencer gets NumberFormatException

2003-08-09 Thread John Farrell
On one of my Maven projects, there is a NumberFormatException during the cross reference goal. The stack trace starts like this: 2003-08-05 12:04:21,135 WARN org.apache.commons.jelly.expression.jexl.JexlExpression - Caught exception evaluating: [EMAIL PROTECTED] Reason: java.lang.NumberFormat

RE: Including more links

2003-08-09 Thread Sonnek, Ryan
I've set maven.docs.src=${basedir}/xdocs (which is the default, so it shouldn't have to be set) and my navigation.xml is in that directory, but it still isn't translating the jelly script. Looking through the multiproject plugin, which does this exact same thing, it uses a velocity tag to translat