Last modified by Pascal Robert on 2013/05/21 17:29

From version 39.1
edited by Mike Schrag
on 2010/10/03 00:47
Change comment: There is no comment for this version
To version 43.1
edited by Larry Mills-Gahl
on 2012/03/28 15:21
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.mschrag
1 +XWiki.elemgee
Content
... ... @@ -1,10 +1,25 @@
1 +Just run this script [[Bash script to download Eclipse and install everything in OneStep>>http://gist.github.com/610081]].
2 +
3 +The above replaces everything below for Eclipse 3.6.1 for Mac OS X
4 +
5 +Download this file  [[RecommendedUpdateSites.xml>>^RecommendedUpdateSites.xml]]
6 +
7 +In Eclipse.
8 +
1 1  Help=>Install New Software...
2 2  Click "Available Software Sites"
3 -Import... Download and select [[^RecommendedUpdateSites.xml]]
11 +[[image:AvailableSites.jpg||border="1"]]
12 +
13 +On the Modal Dialog box Click the Import button and select the [[RecommendedUpdateSites.xml>>^RecommendedUpdateSites.xml]] file. [[image:Preferences.jpg||border="1"]]
14 +
15 +Import... Download and select
4 4  Click "OK"
5 5  
6 6  Under Work with, select "All Available Sites"
7 7  
20 +[[image:Eclipse-1.jpg||border="1"]]
21 +Then select individual sites to configure.
22 +
8 8  Select WOLips => WOLips
9 9  Select WOLips (Optional) => WOLips Goodies
10 10  
... ... @@ -11,8 +11,17 @@
11 11  If you want SVN Support:
12 12  Select Collaboration => Subversive SVN Team Provider
13 13  
29 +If you want Git Support (and who doesn't):
30 +Select Collaboration => Eclipse EGit
31 +or
32 +Select Eclipse Git Team Provier => Eclipse EGit
33 +(also make sure you have git installed from http:~/~/http:~/~/git-scm.com/)
34 +(also go to github and fork WOnder https:~/~/github.com/projectwonder/wonder
35 +more information on getting WOnder source is at [[documentation:Getting the Wonder Source Code]])
36 +
14 14  If you want JadClipse (to decompile class file):
15 15  Select Uncategorized => JadClipse Feature
39 +(also install jad from [[http://www.varaneckas.com/jad]] into /usr/local/bin/jad)
16 16  
17 17  If you want to use WOLips Groovy Support:
18 18  Select Groovy-Eclipse => Groovy-Eclipse Feature
... ... @@ -37,6 +37,10 @@
37 37  
38 38  If you want shared workspace settings:
39 39  Download [[^WorkspaceMechanicExamples.zip]]
40 -Unzip into ,,/.eclipse (make it if it doesn't exist),,
64 +Unzip into /.eclipse (make it if it doesn't exist)
41 41  
42 42  Restart Eclipse
67 +
68 +===== **Recording Your Own Preferences in Workspace Mechanic** =====
69 +
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:EclipseScreenSnapz001.png||border="1"]]