RE: FTP Task - missing class

2004-01-12 Thread Vijay Prasanna
though the 1.5.4 documentation specifies, u can get netcomponents from www.savarese.org/oro/downloads, the site informs, NetComponents users should upgrade to Apache Jakarta Commons Net. try using the same commons-net.jar file for 1.5.4. if it doesn't work, i can send u the netcomponents.j

RE: FTP Task - missing class

2004-01-12 Thread Mattos, John
Yep. I do an echo %ant_home% and stick it in the \lib right under it. -Original Message- From: Fyler, Cody A [mailto:[EMAIL PROTECTED] Sent: Monday, January 12, 2004 4:43 PM To: 'Ant Users List' Subject: RE: FTP Task - missing class Have you tried placing it right in ANT_HOME\lib?

RE: FTP Task - missing class

2004-01-12 Thread Mattos, John
Chere do I get netcomponents.jar? I'm using 1.5.4 -Original Message- From: Vijay Prasanna [mailto:[EMAIL PROTECTED] Sent: Monday, January 12, 2004 4:38 PM To: Ant Users List Subject: RE: FTP Task - missing class If you are using ant 1.5.4 copy the netcomponents.jar file, If you are using

RE: FTP Task - missing class

2004-01-12 Thread Fyler, Cody A
Have you tried placing it right in ANT_HOME\lib? -Original Message- From: Mattos, John [mailto:[EMAIL PROTECTED] Sent: Monday, January 12, 2004 3:33 PM To: Ant Users List Subject: FTP Task - missing class I'm trying to use the FTP task, but I keep getting the " Ant could not find the ta

RE: FTP Task - missing class

2004-01-12 Thread Vijay Prasanna
If you are using ant 1.5.4 copy the netcomponents.jar file, If you are using ant 1.6.0 copy the commons-net.jar file, under ANT_HOME\lib. no need to meddle with classpath -Original Message- From: Mattos, John [mailto:[EMAIL PROTECTED] Sent: Monday, January 12, 2004 4:33 PM To: Ant

FTP Task - missing class

2004-01-12 Thread Mattos, John
I'm trying to use the FTP task, but I keep getting the " Ant could not find the task or a class this task relies upon." Message. I put " commons-net-1.1.0.jar" in the classpath... to no avail. What am I missing? - To unsubscri

RE: Running ANT 1.6.0

2004-01-12 Thread Vijay Prasanna
Yeah, you are right. I removed all those entries related to IBM & Oracle. Also, the ANT 1.6.0 doesn't resolve the variables used in the classpath content as DD has pointed out, like '%JAVA_HOME%', 'ANT_HOME', 'NUANCE'. Its always better to give full path. thanx a lot to everyone, Vijay -O

RE: Running ANT 1.6.0

2004-01-12 Thread Fyler, Cody A
Vijay, it looks like to me from your classpath variables, that you may be dealing with several separate installs of java (possibly from IBM and Oracle). -Original Message- From: Dominique Devienne [mailto:[EMAIL PROTECTED] Sent: Monday, January 12, 2004 2:09 PM To: 'Ant Users List' Subject