Re: cvs commit: ant/src/etc/testcases/taskdefs/optional/net ftp.xml

2005-05-27 Thread Antoine Levy-Lambert
Steve Cohen wrote: Antoine: OK, I've taken a look. Here is the problem, or maybe I don't understand EnumeratedAttribute fully. In response to a suggestion of Steve Loughran the other day, I've implemented all of my new attributes with the convention that a value of "" means "Don't set the

Re: cvs commit: ant/src/etc/testcases/taskdefs/optional/net ftp.xml

2005-05-26 Thread Steve Loughran
Steve Cohen wrote: Antoine: OK, I've taken a look. Here is the problem, or maybe I don't understand EnumeratedAttribute fully. In response to a suggestion of Steve Loughran the other day, I've implemented all of my new attributes with the convention that a value of "" means "Don't set the a

Re: cvs commit: ant/src/etc/testcases/taskdefs/optional/net ftp.xml

2005-05-25 Thread Steve Cohen
Antoine: OK, I've taken a look. Here is the problem, or maybe I don't understand EnumeratedAttribute fully. In response to a suggestion of Steve Loughran the other day, I've implemented all of my new attributes with the convention that a value of "" means "Don't set the attribute - leave the

Re: cvs commit: ant/src/etc/testcases/taskdefs/optional/net ftp.xml

2005-05-25 Thread Steve Cohen
Antoine Levy-Lambert wrote: Hello Steve, what about using a class derived from EnumeratedAttribute as type for timestampGranularity ? Cheers, Antoine [EMAIL PROTECTED] wrote: scohen 2005/05/22 11:48:42 Modified:src/main/org/apache/tools/ant/taskdefs/optional/net FTP.java

Re: cvs commit: ant/src/etc/testcases/taskdefs/optional/net ftp.xml

2005-05-22 Thread Antoine Levy-Lambert
Hello Steve, what about using a class derived from EnumeratedAttribute as type for timestampGranularity ? Cheers, Antoine [EMAIL PROTECTED] wrote: scohen 2005/05/22 11:48:42 Modified:src/main/org/apache/tools/ant/taskdefs/optional/net FTP.java src/etc/testcases/tas

Re: cvs commit: ant/src/etc/testcases/taskdefs/optional/net ftp.xml

2003-08-14 Thread Antoine Levy-Lambert
Stefan Bodewig wrote > > There is a small problem : > > > > > server="${ftp.host}" > > userid="${ftp.user}" > > password="${ftp.password}" > > remotedir="${tmp.dir}"> > > > > > > > > used not to follow symbolic links (in ant 1.5

Re: cvs commit: ant/src/etc/testcases/taskdefs/optional/net ftp.xml

2003-08-14 Thread Stefan Bodewig
On Thu, 14 Aug 2003, Antoine Levy-Lambert <[EMAIL PROTECTED]> wrote: > There is a small problem : > > server="${ftp.host}" > userid="${ftp.user}" > password="${ftp.password}" > remotedir="${tmp.dir}"> > > > > used not to follo

Re: cvs commit: ant/src/etc/testcases/taskdefs/optional/net ftp.xml

2003-08-14 Thread Antoine Levy-Lambert
I have just done some changes to the ftp task because I realized that the task was not really supporting symbolic links, only the FTPDirectoryScanner did. There is a small problem : used not to follow symbolic links (in ant 1.5.3 and before) now, it will follow symbolic li

Re: cvs commit: ant/src/etc/testcases/taskdefs/optional/net ftp.xml

2003-08-04 Thread Antoine Levy-Lambert
This test obviously requires a special setup : - availability of a local ftp server, - entering your password into a file called ftp.properties and located in the ant root directory The test is disabled by default in build.xml. :-) The test is a clone of DirectoryScannerTest (maybe I could