Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Apogy/InstallationGuide

< Apogy
Revision as of 09:42, 8 October 2020 by Pierre.allard.canada.ca (Talk | contribs) (Apogy Source Code Download, Build and Launch)

Eclipse Installation and Configuration

Eclipse IDE and Plugins Installation
Item Descripion Update Site URL / Download URL Items to install
1 Eclipse IDE for Enterprise Java Developers https://www.eclipse.org/downloads/packages/release/2019-12/r/eclipse-ide-enterprise-java-developers N/A
2 Apogy Off The Shelf plugin https://apogy.gitlab.io/ca-gc-asc_csa-apogy-ots/ All
3 EMF and Dependencies http://download.eclipse.org/releases/latest EMF - Eclipse Modelling Framework SDK
EMF - Eclipse Modelling Framework Xcore SDK
EMF Validation Framework
EMF Model Transaction SDK
Xtext Complete SDK
4 Apogy Code Generator Support http://download.eclipse.org/apogy/release/R0_5/latest/ Apogy Code Generator
5 EMF Forms 1.22 http://download.eclipse.org/ecp/releases/releases_122/ EMF Form SDK
6 BIRT http://ftp.jaist.ac.jp/pub/eclipse/birt/update-site/4.6/ BIRT 4.6.0 Reporting SDK
7 Eclipse 4 Ressource Tools http://download.eclipse.org/releases/latest Eclipse e4 Tools Developer Resources
8 Paho MQTT Java http://download.eclipse.org/paho Paho MQTT Client
Paho MQTT Exerciser

Apogy Source Code Download, Build and Launch

Apogy Source Download
1 Download Apogy Source Code from GIT git://git.eclipse.org/gitroot/apogy/apogy.git /bundles/common
/bundles/core
/bundles/addons
/bundles/workspace
/bundles/examples
/bundles/rcp
2 Build Project→Build Automatically
Project→Clean All
3 Launching Apogy a) Run→Run Configurations...
b) Select Eclipse Application, right click, then New Configuration
c) In Program to Run, select Run a Product, in the pull down on the right, select org.eclipse.apogy.rcp.product
d) In the Plugins tab, in the Launch with pull down, select all workspace and enabled plugins. Press Run
e) Press Run

Back to the top