-1 (I hate to do that)
I didn't test it but I tried to build all our plugins and a test is failing
if we are in the reactor
If I build only the plugin, tests pass.
We have the same error in hudson :
https://ci.sonatype.org/view/Plugins/job/plugins-CI-with-maven-2.0.x/org.apache.maven.plugins$maven-help-plugin/lastBuild/testReport/org.apache.maven.plugins.help/DescribeMojoTest/testGetExpressionsRoot/
Printing the exception message I have :
The API changes : NoSuchMethodException:
org.apache.maven.plugins.help.HelpMojo.toLines(java.lang.String, int, int,
int)
The problem is in the test DescribeMojoTest.testGetExpressionsRoot
This one is calling :
PrivateAccessor.invoke( DescribeMojo.class, "toLines", new Class[] {
String.class, Integer.TYPE,
Integer.TYPE, Integer.TYPE }, new Object[] { "", new
Integer( 2 ), new Integer( 2 ),
new Integer( 80 ) } );
and DescribeMojo.toLines calls
HelpMojo.class.getDeclaredMethod( "toLines", new Class[] { String.class,
Integer.TYPE,
Integer.TYPE, Integer.TYPE } );
But in the HelpMojo found in generated-sources i have only 2 methods
toLines:
private List toLines( String text, int indent )
private void toLines( List lines, String line )
There's no toLines method with 4 args
If you can convince me that it is a maven's core issue (which could explain
why we have it in the reactor and not in a simple build) I'll change my
vote.
cheers
Arnaud
On Mon, Sep 1, 2008 at 1:29 AM, Vincent Siveton <[EMAIL PROTECTED]> wrote:
> Hi,
>
> We solved more than 20 issues:
>
> http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11141&styleName=Html&version=12300
>
> There are still a couple of issues left in JIRA:
>
> http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=true&pid=11141&status=1
>
> Staging repo:
> http://people.apache.org/~vsiveton/staging-repo/<http://people.apache.org/%7Evsiveton/staging-repo/>
>
> Staging site:
> http://maven.apache.org/plugins/maven-help-plugin-2.1/
>
> Guide to testing staged releases:
> http://maven.apache.org/guides/development/guide-testing-releases.html
>
> Vote open for 72 hours.
>
> [ ] +1
> [ ] +0
> [ ] -1
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
--
..........................................................
Arnaud HERITIER
..........................................................
OCTO Technology - aheritier AT octo DOT com
www.octo.com | blog.octo.com
..........................................................
ASF - aheritier AT apache DOT org
www.apache.org | maven.apache.org
...........................................................