Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » ServerTools (WTP) » Upgrade a Java Project to J2EE
Upgrade a Java Project to J2EE [message #189596] Sun, 11 March 2007 19:30 Go to next message
Eclipse UserFriend
Originally posted by: pfennig63-eclipsepowered.yahoo.com

Hi there,
I'm using the Calisto WTP 1.5 and I need to 'upgrade' a regular project
to a J2EE project, so I can use all the goodies with it.

I don't want to just create a new project and copy all artifacts. Why?
Because I have an extensive history in SVN and do not want to loose
this. Is there a good way to do this?

K<o>
---
Busy, supporting non technical users at Plan-B for OpenOffice.org -
http://openoffice.screencast-tutorials.com/
Re: Upgrade a Java Project to J2EE [message #189990 is a reply to message #189596] Fri, 16 March 2007 11:49 Go to previous message
Eclipse UserFriend
I have solved the issue the following way:
* Make sure your project is synchronized with SVN (that way you always
have a copy).
* Rename the project in question, lets say MyProject to MyProjectX using
the explorer (or your file system).
* Create a new MyProject in Eclipse and copy back all files from
MyProjectX, except the .profile.
* Refresh Eclipse and set the necessary classpath and other configuration.
* Synchronize your project with SVN, add the new files f you store those
in SVN

Good luck

---
Busy, supporting non technical users at Plan-B for OpenOffice.org -
http://openoffice.screencast-tutorials.com/
Previous Topic:Extending HTML Editor
Next Topic:org.eclipse.wst.wsdl.internal.impl.ExtensibleElementImpl error?
Goto Forum:
  


Current Time: Sun Feb 16 09:54:12 GMT 2025

Powered by FUDForum. Page generated in 0.02936 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top