At 04:46 PM 1/25/2002, you wrote: >2. build after SET CLASSPATH= > >Seems to have helped, although the build failed. Ant java command looks >the same except the user classpath has not been added to the system classpath: > >C:\Program Files\UW Classes\Java Certificate 2001\Java >Fundamentals\Assignments\Assignment01>"C:\java\jdk13\bin\java" -classpath >"C:\java\jdk13\lib\tools.jar;C:\Ant\jakarta-ant-1.4.1\lib\jaxp.jar;C:\Ant\jakarta-ant-1.4.1\lib\crimson.jar;C:\Ant\jakarta-ant-1.4.1\lib\ant.jar;" > >-Dant.home="C:\Ant\jakarta-ant-1.4.1" org.apache.tools.ant.Main compile >Buildfile: build.xml > >Total time: 0 seconds > >BUILD FAILED >C:\Program files\...Assignment01\build.xml:1: Document root element is >missing. > >I am not sure what this is telling me yet, but will keep looking.
Document root element is missing was caused by a bad copy of my build.xml file. After a fresh cut and paste of the sample build file, the build was successful. I still do not understand what the problem is/was with my classpath, but it looks like I have a temporary work around. Dave Murvin DRM Enterprises, Inc. [EMAIL PROTECTED] -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
