CHJani / google-api-java-client

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

trouble processing "javax/xml/namespace/QName.class" #302

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Version of google-api-java-client: 1.5.0-beta

Java environment: Java 6 and 7, Android 2.2.1

Describe the problem.
As described in 
http://groups.google.com/group/google-api-java-client/browse_thread/thread/84638
5a1cbabfaf4#

In an attempt to build an Android app using Google Tasks API while building in 
maven the following error is thrown:

trouble processing "javax/xml/namespace/QName.class"

Original issue reported on code.google.com by siarhei....@gmail.com on 26 Sep 2011 at 9:49

GoogleCodeExporter commented 9 years ago
This is now fixed.  The problem was that we were including xpp which has 
javax.xml.namespace.QNAme.  But we don't actually need it for the Google Tasks 
API, so it is easy to exclude.  I've update the Tasks Android sample to use 
android-maven-plugin version 3.0.0-alpha-13 and it appears to be working now.

Original comment by yan...@google.com on 11 Nov 2011 at 9:29