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 also

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 (augment task and making final

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. mkdir dir=${TOPDIR}/${SCRIPT_DEST} / copy todir=${TOPDIR}/${SCRIPT_DEST} failonerror=true flatten=true

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,

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

2010-04-08 Thread Stefan Bodewig
On 2010-04-08, SHAILJA shalja.ru...@gmail.com 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