Message: The following issue has been closed.
--------------------------------------------------------------------- View the issue: http://issues.apache.org/jira/browse/CACTUS-100 Here is an overview of the issue: --------------------------------------------------------------------- Key: CACTUS-100 Summary: commons-jelly-tags-xml dependency not set Type: Bug Status: Closed Priority: Major Resolution: FIXED Project: Cactus Components: Maven Integration Fix Fors: 1.6 Assignee: Vincent Massol Reporter: nicolas de loof Created: Thu, 25 Mar 2004 1:37 AM Updated: Sat, 17 Apr 2004 8:19 AM Description: on newer plugin versions, the plugin jelly script uses jelly:xml tags, but doesn't declare dependency for it in project.xml. I get : java.lang.ClassNotFoundException: org.apache.commons.jelly.tags.xml.XMLTagLibrary I added <dependency> <groupId>commons-jelly</groupId> <artifactId>commons-jelly-tags-xml</artifactId> <version>20030211.142705</version> </dependency> in plugin project.xml to solve this. --------------------------------------------------------------------- JIRA INFORMATION: This message is automatically generated by JIRA. If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
