Gestiada / google-api-java-client

Automatically exported from code.google.com/p/google-api-java-client
0 stars 0 forks source link

Dependency for xpp3 #31

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Version of google-api-java-client (e.g. 1.1.0-alpha)?

1.1.1-alpha

Java environment (e.g. Java 6, Android 2.2, App Engine 1.3.7)?

Java 6

Describe the problem.

When I call new AtomParser(), I get java.lang.NoClassDefFoundError: 
org/xmlpull/v1/XmlPullParserException

How would you expect it to be fixed?

Add dependency on kxml2 (or xpp3) from the pom.xml.

Note: this was reported by a user on the Google Group

Original issue reported on code.google.com by yan...@google.com on 29 Sep 2010 at 7:35

GoogleCodeExporter commented 9 years ago
Decided to use xpp3 since that's already the one used by the android 
dependency, and because the performance tests I've seen published show that 
xpp3 is faster than kxml2.

Original comment by yan...@google.com on 29 Sep 2010 at 7:44

GoogleCodeExporter commented 9 years ago
Example: http://piccolo.sourceforge.net/bench.html

Original comment by yan...@google.com on 29 Sep 2010 at 7:44

GoogleCodeExporter commented 9 years ago
Issue 33 has been merged into this issue.

Original comment by yan...@google.com on 1 Oct 2010 at 1:39

GoogleCodeExporter commented 9 years ago

Original comment by yan...@google.com on 1 Oct 2010 at 8:00

GoogleCodeExporter commented 9 years ago

Original comment by yan...@google.com on 8 Jan 2011 at 6:41