Re: Question for a new Apache Ant release

2012-01-12 Thread Stefan Bodewig
On 2012-01-12, Perrier, Nathan wrote: > Is there a documented process for what the release plan needs to > include? There is a rather crude description of the release process itself in svn. It did make sense to the people who have managed the last few releases. https://svn.apache.org/repos/asf/

Re: Question for a new Apache Ant release

2012-01-12 Thread Stefan Bodewig
On 2012-01-12, Perrier, Nathan wrote: > Who typically proposes the release plan? Anyone on this list? Usually any Ant committer (and on the dev list, not this list). > Is there a documented process for what the release plan needs to > include? Basically "I'm willing to act as release manager b

RE: Question for a new Apache Ant release

2012-01-12 Thread Perrier, Nathan
Who typically proposes the release plan? Anyone on this list? Is there a documented process for what the release plan needs to include? -Original Message- From: Stefan Bodewig [mailto:bode...@apache.org] Sent: Thursday, January 12, 2012 10:11 AM To: user@ant.apache.org Subject: Re: Ques

Re: Question for a new Apache Ant release

2012-01-12 Thread Stefan Bodewig
On 2012-01-11, Felix Mayerhuber wrote: > The reason is that we use Apache Ant in a course in university where we > use Ant to compile and launch programs. Since version 1.8.2, Ant > swallows the commands written to Stdin, so we advise the students to > install Ant version 1.8.1. But it would be ni

Re: One Ant buildfile calling its subdir buildfile, how to change the base dir?

2012-01-12 Thread Stefan Bodewig
On 2012-01-11, xsli2 wrote: > > > > > > > > > Inside MyTest.java, I added this print out: > final String currentDir = new File(".").getAbsolutePath(); > System.out.println("currentDir=" + currentDir