RE: regression using maven 2.0.6

2007-04-05 Thread Jörg Schaible
Ben Fortuna wrote on Thursday, April 05, 2007 9:09 AM:

> I see the same issue. Reverted to 2.0.5 until resolved - not
> sure whether bug
> should be raised on maven or the plugin??

It was already raised (MOJO-618), but the OP closed it for some reason.

- Jörg

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



Re: regression using maven 2.0.6

2007-04-05 Thread Ben Fortuna

I see the same issue. Reverted to 2.0.5 until resolved - not sure whether bug
should be raised on maven or the plugin??



nicolas de loof-2 wrote:
> 
> I've upgraded to maven 2.0.6 and my build fails :
> ...
> 
> [INFO] Internal error in the plugin manager executing goal '
> org.codehaus.mojo:xdoclet-maven-plugin:1.0-alpha-2:xdoclet': Unable to
> find
> the mojo 'org.codehaus.mojo:xdoclet-maven-plugin:1.0-alpha-2:xdoclet' in
> the
> plugin 'org.codehaus.mojo:xdoclet-maven-plugin'
> org/apache/tools/ant/PropertyHelper
> ...
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 

-- 
View this message in context: 
http://www.nabble.com/regression-using-maven-2.0.6-tf3513049s177.html#a9851097
Sent from the Maven - Users mailing list archive at Nabble.com.


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



Re: regression using maven 2.0.6

2007-04-03 Thread nicolas de loof

mvn -X gives more infos :

Caused by: java.lang.NoClassDefFoundError:
org/apache/tools/ant/PropertyHelper
   at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native
Method)

What version of Ant is provided by maven 2.0.6 ? Or maybe in 2.0.6 plugin
classpath doens't include some default libs anymore ?

Adding ant as dependency to the plugin solves this issue :

   
   
   ant
   ant
   1.6.5
   
   



2007/4/3, nicolas de loof <[EMAIL PROTECTED]>:


I've upgraded to maven 2.0.6 and my build fails :

[INFO]

[ERROR] BUILD ERROR
[INFO]

[INFO] Internal error in the plugin manager executing goal '
org.codehaus.mojo:xdoclet-maven-plugin:1.0-alpha-2:xdoclet': Unable to
find the mojo 'org.codehaus.mojo:xdoclet-maven-plugin:1.0-alpha-2:xdoclet'
in the plugin ' org.codehaus.mojo:xdoclet-maven-plugin'
org/apache/tools/ant/PropertyHelper


The attached POM demonstrates the issue.

What's wrong ?

Nico.