I see your point...

when I run w/ diagnostics I see the following xml section:

-------------------------------------------
 XML Parser information
-------------------------------------------
XML Parser : org.apache.xerces.jaxp.SAXParserImpl
XML Parser Location: /home/sfloess/Tools/apache-ant-1.7.1/lib/xercesImpl.jar

Hmm - not sure now :(

On Tue, 11 Aug 2009, jdeisenberg wrote:




Steve Loughran wrote:

Scot P. Floess wrote:

so unless you are setting any kind of factory for the xml parser, it
should use the stock XML parser that comes with Java.


ant -diagnostics finds the XML parser



That's the problem. diagnostics ends with this
   -------------------------------------------
     XML Parser information
   -------------------------------------------
   Bad version number in .class file

so it never tells me where it's looking!



Is there anything in your build.xml that is processing xml or you are
setting the xml factory (off the top of my head I can't remember the
factory name/property one sets to change the default)...


Not that I can see; it's the build file created by android. In any event,
when I run diagnostics, it should not be looking for a build.xml file, and
it still comes to a dead halt when trying to look for the XML parser. I
checked this by running the command

  ant -diagnostics

from a directory that has no build.xml file at all, and it gave the same
output as in the original post.

Part of the build.xml file contains this:

   <path id="android.antlibs">
       <pathelement path="${sdk-location}/tools/lib/anttasks.jar" />
       <pathelement path="${sdk-location}/tools/lib/sdklib.jar" />
       <pathelement path="${sdk-location}/tools/lib/androidprefs.jar" />
       <pathelement path="${sdk-location}/tools/lib/apkbuilder.jar" />
       <pathelement path="${sdk-location}/tools/lib/jarutils.jar" />
   </path>



--
View this message in context: 
http://www.nabble.com/XML-Parser-give-%22bad-version-number-in-.class-file%22-tp24916911p24918193.html
Sent from the Ant - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@ant.apache.org
For additional commands, e-mail: user-h...@ant.apache.org



Scot P. Floess
27 Lake Royale
Louisburg, NC  27549

252-478-8087 (Home)
919-890-8117 (Work)

Chief Architect JPlate   http://sourceforge.net/projects/jplate
Chief Architect JavaPIM  http://sourceforge.net/projects/javapim

Architect Keros          http://sourceforge.net/projects/keros

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@ant.apache.org
For additional commands, e-mail: user-h...@ant.apache.org

Reply via email to