You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tuscany.apache.org by "Rick Rineholt (JIRA)" <tu...@ws.apache.org> on 2006/04/10 13:57:00 UTC

[jira] Commented: (TUSCANY-160) Need a description of the steps to download, build and run Tuscany from scratch

    [ http://issues.apache.org/jira/browse/TUSCANY-160?page=comments#action_12373844 ] 

Rick Rineholt commented on TUSCANY-160:
---------------------------------------

Most of this is already covered  
http://incubator.apache.org/tuscany/getinvolved.html

We provide users where to get jdk,maven and subversion. Install  (ah adding the commands to your path) should be covered by their documentation.

Not sure of what sun jars we need ?  With Axis 1.0 there was mail and jaf but these are provide with Axis 2.0

-build with Maven 2:  so we need to add "mvn" while in the java directory
-set up and run the tomcat integration test suite  there is an issue here not sure where to easily get  jsr173 jar.  The only means for sure are :

 download it manually. It is in Java WSDP 1.6 :
http://java.sun.com/webservices/downloads/1.6/index.html
 add it to your local Maven 2 repository :
mvn install:install-file
-Dfile=C:\Sun\jwsdp-1.6\sjsxp\lib\jsr173_api.jar
-DgroupId=javax.xml 
-DartifactId=jsr173 
-Dversion=1.0 
-Dpackaging=jar


> Need a description of the steps to download, build and run Tuscany from scratch
> -------------------------------------------------------------------------------
>
>          Key: TUSCANY-160
>          URL: http://issues.apache.org/jira/browse/TUSCANY-160
>      Project: Tuscany
>         Type: Improvement

>   Components: Website
>     Reporter: Jean-Sebastien Delfino
>     Assignee: Jean-Sebastien Delfino

>
> We need a complete description of the steps to download, build and run the Tuscany-Java project from scratch, starting from a clean system. 
> This documentation should describe the following steps:
> - download and install Maven2
> - download and install Subversion
> - download and install the required JDK
> - download and install the required additional SUN jars
> - check out the Tuscany code
> - build with Maven 2
> - set up and run the tomcat integration test suite
> and end with a link to the documentation describing how to run the samples.
> This description should initially cover Linux, Windows and MacOS.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira