Skip to content

Latest commit

 

History

History
59 lines (43 loc) · 2.3 KB

Readme.md

File metadata and controls

59 lines (43 loc) · 2.3 KB

Getting started with Vorto

Great, that you are interested in the Eclipse Vorto project!

Prerequisites

Steps:

  1. git clone https://github.com/eclipse/vorto.git
  2. Import the project into eclipse
  3. Generate Xtext Artifacts for all editors files ( Right click -> Run As - Generate Xtext Artifacts), such as
    1. org.eclipse.vorto.editor.datatype/src/org/eclipse/vorto/editor/datatype/Datatype.xtext
    2. org.eclipse.vorto.editor.functionblock/src/org/eclipse/vorto/editor/functionblock/Functionblock.xtext
    3. org.eclipse.vorto.editor.infomodel/src/org/eclipse/vorto/editor/infomodel/InformationModel.xtext
    4. org.eclipse.vorto.editor.mapping/src/org/eclipse/vorto/editor/mapping/Mapping.xtext
  4. With no compile errors, right click on any plugin Run As - > Eclipse Application would launch new Eclipse application. Add the following VM arguments to your eclipse run configuration "-Xms40m -Xmx512m -XX:MaxPermSize=256m"

Troubleshooting:

  1. If compile errors exists, check vorto.target is checked as active the target platform (Windows -> Preferences - > Plugin Development -> Target Platform - > target definitions - vorto.target)
  2. If network error, check for proxy settings. (Preferences - > General -> Network Connections)

Support

For more details and documentation, visit

Vorto Home - http://www.eclipse.org/vorto

Vorto Discussions/Community - http://www.eclipse.org/vorto/community.html

Contributing to Vorto

When you create a Pull Request to Vorto, make sure

  1. all your commits are signed off (git commit -s)
  2. you have a valid CLA signed with Eclipse
  3. you reference an existing vorto bugzilla issue that your Pull Request fixes
  4. targets to be merged with our development branch