fits.git
13 years agoInclude JUnit4 explicitly in test classpath.
W. Trevor King [Fri, 7 Oct 2011 04:31:40 +0000 (00:31 -0400)]
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.

13 years agoAdd .gitignore.
W. Trevor King [Fri, 7 Oct 2011 04:15:40 +0000 (00:15 -0400)]
Add .gitignore.

13 years agoBegin versioning. v1.06.0
W. Trevor King [Fri, 7 Oct 2011 04:02:15 +0000 (00:02 -0400)]
Begin versioning.