You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by ro...@apache.org on 2006/11/24 12:54:33 UTC

svn commit: r478842 - in /incubator/tuscany/cpp: build_tuscany_sca.bat build_tuscany_sdo.bat

Author: robbinspg
Date: Fri Nov 24 03:54:32 2006
New Revision: 478842

URL: http://svn.apache.org/viewvc?view=rev&rev=478842
Log:
TUSCANY-918 - Update release build scripts for using VSExpress + rename of samples

Modified:
    incubator/tuscany/cpp/build_tuscany_sca.bat
    incubator/tuscany/cpp/build_tuscany_sdo.bat

Modified: incubator/tuscany/cpp/build_tuscany_sca.bat
URL: http://svn.apache.org/viewvc/incubator/tuscany/cpp/build_tuscany_sca.bat?view=diff&rev=478842&r1=478841&r2=478842
==============================================================================
--- incubator/tuscany/cpp/build_tuscany_sca.bat (original)
+++ incubator/tuscany/cpp/build_tuscany_sca.bat Fri Nov 24 03:54:32 2006
@@ -73,11 +73,9 @@
 if not exist %TO_SRC%\%SRC_PACKAGE%\deploy mkdir %TO_SRC%\%SRC_PACKAGE%\deploy
 xcopy /t /e  %FROM_DIR%\deploy %TO_SRC%\%SRC_PACKAGE%\deploy
 
-if not exist %TO_SRC%\%SRC_PACKAGE%\projects mkdir %TO_SRC%\%SRC_PACKAGE%\projects 
-xcopy/s %FROM_DIR%\projects %TO_SRC%\%SRC_PACKAGE%\projects
+if not exist %TO_SRC%\%SRC_PACKAGE%\VSExpress mkdir %TO_SRC%\%SRC_PACKAGE%\VSExpress
+xcopy/s %FROM_DIR%\VSExpress %TO_SRC%\%SRC_PACKAGE%\VSExpress
 
-if not exist %TO_SRC%\%SRC_PACKAGE%\projectsvc7 mkdir %TO_SRC%\%SRC_PACKAGE%\projectsvc7
-xcopy/s %FROM_DIR%\projectsvc7 %TO_SRC%\%SRC_PACKAGE%\projectsvc7
 
 if not exist %TO_SRC%\%SRC_PACKAGE%\runtime mkdir %TO_SRC%\%SRC_PACKAGE%\runtime 
 if not exist %TO_SRC%\%SRC_PACKAGE%\runtime\core mkdir %TO_SRC%\%SRC_PACKAGE%\runtime\core 
@@ -100,16 +98,14 @@
 xcopy/s %FROM_DIR%\doc %TO_SRC%\%SRC_PACKAGE%\doc
 
 if not exist %TO_SRC%\%SRC_PACKAGE%\samples                  mkdir %TO_SRC%\%SRC_PACKAGE%\samples 
-if not exist %TO_SRC%\%SRC_PACKAGE%\samples\BigBank          mkdir %TO_SRC%\%SRC_PACKAGE%\samples\BigBank
-if not exist %TO_SRC%\%SRC_PACKAGE%\samples\Calculator       mkdir %TO_SRC%\%SRC_PACKAGE%\samples\Calculator
-if not exist %TO_SRC%\%SRC_PACKAGE%\samples\ides             mkdir %TO_SRC%\%SRC_PACKAGE%\samples\ides
+if not exist %TO_SRC%\%SRC_PACKAGE%\samples\CppBigBank          mkdir %TO_SRC%\%SRC_PACKAGE%\samples\CppBigBank
+if not exist %TO_SRC%\%SRC_PACKAGE%\samples\CppCalculator       mkdir %TO_SRC%\%SRC_PACKAGE%\samples\CppCalculator
 if not exist %TO_SRC%\%SRC_PACKAGE%\samples\PythonCalculator mkdir %TO_SRC%\%SRC_PACKAGE%\samples\PythonCalculator
 if not exist %TO_SRC%\%SRC_PACKAGE%\samples\RubyCalculator   mkdir %TO_SRC%\%SRC_PACKAGE%\samples\RubyCalculator
 if not exist %TO_SRC%\%SRC_PACKAGE%\samples\RubyBank         mkdir %TO_SRC%\%SRC_PACKAGE%\samples\RubyBank
 
-xcopy/s %FROM_DIR%\samples\BigBank          %TO_SRC%\%SRC_PACKAGE%\samples\BigBank
-xcopy/s %FROM_DIR%\samples\Calculator       %TO_SRC%\%SRC_PACKAGE%\samples\Calculator
-xcopy/s %FROM_DIR%\samples\ides             %TO_SRC%\%SRC_PACKAGE%\samples\ides
+xcopy/s %FROM_DIR%\samples\CppBigBank          %TO_SRC%\%SRC_PACKAGE%\samples\CppBigBank
+xcopy/s %FROM_DIR%\samples\CppCalculator       %TO_SRC%\%SRC_PACKAGE%\samples\CppCalculator
 xcopy/s %FROM_DIR%\samples\PythonCalculator %TO_SRC%\%SRC_PACKAGE%\samples\PythonCalculator
 xcopy/s %FROM_DIR%\samples\RubyCalculator   %TO_SRC%\%SRC_PACKAGE%\samples\RubyCalculator
 xcopy/s %FROM_DIR%\samples\RubyBank         %TO_SRC%\%SRC_PACKAGE%\samples\RubyBank
@@ -153,12 +149,12 @@
 copy %FROM_DIR%\GettingStarted.html   %TO_BIN%\%BIN_PACKAGE%
 
 set TUSCANY_SCACPP=%FROM_DIR%\deploy
-echo Building calculator....
-cd %FROM_DIR%\samples\ides\devstudio6\projects\Calculator
+echo Building Cppcalculator....
+cd %FROM_DIR%\samples\CppCalculator
 call build
 
-echo Building bigbank....
-cd %FROM_DIR%\samples\ides\devstudio6\projects\BigBank
+echo Building CppBigBank....
+cd %FROM_DIR%\samples\CppBigBank
 call build
 
 set TUSCANY_SCACPP=%TO_BIN%\%BIN_PACKAGE%
@@ -172,22 +168,20 @@
 
 
 if not exist %TO_BIN%\%BIN_PACKAGE%\samples mkdir %TO_BIN%\%BIN_PACKAGE%\samples
-if not exist %TO_BIN%\%BIN_PACKAGE%\samples\ides mkdir %TO_BIN%\%BIN_PACKAGE%\samples\ides
-if not exist %TO_BIN%\%BIN_PACKAGE%\samples\Calculator mkdir %TO_BIN%\%BIN_PACKAGE%\samples\Calculator
+if not exist %TO_BIN%\%BIN_PACKAGE%\samples\CppCalculator mkdir %TO_BIN%\%BIN_PACKAGE%\samples\CppCalculator
 if not exist %TO_BIN%\%BIN_PACKAGE%\samples\PythonCalculator mkdir %TO_BIN%\%BIN_PACKAGE%\samples\PythonCalculator
 if not exist %TO_BIN%\%BIN_PACKAGE%\samples\RubyCalculator mkdir %TO_BIN%\%BIN_PACKAGE%\samples\RubyCalculator
-if not exist %TO_BIN%\%BIN_PACKAGE%\samples\BigBank mkdir %TO_BIN%\%BIN_PACKAGE%\samples\BigBank
+if not exist %TO_BIN%\%BIN_PACKAGE%\samples\CppBigBank mkdir %TO_BIN%\%BIN_PACKAGE%\samples\CppBigBank
 if not exist %TO_BIN%\%BIN_PACKAGE%\samples\RubyBank mkdir %TO_BIN%\%BIN_PACKAGE%\samples\RubyBank
 
-xcopy/s %FROM_DIR%\samples\ides %TO_BIN%\%BIN_PACKAGE%\samples\ides
-xcopy/s %FROM_DIR%\samples\Calculator %TO_BIN%\%BIN_PACKAGE%\samples\Calculator
+xcopy/s %FROM_DIR%\samples\CppCalculator %TO_BIN%\%BIN_PACKAGE%\samples\CppCalculator
 xcopy/s %FROM_DIR%\samples\PythonCalculator %TO_BIN%\%BIN_PACKAGE%\samples\PythonCalculator
 xcopy/s %FROM_DIR%\samples\RubyCalculator %TO_BIN%\%BIN_PACKAGE%\samples\RubyCalculator
-xcopy/s %FROM_DIR%\samples\BigBank %TO_BIN%\%BIN_PACKAGE%\samples\BigBank
+xcopy/s %FROM_DIR%\samples\CppBigBank %TO_BIN%\%BIN_PACKAGE%\samples\CppBigBank
 xcopy/s %FROM_DIR%\samples\RubyBank %TO_BIN%\%BIN_PACKAGE%\samples\RubyBank
 
-xcopy/s %FROM_DIR%\deploy\samples\Calculator %TO_BIN%\%BIN_PACKAGE%\samples\Calculator
-xcopy/s %FROM_DIR%\deploy\samples\BigBank %TO_BIN%\%BIN_PACKAGE%\samples\BigBank
+xcopy/s %FROM_DIR%\deploy\samples\CppCalculator %TO_BIN%\%BIN_PACKAGE%\samples\CppCalculator
+xcopy/s %FROM_DIR%\deploy\samples\CppBigBank %TO_BIN%\%BIN_PACKAGE%\samples\CppBigBank
 
 copy %FROM_DIR%\samples\INSTALL   %TO_BIN%\%BIN_PACKAGE%\samples
 copy %FROM_DIR%\samples\LICENSE   %TO_BIN%\%BIN_PACKAGE%\samples

Modified: incubator/tuscany/cpp/build_tuscany_sdo.bat
URL: http://svn.apache.org/viewvc/incubator/tuscany/cpp/build_tuscany_sdo.bat?view=diff&rev=478842&r1=478841&r2=478842
==============================================================================
--- incubator/tuscany/cpp/build_tuscany_sdo.bat (original)
+++ incubator/tuscany/cpp/build_tuscany_sdo.bat Fri Nov 24 03:54:32 2006
@@ -55,18 +55,16 @@
 if not exist %TO_SRC% mkdir %TO_SRC%
 rmdir /S /Q %TO_SRC%\%SRC_PACKAGE%
 if not exist %TO_SRC%\%SRC_PACKAGE% mkdir %TO_SRC%\%SRC_PACKAGE%
-if not exist %TO_SRC%\%SRC_PACKAGE%\projects mkdir %TO_SRC%\%SRC_PACKAGE%\projects
-if not exist %TO_SRC%\%SRC_PACKAGE%\projectsvc7 mkdir %TO_SRC%\%SRC_PACKAGE%\projectsvc7 
+if not exist %TO_SRC%\%SRC_PACKAGE%\VSExpress mkdir %TO_SRC%\%SRC_PACKAGE%\VSExpress
 if not exist %TO_SRC%\%SRC_PACKAGE%\runtime mkdir %TO_SRC%\%SRC_PACKAGE%\runtime
 if not exist %TO_SRC%\%SRC_PACKAGE%\deploy mkdir %TO_SRC%\%SRC_PACKAGE%\deploy
 if not exist %TO_SRC%\%SRC_PACKAGE%\doc mkdir %TO_SRC%\%SRC_PACKAGE%\doc
  
 xcopy /t /e  %FROM_DIR%\deploy %TO_SRC%\%SRC_PACKAGE%\deploy
 xcopy/s %FROM_DIR%\runtime %TO_SRC%\%SRC_PACKAGE%\runtime 
-xcopy/s %FROM_DIR%\projectsvc7 %TO_SRC%\%SRC_PACKAGE%\projectsvc7
+xcopy/s %FROM_DIR%\VSExpress %TO_SRC%\%SRC_PACKAGE%\VSExpress
 xcopy/s %FROM_DIR%\doc %TO_SRC%\%SRC_PACKAGE%\doc
 
-xcopy/s %FROM_DIR%\projects %TO_SRC%\%SRC_PACKAGE%\projects
 copy %FROM_DIR%\INSTALL   %TO_SRC%\%SRC_PACKAGE%
 copy %FROM_DIR%\LICENSE   %TO_SRC%\%SRC_PACKAGE%
 copy %FROM_DIR%\COPYING   %TO_SRC%\%SRC_PACKAGE%
@@ -79,7 +77,6 @@
 
 if not exist %TO_SRC%\%SRC_PACKAGE%\samples mkdir %TO_SRC%\%SRC_PACKAGE%\samples 
 if not exist %TO_SRC%\%SRC_PACKAGE%\samples\misc mkdir %TO_SRC%\%SRC_PACKAGE%\samples\misc
-if not exist %TO_SRC%\%SRC_PACKAGE%\samples\ides mkdir %TO_SRC%\%SRC_PACKAGE%\samples\ides
 copy %FROM_DIR%\samples\build.bat %TO_SRC%\%SRC_PACKAGE%\samples
 copy %FROM_DIR%\samples\INSTALL   %TO_SRC%\%SRC_PACKAGE%\samples
 copy %FROM_DIR%\samples\LICENSE   %TO_SRC%\%SRC_PACKAGE%\samples
@@ -89,7 +86,6 @@
 copy %FROM_DIR%\samples\GettingStarted.html    %TO_SRC%\%SRC_PACKAGE%\samples
 
 xcopy /s /e %FROM_DIR%\samples\misc %TO_SRC%\%SRC_PACKAGE%\samples\misc
-xcopy/s %FROM_DIR%\samples\ides %TO_SRC%\%SRC_PACKAGE%\samples\ides
 
 cd %TO_SRC%\%SRC_PACKAGE%
 del /S Makefile.am
@@ -119,17 +115,14 @@
 echo Building samples
 
 set TUSCANY_SDOCPP=%FROM_DIR%\deploy
-cd %FROM_DIR%\samples\ides\devstudio6\projects\misc
+cd %FROM_DIR%\samples\misc
 
 call build
 
 if not exist %TO_BIN%\%BIN_PACKAGE%\samples mkdir %TO_BIN%\%BIN_PACKAGE%\samples
-if not exist %TO_BIN%\%BIN_PACKAGE%\samples\ides mkdir %TO_BIN%\%BIN_PACKAGE%\samples\ides
 if not exist %TO_BIN%\%BIN_PACKAGE%\samples\misc mkdir %TO_BIN%\%BIN_PACKAGE%\samples\misc
 
-xcopy/s %FROM_DIR%\samples\ides %TO_BIN%\%BIN_PACKAGE%\samples\ides
 xcopy/s /Y %FROM_DIR%\samples\misc %TO_BIN%\%BIN_PACKAGE%\samples\misc
-
 xcopy/s %FROM_DIR%\deploy\samples\misc %TO_BIN%\%BIN_PACKAGE%\samples\misc
 
 copy %FROM_DIR%\samples\INSTALL   %TO_BIN%\%BIN_PACKAGE%\samples



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