...
- Use the '-clean' argument.
- One way to do this is to add
-clean
on its own line as the first line on the eclipse.ini file, and restart Eclipse.
- One way to do this is to add
- Use a new workspace.
- I followed the instructions in the site linked above. The gist of it is:
- Export your preferences to somewhere outside your Eclipse environment environment (Export -> General -> Preferences. Make sure that 'Export All' is checked.)
- Switch to a new workspace. (Switch Workspace -> Other, then name your new workspace.)
- Import your preferences into this new workspace (Import -> General -> Preferences, make sure 'Import All' is checked.)
- Import trunk as usual.
- I followed the instructions in the site linked above. The gist of it is:
Common Problems
- Check your exclusion filters through configure build path in Eclipse to assure nothing is excluded, then refresh and clean the SWC project.
- "Coud not deserialize" or similar problems in Super Dev Mode are most often fixed by re-building through the command line (running mvn clean install
Technologies used
There are several technologies that we are currently utilizing in the portal. The following is a list of primers for each:
...