Hi !!
I have try to make a new myeclipse webproject and copy my source files from old WTP project. I compiled perfectly and i run it on tomcat. But i have a little problem.
For many reason in old WTP project i had touch one project configuration file and changed manualy. The file was org.eclipse.wst.common.component under .settings folder. The content of file is this :
<?xml version="1.0" encoding="UTF-8"?>
<project-modules id="moduleCoreId" project-version="1.5.0">
<wb-module deploy-name="Netmechanics_System">
<wb-resource deploy-path="/" source-path="/WebContent"/>
<wb-resource deploy-path="/WEB-INF/classes" source-path="/src"/>
<wb-resource deploy-path="/admin" source-path="/build/gwtOutput/gr.netm.admin.Admin"/>
<wb-resource deploy-path="/admin" source-path="/build/gwtOutput/admin/gr.netm.admin.Admin"/>
<property name="java-output-path" value="build/classes"/>
<property name="context-root" value="netm"/>
</wb-module>
</project-modules>
My question is what i must to do in my NEW MyEclipseWEB project to have this properties :
<wb-resource deploy-path="/admin" source-path="/build/gwtOutput/gr.netm.admin.Admin"/>
<wb-resource deploy-path="/admin" source-path="/build/gwtOutput/admin/gr.netm.admin.Admin"/>
Thanks in advance ..
Georgios Maravelias
Software engineer
NetMechanics LTD