Powered By:
Android Advice
 

Archive for August, 2011

Hide Todos Tasks List for Project in Eclipse

August 15, 2011

Sometimes one wants to hide tasks in Eclipse (generated from //TODO comments) for a specific project. To do this: 1. Right click on the project 2. Click Properties 3. Java Compiler->Task Tags 4. Click on the “TODO” Tag and then click “Remove” 5. Apply Changes. Note: This will rebuild the project. RMVTNWYDB8S7

Posted in Programming No Comments »

Solution to Eclipse Warning with SVN – The Resource is a Duplicate of and Was Not Copied to the Output Folder

August 15, 2011

Problem: In Eclipse your workspace produces a warning like: “The resource is a duplicate of src/.svn/entries and was not copied to the output folder entries /s/gen/.svn” Cause: Your project in Eclipse is under an external SVN source control. Solution Manually exclude the .svn folders and files that are causing the issue, by doing the following: [...]

Posted in Problem-Cause-Solution, Programming No Comments »

Remove all Warnings for Specific Eclipse Project

August 13, 2011

In the Eclipse IDE, sometimes one needs multiple projects in their project explorer but wants to hide warnings from a specific project, to do this: 1. Click Window->preferences->Java->Compiler->Errors/Warnings 2. In the right pane,top right, click “Configure Project Specific Settings” 3. Double click the project you wish do disable the warnings for 4. Go through each [...]

Posted in Programming No Comments »