|
Key
This line was removed.
This word was removed. This word was added.
This line was added.
|
Changes (2)
View Page Historyh1. Build
h2. PDE Build
Petals Studio can be exported manually with the Plugin Development Environment (PDE).
Select *File > Export* and then *Plug-in Development > Eclipse product*.
Select *File > Export* and then *Plug-in Development > Eclipse product*.
\\
{tip}Notice that to build the studio for several platforms, the _Eclipse Delta Pack_ is required.{tip}
{tip}Notice that to build the studio for several platforms, the _Eclipse Delta Pack_ is required.{tip}
h2. Maven Build
The studio can now be built with Maven 3 and Tycho.
To build the studio with Maven, check the entire trunk (or desired tag), open a command line at the root and execute *mvn clean install*.
It will build a studio for several platforms.
\\
{note}Tycho only works with Maven 3.
Tycho is a Maven plugin that allows to build Eclipse plug-ins. These projects are not typical Maven projects.{note}