summaryrefslogtreecommitdiffstats
path: root/tags/cpp-sca-20060405/projects/tuscany_sca/tuscany_sca/Build Instructions.txt
diff options
context:
space:
mode:
authorjsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68>2009-11-16 06:37:38 +0000
committerjsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68>2009-11-16 06:37:38 +0000
commitd36c8e323a6f8df998edd185de8972dc5e6f87f0 (patch)
tree2a402b87f045e8066fcf7743e8654728977f6a8a /tags/cpp-sca-20060405/projects/tuscany_sca/tuscany_sca/Build Instructions.txt
parent034ecc7803559acdda5dd6c54ecc081665b19f61 (diff)
Cleaning up SVN structure, moving tag under sca-cpp/tags.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@880619 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'tags/cpp-sca-20060405/projects/tuscany_sca/tuscany_sca/Build Instructions.txt')
-rw-r--r--tags/cpp-sca-20060405/projects/tuscany_sca/tuscany_sca/Build Instructions.txt32
1 files changed, 0 insertions, 32 deletions
diff --git a/tags/cpp-sca-20060405/projects/tuscany_sca/tuscany_sca/Build Instructions.txt b/tags/cpp-sca-20060405/projects/tuscany_sca/tuscany_sca/Build Instructions.txt
deleted file mode 100644
index 3dbf56c29e..0000000000
--- a/tags/cpp-sca-20060405/projects/tuscany_sca/tuscany_sca/Build Instructions.txt
+++ /dev/null
@@ -1,32 +0,0 @@
-Tuscanny SCA Build Instructions
-===============================
-
-1) Set the environment variable TUSCANY_SDOCPP to the path of an SDO driver
-
-2) Set the environment variable AXISCPP to the path of Axis for C++
-
-NOTE: The environment variables must be set BEFORE launching Visual Studio
-
-3) Build->Rebuild All
-
-The output for the build will be in tuscany\cpp\sca\include, lib and bin
-
-To run the test from a command prompt:
-
-1) Set the environment variable TUSCANY_SCACPP to the location of the built SCA
- (...tuscany\cpp\sca)
-
-2) Add %TUSCANY_SCACPP%\lib and %TUSCANY_SDOCPP%\lib to the PATH
- (ensure required libraries for SDO are also on the path. e.g. libxml2)
-
-3) Set the environment variable TUSCANY_SCACPP_SYSTEM_ROOT to the test system folder
- (%TUSCANY_SCACPP%\projects\tuscany_sca\tuscany_sca_test\testSCASystem)
-
-4) Set the environment variable TUSCANY_SCACPP_DEFAULT_MODULE=SubSystem1
-
-5) cd %TUSCANY_SCACPP%\projects\tuscany_sca\tuscany_sca_test\Debug
-
-6) tuscany_sca_test
-
-NOTE: To run the test from the workspace the environment variables must be set
- BEFORE launching Visual Studio