Wiki source code of Recommended Eclipse Configuration
Last modified by Pascal Robert on 2013/05/21 17:29
Hide last authors
author | version | line-number | content |
---|---|---|---|
![]() |
45.1 | 1 | Just run this script [[Bash script to download Eclipse and install everything in OneStep>>url:http://gist.github.com/610081||shape="rect"]]. |
![]() |
42.1 | 2 | |
3 | The above replaces everything below for Eclipse 3.6.1 for Mac OS X | ||
4 | |||
![]() |
45.1 | 5 | Download this file [[RecommendedUpdateSites.xml>>attach:RecommendedUpdateSites.xml]] |
![]() |
40.1 | 6 | |
7 | In Eclipse. | ||
8 | |||
![]() |
34.1 | 9 | Help=>Install New Software... |
![]() |
45.1 | 10 | Click "Available Software Sites" |
11 | [[image:attach:AvailableSites.jpg]] | ||
![]() |
40.1 | 12 | |
![]() |
45.1 | 13 | On the Modal Dialog box Click the Import button and select the [[RecommendedUpdateSites.xml>>attach:RecommendedUpdateSites.xml]] file.[[image:attach:Preferences.jpg]] |
![]() |
40.1 | 14 | |
15 | Import... Download and select | ||
![]() |
45.1 | 16 | Click "OK" |
![]() |
34.1 | 17 | |
![]() |
38.1 | 18 | Under Work with, select "All Available Sites" |
![]() |
34.1 | 19 | |
![]() |
45.1 | 20 | [[image:attach:Eclipse-1.jpg]] |
![]() |
40.1 | 21 | Then select individual sites to configure. |
22 | |||
![]() |
34.1 | 23 | Select WOLips => WOLips |
![]() |
45.1 | 24 | Select WOLips (Optional) => WOLips Goodies |
![]() |
34.1 | 25 | |
26 | If you want SVN Support: | ||
![]() |
45.1 | 27 | Select Collaboration => Subversive SVN Team Provider |
![]() |
34.1 | 28 | |
![]() |
43.1 | 29 | If you want Git Support (and who doesn't): |
![]() |
45.1 | 30 | Select Collaboration => Eclipse EGit |
![]() |
43.1 | 31 | or |
![]() |
45.1 | 32 | Select Eclipse Git Team Provier => Eclipse EGit |
33 | (also make sure you have git installed from [[http:~~/~~/http:~~/~~/git-scm.com/>>url:http://http://git-scm.com/||rel="nofollow" shape="rect" class="external-link"]]) | ||
34 | (also go to github and fork WOnder [[https:~~/~~/github.com/wocommunity/wonder>>url:https://github.com/wocommunity/wonder||rel="nofollow" shape="rect" class="external-link"]] | ||
![]() |
46.1 | 35 | more information on getting WOnder source is at [[doc:WEB.Home.Getting Started.Getting the Wonder Source Code.WebHome]]) |
![]() |
43.1 | 36 | |
![]() |
34.1 | 37 | If you want JadClipse (to decompile class file): |
![]() |
45.1 | 38 | Select Uncategorized => JadClipse Feature |
39 | (also install jad from [[http:~~/~~/www.varaneckas.com/jad>>url:http://www.varaneckas.com/jad||shape="rect"]] into /usr/local/bin/jad) | ||
![]() |
34.1 | 40 | |
41 | If you want to use WOLips Groovy Support: | ||
![]() |
45.1 | 42 | Select Groovy-Eclipse => Groovy-Eclipse Feature |
43 | Select WOLips => WOLips Groovy Support | ||
![]() |
34.1 | 44 | |
45 | If you want to use WOLips JRebel Support: | ||
![]() |
45.1 | 46 | Select JRebel => JRebel Eclipse Integration |
47 | Select WOLips => WOLips JRebel | ||
![]() |
34.1 | 48 | |
49 | If you want to use WOLips JProfiler Launching: | ||
![]() |
45.1 | 50 | Select Uncategorized => JProfiler |
51 | Select WOLips => WOLips JProfiler Launching | ||
![]() |
34.1 | 52 | |
53 | If you want to use Workspace Mechanic: | ||
![]() |
45.1 | 54 | Select Collaboration => Mylyn Task List (Required) |
55 | Select Collaboration => Mylyn Task-Focused Interface (Recommended) | ||
56 | Select Workspace Mechanic for Eclipse => Workspace Mechanic | ||
![]() |
34.1 | 57 | |
58 | Click "Next >" and Approve all the licenses, etc. | ||
59 | |||
60 | Restart Eclipse | ||
61 | |||
62 | If you want shared workspace settings: | ||
![]() |
45.1 | 63 | Download [[attach:WorkspaceMechanicExamples.zip]] |
64 | Unzip into ~~/.eclipse (make it if it doesn't exist) | ||
![]() |
34.1 | 65 | |
66 | Restart Eclipse | ||
![]() |
40.1 | 67 | |
68 | ===== **Recording Your Own Preferences in Workspace Mechanic** ===== | ||
69 | |||
![]() |
45.1 | 70 | In workspace mechanic, right-click on the icon and select "Preference Recorder > Start Recording" to record your own preference changes. Once you are finished, select "Stop Recording" and save the resulting file to your ~~/.eclipse/mechanic folder created above. Use the .epf file extension for your preference change to be picked up when you open other workspaces.[[image:attach:EclipseScreenSnapz001.png]] |