From: W. Trevor King Date: Fri, 7 Oct 2011 04:31:40 +0000 (-0400) Subject: Include JUnit4 explicitly in test classpath. X-Git-Url: http://git.tremily.us/?p=fits.git;a=commitdiff_plain;h=4dc24a8158dd8fa7c13f38f9051dfc631b395914 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. --- diff --git a/build.xml b/build.xml index 869a4e4..9472ab7 100644 --- a/build.xml +++ b/build.xml @@ -12,6 +12,7 @@ +