Create A New Project
From Plex-XML
DRAFT
HowTo: Create a Plex-XML-Eclipse-Project
- Create a simple empty eclipse project
- Copy from your base project:
.ant.properties .localtomcat.properties build.xml default.ant.properties default.maincheck.properties log4j.xml
- Adjust the settings in these files so that they macht your new project.
- Drag the bulid.xml to your Ant view and execute the 'updateProject' Task
- Now the base directory structure should exist.
- Copy from your base project: web/WEB-INF/web.xml
- Copy from your base project the web/customized directory
- Copy from your base project the web/WEB-INF/customized directory
--> Deploy your project to your Tomcat.