Skip to content

SettingUpYourWorkspace

erwin de ley edited this page Aug 4, 2015 · 1 revision

Prerequisites

To get a working build configuration you need :

In your maven settings (typically located in an .m2 folder in your user's home directory), you need to configure public read-access to iSencia's Nexus repository. Please contact us via the Passerelle forum for more info.

Procedure

  • Fork the passerelle repository
  • Clone it locally
  • Import all projects in your workspace
  • Find the project com.isencia.passerelle.target-platform
  • Launch a mvn build in there with following set-up : building the target
  • That will take a while, and after it's done you should refresh the project in your workspace. You should see a folder target/platform/plugins appear now with a lot of bundle jar files in there.
  • Then you must open the target file (double click) in the target editor and wait a while again, while it's asynch target loading is done (you'll see a progress marker at the bottom of your IDE).
  • When that's ready, you should see something like : setting the target
  • And then you can click the button/link "Set as Target Platform".

This should give you an operational workspace!

Clone this wiki locally