You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by ke...@apache.org on 2007/07/18 18:51:19 UTC

svn commit: r557326 - in /incubator/tuscany/java/sdo: distribution/src/main/release/bin/samples/runsamples.bat sample/src/main/java/org/apache/tuscany/samples/sdo/overview.html

Author: kelvingoodson
Date: Wed Jul 18 09:51:17 2007
New Revision: 557326

URL: http://svn.apache.org/viewvc?view=rev&rev=557326
Log:
samples improvements

Modified:
    incubator/tuscany/java/sdo/distribution/src/main/release/bin/samples/runsamples.bat
    incubator/tuscany/java/sdo/sample/src/main/java/org/apache/tuscany/samples/sdo/overview.html

Modified: incubator/tuscany/java/sdo/distribution/src/main/release/bin/samples/runsamples.bat
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sdo/distribution/src/main/release/bin/samples/runsamples.bat?view=diff&rev=557326&r1=557325&r2=557326
==============================================================================
--- incubator/tuscany/java/sdo/distribution/src/main/release/bin/samples/runsamples.bat (original)
+++ incubator/tuscany/java/sdo/distribution/src/main/release/bin/samples/runsamples.bat Wed Jul 18 09:51:17 2007
@@ -17,10 +17,10 @@
 @echo off
 set BINARY_BASE=..
 set RELEASE=${sdo.version}
-echo "SDO Sample Programs.  Running with BINARY_BASE set to %BINARY_BASE%"
-echo "If this script fails with ClassDefNotFound errors you probably need to"
-echo "edit the BINARY_BASE variable in the script to point to the location"
-echo "where you unpacked the Tuscany SDO binary distribution"
+echo SDO Sample Programs.  Running with BINARY_BASE set to %BINARY_BASE%
+echo If this script fails with ClassDefNotFound errors you probably need to
+echo edit the BINARY_BASE variable in the script to point to the location
+echo where you unpacked the Tuscany SDO binary distribution
 set LIB=%BINARY_BASE%\lib
 set CLASSPATH=%LIB%\sample-sdo-%RELEASE%.jar;%LIB%\sdo-api-r2.1-%RELEASE%.jar;%LIB%\tuscany-sdo-lib-%RELEASE%.jar;%LIB%\tuscany-sdo-impl-%RELEASE%.jar;%LIB%\tuscany-sdo-tools-%RELEASE%.jar;%LIB%\codegen-ecore-2.2.3.jar;%LIB%\codegen-2.2.3.jar;%LIB%\ecore-2.2.3.jar;%LIB%\ecore-change-2.2.3.jar;%LIB%\ecore-xmi-2.2.3.jar;%LIB%\common-2.2.3.jar;%LIB%\xsd-2.2.3.jar;%LIB%\stax-api-1.0.1.jar
 java org.apache.tuscany.samples.sdo.ExecuteSamples

Modified: incubator/tuscany/java/sdo/sample/src/main/java/org/apache/tuscany/samples/sdo/overview.html
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sdo/sample/src/main/java/org/apache/tuscany/samples/sdo/overview.html?view=diff&rev=557326&r1=557325&r2=557326
==============================================================================
--- incubator/tuscany/java/sdo/sample/src/main/java/org/apache/tuscany/samples/sdo/overview.html (original)
+++ incubator/tuscany/java/sdo/sample/src/main/java/org/apache/tuscany/samples/sdo/overview.html Wed Jul 18 09:51:17 2007
@@ -23,13 +23,15 @@
 </head>
 <BODY>
 <h1>Tuscany Service Data Object (SDO) Sample Programs</h1> <h2>Overview</h2> 
-This sample code is from the <a href="http://incubator.apache.org/tuscany" target="_blank">Apache 
-Tuscany</a> project. The samples were written to help users understand and 
-experiment with SDO.  You can get a feel for the topics that are covered by each 
-sample by looking at the <a href="sampleProgramContents.html">index by SDO 
-subject areas</a> documentation. The samples have been roughly divided into 
-three groups, basic, intermediate and advanced to help you choose the samples 
-you wish to look at as you learn the SDO API.
+<a href="http://incubator.apache.org/tuscany">Apache Tuscany</a> SDO samples
+are provided here to help users learn SDO.
+The <a href="sampleProgramContents.html">index by SDO 
+subject areas</a> lists the different samples available
+to you. These samples provide a starting point for learning SDO and can be
+extended and enhanced to experiment with other available SDO features.
+Please help us enhance these samples by sending your feedback to Tuscany
+mailing list or join us and <a href="http://incubator.apache.org/tuscany/getting-involved.html">contribute to this
+project</a>.
 <P>
 These samples provide a place to begin learning and experimenting with the SDO 
 API and programming model.  Developers are encouraged to extend and experiment 



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