Re: junit issue

2013-06-18 Thread Emmanuel Bourg
Could this be the same issue fixed on commons-compress recently? Try adding ant-junit4.jar to the classpath. Emmanuel Bourg Le 18/06/2013 13:11, Olivier Sallou a écrit : > Hi, > one of my packages (biojava3-live) fails to build after a dependency > update (which one?). > > What is strange is it

Re: junit issue

2013-06-18 Thread Olivier Sallou
On 06/18/2013 03:06 PM, James Page wrote: > Hi Olivier > > On 18/06/13 12:11, Olivier Sallou wrote: >> What is strange is it fails at junit time (via ant task) with error: >> java.lang.NoClassDefFoundError: junit/framework/JUnit4TestAdapterCache >> >> [junit] Running org.biojava3.core.sequenc

Re: junit issue

2013-06-18 Thread James Page
Hi Olivier On 18/06/13 12:11, Olivier Sallou wrote: What is strange is it fails at junit time (via ant task) with error: java.lang.NoClassDefFoundError: junit/framework/JUnit4TestAdapterCache [junit] Running org.biojava3.core.sequence.DNATest [junit] Testsuite: org.biojava3.core.seque

junit issue

2013-06-18 Thread Olivier Sallou
Hi, one of my packages (biojava3-live) fails to build after a dependency update (which one?). What is strange is it fails at junit time (via ant task) with error: java.lang.NoClassDefFoundError: junit/framework/JUnit4TestAdapterCache [junit] Running org.biojava3.core.sequence.DNATest [ju