Details
Description
Since Junit upgrade (https://github.com/apache/ant-easyant-core/commit/e1417410a8d75a3e94b1533a84700408396a445e), EasyAnt Core project classpath is broken in Eclipse.
.classpath file still references Junit 4.11, but Junit 4.12 is use.
There are multiple solutions to this issue:
- Update .classpath file to point to Junit 4.12
- Remove revision in retrieved pattern to avoid this kind of issue
Here is a patch to fix Junit revision in .classpath file.
Attachments
Attachments
Issue Links
- links to