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)" in a condition.
Unfortunately the fix is still not in the release.
Is there any reason why the fix is not in the release? or was it just a
forgotten?
If it's forgotten, can someone apply the patch, please?
My second point is a follow up of a discussion we had last year about
1.7 features:
http://marc.theaimsgroup.com/?l=ant-dev&m=108368989605630&w=2
As conclusion most of the people agreed on a "containregexp" condition.
So I've created a rfe and implemented it (in November):
http://issues.apache.org/bugzilla/show_bug.cgi?id=28883
This one has also not been picked up. Any reasons?
Anthony
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org
|