Eclipse Tip – Converting Java Project to Dynamic Web Project
We started to work on some projects, and after getting the source code, we could not use the web projects in eclipse because they were not defined as Eclipse Dynamic Web projects. Here is a small trick to convert these general projects to Dynamic Web projects.
Migrate Eclipse 3.2 to 3.3.1
I migrated Eclipse 3.2 to 3.3.1, at first I used the same workspace and I had some problems with myln plugins and the server did not start correctly. Then i tried with a new workspace and everything was smooth except at server startup: Timeout waiting for Tomcat v5.5 Server at localhost to start. Server did [...]
SVN Merge Branch into Trunk using Eclipse
I needed to merge the branch changes into trunk of the project, after many changes at both the branch and trunk… First we have to commit all changes, in case of some failure at the merge operation we may revert all changes. Select Team > Merge from menu, select the path of the branch and [...]

