I have a JBoss Tools web application project and I want to create a new "flavor" of it.
So, I copied my project and saved it under a new name.
The original project is under CVS version control.
Call the old project MYPROJECTOLD
Call the new project MYPROJECTNEW
There are a few problems:
- When I run/debug MYPROJECTNEW at the project level, it launches under the old projects url, localhost/MYPROJECTOLD
- In the development JBoss AS 4.3.2 server, I want to add MYPROJECTNEW to the list of configured projects on the server. However, I do not see MYPROJECTNEW in the list of projects, only MYPROJECTOLD
- If I try to right click and debug a .jsp file in MYPROJECTNEW, I am told The selection is not within a valid module. Could this be related to (2
- When I look at my CVS repositor, it appears that any files I add to MYPROJECTNEW are being added to MYPROJECTOLD. MYPROJECTNEW does not appear in the repository, even though I right-clicked and selected Branch in the Eclipse Team menu.