RE: telnet task missing a class

2006-07-27 Thread Rémon van Gijn
Yes you're not mistaken Get commons-net-1.4.1.jar that's where the real class is. Met vriendelijke groet, Rémon van Gijn Software Release Coördinator - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mai

RE: telnet task missing a class

2006-07-27 Thread Rebhan, Gilbert
: Thursday, July 27, 2006 9:51 AM To: Ant Users List Subject: telnet task missing a class Hello I am trying to run the telnet task from within an ant script. I get this error: java.lang.NoClassDeffoundError: org/apache/commons/net/telnet/Telnetclient [ ... ] Could it be that I have included

RE: telnet task missing a class

2006-07-27 Thread Rebhan, Gilbert
jars with ${ant.library.dir}/yourjar.jar Regards, Gilbert -Original Message- From: John Davis [mailto:[EMAIL PROTECTED] Sent: Thursday, July 27, 2006 9:51 AM To: Ant Users List Subject: telnet task missing a class Hello I am trying to run the telnet task from within an ant script. I get

telnet task missing a class

2006-07-27 Thread John Davis
Hello I am trying to run the telnet task from within an ant script. I get this error: java.lang.NoClassDeffoundError: org/apache/commons/net/telnet/Telnetclient However, I have add the net-commons jar file to my CLASSPATH. export CLASSPATH=$CLASSPATH:/usr/local/apache-ant-1.6.5/lib/ant-common