AW: What are the plans for Ant 2.0?

2015-09-07 Thread jhm
Yes this is the right list. We don't have a release plan - next release comes when we (the PMC) decide to release one. Could be 1-2 years after the last release (like 1.9.5), could be just few weeks (like 1.9.6) - depends of the changes. 2.0 would be a version with massive changes in the archi

AW: AW: build_tools.jar missing

2015-09-07 Thread jhm
The manifest task is available as and is part of the core Ant distribution. The definition is in org\apache\tools\ant\taskdefs\defaults.properties manifest=org.apache.tools.ant.taskdefs.ManifestTask That class is in ant.jar. Googling for "build_tools.jar" gave me just this hint: http://discour

Re: AW: build_tools.jar missing

2015-09-07 Thread Earl Hood
On Mon, Sep 7, 2015 at 5:48 PM, Martin Gainty wrote: > https://ant.apache.org/manual/Tasks/manifest.html But you are not using that task, you are trying to define a new task: >> > > >classname="ManifestVersion" >> >classpath="..\build_tools.jar" /> >> > >> > cannot find M

RE: AW: build_tools.jar missing

2015-09-07 Thread Martin Gainty
https://ant.apache.org/manual/Tasks/manifest.html danke Martin __ > From: apa...@materne.de > To: user@ant.apache.org > Subject: AW: build_tools.jar miss

What are the plans for Ant 2.0?

2015-09-07 Thread Greg Hall
Hi. I can't find any reference to any plans for 2.0 on the ant site. Having used ant for a long time, I have some ideas on stuff I'd like to see in the 2.0 release when it comes out. Is this the right mailing list to discuss this on? Tx.

AW: build_tools.jar missing

2015-09-07 Thread jhm
I dont know that task. Where does it come from? Jan > -Ursprüngliche Nachricht- > Von: Martin Gainty [mailto:mgai...@hotmail.com] > Gesendet: Montag, 7. September 2015 14:11 > An: us...@ant.apache.org; Ant Users List > Betreff: RE: build_tools.jar missing > > > > From: mgai...@hotmail.

RE: build_tools.jar missing

2015-09-07 Thread Martin Gainty
From: mgai...@hotmail.com To: us...@ant.apache.org Subject: build_tools.jar missing Date: Sun, 6 Sep 2015 20:04:54 -0400 cannot find ManifestVersion cannot find build_tools.jar any clues? Martin __