Return-Path: Delivered-To: apmail-maven-dev-archive@www.apache.org Received: (qmail 50439 invoked from network); 2 Apr 2004 23:59:52 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 2 Apr 2004 23:59:52 -0000 Received: (qmail 50011 invoked by uid 500); 2 Apr 2004 23:59:35 -0000 Delivered-To: apmail-maven-dev-archive@maven.apache.org Received: (qmail 49935 invoked by uid 500); 2 Apr 2004 23:59:34 -0000 Mailing-List: contact dev-help@maven.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Maven Developers List" Reply-To: "Maven Developers List" Delivered-To: mailing list dev@maven.apache.org Received: (qmail 49906 invoked from network); 2 Apr 2004 23:59:34 -0000 Received: from unknown (HELO beaver.codehaus.org) (64.7.141.17) by daedalus.apache.org with SMTP; 2 Apr 2004 23:59:34 -0000 Received: (qmail 3324 invoked from network); 3 Apr 2004 00:10:59 -0000 Received: from localhost.sentex.net (HELO beaver.codehaus.org) (127.0.0.1) by beaver.codehaus.org with SMTP; 3 Apr 2004 00:10:59 -0000 Message-ID: <21356778.1080951059094.JavaMail.orion@beaver.codehaus.org> Date: Fri, 2 Apr 2004 19:10:59 -0500 (EST) From: jira@codehaus.org To: dev@maven.apache.org Subject: [jira] Updated: (MAVEN-1216) NoClassDefFoundError for org/jaxen/JaxenException and org/saxpath/SAXPathException Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N The following issue has been updated: Updater: Brett Porter (mailto:brett@codehaus.org) Date: Fri, 2 Apr 2004 7:09 PM Changes: Fix Version changed to 1.0-rc3 --------------------------------------------------------------------- For a full history of the issue, see: http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-1216&page=history --------------------------------------------------------------------- View the issue: http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-1216 Here is an overview of the issue: --------------------------------------------------------------------- Key: MAVEN-1216 Summary: NoClassDefFoundError for org/jaxen/JaxenException and org/saxpath/SAXPathException Type: Bug Status: Unassigned Priority: Major Original Estimate: 1 hour Time Spent: Unknown Remaining: 1 hour Project: maven Components: jelly/ant integration Fix Fors: 1.0-rc3 Versions: 1.0-rc2 Assignee: Reporter: Vladimir Kralik Created: Thu, 1 Apr 2004 9:51 AM Updated: Fri, 2 Apr 2004 7:09 PM Environment: maven-1.0-rc2 jdk 1.4.2_03 M$ Windows 2000 SP 4 cygwin Description: When I try install my own plugin ( by using "maven plugin:install" ),then I get : <> Caused by: java.lang.NoClassDefFoundError: org/jaxen/JaxenException at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Class.java:141) at org.apache.commons.jelly.tags.xml.XMLTagLibrary.class$(XMLTagLibrary.java:82) <> after "cp jaxen-core-1.0-FCS.jar $MAVEN_HOME/lib" : <> Caused by: java.lang.NoClassDefFoundError: org/saxpath/SAXPathException <>> at org.apache.commons.jelly.tags.xml.XMLTagLibrary.class$(XMLTagLibrary.java:82) <> after "cp saxpath-1.0-FCS.jar $MAVEN_HOME/lib" it works fine. jaxen and saxpath are not listed as dependecies in my plugin. I use very simple Hello World plugin ( see below ) I thing that problem is in jelly-integration, because jelly (org.apache.commons.jelly.tags.xml.ForEachTag) requires org.jaxen.JaxenException and dom4j (org.dom4j.xpath.XPathPattern) requieres org.saxpath.SAXPathException. ======================= project.xml ======================= 3 maven-hello-plugin Maven Hello World Plug-in 1.0.0-SNAPSHOT ${basedir} plugin.jelly plugin.properties project.xml ======================= plugin.jelly ======================= Hello, ${maven.hello.world} ======================= plugin.properties ======================= maven.hello.world=World --------------------------------------------------------------------- JIRA INFORMATION: This message is automatically generated by JIRA. If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/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: dev-unsubscribe@maven.apache.org For additional commands, e-mail: dev-help@maven.apache.org