You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by Gary Gregory <gg...@seagullsw.com> on 2004/06/15 23:22:35 UTC

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:brett@apache.org]
> 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 <gg...@seagullsw.com>:
> 
> > 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: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org


Re: Maven jdiff plugin [WAS: Maven jdiff plugin WAS: [ANOUNCEMENT] Commons Collections 3.1-RC1 and 2.1.1 released]

Posted by Emmanuel Venisse <ev...@ifrance.com>.
I'm adding this functionality in jdiff plugin. JDiff plugin is not release
yet.

Emmanuel

----- Original Message ----- 
From: "Gary Gregory" <gg...@seagullsw.com>
To: "Brett Porter" <br...@apache.org>; "Jakarta Commons Developers List"
<co...@jakarta.apache.org>
Sent: Tuesday, June 15, 2004 11:22 PM
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:brett@apache.org]
> 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 <gg...@seagullsw.com>:
>
> > 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: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org


___[ Pub ]____________________________________________________________
Inscrivez-vous gratuitement sur Tandaime, Le site de rencontres !
http://rencontre.rencontres.com/index.php?origine=4


___[ Pub ]____________________________________________________________
Inscrivez-vous gratuitement sur Tandaime, Le site de rencontres !
http://rencontre.rencontres.com/index.php?origine=4


---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org