Re: [Rdkit-discuss] junit version problems

2016-08-27 Thread Tim Dudgeon
Hi Gianluca Unfortunately that doesn't work. It's still picking up junit.jar not junit4.jar from /usr/share/java Tim On 26/08/2016 10:15, Gianluca Sforna wrote: > On Thu, Aug 25, 2016 at 5:34 PM, Tim Dudgeon wrote: >> It seems that RDKit looks for junit here: /usr/share/java/junit.jar >> >> B

Re: [Rdkit-discuss] junit version problems

2016-08-26 Thread Gianluca Sforna
On Thu, Aug 25, 2016 at 5:34 PM, Tim Dudgeon wrote: > It seems that RDKit looks for junit here: /usr/share/java/junit.jar > > But on my Ubuntu system that is a symlink to a JUnit3 jar file, and the > correct link for JUnit4 is /usr/share/java/junit4.jar, and the tests > require JUnit4 and so fail.

[Rdkit-discuss] junit version problems

2016-08-25 Thread Tim Dudgeon
Hi Folks, I've notice that there are potential problems related to junit when building the java wrappers. It seems that RDKit looks for junit here: /usr/share/java/junit.jar But on my Ubuntu system that is a symlink to a JUnit3 jar file, and the correct link for JUnit4 is /usr/share/java/junit