I have a project in MyEclipse 8 that uses Maven from within Ant. This project builds fine on the command line using Ant. This project also built fine using Ant in MyEclipse 7.
Using the same Ant target in MyEclipse 8 causes this error:
Unsupported launch configuratio type org.eclipse.ant.AntLaunchConfigurationType
If I disable the Maven4MyEclipse dependency (right click on project name select Maven4MyEclipse - Select Disable dependency management) then the project builds just fine using Ant within MyEclipse 8.
I can provide you a MyEclipse example project for your research into this issue.
There is a known bug in m2eclipse (see: http://jira.codehaus.org/browse/MNGECLIPSE-989) that can cause this problem. Is MyEclipse 8 using that version of m2eclipse?
Bruce Phillips
University of Kansas |