Hello guys,
New user here – trying out MyEclipse to see if it will be better than standard Eclipse.
I’m trying to convert my current project to a Web Project, so that I can use MyEclipse’s internal TomCat server. After checking out my project via SVN, I try to add the Web Project capabilities. After choosing the settings, I click OK and it returns to the wizard, with no progress.
My current project already has an src folder and a web folder. Here is the log output from the wizard
Root exception:
Java Model Exception: Java Model Status [Source folder 'src' in project 'aim' cannot output to library 'web/WEB-INF/classes']
at org.eclipse.jdt.internal.core.JavaModelOperation.runOperation(JavaModelOperation.java:773)
at org.eclipse.jdt.internal.core.JavaProject.setRawClasspath(JavaProject.java:2874)
at org.eclipse.jdt.internal.core.JavaProject.setRawClasspath(JavaProject.java:2890)
at com.genuitec.eclipse.j2eedt.core.builder.WebProjectConverter.basicConvert(Unknown Source)
at com.genuitec.eclipse.j2eedt.core.builder.WebProjectConverter.convert(Unknown Source)
at com.genuitec.eclipse.j2eedt.ui.wizard.WebProjectConversionWizard$1.run(Unknown Source)
at org.eclipse.jface.operation.ModalContext.runInCurrentThread(ModalContext.java:464)
Any idea what that means?
I’m willing to port over the code to a clean Web Project installation, but since I use subclipse, I cannot simply check out the code itself – I have to check out the entire project. If anyone can help on either problem, it would be greatly appreciated.