AW: Using ftp task with ant 1.5.1

2002-10-31 Thread Ritzmann, Heiko
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: [EMAIL PROTECTED]
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:   mailto:ant-user-unsubscribe;jakarta.apache.org
For additional commands, e-mail: mailto:ant-user-help;jakarta.apache.org

--
To unsubscribe, e-mail:   mailto:ant-user-unsubscribe;jakarta.apache.org
For additional commands, e-mail: mailto:ant-user-help;jakarta.apache.org




telnet task problem

2002-10-28 Thread Ritzmann, Heiko
Hi,

I use the ant telnet task to connect to a Linux server from Win NT. Login
seems to work but for the first read tag I get the message: 
   stopServer:
   [echo] Ant is going to Stop the web server named bf.
   
...

   [telnet] Last login: Mon Oct 28 10:33:16 from wgdmz.erp-jena.de
   [telnet] Have a lot of fun...
   [telnet] pwd
   [telnet] cd jakarta-tomcat-4.0.1/bin
   [telnet]
   [telnet] tset: unknown terminal type network
   [telnet] Terminal type? tset: unknown terminal type pwd
   [telnet] Terminal type? cd jakarta-tomcat-4.0.1/bin
   [telnet] su
   [telnet]
   [telnet] tset: unknown terminal type cd jakarta-tomcat-4.0.1/bin, and the
commands in write tags don't work.

What can I do?



--
To unsubscribe, e-mail:   mailto:ant-user-unsubscribe;jakarta.apache.org
For additional commands, e-mail: mailto:ant-user-help;jakarta.apache.org




vssget problem

2002-10-23 Thread Ritzmann, Heiko
Hy,

is it possible to get files with an specific label recursive out of an vss
directory with vssget, even though the root of directory don't has this
label?

Thanks

Heiko  

--
To unsubscribe, e-mail:   mailto:ant-user-unsubscribe;jakarta.apache.org
For additional commands, e-mail: mailto:ant-user-help;jakarta.apache.org