Return-Path: Delivered-To: apmail-jakarta-ant-user-archive@jakarta.apache.org Received: (qmail 63416 invoked by uid 500); 11 May 2001 23:16:43 -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 63352 invoked from network); 11 May 2001 23:16:39 -0000 Message-ID: <5EEF01D8B92CD511A3B3009027C5B8399636FC@axcs06.cos.agilent.com> From: curtis_krouse@agilent.com To: ant-user@jakarta.apache.org Subject: FTP and socksified Date: Fri, 11 May 2001 17:16:38 -0600 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C0DA70.6E1C88D0" X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N This message is in MIME format. Since your mail reader does not understand this format, some or all of this message may not be legible. ------_=_NextPart_001_01C0DA70.6E1C88D0 Content-Type: text/plain; charset="iso-8859-1" Hi everyone, I am new to Ant. In fact, this is my first post to the user group. I have a build.xml file that I'm working on and one of the targets is a "deploy" target. I'm trying to FTP the jar file to a server that is outside our firewall. To do this manually I have to use socks, but it mentions nothing about this in the Ant manual. The build file gives me an error that is: C:\ant.XXX\Build\build.xml:26: Could not create task of type: ftp. Common solut ions are to use taskdef to declare your task, or, if this is an optional task, t o put the optional.jar in the lib directory of your ant installation (ANT_HOME). I've moved the netcomponents.jar file to the ANT_HOME directory with no joy. Does anyone know if the problem is not being able to socksify the FTP? Is there a way to socksify an FTP target in Ant? Am I missing some important concept here? Curtis Krouse Agilent Technologies, Inc. Spokane, WA ------_=_NextPart_001_01C0DA70.6E1C88D0 Content-Type: text/html; charset="iso-8859-1" RE: VSS task question
Hi everyone,
 
I am new to Ant.  In fact, this is my first post to the user group.
 
I have a build.xml file that I'm working on and one of the targets is a "deploy" target.  I'm trying to FTP the jar file to a server that is outside our firewall.  To do this manually I have to use socks, but it mentions nothing about this in the Ant manual.  The build file gives me an error that is:
C:\ant.XXX\Build\build.xml:26: Could not create task of type: ftp. Common solut
ions are to use taskdef to declare your task, or, if this is an optional task, t
o put the optional.jar in the lib directory of your ant installation (ANT_HOME).
 
I've moved the netcomponents.jar file to the ANT_HOME directory with no joy.  Does anyone know if the problem is not being able to socksify the FTP?  Is there a way to socksify an FTP target in Ant?  Am I missing some important concept here?
 
Curtis Krouse
Agilent Technologies, Inc.
Spokane, WA

 
------_=_NextPart_001_01C0DA70.6E1C88D0--