I made some simple changes in plugin.jelly and jdiff goal now get sources from CVS for 
the two versions to compare. 

But when plugin calls javadoc I get

    [javadoc] Generating Javadoc
    [javadoc] Javadoc execution
    [javadoc] javadoc: Cannot find doclet class jdiff.JDiff
    [javadoc] 1 error


I don't know how to set javadoc classpath to include jdiff doclet class. Can someone 
help me ?

Nico.


----- Original Message ----- 
From: "Emmanuel Venisse" <[EMAIL PROTECTED]>
To: "Maven Users List" <[EMAIL PROTECTED]>
Sent: Thursday, December 18, 2003 3:37 PM
Subject: Re: jdiff plugin


> Apparently, you're the first person that use this plugin since a long time.
> I think we don't update it when we modify maven apis.
> 
> If you have a patch, it will be xelcome.
> 
> Emmanuel
> 
> ----- Original Message ----- 
> From: "Nicolas De Loof" <[EMAIL PROTECTED]>
> To: "Maven Users List" <[EMAIL PROTECTED]>
> Sent: Thursday, December 18, 2003 3:25 PM
> Subject: jdiff plugin
> 
> 
> > 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]
> >
> >
> 
> 
> ---------------------------------------------------------------------
> 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