I seem to have run into a glitch with maven 1.0.1.  I am using the version
distributed by brett, with no changes or additions.

For the jakarta-turbine-fulcrum project[1], we have a root project.xml and
multiple components.  The root project.xml contains two jar dependencies
that are shared by all components.  Then, each component adds its own
dependency.  With the bundled jcoverage plugin, the dependencies defined in
the root project.xml are not properly resolved by the plugin:
java:compile:
    [echo] Compiling to C:\java\fulcrum\yaafi/target/classes
instrumenting the class-files...
org.apache.commons.jelly.JellyTagException:
c:\java\maven\cache\maven-jcoverage
plugin-1.0.8\plugin.jelly:122:95: <maven:addPath> cannot find the path to
add s
ecified by 'refid':
c:\java\maven/repository\avalon-framework\jars\avalon-frame
ork-api-4.2.0.jar;c:\java\maven/repository\avalon-framework\jars\avalon-fram
ewo
k-impl-4.2.0.jar;

BUILD FAILED
File...... c:\java\maven\cache\maven-jcoverage-plugin-1.0.8\plugin.jelly
Element... ant:fail
Line...... 143
Column.... 35
org.apache.commons.jelly.JellyTagException:
c:\java\maven\cache\maven-jcoverage
plugin-1.0.8\plugin.jelly:122:95: <maven:addPath> cannot find the path to
add s
ecified by 'refid':
c:\java\maven/repository\avalon-framework\jars\avalon-frame
ork-api-4.2.0.jar;c:\java\maven/repository\avalon-framework\jars\avalon-fram
ewo
k-impl-4.2.0.jar;
Total time: 16 seconds
Finished at: Tue Nov 09 11:52:02 CET 2004

I then tried with CVS HEAD of jcoverage, but no joy.  It looks like the "/"
character in the path of maven:addPath is messing it up?  Oh, I should
mention I am on Windows XP.

Eric


[1] http://jakarta.apache.org/turbine/fulcrum

> -----Original Message-----
> From: Dion Gillard [mailto:[EMAIL PROTECTED]
> Sent: Monday, November 08, 2004 9:07 PM
> To: Maven Developers List
> Subject: Re: final test release - Maven 1.0.1
>
>
> I'll give it a go today too.
>
>
> On Mon, 08 Nov 2004 19:45:37 +1100, Brett Porter <[EMAIL PROTECTED]> wrote:
> > Apart from documentation, Maven 1.0.1 is final.
> >
> > Test here:
> > http://codehaus.org/~brett/maven-1.0.1-SNAPSHOT/
> >
> > If you are interested in what has changed in the core, here are the
> > bugfixes:
> >
> http://jira.codehaus.org/secure/BrowseProject.jspa?id=10030&report=roadmap
> >
> > I'll take it for an extended spin at work tomorrow, and if no problems
> > are found, will post a vote. I still have some documentation issues to
> > clear up too, but nothing blocking.
> >
> > Cheers,
> > Brett
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
>
>
> --
> http://www.multitask.com.au/people/dion/
>
> ---------------------------------------------------------------------
> 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]

Reply via email to