Re: problem with ant ftp task.

2002-07-09 Thread Diane Holt
--- Denis McCarthy <[EMAIL PROTECTED]> wrote: > I'm using ant to deploy my code to a development version of weblogic on > a remote unix box. Ant was ftp-ing over my entire codebase each time I > did a deploy (it wasn't checking if the version on the unix box was the > same as the one on my own mac

problem with ant ftp task.

2002-07-09 Thread Denis McCarthy
Hi, I'm using ant to deploy my code to a development version of weblogic on a remote unix box. Ant was ftp-ing over my entire codebase each time I did a deploy (it wasn't checking if the version on the unix box was the same as the one on my own machine before ftp-ing). As this was taking a long ti

RE: Ant ftp task

2002-04-18 Thread Barry Jia
ril 18, 2002 5:32 PM To: Ant Users List Subject: Re: Ant ftp task --- Barry Jia <[EMAIL PROTECTED]> wrote: > When I use ftp task, I got following error, actually I had put the > ant-optional.jar into my CLASSPATH,and it is at the ${ANT_HOME}/lib dir, > why I still got

Re: Ant ftp task

2002-04-18 Thread Steve Loughran
do you have the optional files which this task needs, as documented in the documentation? - Original Message - From: "Barry Jia" <[EMAIL PROTECTED]> To: "'Ant Users List'" <[EMAIL PROTECTED]> Sent: Thursday, April 18, 2002 2:14 PM Subject: A

Re: Ant ftp task

2002-04-18 Thread Diane Holt
--- Barry Jia <[EMAIL PROTECTED]> wrote: > When I use ftp task, I got following error, actually I had put the > ant-optional.jar into my CLASSPATH,and it is at the ${ANT_HOME}/lib dir, > why I still got this prob. You need netcomponents.jar as well (see the "Library Dependencies" table in the "In

Ant ftp task

2002-04-18 Thread Barry Jia
When I use ftp task, I got following error, actually I had put the ant-optional.jar into my CLASSPATH,and it is at the ${ANT_HOME}/lib dir, why I still got this prob. ... build.xml:128: Could not create task of type: ftp. Co mmon solutions are to use taskdef to declare your task, or, if

RE: Ant <-> FTP task

2001-06-12 Thread Shaikh, Mehmood
Use -Original Message- From: Alexander Saupp [mailto:[EMAIL PROTECTED]] Sent: June 10, 2001 8:07 AM To: [EMAIL PROTECTED] Subject: Ant <-> FTP task Hi there, i read in documentation that it's possible to work with ftp an telnet task also. I downloaded the jar file require

Re: Ant <-> FTP task

2001-06-10 Thread Nico Seessle
  - Original Message - From: Alexander Saupp To: [EMAIL PROTECTED] Sent: Sunday, June 10, 2001 2:07 PM Subject: Ant <-> FTP task Hi there,   i read in documentation that it's possible to work with ftp an telnet task also. I downloaded t

Ant <-> FTP task

2001-06-10 Thread Alexander Saupp
Hi there,   i read in documentation that it's possible to work with ftp an telnet task also. I downloaded the jar file required from http://www.savarese.org and added them to the ant_home\lib directory as i did for other additional tasks.   Now, I have the problem that I don't know how to sp