----- Original Message -----
From: "Atluri, Vamsi NYC" <[EMAIL PROTECTED]>
To: "'Ant Users List'" <[EMAIL PROTECTED]>
Sent: Friday, February 01, 2002 08:05
Subject: ant debug output - telnet - ftp tasks


> I noticed the following messages when running my build script in debug?
>
> could someone explain why i am recieving the messages below when executing
> my build file?
>
> Could not load class
(org.apache.tools.ant.taskdefs.optional.net.TelnetTask)
> for
>  task telnet

the task is not loading because either that class is missing (do you have
optional.jar) or the netcomponents implementation isnt being picked up. Look
in optional.jar to make sure your build of it contains the task


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to