.eclipse file refers to old junit version
If you import the project in Eclipse you might get some errors considering the junit library. This is caused by a reference in the project to an older version of the JUnit library than the one actually provided. Rightclick on the project and choose “Properties” to access the project’s preferences. Under “Java Build Path”, on the tab “Libraries”, you find the outdated reference to junit-4.8.1.jar. Delete that reference and click “Add JARs…”. You find the correct version under jpacman/lib/junit-4.8.2.jar.
Resolved in 4.4.1
Submitted by Arie van Deursen on 4 February 2011 at 16:50
Issue Log
On 4 February 2011 at 16:50 Arie van Deursen tagged 4.4
On 4 February 2011 at 17:17 Arie van Deursen closed this issue.
On 6 February 2011 at 16:04 Arie van Deursen tagged since 4.0
On 6 February 2011 at 16:04 Arie van Deursen tagged 4.4.1
On 6 February 2011 at 16:04 Arie van Deursen removed tag 4.4
Log in to post comments