You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tuscany.apache.org by "Jean-Sebastien Delfino (JIRA)" <tu...@ws.apache.org> on 2006/04/10 06:35:58 UTC

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

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
 Assigned to: 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


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

Posted by "Jean-Sebastien Delfino (JIRA)" <tu...@ws.apache.org>.
     [ http://issues.apache.org/jira/browse/TUSCANY-160?page=all ]

Jean-Sebastien Delfino reassigned TUSCANY-160:
----------------------------------------------

    Assign To: haleh mahbod  (was: Jean-Sebastien Delfino)

Haleh is going to add a link to these pages from the web site, and eventually integrate them with it.

> 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
>     Versions: M1
>     Reporter: Jean-Sebastien Delfino
>     Assignee: haleh mahbod
>      Fix For: M1

>
> 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


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

Posted by "Jean-Sebastien Delfino (JIRA)" <tu...@ws.apache.org>.
     [ http://issues.apache.org/jira/browse/TUSCANY-160?page=all ]

Jean-Sebastien Delfino updated TUSCANY-160:
-------------------------------------------

    Fix Version: 0.91
        Version: 0.91

> 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
>     Versions: 0.91
>     Reporter: Jean-Sebastien Delfino
>     Assignee: Jean-Sebastien Delfino
>      Fix For: 0.91

>
> 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


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

Posted by "Rick Rineholt (JIRA)" <tu...@ws.apache.org>.
    [ 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


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

Posted by "Jean-Sebastien Delfino (JIRA)" <tu...@ws.apache.org>.
     [ http://issues.apache.org/jira/browse/TUSCANY-160?page=all ]

Jean-Sebastien Delfino updated TUSCANY-160:
-------------------------------------------

    Fix Version: Java-M1-website
                     (was: Java-M1)
        Version: Java-M1-website
                     (was: Java-M1)

> 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
>     Versions: Java-M1-website
>     Reporter: Jean-Sebastien Delfino
>     Assignee: haleh mahbod
>      Fix For: Java-M1-website

>
> 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


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

Posted by "haleh mahbod (JIRA)" <tu...@ws.apache.org>.
    [ http://issues.apache.org/jira/browse/TUSCANY-160?page=comments#action_12412818 ] 

haleh mahbod commented on TUSCANY-160:
--------------------------------------

I have created website pages for the two mentioned links and attached it to JIRA issue 345. This was done a week and half ago and it has not been applied. 

This issue should close once 345 is closed.

> 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
>     Versions: Java-M1-website
>     Reporter: Jean-Sebastien Delfino
>     Assignee: haleh mahbod
>      Fix For: Java-M1-website

>
> 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


---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-dev-help@ws.apache.org


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

Posted by "Jean-Sebastien Delfino (JIRA)" <tu...@ws.apache.org>.
     [ http://issues.apache.org/jira/browse/TUSCANY-160?page=all ]
     
Jean-Sebastien Delfino resolved TUSCANY-160:
--------------------------------------------

    Resolution: Fixed

>From this morning's IRC, this issue has been fixed.

> 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
>     Versions: Java-M1-website
>     Reporter: Jean-Sebastien Delfino
>     Assignee: haleh mahbod
>      Fix For: Java-M1-website

>
> 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


---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-dev-help@ws.apache.org


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

Posted by "Jean-Sebastien Delfino (JIRA)" <tu...@ws.apache.org>.
    [ http://issues.apache.org/jira/browse/TUSCANY-160?page=comments#action_12375936 ] 

Jean-Sebastien Delfino commented on TUSCANY-160:
------------------------------------------------

I posted descriptions of the steps to set up your system, build and run Tuscany to our Wiki.

For Linux: http://wiki.apache.org/ws/Tuscany/GetTuscany/Linux
For Windows: http://wiki.apache.org/ws/Tuscany/GetTuscany/WinXP

I need some feedback on these docs and later plan to integrate them with the existing documentation in the Get Involved section on our Web site.


> 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