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

m
Added instructions to add zest to the workspace
m (Added instructions to add zest to the workspace)
Line 25: Line 25:
* In trunk/src/java, run package.sh (or package.cmd on Windows)
* In trunk/src/java, run package.sh (or package.cmd on Windows)


* Import existing projects from trunk/webui/webapp into workspace, it should build fine.
* Import existing projects from trunk/webui/webapp into workspace
 
* Clone Zest 2.0.0 repository from http://git.netxms.org/public/zest.git
:<pre>git clone http://git.netxms.org/public/zest.git</pre>
 
* Add all projects from zest-web folder into the workspace


= Run Configuration =
= Run Configuration =
Line 35: Line 40:
* Filter for "http.jetty" and select "org.eclipse.equinox.http.jetty"
* Filter for "http.jetty" and select "org.eclipse.equinox.http.jetty"
* Filter for "console" and select "org.eclipse.equinox.console"
* Filter for "console" and select "org.eclipse.equinox.console"
* Filter for "felix*shell" and select orf.apache.felix.gogo.shell
* Filter for "felix*shell" and select org.apache.felix.gogo.shell
* Clear filter field and click "Add Required Bundles"
* Clear filter field and click "Add Required Bundles"
* Uncheck "com.ibm.icu.base" - only "com.ibm.icu" must be selected
* Uncheck "com.ibm.icu.base" - only "com.ibm.icu" must be selected
5

edits