Eclipse & SVN on Linux : How to add files to ignore list automatically

First of all you need to create a new file on the root of the project with the list of file to ignore like the following (this is a typical list of file that we need to exclude from an Eclipse project) target target/** bin bin/** .classpath .project .settings and after on the console (shell) [...]

Eclipse Access Restriction Error

When in Eclipse you have an error like: “Access restriction: The constructor AppletAudioClip(URL) is not accessible due to restriction on required library C:\Programmi\Java\jdk1.6.0_24\jre\lib\rt.jar” You simply need to follow these steps to avoid compilation error: Click on the Properties of your project Go to Java Compiler–>Errors/Warnings search for “Deprecated and Restricted API” and set to warning [...]

Enable keywords substitution using Eclipse and Subversion (SVN)

To enable keywords substitution as I usually have with the CVS, you just need to enable a svn properties on the Eclipse project configuration. These are the steps to activate the svn-keyword-substitution feature in Eclipse: Install Subclipse into your Eclipse application Right-mouse-click on your project folder, and choose Team => Set Property from the popup [...]

Follow

Get every new post delivered to your Inbox.