Community

Copying and Branching a Project

created by John Bailo in JBoss Tools - View the full discussion

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:

 

  1. When I run/debug MYPROJECTNEW at the project level, it launches under the old projects url, localhost/MYPROJECTOLD

  2. 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
  3. 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

  4. 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.

Reply to this message by going to Community

Start a new discussion in JBoss Tools at Community