> > 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:
what is happening is that the ant classpath which is autobuilt up is not getting confused by the predefined one. Which is a java issue, by the sign of things, > 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\ja karta-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. that's saying that you didnt give it a valid XML document -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
