Re: Fwd: trouble getting ant1.4.1 to work

2002-02-10 Thread bobnsandy
Thanks for the help. I found out what the problem was. setting classpath=%ANT_HOME%\lib\*.jar did not work. I had to list them all seperatly, ie: set classpath=%classpath%;%ANT_HOME%\lib\crimson.jar;%ANT_HOME%\lib\jaxp.jar Tedious, no? Can someone answer this? On Java 2 platforms, I've read t

Fwd: trouble getting ant1.4.1 to work

2002-02-09 Thread bobnsandy
Hi: I'm new to the group. I am having trouble getting ant 1.4.1 working on my PC. Can someone help? I have downloaded the jakarta-ant-1.4.1 zip file and unzipped it into d:\ I have set: set ANT_HOME=d:\ant1.4.1 set JAVA_HOME=c:\jdk1.3.1_01 set path=%path%;%JAVA_HOME%\bin;%ANT_HOME%\b