Seems I was a bit too fast. The com.mycila:mycila-junit jar is compiled with Java6, thus our Java5 builds fail.
Our options: (a) switch to Java6 (b) revert my change (c) fork com.mycila:mycila-junit and build it with Java5 Kind Regards, Stefan On Mon, Feb 7, 2011 at 10:20 PM, Stefan Seelmann <[email protected]> wrote: > Done: http://svn.apache.org/viewvc?rev=1068139&view=rev > > On Mon, Feb 7, 2011 at 8:12 PM, Stefan Seelmann <[email protected]> wrote: >> Hi devs, >> >> we have an outstanding minor legal issue with junit-addons [1]. >> >> Fortunately Mathieu Carbou released an official version of his JUnit >> code [2] under ALv2, available in Maven Central [3]. >> >> I'll try to use that artifact as test dependency instead of the copied >> classes, maybe we can get rid of them. >> >> Kind Regards, >> Stefan >> >> >> [1] http://markmail.org/message/ofmtcs3mirvjn2hf >> [2] >> http://code.google.com/p/mycila/source/browse/mycila-junit/tags/mycila-junit-1.0.ga >> [3] http://repo2.maven.org/maven2/com/mycila/mycila-junit/1.0.ga/ >> >
