You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by cai liang <ca...@gmail.com> on 2005/06/28 12:47:21 UTC

Error when using jetspeed maven plugin

Dear All:
I have been confused with this problem for several days. I have asked
at jetspeed's mailing list, but no one replys. Since the error occurs
when using maven, so I think maybe i can ask in this mailing list.
Hope you can help me!


I tried to use the jetspeed plugin of maven to build jetspeed1.6  like this:
   maven jetspeed:war
it report an building error like this:
--------------------------------------
BUILD FAILED
File... C:\Documents and
Settings\cail3\.maven\cache\maven-jetspeed-plugin-1.3\plugin.jelly
Element... taskdef
Line...... 117
Column.... 105
taskdef class org.apache.jetspeed.util.ant.OverwritePropertiesTask
cannot be found
---------------------------------------
but the class does exist in the $USER_HOME/.maven/repository/jetspeed/jars/

why it can not be found?

I have tried to add the jar file into CLASSPATH, and even add
dependency in the project.xml of jetspeed plugins, but they did not
work.

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