You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ant.apache.org by "Ritzmann, Heiko" <He...@godyo.com> on 2002/11/01 08:22:03 UTC

AW: Using ftp task with ant 1.5.1

I'm sure it woks with ant 1.5.1. Do you have the netcomponents.jar
(www.savarese.org/oro/downloads) in your classpath?

	<target name="putReleaseZipToServer" depends="zipRelease">
        <ftp server="${WebServer}"
             userid="${WebTomcatLogin}"
             password="${WebTomcatPassword}"
             remotedir="${TomcatName}">
            <fileset dir="${ReleaseDirectory}">
                  <include name="release_${ReleaseNumber}.zip"/>
            </fileset>
        </ftp>
	</target>



Heiko Ritzmann
Software Development
GODYO AG
Prüssingstraße 35
D-07745 Jena

e-mail: heiko.ritzmann@godyo.com
Achtung neue Telefonnummer !!!
Telefon: +49 36 41 2 87-1 27
Telefax: +49 36 41 2 87-2 87
Internet: www.godyo.com


-----Ursprüngliche Nachricht-----
Von: Eduardo Andrés Alfonso Sierra [mailto:edalfon@lycos.co.uk]
Gesendet: Donnerstag, 31. Oktober 2002 04:20
An: Ant Users List
Betreff: Using ftp task with ant 1.5.1


Hi

I'm trying to use the optional ftp ant task but it doesn't works with ant
1.5.1, I used to use it properly with ant 1.4.

how can I do??

Thanks!!


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>