You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cactus-dev@jakarta.apache.org by ji...@apache.org on 2004/04/17 16:21:29 UTC

[jira] Closed: (CACTUS-100) commons-jelly-tags-xml dependency not set

Message:

   The following issue has been closed.

   Resolver: Vincent Massol
       Date: Sat, 17 Apr 2004 7:21 AM

Added dependency. Thanks. Still unsure why it's required (it's working fine without this dependency on my machine).
---------------------------------------------------------------------
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.5
   Versions:
             Nightly Build

   Assignee: Vincent Massol
   Reporter: nicolas de loof

    Created: Thu, 25 Mar 2004 1:37 AM
    Updated: Sat, 17 Apr 2004 7:21 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: cactus-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: cactus-dev-help@jakarta.apache.org