Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

In order to generate the necessary project files to import the SCA modules to Eclipse, you can use the maven eclipse plugin

Code Block
mvn eclipse:eclipse

To help with development in an OSGi environment Tuscany also has a build profile to setup the Eclipse Plugin Development Environment:

Code Block

mvn -fae -Peclipse

...

Now , let's set the "Target Platform" in your Eclipse IDE by following the steps below :

  • Inside eclipse, select File->Open File" and open "distribution/all/target/features/tuscany.target"
    • click "Set as target platform" on the upper-right side of the overview window that opened

Then as when using eclipse:eclipse launch your Eclipse IDE, select File->Import->Existing projects into Workplace, and then import the project from SCA Modules into your Eclipse Workspace.

There are also some Tuscany Eclipse code templates available:
Eclipse Style Formatter
Eclipse Templates

...