You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by jb...@apache.org on 2007/03/24 20:11:36 UTC

svn commit: r522095 - in /incubator/tuscany/java/distribution/sca/tsss-demo: README.txt demo/pom.xml

Author: jboynes
Date: Sat Mar 24 12:11:35 2007
New Revision: 522095

URL: http://svn.apache.org/viewvc?view=rev&rev=522095
Log:
add readme and set dependency versions to match trunk

Added:
    incubator/tuscany/java/distribution/sca/tsss-demo/README.txt   (with props)
Modified:
    incubator/tuscany/java/distribution/sca/tsss-demo/demo/pom.xml

Added: incubator/tuscany/java/distribution/sca/tsss-demo/README.txt
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/distribution/sca/tsss-demo/README.txt?view=auto&rev=522095
==============================================================================
--- incubator/tuscany/java/distribution/sca/tsss-demo/README.txt (added)
+++ incubator/tuscany/java/distribution/sca/tsss-demo/README.txt Sat Mar 24 12:11:35 2007
@@ -0,0 +1,59 @@
+Project to build the assembly used for the demo at TheServerSide Symposium, March 2007
+======================================================================================
+
+This project is configured to use a combination of stable and unstable code from Tuscany.
+It is built using Maven using a mixture of
+* released artifacts downloaded from online repositories
+* stable but unreleased artifacts that need to be built locally
+* unstable references to modules included using svn externals
+
+Released artifacts
+------------------
+These are a combination of artifacts previously released by Tuscany with the approval
+of the Incubator PMC. These include the project-wide parent pom, buildtools and the
+commonj work manager API from our M2 release.
+
+We also have dependencies on artifacts released by other projects such as Jetty and ActiveMQ.
+
+These artifacts will automatically be downloaded by Maven during the online build.
+
+
+Stable but unreleased artifacts
+-------------------------------
+These are two modules from Tuscany that have been tagged but not formally released.
+These must be built on your local machine from source before building this project.
+
+The URLs for these tags are:
+  https://svn.apache.org/repos/asf/incubator/tuscany/tags/java/pom/sca/1.0-incubating
+  https://svn.apache.org/repos/asf/incubator/tuscany/tags/java/spec/sca-api-r1.0/1.0-incubating
+
+The source for these is frozen and once approval is given by the Incubator PMC they
+can be published to the online Maven repo. They would then be downloaded like the
+Released Artifacts above.
+
+Until then you should checkout and build each manually:
+  $ svn export https://svn.apache.org/repos/asf/incubator/tuscany/tags/java/pom/sca/1.0-incubating sca-pom
+  $ cd sca-pom
+  $ mvn install
+
+  $ svn export https://svn.apache.org/repos/asf/incubator/tuscany/tags/java/spec/sca-api-r1.0/1.0-incubating sca-api-r1.0
+  $ cd sca-api-r1.0
+  $ mvn install
+
+
+References to unstable modules
+------------------------------
+
+This project makes use of modules from the trunk that are under active development.
+They are included in this project using svn externals and should automatically have
+been checked out when you checked out this directory. These will automatically be
+updated to the latest code when you "svn up" this project. They are included in
+the build for this project and will be built with it.
+
+
+Building this project
+---------------------
+
+Once you have built and installed the stable but unreleased artifacts above,
+you can build this project with:
+  $ mvn install
\ No newline at end of file

Propchange: incubator/tuscany/java/distribution/sca/tsss-demo/README.txt
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: incubator/tuscany/java/distribution/sca/tsss-demo/demo/pom.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/distribution/sca/tsss-demo/demo/pom.xml?view=diff&rev=522095&r1=522094&r2=522095
==============================================================================
--- incubator/tuscany/java/distribution/sca/tsss-demo/demo/pom.xml (original)
+++ incubator/tuscany/java/distribution/sca/tsss-demo/demo/pom.xml Sat Mar 24 12:11:35 2007
@@ -38,19 +38,19 @@
             <version>${project.version}</version>
         </dependency>
         <dependency>
-            <groupId>org.apache.tuscany.sca.runtime.services.discovery</groupId>
-            <artifactId>discovery-jms</artifactId>
-            <version>${project.version}</version>
-        </dependency>
+            <groupId>org.apache.tuscany.sca.discovery</groupId>
+            <artifactId>tuscany-jms-discovery</artifactId>
+            <version>0.1-incubating-SNAPSHOT</version>
+         </dependency>
         <dependency>
             <groupId>org.apache.tuscany.sca.runtime.standalone</groupId>
             <artifactId>standalone-host</artifactId>
             <version>${project.version}</version>
         </dependency>
         <dependency>
-            <groupId>org.apache.tuscany.sca.services</groupId>
-            <artifactId>http-jetty</artifactId>
-            <version>${project.version}</version>
+            <groupId>org.apache.tuscany.sca.transport</groupId>
+            <artifactId>tuscany-http-jetty</artifactId>
+            <version>0.1-incubating-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.tuscany.sca.kernel</groupId>
@@ -63,9 +63,9 @@
             <version>2.4</version>
         </dependency>
         <dependency>
-            <groupId>org.apache.tuscany</groupId>
+            <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-sca-console</artifactId>
-            <version>${project.version}</version>
+            <version>0.1-incubating-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.codehaus.woodstox</groupId>



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