Re: [VOTE] release of ant 1.8.2

2010-12-15 Thread Paul King
After a little more testing, one thing I did notice was an apparent stricter treatment of property expansion. With 1.8.1, having an arg to a forked java task like this: arg value=-DskipFetch=${skipFetch}/ was happily ignored if skipFetch wasn't defined. With 1.8.2, we now get a failed build

Re: [VOTE] release of ant 1.8.2

2010-12-15 Thread Stefan Bodewig
On 2010-12-15, Paul King wrote: After a little more testing, one thing I did notice was an apparent stricter treatment of property expansion. With 1.8.1, having an arg to a forked java task like this: arg value=-DskipFetch=${skipFetch}/ was happily ignored if skipFetch wasn't defined.

Re: [VOTE] release of ant 1.8.2

2010-12-15 Thread Paul King
This is probably enough to reproduce it: project target name=foo java classname=org.apache.tools.ant.launch.Launcher fork=true classpath path=${java.class.path}/ arg value=-Dbar=${bar}/ /java /target /project Cheers, Paul. On 15/12/2010 7:55 PM, Stefan Bodewig wrote:

Re: [VOTE] release of ant 1.8.2

2010-12-15 Thread Stefan Bodewig
On 2010-12-15, Paul King wrote: This is probably enough to reproduce it: Yes, it is, thank you Paul. project target name=foo java classname=org.apache.tools.ant.launch.Launcher fork=true classpath path=${java.class.path}/ arg value=-Dbar=${bar}/ /java /target

Re: StreamPumper slow down with ant 1.8.2alpha?

2010-12-15 Thread Antoine Levy-Lambert
Hi, Antoine On 12/14/2010 12:30 PM, Michael Sunde wrote: Hi, I recently tested upgrading my build from ant 1.7.1 to ant 1.8.2alpha (1.8.1 broke build) and the build times doubled (2hrs vs 1hr). Has anyone else noticed this? https://issues.apache.org/bugzilla/show_bug.cgi?id=50229 Since

Re: DO NOT REPLY [Bug 49659] [regression] Project.getReference(key) no longer returns certain references

2010-12-15 Thread Antoine Levy-Lambert
Moving this discussion to ant-dev. My guess is that in ant 1.8.x it is only legal to use references which have already been defined at execution time. So the eclipse integration would need to execute the build to find which references are legally usable in a given target. Maybe the eclipse

Re: DO NOT REPLY [Bug 49659] [regression] Project.getReference(key) no longer returns certain references

2010-12-15 Thread Michael Rennie
Antoine Levy-Lambert anto...@gmx.de wrote on 2010/12/15 10:59:35 AM: My guess is that in ant 1.8.x it is only legal to use references which have already been defined at execution time. So the eclipse integration would need to execute the build to find which references are legally usable in

Re: StreamPumper slow down with ant 1.8.2alpha?

2010-12-15 Thread Antoine Levy-Lambert
On 12/15/2010 12:15 PM, Antoine Levy-Lambert wrote: On 12/14/2010 12:30 PM, Michael Sunde wrote: Hi, I recently tested upgrading my build from ant 1.7.1 to ant 1.8.2alpha (1.8.1 broke build) and the build times doubled (2hrs vs 1hr). Has anyone else noticed this?

Re: [VOTE] release of ant 1.8.2

2010-12-15 Thread Paul King
On 15/12/2010 10:55 PM, Stefan Bodewig wrote: On 2010-12-15, Paul King wrote: This is probably enough to reproduce it: Yes, it is, thank you Paul. project target name=foo java classname=org.apache.tools.ant.launch.Launcher fork=true classpath path=${java.class.path}/

Re: [VOTE] release of ant 1.8.2

2010-12-15 Thread Kevin Jackson
Hi Antoine, I'm bootstrapping on Windows XP SP3 behind a proxy that requires authentication with oracle jdk6 (1.6.22) compile-tests: test-jar: BUILD FAILED C:\Temp\apache-ant-1.8.2-src\apache-ant-1.8.2\build.xml:986: The following error occurred while executing this line:

broken link on live manual pages?

2010-12-15 Thread Kevin Jackson
Hi, http://ant.apache.org/manual/tasklist.html This is giving me: 404 not found Kev - To unsubscribe, e-mail: dev-unsubscr...@ant.apache.org For additional commands, e-mail: dev-h...@ant.apache.org