I have this plugin I wrote that we use to release and deploy our
projects. One of the goals is:
<goal name="wb:update">
<attainGoal name="scm:update-project"/>
</goal>
Nothing fancy, it just makes the name shorter. It's been working fine
for days now (what's to go wrong). But all of a sudden when I run it I
get:
__ __
| \/ |__ _Apache__ ___
| |\/| / _` \ V / -_) ' \ ~ intelligent projects ~
|_| |_\__,_|\_/\___|_||_| v. 1.0
Could not find the class:
org.apache.commons.jelly.tags.jsl.JSLTagLibrary
java.lang.ClassNotFoundException:
org.apache.commons.jelly.tags.jsl.JSLTagLibrary
at java.net.URLClassLoader$1.run(URLClassLoader.java:198)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:186)
at java.lang.ClassLoader.loadClass(ClassLoader.java:299)
When I run scm:update-project directly it works just fine.
Does anyone have a clue they could share?
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]