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

2010-04-08 Thread SHAILJA
>> The error is about /u/kumari/main/shailja/bin/share/run_m.pl not the file you mention. Could there be a symbolic link somewhere that Ant tries to traverse but can't? >> Copy task is copying from /u/kumari/main/shailja/src/java/a/jsh/mm/script/run_m.pl to /u/kumari/main/shailja/bin/share/r

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

2010-04-08 Thread Stefan Bodewig
On 2010-04-08, SHAILJA wrote: > When I use ant1.8.0, it gives error like this > Failed to copy /u/kumari/main/shailja/src/java/a/jsh/mm/script/run_m.pl to > /u/kumari/main/base/bin/share/run_m.pl due to java.io.FileNotFoundException > /u/kumari/main/shailja/bin/share/run_m.pl (Permission denied

Ant 1.8.1

2010-04-08 Thread Antoine Levy-Lambert
Hi, I was thinking of Ant 1.8.1. I would like to shoot a build next week. Maybe call it 1.8.1_RC1 ? Or directly 1.8.1 We have 16 fixed bugs and 12 other changes already. Thoughts ? Regards, Antoine - To unsubscribe, e-mail:

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

2010-04-08 Thread SHAILJA
Hi All, I used ant1.8.0 to build my project. In build.xml I have following lines of code. I am putting snippet of code as only copy section gives me error. When I use ant1.8.0, it gives error like this Failed to copy /u/kumari/main/shailja/src/java/a/

Re: Augment feature

2010-04-08 Thread Jean-Louis Boudart
My opinion is that what we really need is a VOTE thread: > > 1. Are you in favor of adding the augment feature to Ant? > Definitively +1 > 2. Are you in favor of an attribute that allows references to be marked > as final, to avoid augmentation? > If both things ( task and making "final" refe

Re: Augment feature

2010-04-08 Thread Jean-Louis Boudart
Maybe you could spread the discussion in two different parts : > > - adding an augment task > - adding a new attribute final to datatypes > +1 > > With AspectJ it would be possible to add an attribute final and make it be > really enforced by all tasks. > > I am reluctant for complex features