From 4dc24a8158dd8fa7c13f38f9051dfc631b395914 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Fri, 7 Oct 2011 00:31:40 -0400 Subject: [PATCH] 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 | 1 + 1 file changed, 1 insertion(+) diff --git a/build.xml b/build.xml index 869a4e4..9472ab7 100644 --- a/build.xml +++ b/build.xml @@ -12,6 +12,7 @@ +