did you build Ant from source or did you download binaries? -----Original Message----- From: gglefoncede gglefoncede [mailto:[EMAIL PROTECTED] Sent: September 11, 2003 12:14 PM To: [EMAIL PROTECTED] Subject: Problem with FTP task
Hello all I'm trying to use ftp task in my build.xml (Ant 1.5.4). I downloaded the commons-net-1.0.0.jar and put it in the lib directory of ant, i set up the environnement variable like this: set ANT_HOME=c:\ant set JAVA_HOME=c:\j2sdk set PATH=%PATH%;%ANT_HOME%\bin But I have problems with it. When i run ant, I've got this message: Could not create task of type: ftp because I can't find it in the list of task class definitions. Common solutions are: 1 execute bin/bootstrap. 2 use taskdef to declare your task. 3 add the task to defaults.properties Could someone help me, i look on the net but i didn't find a solution. Thanks greg _________________________________________________________________ Hotmail : un compte GRATUIT qui vous suit partout et tout le temps ! http://g.msn.fr/FR1000/9493 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
