I am trying to run the ant-build task under Eclipse on Windows and this fails due to
[javac] D:\E2L\workspace\muCommander\source\com\mucommander\xml\XmlAttributesTest.java:21: cannot access junit.framework.TestCase
[javac] bad class file: D:\E2L\workspace\muCommander\lib\noinclude\junit.jar(junit/framework/TestCase.class)
[javac] class file has wrong version 49.0, should be 48.0
[javac] Please remove or make sure it appears in the correct subdirectory of the classpath.
[javac] import junit.framework.TestCase;
[javac] ^
[javac] 1 error
BUILD FAILED
Q1: Does this mean the checked in version is not 1.4 compatible? If not, then why have the whole project as 1.4?
Q2: Can anyone help me to assist how to get it run on Windows under Eclipse???? (resp. which task should be selected to let it run - I assume it is run, but ...)
