You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ant.apache.org by Stefan Bodewig <bo...@bost.de> on 2000/08/01 16:48:26 UTC

Re: ant in tomcat3.1 release gives parse exception on sample build.xm l

>>>>> "HW" == Holger Wiechert <Ho...@coconet.de> writes:

 HW> Hi, I'm just trying to get the first steps done in deploying a
 HW> web app. I started with the sample delivered with Tomcat
 HW> 3.1. When running the build.bat form the dir

 HW> Buildfile: build.xml 
 HW> BUILD CONFIG ERROR: Can't open config file: build.xml due to: org.xml.sax.SAXParseException:
 HW> com.sun.xml.parser/P-031

Unset LC_ALL to get a more meaningful error message from the
parser. Probably your build.xml is not wellformed. For some reason
Sun's parser doesn't fall back to the english locale when it can't
find a translated error message (I've run into the same problem once).

Stefan