Include JUnit4 explicitly in test classpath.
authorW. Trevor King <wking@drexel.edu>
Fri, 7 Oct 2011 04:31:40 +0000 (00:31 -0400)
committerW. Trevor King <wking@drexel.edu>
Fri, 7 Oct 2011 04:31:40 +0000 (00:31 -0400)
commit4dc24a8158dd8fa7c13f38f9051dfc631b395914
treeb79f179e78d9b0650777e791115ed6dddcbaa884
parentf248d60ae4201bafedf0b221b1252744c9aacde0
Include JUnit4 explicitly in test classpath.

Otherwise I get errors like:

    [junit] No tests found in nom.tam.fits.test.AsciiTableTest

because ant is not recognizing the @Test annotation.

I don't have this problem with my Gentoo ebuid, because (I think)

    ANT_TASKS="ant-junit4" eant

is taking care of the classpath adjustment automatically.
build.xml