[jira] Updated: (MAVEN-1216) NoClassDefFoundError for org/jaxen/JaxenException and org/saxpath/SAXPathException

2004-05-05 Thread jira
The following issue has been updated:

Updater: Brett Porter (mailto:[EMAIL PROTECTED])
   Date: Wed, 5 May 2004 6:45 AM
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: Reopened
   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: Brett Porter
   Reporter: Vladimir Kralik

Created: Thu, 1 Apr 2004 9:51 AM
Updated: Wed, 5 May 2004 6:45 AM
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Updated: (MAVEN-1216) NoClassDefFoundError for org/jaxen/JaxenException and org/saxpath/SAXPathException

2004-04-02 Thread jira
The following issue has been updated:

Updater: Brett Porter (mailto:[EMAIL PROTECTED])
   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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Updated: (MAVEN-1216) NoClassDefFoundError for org/jaxen/JaxenException and org/saxpath/SAXPathException

2004-04-01 Thread jira
The following issue has been updated:

Updater: Vladimir Kralik (mailto:[EMAIL PROTECTED])
   Date: Thu, 1 Apr 2004 9:53 AM
Comment:
Simple Hello World plugin
Changes:
 Attachment changed to hello.tar.gz
-
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
   Versions:
 1.0-rc2

   Assignee: 
   Reporter: Vladimir Kralik

Created: Thu, 1 Apr 2004 9:51 AM
Updated: Thu, 1 Apr 2004 9:53 AM
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]