Well, obviuosly I had to set the classpath specifically java (with -classpath)..), ant looks at the CLASSPATH but java doesn't (right) How very smart of me..
Klara ----- Original Message ----- From: "Klara Ward" <[EMAIL PROTECTED]> To: "Ant Users List" <[EMAIL PROTECTED]> Sent: Wednesday, September 25, 2002 4:13 PM Subject: using the ftp task in ant via java not working I tried to run an ant script from java that uses the ftp task and I got: BuildException: file:k:/rockit/qa/AutomationFramework/tests/install/install.xml:16: Could not create task or type of type: ftp. when I use ant outside java with the same ant-file it works fine. I had to have NetComponents.jar in my CLASSPATH to get this to work, I tried putting in ANT_HOME/lib to get ant through java to work, but that didn't help. Do I have to set the CLASSPATH some other way when running it with java? I use ant1.5.1b Klara -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
