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 bu...@apache.org on 2004/03/24 16:12:02 UTC

DO NOT REPLY [Bug 27907] New: - 1.6dev-20040226 maven plugin broken

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=27907>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=27907

1.6dev-20040226 maven plugin broken

           Summary: 1.6dev-20040226 maven plugin broken
           Product: Cactus
           Version: unspecified
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Critical
          Priority: Other
         Component: Maven Integration
        AssignedTo: cactus-dev@jakarta.apache.org
        ReportedBy: ndeloof@capgemini.fr


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.

---------------------------------------------------------------------
To unsubscribe, e-mail: cactus-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: cactus-dev-help@jakarta.apache.org