Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
Athen
Athen
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 36
    • Issues 36
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 0
    • Merge Requests 0
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • kallimachos
  • AthenAthen
  • Wiki
  • athen how to start as a developer

Last edited by Markus Krug May 15, 2017
Page history

athen how to start as a developer

Details for developer

ATHEN is an Eclipse 4 RCP application, built with Maven Tycho, some good tutorials can be found here:

  • http://www.vogella.com/tutorials/EclipseRCP/article.html
  • http://www.vogella.com/tutorials/EclipseTycho/article.html

Getting started:

First, download an eclipse from (might be outdated):

https://www.eclipse.org/downloads/?

If possible, select the Eclipse for RCP/RAP developer, otherwise you have to manually install additional plugins. This can be done via Help -> install new software

Most importantly you need:

  • Eclipse plug-in development environment.
  • Eclipse e4 Model Tooling

The enxt step should be the download of the repository or alternatively to check it out, using:

git clone https://gitlab2.informatik.uni-wuerzburg.de/kallimachos/ATHEN.git

If you reuse an existing instance of eclipse it is best practice to create a separate workspace for ATHEN.

In Eclipse, you should import the aggregator project de.uniwue.mk.athen as a Maven project. ATHEN has its own target definition file, located in:

\releng\de.uniwue.mk.athen.target\de.uniwue.mk.athen.target.target

Open this file with the built-in target editor and activate it using the "set as target platform" button. (This should cause a number of downloads) A gentle introduction to target definition files can be found here:

http://www.vogella.com/tutorials/EclipseTargetPlatform/article.html

Clone repository
  • ATHEN how to integrate your own view
  • athen editorevents
  • athen how to correctly write your own view
  • athen how to start as a developer
  • athen introduction to the texteditor
  • athen writing your own view
  • athen core concepts
  • athen how to`s
  • athen writing your own view in html
    • css
      • jscript
  • developer handbook
  • Home