You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by bu...@apache.org on 2014/03/24 17:04:46 UTC

[Bug 54835] Classpath use seems to be broken in junit ant task?

https://issues.apache.org/bugzilla/show_bug.cgi?id=54835

Nico Kruber <ni...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |---

--- Comment #13 from Nico Kruber <ni...@gmail.com> ---
It looks like this fix actually broke JUnit4 for me. Everything up to (and
including) 1.9.0 works fine, 1.9.1-1.9.3 do not.
I created a fairly minimal test case at my git repository
https://github.com/NicoK/ant-1.9-junit

git clone https://github.com/NicoK/ant-1.9-junit.git
cd ant-1.9-junit.git
ant test

(I tested 1.9.0 by adding it to the test-lib directory and setting
includeantruntime="false" for the JUnit task in the ant build file)

-- 
You are receiving this mail because:
You are the assignee for the bug.