Re: Ant 1.8.1

2010-04-09 Thread Antoine Levy Lambert
Stefan Bodewig wrote: On 2010-04-09, Antoine Levy-Lambert wrote: I was thinking of Ant 1.8.1. I would like to shoot a build next week. I'm afraid we have a serious scalability problem with the property expansion code, see issues 48961 and 49079. OTOH there will likely alw

Re: svn commit: r932456 - /ant/core/trunk/src/main/org/apache/tools/ant/PropertyHelper.java

2010-04-09 Thread Matt Benson
On Apr 9, 2010, at 10:34 AM, Stefan Bodewig wrote: On 2010-04-09, wrote: Address indexOf inefficiency in PropertyHelper embedded skip-double-dollar propertyexpander implementation. Maybe we should also modify the code in DEFAULT_EXPANDER since it will call indexOf repeatedly as well. Let

Re: svn commit: r932456 - /ant/core/trunk/src/main/org/apache/tools/ant/PropertyHelper.java

2010-04-09 Thread Stefan Bodewig
On 2010-04-09, wrote: > Address indexOf inefficiency in PropertyHelper embedded > skip-double-dollar propertyexpander implementation. Maybe we should also modify the code in DEFAULT_EXPANDER since it will call indexOf repeatedly as well. I've started to write a test for this but even with a cou

Re: Ant 1.8.1

2010-04-09 Thread Stefan Bodewig
On 2010-04-09, Antoine Levy-Lambert wrote: > I was thinking of Ant 1.8.1. > I would like to shoot a build next week. I'm afraid we have a serious scalability problem with the property expansion code, see issues 48961 and 49079. OTOH there will likely always be one more bug one could fix, so go

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

2010-04-09 Thread Stefan Bodewig
On 2010-04-09, SHAILJA wrote: > Stefan Bodewig wrote: >> 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.FileNotFou