Hi,
Sometime ago (end of November), I've found a bug in Ant. The problem
was moving a file to itself deletes the file.
http://issues.apache.org/bugzilla/show_bug.cgi?id=37701
I've looked at the code and fixed the problem beginning of February.
The fix is just a "&& !destFile.equals(sourceFile)"
Dale Anson wrote:
AntContrib has a couple of tasks that handle this specific situation,
see and . is analogous to ,
is analogous to , both allow returning property
values set in the remote target. Also see AntContrib's or
Antelope's task (these are identical) which call a target in
the s
[EMAIL PROTECTED] wrote:
1) Integrate if and unless at the Task level.
This would allow all ANT tasks to have the if and unless
attribute (the
same way that it has an id attribute).
So far the only way to do it is by using except if
you use one
of the task which has already the "if" "unless" a
es in the lib
directory.
Anthony
Kenneth Wood wrote:
-Original Message-
From: Anthony Goubard [mailto:[EMAIL PROTECTED]
Sent: Tuesday, May 04, 2004 12:01 PM
To: Ant Developers List
Subject: ANT 1.7 features suggestion
Hello,
- I think that more than 50% of the users uses Java 1.
Steve Loughran wrote:
Anthony Goubard wrote:
Hello,
A few weeks ago, there was a discussion about the new features in ANT
1.7.
I've made a list of features that I think would be useful in ANT and
that I'd like to discuss on this mailing list.
Maybe some of you would have a usage of
Hello,
A few weeks ago, there was a discussion about the new features in ANT 1.7.
I've made a list of features that I think would be useful in ANT and
that I'd like to discuss on this mailing list.
Maybe some of you would have a usage of these new feature for your
existing ANT code.
1) Integrate
Hi,
>Hi,
>
>
>In any case I am starting to think about ant 1.7 and further.
>
>Here are the points which spring to my mind :
>
>1) local properties,
Here I'd like to point out to something strange I saw last month; properties
are local if you use antcall but not with depends :