Difference between revisions of "How to setup Eclipse/RAP"

no edit summary
Line 1: Line 1:
= Eclipse and Target Platform setup =
= Eclipse and Target Platform setup =


* Download Eclipse 4.2 SR1 from http://www.eclipse.org/downloads/packages/eclipse-ide-java-developers/junosr1
* Download Eclipse 4.2 SR2 from http://www.eclipse.org/downloads/packages/eclipse-ide-java-developers/junosr2
* Unpack and run
* Unpack and run
* Help -> Install New Software -> add new source "RAP 2.0 Tooling" - http://download.eclipse.org/rt/rap/tools/2.0
* Help -> Install New Software -> add new source "RAP 2.1 Tooling" - http://download.eclipse.org/rt/rap/tools/2.1
* Install "Rich Ajax Platrorm (RAP)" from that source
* Install "Rich Ajax Platrorm (RAP)" from that source
* Create directory somewhere on file system (I'll use /Users/alk/Documents/RAP)
* Create directory somewhere on file system (I'll use /Users/alk/Documents/RAP)
* Copy com.ibm.icu_4.4.2.v20110823.jar from Eclipse runtime to /Users/alk/Documents/RAP
* Copy com.ibm.icu_4.4.2.v20110823.jar from Eclipse runtime to /Users/alk/Documents/RAP
* Go to Window -> Preferences -> Plugin-in Development -> Target Platform, click "Add", initialize target definition with "Nothing"
* Go to Window -> Preferences -> Plugin-in Development -> Target Platform, click "Add", initialize target definition with "Nothing"
* Change name to something like 'RAP 2.0"
* Change name to something like 'RAP 2.1 M1"
* (still in target content editor) Add software site http://download.eclipse.org/releases/juno, '''uncheck''' "Include Required Software" and install "EMF - Eclipse Modeling Framework SDK" (from Modeling)
* (still in target content editor) Add software site http://download.eclipse.org/releases/juno, '''uncheck''' "Include Required Software" and install "EMF - Eclipse Modeling Framework SDK" (from Modeling)
* Add software site http://download.eclipse.org/releases/indigo, '''uncheck''' "Include Required Software" and install "BIRT Framework" (from Business Intelligence, Reporting and Charting)
* Add software site http://download.eclipse.org/releases/indigo, '''uncheck''' "Include Required Software" and install "BIRT Framework" (from Business Intelligence, Reporting and Charting)
* Add software site http://download.eclipse.org/rt/rap/2.0, '''uncheck''' "Include Required Software" and install everything
* Add software site http://download.eclipse.org/rt/rap/2.1, '''uncheck''' "Include Required Software" and install everything
* Add software site http://download.eclipse.org/rt/rap/incubator/nightly, '''uncheck''' "Include Required Software" and install RAP Client Scripting, RAP File Upload Support, and RAP GEF Port.
* Add software site http://download.eclipse.org/rt/rap/incubator/nightly, '''uncheck''' "Include Required Software" and install RAP Client Scripting, RAP File Upload Support, and RAP GEF Port.
* Add software site http://download.eclipse.org/technology/babel/update-site/R0.10.1/indigo, '''uncheck''' "Include Required Software" and install Babel Language Pack for eclipse and Babel Language Pack for rt.rap (Chinese Simplified, Czech, German, Russian, Spanish).
* Add software site http://download.eclipse.org/technology/babel/update-site/R0.10.1/indigo, '''uncheck''' "Include Required Software" and install Babel Language Pack for eclipse and Babel Language Pack for rt.rap (Chinese Simplified, Czech, German, Russian, Spanish).
Line 18: Line 18:
Is should be like this:
Is should be like this:


[[File:rap_2_0_target_platform.png]]
[[File:rap_2_1_m1_target_platform.png]]


* Install Apache maven from http://maven.apache.org/download.html
* Install Apache maven from http://maven.apache.org/download.html
683

edits