summaryrefslogtreecommitdiffstats
path: root/tags/java/das/1.0-incubating-beta1-rc3/distribution/source/BUILDING
diff options
context:
space:
mode:
authorlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2009-11-02 22:23:40 +0000
committerlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2009-11-02 22:23:40 +0000
commitad0e368eeedb0454e1dd398bd84c23cbfbd692f8 (patch)
tree38aaf22c3b98c06091dcef76ce353d2f25cde91f /tags/java/das/1.0-incubating-beta1-rc3/distribution/source/BUILDING
parentd7626a5e989f7cb90d0a50bbfd71aab63d42523d (diff)
Moving das tags
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@832150 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'tags/java/das/1.0-incubating-beta1-rc3/distribution/source/BUILDING')
-rw-r--r--tags/java/das/1.0-incubating-beta1-rc3/distribution/source/BUILDING47
1 files changed, 0 insertions, 47 deletions
diff --git a/tags/java/das/1.0-incubating-beta1-rc3/distribution/source/BUILDING b/tags/java/das/1.0-incubating-beta1-rc3/distribution/source/BUILDING
deleted file mode 100644
index edc05e6cec..0000000000
--- a/tags/java/das/1.0-incubating-beta1-rc3/distribution/source/BUILDING
+++ /dev/null
@@ -1,47 +0,0 @@
-Building the Apache Tuscany DAS beta1
-=====================================
-
-Initial Setup
--------------
-
-1) Install J2SE 5.0 SDK, which can be downloaded from
- http://java.sun.com/j2se/1.5.0/download.jsp. Use version of 1.5.0_06 JDK.
-
-2) Make sure that your JAVA_HOME environment variable is set to the newly installed
- JDK location, and that your PATH includes %JAVA_HOME%\bin (windows) or
- $JAVA_HOME$/bin (unix).
-
-3) Install Maven 2.0.5, which can be downloaded from http://maven.apache.org/download.html.
- Make sure that your PATH includes the MVN_HOME/bin directory.
-
-
-Building
---------
-
-1) Change to the top level directory to Apache Tuscany source distribution.
-2) Run
-
- $> mvn
-
- This will compile Apache Tuscany DAS and run all of the tests in the source
- distribution.
-
- Depending on the load of remote Maven 2.0 repositories, you may have
- to run "mvn" several times utill the required dependencies are
- all located in your local maven repository. It usually takes some time for
- maven to download required dependencies in the first build. Once all the
- dependencies have been downloaded you may use the -o option to run maven
- in offline mode, for example, 'mvn clean install -o'.
-
-
-Building the distributions
---------------------------
-
-1) Change to the top level directory to Apache Tuscany source distribution.
-2) If you haven't run a complete build, please follow the steps above
-3) Run
-
- $> mvn -Pdistribution
-
- This will build the binary and source distribution with .zip and .gz
- formats in the distribution/target directory.