Re: Fwd: trouble getting ant1.4.1 to work

2002-02-10 Thread bobnsandy
Subject: Re: Fwd: trouble getting ant1.4.1 to work try unsetting classpath, I don't have it set at all and ant works fine with everything set the way your other stuff is [EMAIL PROTECTED] wrote: Hi: I'm new to the group. I am having trouble getting ant 1.4.1 working on my PC. Can

Re: Fwd: trouble getting ant1.4.1 to work

2002-02-10 Thread Diane Holt
--- [EMAIL PROTECTED] wrote: 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? Indeed -- and

Re: Fwd: trouble getting ant1.4.1 to work

2002-02-10 Thread Steve Loughran
- Original Message - From: [EMAIL PROTECTED] To: Ant Users List [EMAIL PROTECTED] Sent: Sunday, February 10, 2002 2:30 PM Subject: Re: Fwd: trouble getting ant1.4.1 to work On Java 2 platforms, I've read that you can just collect your jar files in JDK_HOME\jre\lib\ext. The JVM looks

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

Re: Fwd: trouble getting ant1.4.1 to work

2002-02-09 Thread Owen Corpening
try unsetting classpath, I don't have it set at all and ant works fine with everything set the way your other stuff is [EMAIL PROTECTED] wrote: 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

Re: Fwd: trouble getting ant1.4.1 to work

2002-02-09 Thread Steve Loughran
- Original Message - From: Owen Corpening [EMAIL PROTECTED] To: Ant Users List [EMAIL PROTECTED] Sent: Saturday, February 09, 2002 1:52 PM Subject: Re: Fwd: trouble getting ant1.4.1 to work try unsetting classpath, I don't have it set at all and ant works fine with everything set