Re: AW: ant 1.7

2006-12-22 Thread Steve Loughran
Res Pons wrote: I'm happy but would be much happier with an .exe or .msi :) We call them IDEs :) Actually, if you want to do an installer, you are welcome to come and help us get the MSI right. Which includes setting up the test framework in which -do an install and uninstall and verify t

Re: please update the next release of Ant 1.7 to Xerces 2.9.0

2006-12-22 Thread Steve Loughran
Jacob Kjome wrote: >>> Incidentally, does xerces now depend on this serializer.jar? That is, >>> does it need to be included in the distro? Or are its classes merged >>> into xerces and xalan? These are the kind of thing we need to understand >>> before we ship >>> >> >> No, there's no

Re: target timeout

2006-12-22 Thread martin sweitzer
On 12/22/06, Gilbert Rebhan <[EMAIL PROTECTED]> wrote: Hi, martin sweitzer wrote: > Is there a way to have a timeout associated with a ? > I would like to put an upper bound on the time a target can run. I you can go with the task from antcontrib see = http://ant-contrib.sourceforge.net/tas

Re: target timeout

2006-12-22 Thread Gilbert Rebhan
Hi, martin sweitzer wrote: Is there a way to have a timeout associated with a ? I would like to put an upper bound on the time a target can run. I you can go with the task from antcontrib see = http://ant-contrib.sourceforge.net/tasks/tasks/limit_task.html Regards, Gilbert

target timeout

2006-12-22 Thread martin sweitzer
Is there a way to have a timeout associated with a ? I would like to put an upper bound on the time a target can run. I know I can probably go through and set each exec function to have a timeout but for some tasks (depending on what people checked in) it is pretty variable. Being able to set

Re: Merry Christmas!

2006-12-22 Thread Peter Reilly
On 12/22/06, David Corley (AT/LMI) <[EMAIL PROTECTED]> wrote: Hey all, Just wanted to wish everyone on the Apache Ant team, and all of the members of this mailing list a very happy Christmas. The team have given us an early present in the form of Ant 1.7, but lets let them enjoy C

RE: AW: ant 1.7

2006-12-22 Thread Res Pons
I'm happy but would be much happier with an .exe or .msi :) Thanks for the explanation and happy holidays :) Original Message Follows From: <[EMAIL PROTECTED]> Reply-To: "Ant Users List" To: Subject: AW: ant 1.7 Date: Fri, 22 Dec 2006 09:20:55 +0100 > > I downloaded the ant.zip file (

Merry Christmas!

2006-12-22 Thread David Corley \(AT/LMI\)
Hey all, Just wanted to wish everyone on the Apache Ant team, and all of the members of this mailing list a very happy Christmas. The team have given us an early present in the form of Ant 1.7, but lets let them enjoy Christmas and not submit any bug reports until after Jan 1st OK?

AW: ant 1.7

2006-12-22 Thread Jan.Materne
> > I downloaded the ant.zip file (didn't see any .exe for >windows xp) We never had an installer - neither for Windows nor for other platforms. Just unzip ant.zip and be happy. Setting environment variable are for easier use only ;-) There is a "msi" target in our buildfile which should produc