My build.xml file includes a target to send class files to a remote server. This works great when invoking Ant from the command line, but when I try to run this target from Idea (build 527) I get the following error message:
"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 you ant installation (ANT_HOME)." Note that optional.jar as well as NetComponents.jar are in both my $ANT_HOME/lib and $IDEA_HOME/lib Regards Per Mellqvist _______________________________________________ Eap-list mailing list [EMAIL PROTECTED] http://www.intellij.com/mailman/listinfo/eap-list
