facebook

Upgrade from WTP to MyEclipseProject

  1. MyEclipse IDE
  2.  > 
  3. Off Topic
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #289635 Reply

    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

    #289641 Reply

    Loyal Water
    Member

    Georgios,
    Is this property setting the project deployment path? Im not sure if this has to be set in your myeclipse project.

    #289647 Reply

    this is the point … to have more than one deployment paths . Can I ?

    #289662 Reply

    Loyal Water
    Member

    I’m afraid thats not possible. Sorry about that.

Viewing 4 posts - 1 through 4 (of 4 total)
Reply To: Upgrade from WTP to MyEclipseProject

You must be logged in to post in the forum log in