<?xml version="1.0" encoding="windows-1251"?>
<project default="test" basedir=".">
<target name="test">
<ftp action="get"
server="${ftp.server}"
userid="${ftp.user}"
password="${ftp.password}"
remotedir="/dist">
<fileset file="lib/my.jar"/>
</ftp>
<echo message="xxx"/>
</target>
</project>
$ ant -f my2.xml -emacs
Buildfile: d:\test.xml
test:
getting files
0 files retrieved
xxx
I expect that build fail as 'my.jar' is not exist and 'echo' does not
executed.
How get this behavior?
--
С уважением, Александр Гавенко.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]