Hi,

I've tried to use ftp task in Ant 1.3 (NetComponents.jar is in lib) but I'm
getting this error:
"Could not create task of type: ftp. Common solutions are to use taskdef to
declare your task, or,
if this is an optional task, to put the optional.jar in the lib directory of
your ant installation (ANT_HOME)."

default.properties file from ant.jar has this line:
ftp=org.apache.tools.ant.taskdefs.optional.net.FTP
but in in optional.jar FTP.class is in
org.apache.tools.ant.taskdefs.optional.FTP package.
like it was in previous Ant version.

Thanks,

Pavel Perevalov



Reply via email to