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/10 20:37:10 UTC

svn commit: r555031 - in /incubator/tuscany/java/sdo/distribution/src/main/release: bin/README src/BUILDING src/README

Author: kelvingoodson
Date: Tue Jul 10 11:37:09 2007
New Revision: 555031

URL: http://svn.apache.org/viewvc?view=rev&rev=555031
Log:
more updates for release

Modified:
    incubator/tuscany/java/sdo/distribution/src/main/release/bin/README
    incubator/tuscany/java/sdo/distribution/src/main/release/src/BUILDING
    incubator/tuscany/java/sdo/distribution/src/main/release/src/README

Modified: incubator/tuscany/java/sdo/distribution/src/main/release/bin/README
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sdo/distribution/src/main/release/bin/README?view=diff&rev=555031&r1=555030&r2=555031
==============================================================================
--- incubator/tuscany/java/sdo/distribution/src/main/release/bin/README (original)
+++ incubator/tuscany/java/sdo/distribution/src/main/release/bin/README Tue Jul 10 11:37:09 2007
@@ -1,19 +1,19 @@
 Tuscany SDO for ${sdo.version} Binary Distribution Readme File
 
-Legal Notices
+See the LICENSE, DISCLAIMER and NOTICE files for legal information concerning this distribution. 
 
-See the LICENSE and NOTICE files for legal information concerning this distribution. 
+See the RELEASE_NOTES file for a summary of what's new with this release.
 
-Release Information
+See the INSTALL file for instructions on how to use Tuscany SDO Java provided in this binary distribution.
 
-See the RELEASE_NOTES file for a summary of what's new with this release since the M2 release.
+See the docs/javadoc/sdo-samples/index.html file for instructions on how to run the sample programs.
 
 Documentation
 
 For general documentation about the Tuscany project and the SDO for Java, see the Tuscany website
 http://incubator.apache.org/tuscany
 
-This distribution contains javadoc for the SDO 2.1 API, the Tuscany SDO API,  and the Tuscany SDO samples.
+This distribution contains javadoc for the SDO 2.1 API, the Tuscany SDO extensions API,  and the Tuscany SDO samples.
 
 Samples
 

Modified: incubator/tuscany/java/sdo/distribution/src/main/release/src/BUILDING
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sdo/distribution/src/main/release/src/BUILDING?view=diff&rev=555031&r1=555030&r2=555031
==============================================================================
--- incubator/tuscany/java/sdo/distribution/src/main/release/src/BUILDING (original)
+++ incubator/tuscany/java/sdo/distribution/src/main/release/src/BUILDING Tue Jul 10 11:37:09 2007
@@ -12,28 +12,24 @@
 -------------
 
 1) Install J2SE JDK 1.4.2 or above
-2) Install Maven:
-Download Maven 2.0.4 (download from http://maven.apache.org/download.html)
-
+2) Install Maven: Download Maven 2.0.7 (download from http://maven.apache.org/download.html) Follow the maven instructions for
+configuring the JAVA_HOME environment variable, and ensuring that the "mvn" command is on your execution PATH.
 
 Building
 --------
 
-
-
-Note: following this step you will have maven installed, and a Java JDK at level 1.4.2 or above installed.
-3) If you have chosen to install a JDK at level 5 then all will be fine,  but there is one value add component in the
+1) If you have chosen to install a JDK at version 5 then all will be fine,  but there is one value add component in the
    Tuscany SDO implementation which relies on new JDK 5.0 features.  If you do not wish to use JDK 5 for the following
    build step, then you will need to delete the file
    <archive-root>/sdo/tools/src/main/java/org/apache/tuscany/sdo/generate/Interface2JavaGenerator.java before proceding
-4) Change to the top level directory of the Tuscany SDO Java Implementation project (<archive-root>/sdo) of this source distribution.
-6) Execute: mvn
+2) In a command window/shell, change to the top level directory of the Tuscany SDO Java source distribution.
+3) Execute: mvn
    This will install the sdo implementation and tools jars in your local maven repository
-cd to distribution and run mvn
+4) If you wish to rebuild the Tuscany SDO Java binary dstribution change directory to "distribution" and run mvn
+   This will create archives of the binary and source distributions in the target subdirectory of the distribution directory
 
 Note: Depending on the load being experienced by remote Maven 2.0 repositories you may have to execute mvn several
     times until required dependencies are all located in your local maven repository.  After you have completed a
     full successful build you can use "mvn -o" which builds without trying to access updated build dependencies (offline mode) and is much faster.
 
 
-7) To run the sample programs, change directory to the <archive-root>/sdo/sample directory, and run the command "mvn".  Then look in the <archive-root>/sdo/sample/target/site/apidocs/index.html file for javadoc that describes how to run the samples.

Modified: incubator/tuscany/java/sdo/distribution/src/main/release/src/README
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sdo/distribution/src/main/release/src/README?view=diff&rev=555031&r1=555030&r2=555031
==============================================================================
--- incubator/tuscany/java/sdo/distribution/src/main/release/src/README (original)
+++ incubator/tuscany/java/sdo/distribution/src/main/release/src/README Tue Jul 10 11:37:09 2007
@@ -1,19 +1,15 @@
 Tuscany SDO for ${sdo.version} Source Distribution Readme File
 
-Legal Notices
+See the LICENSE, DISCLAIMER and NOTICE files for legal information concerning this distribution. 
 
-See the LICENSE and NOTICE files for legal information concerning this distribution. 
+See the RELEASE_NOTES file for a summary of what's new with this release.
 
-Release Information
-
-See the RELEASE_NOTES file for a summary of what's new with this release since the M2 release.
+See the BUILDING file for instructions on how to build Tuscany SDO Java from this source distribution.
 
 Documentation
 
 For general documentation about the Tuscany project and the SDO for Java, see the Tuscany website
 http://incubator.apache.org/tuscany
-
-This distribution contains javadoc for the SDO 2.1 API, the Tuscany SDO API,  and the Tuscany SDO samples.
 
 
 



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