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
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
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
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
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
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
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
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
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