MyEclipse: MyEclipse 8 Maven Project Doesn't Work With Ant phillips1021 - Feb 12, 2010 - 07:42 PM Post subject: MyEclipse 8 Maven Project Doesn't Work With Ant
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.
Thank you for the assistance.support-shalini - Feb 16, 2010 - 03:55 AM Post subject: RE: Deleting the Launch File Worked
Bruce,
Good to know that it worked..