AW: Timeout in junit and sysout

2010-06-15 Thread Knuplesch, Juergen
Hello, I added the showoutput=true to my task. Now I experience that the timeout does not work! So my build hangs, because one test is not terminating. Does this have something to do do with the showoutput or is this just a coincidence? Regards Jürgen -Ursprüngliche Nachricht- Von:

Re: Problem with version of Apache Ant 1.8.1

2010-06-15 Thread Alex Foreman
HI, Thanks for your input. What had actually happened is that I generated a Source jar (ant.src.jar) and placed it next to ant.jar inorder that eclipse could attach the source intellegently. I did not realise that this included the versions.txt file which has not been instrumented. Tor some rea

Re: Problem with version of Apache Ant 1.8.1

2010-06-15 Thread Michael Ludwig
Alex Foreman schrieb am 15.06.2010 um 13:58 (+0100): > There seems to be a problem with 1.8.1 reporting the correct version. > With Ant 1.8.1: > unix: > > ant -version > Apache Ant version ${project.version} compiled on ${TODAY} > windows: > C:\> ant -version > Apache Ant version 1.8.0 compiled

Re: Problem with version of Apache Ant 1.8.1

2010-06-15 Thread Stephen Connolly
I'm wondering if there is an ANT_HOME left pointing to a 1.8.0 ANT or if the 1.8.0 ANT is first on the Path -Stephen On 15 June 2010 14:21, Peter Reilly wrote: > I get > > ant -version > Apache Ant version 1.8.1 compiled on April 30 2010 > on linux. > > Peter > > > On Tue, Jun 15, 2010 at 1:58

Re: Problem with version of Apache Ant 1.8.1

2010-06-15 Thread Peter Reilly
I get > ant -version Apache Ant version 1.8.1 compiled on April 30 2010 on linux. Peter On Tue, Jun 15, 2010 at 1:58 PM, Alex Foreman wrote: > There seems to be a problem with 1.8.1 reporting the correct version. > > With Ant 1.8.0 on the classpath: > > unix: >>  ant -version > Apache Ant versi

Problem with version of Apache Ant 1.8.1

2010-06-15 Thread Alex Foreman
There seems to be a problem with 1.8.1 reporting the correct version. With Ant 1.8.0 on the classpath: unix: > ant -version Apache Ant version 1.8.0 compiled on February 1 2010 windows: C:\> ant -version Apache Ant version 1.8.0 compiled on February 1 2010 With Ant 1.8.1: unix: > ant -version