Re: target does not fail if file does not exist.

2011-08-09 Thread Oleksandr Gavenko
04.08.2011 17:55, Stefan Bodewig пишет: On 2011-08-02, Oleksandr Gavenko wrote: $ 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

Re: target does not fail if file does not exist.

2011-08-04 Thread Stefan Bodewig
On 2011-08-02, Oleksandr Gavenko wrote: > > > > server="${ftp.server}" > userid="${ftp.user}" > password="${ftp.password}" > remotedir="/dist"> > > > > > > $ ant -f my2.xml -emacs > Buildfile

target does not fail if file does not exist.

2011-08-02 Thread Oleksandr Gavenko
$ 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? -- С уважением, Александр Гавенко. ---