I am trying to use an FTP task in a target, but I keep getting the familiar "<build file name>:<line number>: Could not create task of type: ftp. Common solutions are..."
Well, I have been using Ant for quite a while. The common solutions are use taskdef to declare or if it's an optional task (which it is) make sure the optional.jar is in $ANT_HOME/lib (it is). So, any clues? -jason