Re: Ivy 2.2.0 - Roadmap?

2010-05-07 Thread Xavier Hanin
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

Re: Ant1.8 copy task gives error "Failed to copy" with "Permission denied"

2010-05-07 Thread SHAILJA
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

Re: Ant1.8 copy task gives error "Failed to copy" with "Permission denied"

2010-05-07 Thread Stefan Bodewig
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

Bug 49261 - and Read-Only Destination Files

2010-05-07 Thread Stefan Bodewig
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

Re: Bug 49261 - and Read-Only Destination Files

2010-05-07 Thread Antoine Levy Lambert
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

Re: [IVY] status update for IvyDE 2.1.0 ??

2010-05-07 Thread Jon Schneider
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

Re: Bug 49261 - and Read-Only Destination Files

2010-05-07 Thread Bruce Atherton
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

[VOTE-RESULTS] release of ant 1.8.1

2010-05-07 Thread Antoine Levy Lambert
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

[ANN] release of Apache Ant 1.8.1

2010-05-07 Thread Antoine Levy-Lambert
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