[Feedparser] NoClassDefFoundError

2005-03-20 Thread Matthias Wessendorf
Hi,
when I start the HelloFeedParser sample, I got:
NoClassDefFoundError: org/saxpath/SAXPathException
(see below)
I loaded the *binary* from http://apache.org/~burton/
here is the SRC of my HelloFeedParser:
http://cvs.apache.org/viewcvs.cgi/jakarta-commons-sandbox/feedparser/src/java/org/apache/commons/feedparser/example/HelloFeedParser.java?rev=1.1view=markup
In clazzpath I have:
-commons-feedparser-0.5-beta.jar
-commons-httpclient-3.0-rc1.jar
-jdom-b10.jar
-junit-3.8.1.jar
-log4j-1.2.8.jar
-xerces-2.0.2.jar
-xml-apis-2.0.2.jar
-xmlrpc-1.2-b1.jar
-jaxen-full.jar OR!!! jaxen-1.1-beta-4.jar
like suggested on [feedparser] dependency list
Did I miss something?
-Matthias
snip
org.apache.commons.feedparser.FeedParserException: 
java.lang.NoClassDefFoundError: org/saxpath/SAXPathException
	at 
org.apache.commons.feedparser.FeedParserImpl.parse(FeedParserImpl.java:191)
	at 
org.apache.commons.feedparser.FeedParserImpl.parse(FeedParserImpl.java:75)
	at 
org.apache.commons.feedparser.FeedParserImpl.parse(FeedParserImpl.java:135)
	at HelloFeedParser.main(HelloFeedParser.java:55)
Caused by: java.lang.NoClassDefFoundError: org/saxpath/SAXPathException
	at org.apache.commons.feedparser.RSSFeedParser.parse(RSSFeedParser.java:63)
	at 
org.apache.commons.feedparser.FeedParserImpl.parse(FeedParserImpl.java:185)
	... 3 more
/snip

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: [Feedparser] NoClassDefFoundError

2005-03-20 Thread Kevin A. Burton
Matthias Wessendorf wrote:
Hi,
when I start the HelloFeedParser sample, I got:
NoClassDefFoundError: org/saxpath/SAXPathException
(see below)
I loaded the *binary* from http://apache.org/~burton/
here is the SRC of my HelloFeedParser:
http://cvs.apache.org/viewcvs.cgi/jakarta-commons-sandbox/feedparser/src/java/org/apache/commons/feedparser/example/HelloFeedParser.java?rev=1.1view=markup 

Looks like you'll need saxpath.jar from SVN in your classpath.
I think this dependency will go away once we move to Jaxen 1.0.. in 
0.6.0 of the FeedParser.

Kevin
--
Use Rojo (RSS/Atom aggregator).  Visit http://rojo.com. Ask me for an 
invite!  Also see irc.freenode.net #rojo if you want to chat.

Rojo is Hiring! - http://www.rojonetworks.com/JobsAtRojo.html
If you're interested in RSS, Weblogs, Social Networking, etc... then you 
should work for Rojo!  If you recommend someone and we hire them you'll 
get a free iPod!
   
Kevin A. Burton, Location - San Francisco, CA
  AIM/YIM - sfburtonator,  Web - http://peerfear.org/
GPG fingerprint: 5FB2 F3E2 760E 70A8 6174 D393 E84D 8D04 99F1 4412

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]