Dear Wiki user, You have subscribed to a wiki page or wiki category on "Ws Wiki" for change notification.
The following page has been changed by RaymondFeng: http://wiki.apache.org/ws/Tuscany/GetTuscany ------------------------------------------------------------------------------ - =Check out and build Tuscany= + = Check out and build Tuscany = - 1) Check out the Tuscany source code from the SVN repository + '''1. Check out the Tuscany source code from the SVN repository''' + ============================================================ Please make sure you have "svn" client (v1.3) and "maven" (2.0.2) installed and configurated. Maven: http://maven.apache.org SVN: http://subversion.tigris.org/ - 1. Create a folder such as "Tuscany_M1". - 2. Open a command window and excute the following commands: + Open a command window and create a folder such as "Tuscany_M1". + + > md Tuscany_M1 > cd Tuscany_M1 @@ -22, +24 @@ - - 2) Build Tuscany using Apache Maven 2 + '''2. Build Tuscany using Apache Maven 2''' - ===================================== Excute the following commands: @@ -35, +35 @@ Maven will then automatically download all the jars, compile, test and build the Tuscany milestone driver. - Important Note: + '''Important Note:''' - =============== This is probably not news to you all, but Sun prohibits other organizations from re-hosting certain library files, and the maven website documents this: @@ -65, +64 @@ - 3) Configurate the Eclipse IDE for Tuscany + '''3. Configurate the Eclipse IDE for Tuscany''' - ========================================== - 1. Define a classpath variable "M2_REPO" so that Eclipse can know the path to the local maven repository . Execute the following command: + 1) Define a classpath variable "M2_REPO" so that Eclipse can know the path to the local maven repository . Execute the following command: > mvn -Declipse.workspace=<path-to-eclipse-workspace> eclipse:add-maven-repo - 2. Generate Eclipse configuration files + 2) Generate Eclipse configuration files > mvn eclipse:eclipse @@ -81, +79 @@ http://maven.apache.org/guides/mini/guide-ide-eclipse.html http://maven.apache.org/plugins/maven-eclipse-plugin/. - 3. Load Tuscany projects into Eclipse + 3) Load Tuscany projects into Eclipse You can import the project into your eclipse workspace (From the menu bar, select File >Import >Existing Projects into Workspace). Set the "root directory" to "Tuscany_M1/ java" and Eclipse will discover all the projects. Then select the projects from the list. - 4) Configure the IDEA IDE for Tuscany + '''4. Configure the IDEA IDE for Tuscany''' - ===================================== To generate the IDEA files, please execute the following command:
