Tag-Archive for » Eclipse «

Dec
09

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.

more…

Category: java  Tags:  Leave a Comment
Mar
18

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 not start after 45s.

You need to set server timeout delay = Unlimited from Window>Preferences>Server…

Reblog this post [with Zemanta]
Category: java  Tags:  Leave a Comment
Jan
20

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 the revision. Revision number is selected from the Show Log, and is number when we created the branch.

svn_merge

Some useful links for SVN merge:

Eclipse SDK – Subversion Eclipse Plugin Manual

SVN Book

Category: java  Tags: ,  One Comment