You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Sebastien Sahuc <ss...@intalio.com> on 2004/02/20 23:15:30 UTC

exception running clean test goals ...

Here is the error with a fresh CVS update. Is there any place I could  
look at to fix it ?

Caused by: org.apache.maven.plugin.UnknownPluginException: Unknown  
plugin "maven
-xdoc-plugin"                                                           
     

Thanks,

Sebastien


Full stack trace:

java.lang.reflect.InvocationTargetException
ASTIdentifier : java.lang.reflect.InvocationTargetException
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at  
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
java:39)
         at  
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:324)
         at  
org.apache.commons.jexl.util.introspection.UberspectImpl$VelMethodImp
l.invoke(UberspectImpl.java:304)
         at  
org.apache.commons.jexl.parser.ASTMethod.execute(ASTMethod.java:56)
         at  
org.apache.commons.jexl.parser.ASTReference.execute(ASTReference.java
:106)
         at  
org.apache.commons.jexl.parser.ASTReference.value(ASTReference.java:8
8)
         at  
org.apache.commons.jexl.ExpressionImpl.evaluate(ExpressionImpl.java:1
23)
         at  
org.apache.commons.jelly.expression.jexl.JexlExpression.evaluate(Jexl
Expression.java:115)
         at  
org.apache.commons.jelly.expression.jexl.JexlExpressionFactory$Expres
sionSupportLocal.evaluate(JexlExpressionFactory.java:168)
         at  
org.apache.commons.jelly.expression.ExpressionSupport.evaluateRecurse
(ExpressionSupport.java:106)
         at  
org.apache.commons.jelly.expression.ExpressionSupport.evaluateAsStrin
g(ExpressionSupport.java:91)
         at  
org.apache.commons.jelly.expression.CompositeExpression.evaluateAsStr
ing(CompositeExpression.java:354)
         at  
org.apache.commons.jelly.expression.CompositeExpression.evaluate(Comp
ositeExpression.java:346)
         at  
org.apache.commons.jelly.tags.core.SetTag.doTag(SetTag.java:130)
         at  
org.apache.commons.jelly.impl.TagScript.run(TagScript.java:279)
         at  
org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:135)
         at  
org.apache.commons.jelly.TagSupport.invokeBody(TagSupport.java:233)
         at com.werken.werkz.jelly.ProjectTag.doTag(ProjectTag.java:112)
         at  
org.apache.commons.jelly.impl.TagScript.run(TagScript.java:279)
         at  
org.apache.maven.plugin.PluginManager.runScript(PluginManager.java:87
5)
         at  
org.apache.maven.plugin.PluginManager.prepAttainGoal(PluginManager.ja
va:623)
         at  
org.apache.maven.plugin.PluginManager.attainGoals(PluginManager.java:
558)
         at  
org.apache.maven.MavenSession.attainGoals(MavenSession.java:304)
         at org.apache.maven.cli.App.doMain(App.java:490)
         at org.apache.maven.cli.App.main(App.java:1141)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at  
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
java:39)
         at  
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:324)
         at com.werken.forehead.Forehead.run(Forehead.java:551)
         at com.werken.forehead.Forehead.main(Forehead.java:581)
Caused by: org.apache.maven.plugin.UnknownPluginException: Unknown  
plugin "maven
-xdoc-plugin"
         at  
org.apache.maven.plugin.PluginManager.getPluginContext(PluginManager.
java:761)
         at  
org.apache.maven.project.Project.getPluginContext(Project.java:363)
         ... 33 more
clean:clean:
     [delete] Deleting directory D:\Projects\cc\checkout\bpml\target

clean:


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: exception running clean test goals ...

Posted by Sebastien Sahuc <ss...@intalio.com>.
That's what I did this no later than this morning with the 
MAVEN-1_0-BRNCH

Do you know what's happening ? plugin cache issue ?

Seb

On Feb 20, 2004, at 2:17 PM, Sean Kelly wrote:

>
>> Here is the error with a fresh CVS update. Is there any place I could 
>>  look at to fix it ?
>
> I got the same error.  For me, the fix was to update to 
> MAVEN-1_0-BRANCH.  :)
>
> --Sean
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: exception running clean test goals ...

Posted by Sean Kelly <ke...@seankelly.biz>.
> Here is the error with a fresh CVS update. Is there any place I could  
> look at to fix it ?

I got the same error.  For me, the fix was to update to 
MAVEN-1_0-BRANCH.  :)

--Sean


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org