30 lines
1,009 B
Text
30 lines
1,009 B
Text
|
Building tuscany/java
|
||
|
=====================
|
||
|
|
||
|
The top-level tuscany/java folder includes all the Tuscany Java sub-projects.
|
||
|
These may be built all together in one go with Maven in the top-level
|
||
|
folder, alternatively the sub-projects may also be built individually by
|
||
|
running Maven only in the individual sub-project folders, for example,
|
||
|
in tuscany/java/sca.
|
||
|
|
||
|
Initial Setup
|
||
|
-------------
|
||
|
|
||
|
1) Install J2SE 5.0 SDK (1.5.0_06-b05 works)
|
||
|
|
||
|
2) Install Maven:
|
||
|
Download Maven 2.0.4 (download from http://maven.apache.org/download.html).
|
||
|
|
||
|
|
||
|
Building
|
||
|
--------
|
||
|
|
||
|
1) Change to the top level directory of the Tuscany Java project (tuscany/java) or at top level of your source distribution.
|
||
|
|
||
|
2) Execute: mvn
|
||
|
|
||
|
Note: Depending on the load of remote Mavan 2.0 repositories you may have to execute mvn several time until required
|
||
|
dependencies are all located in your local maven repository. After you have completed a full successful build you
|
||
|
can use "mvn -o" which is much faster.
|
||
|
|