Hi MyEclipse;
I read the docs and searched the forums to no avail. Perhaps somebody can help me here.
I have a CVS based struts project that is setup in an abnormal way. Changing the project is going to be difficult. I want to leverage the functionality of MyEclipse while developing for this project. The project directory is setup like so:
CVSROOT/Module1/jsrc: Source Code for entire project (Struts Actions, Forms, etc)
CVSROOT/Module1/webApplication1: all JSPs for entire project, modeled as a single WEB application with its own WEB-INF
CVSROOT/Module1/webApplication2: all static pages for project as well as Javascript libraries, again, modeled as a single WEB application with its own WEB-INF
What is the best way to setup the above project in MyEclipse? I want to be able to leverage all of the features of MyEclipse (as well as core Eclipse), but I am finding that the “abnormal” setup in CVS is making the project setup difficult.
Is it possible to setup as 1 project where 1 project would contain 2 web applications ??
Or, would I have to setup as 2 web application projects? If this is the case, then how to handle the CVS integration?
What is the best way to setup a project that is setup like this??