Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 35146 invoked from network); 11 Sep 2003 16:13:50 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 11 Sep 2003 16:13:50 -0000 Received: (qmail 53952 invoked by uid 500); 11 Sep 2003 16:13:30 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 53912 invoked by uid 500); 11 Sep 2003 16:13:30 -0000 Mailing-List: contact user-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Ant Users List" Reply-To: "Ant Users List" Delivered-To: mailing list user@ant.apache.org Received: (qmail 53894 invoked from network); 11 Sep 2003 16:13:30 -0000 Received: from unknown (HELO hotmail.com) (64.4.21.61) by daedalus.apache.org with SMTP; 11 Sep 2003 16:13:30 -0000 Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Thu, 11 Sep 2003 09:13:33 -0700 Received: from 195.68.195.30 by lw14fd.law14.hotmail.msn.com with HTTP; Thu, 11 Sep 2003 16:13:33 GMT X-Originating-IP: [195.68.195.30] X-Originating-Email: [gglefoncede@hotmail.com] From: "gglefoncede gglefoncede" To: user@ant.apache.org Bcc: Subject: Problem with FTP task Date: Thu, 11 Sep 2003 18:13:33 +0200 Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1; format=flowed Message-ID: X-OriginalArrivalTime: 11 Sep 2003 16:13:33.0413 (UTC) FILETIME=[A5C97950:01C3787F] X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N 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: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org