Re: junittask includeantruntime attribute doesn't work as expected

2008-12-28 Thread metcox
It make sense, but does the purpose of the includeantruntime attribute to include or not the ant libraries on the classpath? It seems it does. But why I still have the warning? And I have the same kind of warning if I use ant 1.7.1 dependencies, but in this last case the junit test works. Regards,

Re: junittask includeantruntime attribute doesn't work as expected

2008-12-28 Thread Peter Reilly
You cannot use ant 1.7 with ant 1.6 jars. The ant 1.7 junit task is expecting ant 1.7 jars. Peter On Sun, Dec 28, 2008 at 2:59 PM, metcox wrote: > Hi, > > I'm trying to use junittask with fork mode on, on a project with ant > dependencies. > So I set includeantruntime to false and fork to true

junittask includeantruntime attribute doesn't work as expected

2008-12-28 Thread metcox
Hi, I'm trying to use junittask with fork mode on, on a project with ant dependencies. So I set includeantruntime to false and fork to true but I have conflicts. I'm working with java 1.6.0_10 and ant 1.7.1 and I'm getting the following output: [junit] WARNING: multiple versions of ant de