Re: FTP works in 1.6.5, fails in 1.7.1

2010-01-26 Thread Stefan Bodewig
On 2010-01-26, Simon Keen wrote: > I can get the ftp put to work but if I include a chmod or try to use the > chmod action it affects the first file in the fileset and then crashes with > a null pointer error. It does perform the chmod on the first item in the > list. > I was using 1.7.1 so I up

Re: FTP works in 1.6.5, fails in 1.7.1

2010-01-26 Thread Simon Keen
Any news on this one as I seem to be hitting a related problem? I noticed you had a chmod entry in your ftp put. I can get the ftp put to work but if I include a chmod or try to use the chmod action it affects the first file in the fileset and then crashes with a null pointer error. It does perf

Re: FTP works in 1.6.5, fails in 1.7.1

2009-12-07 Thread Antoine Levy Lambert
Hello Ken, would you mind sending a stack trace ? If you run your build with ant -verbose, the output will finish with the stack trace. Maybe this is a new, unknown bug, which should be entered in bugzilla. Regards, Antoine Ken Turner wrote: I have the following code snippet:

FTP works in 1.6.5, fails in 1.7.1

2009-12-07 Thread Ken Turner
I have the following code snippet: With Ant 1.6.5, this works fine, but with Ant 1.7.1 it appears to successfully copy one file, and then falls ov