RE: Problem: Ant 1.3 with JDK1.2.2.007

2001-05-10 Thread lily Gao
>(assuming you are using javac task) in your build.xml file. It doesn't >matter if you hard code at this stage, just try to get something working! > >Let me know how you get on. > > >Simon > > > -Original Message- > > From: lily Gao [mailto:[EMAIL PR

RE: Problem: Ant 1.3 with JDK1.2.2.007

2001-05-03 Thread lily Gao
All right! I fixed it. There is another jaxp.jar file in JDK's ext directory. That jar file was always picked up first. -Jianhe >From: "lily Gao" <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >To: [EMAIL PROTECTED] >Subject: RE: Problem: Ant 1.3 with JDK1.2

RE: Problem: Ant 1.3 with JDK1.2.2.007

2001-05-03 Thread lily Gao
he call to ant which sets "myclasspath" to include >all my *.jars, and also sets CLASSPATH= (e.g export CLASSPATH= ). >When the ant script (ANT) runs it attaches the jar files found in >ANT_HOME/lib to a LOCALCLASSPATH before calling ant. > >Hope this helps. > >Simon >

Problem: Ant 1.3 with JDK1.2.2.007

2001-05-03 Thread lily Gao
Greeting all: I got the following Java exception with running Ant1.3 with JDK1.2.2.007. When I run Tomcat 3.2.1, I got exactly the same problem. I have only tools.jar with whatever jar files in ant\lib\ and tomcat\lib in my classpath. Any idea? - Buildfile: example1.xml BUILD FAILED