Bugs item #1239216, was opened at 2005-07-15 16:06
Message generated for change (Comment added) made by nobody
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=116035&aid=1239216&group_id=16035

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Closed
Resolution: Wont Fix
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Maarten Coene (maartenc)
Summary: NoClassDefFoundError: org/jaxen/JaxenException

Initial Comment:
java -cp patch;D:/java/dom4j-1.6/dom4j-1.6.jar IDoc
query data/templates/gbconfig.xml //panel/attributes 
Exception in thread "main"
java.lang.NoClassDefFoundError: org/jaxen/JaxenException
        at
org.dom4j.DocumentFactory.createXPath(DocumentFactory.java:230)
        at
org.dom4j.tree.AbstractNode.createXPath(AbstractNode.java:207)
        at
org.dom4j.tree.AbstractNode.selectSingleNode(AbstractNode.java:183)
        at IDoc.main(IDoc.java:101)




----------------------------------------------------------------------

Comment By: Nobody/Anonymous (nobody)
Date: 2005-09-10 03:23

Message:
Logged In: NO 

I am getting the same ERROR :-
------------------------------------------------------------
java.lang.NoClassDefFoundError: org/jaxen/JaxenException
        at org.dom4j.DocumentFactory.createXPath
(DocumentFactory.java:230)
        at org.dom4j.tree.AbstractNode.createXPath
(AbstractNode.java:207)
        at org.dom4j.tree.AbstractNode.selectSingleNode
(AbstractNode.java:183)
        at CreateUserXMLFromTemplate.main
(CreateUserXMLFromTemplate.java:20)
Exception in thread "main" 
------------------------------------------------------------

----------------------------------------------------------------------

Comment By: Nobody/Anonymous (nobody)
Date: 2005-07-15 20:10

Message:
Logged In: NO 

You need Jaxen on your classpath:

http://www.ibiblio.org/maven/jaxen/distributions/

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=116035&aid=1239216&group_id=16035


-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
dom4j-dev mailing list
dom4j-dev@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dom4j-dev

Reply via email to