Regarding exec task

2012-02-07 Thread Vimil Saju
Hi, I noticed that on windows, if I use the exec task to run a batch script which in turn starts other processes then if kill ant then the sub-processes created by the batch script still continues to run. I did some research on google and found that the default java implementation of Process.de

Re: Upgrading ANT from 1.6.2 to 1.8.5

2012-02-07 Thread wallaceb
No the latest version is 1.8.2 -Original Message- From: Vimil Saju Date: Tue, 7 Feb 2012 19:26:03 To: Ant Users List Reply-To: "Ant Users List" Subject: Re: Upgrading ANT from 1.6.2 to 1.8.5 Isn't the latest version of ant 1.8.2? I heard there will a 1.8.3 release soon, but did a 1.8.5

Re: Upgrading ANT from 1.6.2 to 1.8.5

2012-02-07 Thread Vimil Saju
Isn't the latest version of ant 1.8.2? I heard there will a 1.8.3 release soon, but did a 1.8.5 come out already? From: Stefan Bodewig To: user@ant.apache.org Sent: Tuesday, February 7, 2012 7:01 PM Subject: Re: Upgrading ANT from 1.6.2 to 1.8.5 On 2012-02-0

Re: Upgrading ANT from 1.6.2 to 1.8.5

2012-02-07 Thread Stefan Bodewig
On 2012-02-07, Cuneo, Nicholas wrote: > We're looking into upgrading ANT, and while doing various testing of > our builds between the two versions, we noticed some of our .class > binaries are different sizes, and was wondering what could cause the > binaries to be different between versions? I d

Upgrading ANT from 1.6.2 to 1.8.5

2012-02-07 Thread Cuneo, Nicholas
Hi there, We're looking into upgrading ANT, and while doing various testing of our builds between the two versions, we noticed some of our .class binaries are different sizes, and was wondering what could cause the binaries to be different between versions? Thanks, Nick Cuneo NDS Americas 350

Dealing with native libraries in the build

2012-02-07 Thread org.apache.ant.user
Hello. To build a project I'm working on, libraries are placed into an 'ext' directory in the project root. One of these libraries happens to have native libraries (LWJGL). LWJGL includes the libraries in a 'native' subdirectory containing libraries for each platform. Essentially, I need to set ja