Copying A Project in Eclipse and CVS [message #523317] |
Thu, 25 March 2010 17:12  |
Eclipse User |
|
|
|
I have a project that is working and I want to make a new "flavor" of it as a new project. The original project is checked into CVS.
It is a web application project built with JBoss Tools for Eclipse.
I did a simple copy project and I have two problems.
1) The first is that JBoss AS 4.3.2 doesn't recognize the new project name as the way to run the *.jsp pages in the URL. It still uses the old project name.
2) In CVS it seems like it's checking in files that I create in the new project into the old project's CVS tree.
How can I fully separate my new (copied) project from the old project and get it to run under it's own name?
|
|
|
|
|
|
|
|
|
|
Re: Copying A Project in Eclipse and CVS [message #523842 is a reply to message #523514] |
Mon, 29 March 2010 10:54   |
Eclipse User |
|
|
|
On 3/26/10 12:31 PM, John Bailo wrote:
>
> If I branch it in cvs (while in Eclipse, using the cvs plugin), does it
> automatically create a new project in Eclipse?
No, it's the same Project. But Eclipse will automatically switch your
local copy to be working on the branch.
Again, I'm not sure this is really what you want; if this variant is
really supposed to be totally separate from the original, branching is
probably not what you want. If, however, this variant is logically a
"branch" of the original, then...
Eric
|
|
|
|
|
|
|
Re: Copying A Project in Eclipse [message #898264 is a reply to message #523317] |
Thu, 26 July 2012 01:40  |
Eclipse User |
|
|
|
My project is in Jsp and servlet it is named as SimpleServletProject,
I copied it from " D:/ "to " D:/jagdeep/ " direcly.
The project is running fine but in the editor mode when I opened the file or created new file it is not recognizing some methods; I do not no why, but it is showing as
'method refers to missing type', but while running the Output is same.
|
|
|
Powered by
FUDForum. Page generated in 0.08872 seconds