On Fri, May 7, 2010 at 00:03, Maarten Coene wrote:
> Hi Ed,
>
> thanks for the test case, I'll try to look into the problem.
> I guess the problem is that at the moment I'm more or less the only
> (active) Ivy committer
Indeed, but you do a great job!
> and I don't have that much spare time, d
Hi Stefan,
I tried to debug my problem with small example. It seems something has
changed in "copy" target with ant1.8.0. We change permission of destination
file after copy. With ant-1.7.1 copy target copied the source file if source
file is newer than destination file but with ant-1.8.0 copy ta
On 2010-05-07, SHAILJA wrote:
> I tried to debug my problem with small example. It seems something has
> changed in "copy" target with ant1.8.0. We change permission of destination
> file after copy. With ant-1.7.1 copy target copied the source file if source
> file is newer than destination file
Hi all,
it seems we have a difference in behavior between FileChannel and
FileOutputStream that manifests itself in .
When using streams - i.e. Ant prior to 1.8.0 or when filtering - Ant
will happiliy overwrite read-only destination files if the source file
is newer. When using channels it will
Stefan Bodewig wrote:
Hi all,
it seems we have a difference in behavior between FileChannel and
FileOutputStream that manifests itself in .
When using streams - i.e. Ant prior to 1.8.0 or when filtering - Ant
will happiliy overwrite read-only destination files if the source file
is newer. When
Erik,
I don't believe it should be released with this regression either.
Nicholas,
I am struggling to understand what led you to believe that changing the
resolve mode to dynamic would address the issue in IVYDE-212 which does not
outwardly appear to be related to revConstraint.
I tried to recr
On 07/05/2010 7:52 AM, Stefan Bodewig wrote:
First of all I must admit that I like the idea of not overwriting
read-only files better than the old behavior.
Agreed. Although it breaks backward compatibility to change this, it so
violates POLA[1] that I think it needs changing.
Independe
Hi,
we got 5 binding +1s ant two non binding +1s so the vote to release ant
1.8.1 passes.
I have just switched the web site to announce the release and uploaded
the build artifacts to their proper locations for the ant web site and
for maven.
I will make proper release announcements shortl
Hi,
on behalf of the Ant development team, I have the pleasure to announce
the release of Apache Ant 1.8.1.
Key features of the 1.8.1 release are
* new task augment allows to add attributes or nested elements to
previously defined references
* numerous bug fixes and improvements as docum