Versions Compared

Key

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

...

Generate Eclipse IDE project files

Code Block
   mvn -Peclipse

To facilitate debug, use the following commands:

1) To generate sources for the Tuscany 2.x modules

Code Block

mvn source:jar under sca-java-2.x/trunk/modules

2)To download source files, please use the following command

Code Block

mvn -Peclipse -DdownloadSources=true

Configure TUSCANY_HOME pointing to where Tuscany distribution is available

...