Skip to content

vogellacompany/eclipse4book

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Eclipse 4 Book Build Status EPL 2.0

This is the example code for the Eclipse RCP training sessions from vogella GmbH and from the Eclipse Rich Client Platform book.

Running the application

Clone the project and import all projects into the Eclipse IDE.

Then open the target-platform.target file of the target-platform project and set this target definition as target platform for your workspace.

When the compile errors are gone the target platform has been properly set and the product located in the com.example.e4.rcp.todo.product project can be run.

Building the application

Use the following command one the command line to build the application:

mvn clean verify

This requires Maven to be installed on your machine.