Hello all,
I'm trying to use the jdiff plugin with maven 1.0 RC1
I got it from CVS and done a "maven plugin:install"
now, when I use "maven jdiff" I get this error :
BUILD FAILED
File...... file:/C:/Documents and
Settings/ndeloof/.maven/plugins/maven-jdiff-plugin-1.1/
Element... maven:makeRelativePath
Line...... 44
Column.... 120
You must define an attribute called 'path' for this tag.
Total time: 6 seconds
Finished at: Thu Dec 18 15:24:09 CET 2003
The line 44 in plugin.jelly is for :
<maven:makeRelativePath var="mavenRelativeSrcDir" basedir="${basedir}"
path="${maven.build.sourceDirectory}" />
I added some <echo> in plugin.jelly and see that ${maven.build.sourceDirectory} is not
set.
What do I miss ?
Nico.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]