Re: Possible bug in Ant 1.8.0

2010-03-26 Thread Stefan Bodewig
On 2010-03-15, Petar Tahchiev wrote: > If you want to test it you can checkout the source of the book from here: > https://junitbook.svn.sourceforge.net/svnroot/junitbook/trunk/junitbook2/ > and go to chapter 6 and execute ant test. Did that with Java6 on Windows, Ant 1.8.1, empty CLASSPATH, e

Re: Possible bug in Ant 1.8.0

2010-03-17 Thread Stefan Bodewig
On 2010-03-15, Petar Tahchiev wrote: > If you want to test it you can checkout the source of the book from here: > https://junitbook.svn.sourceforge.net/svnroot/junitbook/trunk/junitbook2/ > and go to chapter 6 and execute ant test. > Has anyone seen this error before? Never. I haven't had t

Re: Possible bug in Ant 1.8.0

2010-03-17 Thread Antoine Levy Lambert
Hi Petar, you are making me work early in the morning :( For me everything works. Regards, Antoine /Users/antoine/opt bash-3.2$ popd ~/dev/junitbook2/ch06-stubs bash-3.2$ ant -lib ~/opt/apache-ivy-2.1.0/*jar test Buildfile: /Users/antoine/dev/junitbook2/ch06-stubs/build.xml [ivy:retrieve] ::

Re: Possible bug in Ant 1.8.0

2010-03-16 Thread Petar Tahchiev
Hi Antoine, I also thought about multiple versions of JUnit in the classpath, and I remember I checked it. Also I think Ivan was having the same problem with Ant 1.8.0, and the chances of we both having multiple versions of JUnit are now getting smaller :( I think the best would be if you can ch

Re: Possible bug in Ant 1.8.0

2010-03-15 Thread Antoine Levy Lambert
Hello Petar, Thinking loud ... You made me google for ClassCircularityError. Do you know which classes are meant to have circular dependencies upon each other ? I have a look at the source code of EachTestNotifier [1]. This class uses org.junit.runner.notification.Failure. I do not see qu

Re: Possible bug in Ant 1.8.0

2010-03-15 Thread Petar Tahchiev
Hi Ivan, nice catch ;) Yep, it works with the fork attribute. Thanks I'll buy you some shots of rakia ;) P.S. @Antoine or@ Stefan or @Steve, if you confirm this as a bug, I will open a ticket in the jira. 2010/3/15 Ivan "Rambius" Ivanov > Hello Petar, > > Please try with fork="yes" attribute

Re: Possible bug in Ant 1.8.0

2010-03-15 Thread Ivan "Rambius" Ivanov
Hello Petar, Please try with fork="yes" attribute of junit task. Regards Ivan Tangra Mega Rock: http://www.radiotangra.com/ - Original Message > From: Petar Tahchiev > To: Ant Developers List > Sent: Mon, March 15, 2010 9:26:02 PM > Subject: Possible bug in Ant 1.8.0 > > Hi guys,