Return-Path: Delivered-To: apmail-jakarta-ant-user-archive@jakarta.apache.org Received: (qmail 52659 invoked by uid 500); 24 Aug 2001 19:01:49 -0000 Mailing-List: contact ant-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Reply-To: ant-user@jakarta.apache.org Delivered-To: mailing list ant-user@jakarta.apache.org Received: (qmail 52646 invoked from network); 24 Aug 2001 19:01:49 -0000 Message-ID: <6A1BB598448ED31198DC0008C75B715306C75712@pooh.monsanto.com> From: "DUBCHAK, JOHN [Non-Pharmacia/1000]" To: "'ant-user@jakarta.apache.org'" Subject: FTP Optional Task Date: Fri, 24 Aug 2001 14:00:45 -0500 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="iso-8859-1" X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N Hello, I realize this question has probably been asked a thousand times but I can't seem to find the solution and am getting frustrated with it... I'm trying to create a task to ftp to a unix server from my WinNT machine. The task is defined as follows: I downloaded the optional.jar file for Ant 1.3 and put it into %ANT_HOME%\lib, but get the following error when trying to execute the target: C:\source\ant_builds\build.xml:128: 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). Any assistance is greatly appreciated. Thanks in advance, John