Running with -X I see this: Verifying dependencies for maven-announcement-plugin:maven-announcement-plugin Processing dependencies for project Maven Announcement Plugin; classloader [Fore headClassLoader: name="root.maven"] adding dependency /appl/wfa/maven/repository/commons-jelly/jars/commons-jelly-ta gs-xml-20030211.142705.jar into project classloader Could not find the class: org.apache.commons.jelly.tags.jsl.JSLTagLibrary java.lang.ClassNotFoundException: org.apache.commons.jelly.tags.jsl.JSLTagLibrary
I something missing from the jar? BTW, I deleted and reinstalled Mave and the commons-jelly directory in the repository. No joy. > -----Original Message----- > From: STRAYER, JON (SBCSI) > Sent: Thursday, October 14, 2004 1:35 PM > To: 'Maven Users List' > Subject: JSLTagLibrary > > > > 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]
