Oh and:

>maven -g | find /I "jdiff"

Returns:

  jdiff  .......................... generate an api difference report
between

Gary 

> -----Original Message-----
> From: Gary Gregory
> Sent: Tuesday, June 15, 2004 14:23
> To: 'Brett Porter'; Jakarta Commons Developers List
> Subject: Maven jdiff plugin [WAS: Maven jdiff plugin WAS:
[ANOUNCEMENT]
> Commons Collections 3.1-RC1 and 2.1.1 released]
> 
> Yes indeed, I've tried adding to [codec]'s report element:
> 
> <report>maven-jdiff-plugin</report>
> 
> And even:
> 
> <report>jdiff</report>
> 
> Which gives me:
> 
> >maven site:generate
>  __  __
> |  \/  |__ _Apache__ ___
> | |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
> |_|  |_\__,_|\_/\___|_||_|  v. 1.0-rc3
> 
> 
> BUILD FAILED
> File...... C:\Documents and
Settings\ggregory\.maven\plugins\maven-xdoc-
> plugin-1.7.1\plugin.jelly
> Element... attainGoal
> Line...... 686
> Column.... 48
> No goal [maven-jdiff-plugin:register]
> Total time: 25 seconds
> Finished at: Tue Jun 15 14:18:44 PDT 2004
> 
> Tue 06/15/2004 14:18:44.69
> C:\cvs-store\apache.org\jakarta\commons\codec
> >maven site:generate
>  __  __
> |  \/  |__ _Apache__ ___
> | |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
> |_|  |_\__,_|\_/\___|_||_|  v. 1.0-rc3
> 
> 
> BUILD FAILED
> File...... C:\Documents and
Settings\ggregory\.maven\plugins\maven-xdoc-
> plugin-1.7.1\plugin.jelly
> Element... attainGoal
> Line...... 686
> Column.... 48
> No goal [jdiff:register]
> Total time: 3 seconds
> Finished at: Tue Jun 15 14:19:33 PDT 2004
> 
> Ideas?
> 
> Thank you,
> Gary
> 
> > -----Original Message-----
> > From: Brett Porter [mailto:[EMAIL PROTECTED]
> > Sent: Monday, June 14, 2004 16:37
> > To: Jakarta Commons Developers List; Gary Gregory
> > Subject: RE: Maven jdiff plugin WAS: [ANOUNCEMENT] Commons
Collections
> > 3.1-RC1 and 2.1.1 released
> >
> > I've stopped crossposting to users and announcements to save the
> moderator
> > some
> > headache :)
> >
> > I haven't used it myself, but if it is following conventions, you
would
> > add:
> > <report>maven-jdiff-plugin</report>
> > To the <reports/> section of project.xml.  If there is no reports
> section,
> > you'd
> > need to create it with the standard list + this one.
> >
> > Alternatively, you can add a postGoal on xdoc:register-reports in
> > maven.xml that
> > has:
> > <attainGoal name="maven-jdiff-plugin:register" />
> >
> > This is all documented on the Maven web site.
> >
> > Cheers,
> > Brett
> >
> >
> > Quoting Gary Gregory <[EMAIL PROTECTED]>:
> >
> > > For [codec], doing a "maven jdiff" works (well, it invokes JDiff
but
> the
> > > report is not correct) but how do I get that report linked to from
the
> > > "Project Reports"?
> > >
> > > Thank you,
> > > Gary
> > >

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to