From 7c9f8b8af3dc7e192cea262e7a8e23c519fd0a50 Mon Sep 17 00:00:00 2001 From: jsdelfino Date: Mon, 14 Sep 2009 06:12:36 +0000 Subject: Cleaned up old out of sync build artifacts. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@814487 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/sca/ChangeLog | 0 cpp/sca/README_ANT_INSTALL | 360 ---------- .../antscripts/TuscanyMSVC8DevStudioCCompiler.jar | Bin 2684 -> 0 bytes cpp/sca/antscripts/compile-targets.xml | 341 ---------- cpp/sca/antscripts/platform.properties | 45 -- cpp/sca/antscripts/system.xml | 740 --------------------- cpp/sca/build.xml | 129 ---- cpp/sca/runtime/core/build.xml | 360 ---------- cpp/sca/runtime/core/test/build.xml | 110 --- cpp/sca/runtime/extensions/build.xml | 171 ----- cpp/sca/runtime/extensions/cpp/build.xml | 270 -------- .../php/VSExpress/tuscany_sca_php.vcproj | 273 -------- cpp/sca/runtime/extensions/php/build.xml | 190 ------ cpp/sca/runtime/extensions/python/build.xml | 184 ----- cpp/sca/runtime/extensions/rest/build.xml | 377 ----------- cpp/sca/runtime/extensions/ruby/build.xml | 232 ------- cpp/sca/runtime/extensions/sca/build.xml | 252 ------- cpp/sca/runtime/extensions/ws/build.xml | 383 ----------- cpp/sca/samples/AlertAggregator/build.xml | 179 ----- .../CppBigBank/VSExpress/Build/Build.vcproj | 72 -- .../CppBigBank/VSExpress/Build/Build.vcproj.user | 65 -- .../samples/CppBigBank/VSExpress/CppBigBank.sln | 39 -- .../bigbank.account/bigbank.account.vcproj | 342 ---------- .../VSExpress/bigbank.client/bigbank.client.vcproj | 224 ------- cpp/sca/samples/CppBigBank/build.xml | 207 ------ .../CppCalculator/VSExpress/Build/Build.vcproj | 72 -- .../VSExpress/Build/Build.vcproj.user | 65 -- .../CppCalculator/VSExpress/CppCalculator.sln | 39 -- .../sample.calculator.client.vcproj | 224 ------- .../sample.calculator/sample.calculator.vcproj | 294 -------- cpp/sca/samples/CppCalculator/build.xml | 186 ------ cpp/sca/samples/HttpdBigBank/build.xml | 147 ---- .../PHPCalculator/VSExpress/Build/Build.vcproj | 72 -- .../PHPCalculator/VSExpress/PHPCalculator.sln | 36 - .../sample.calculator.client.vcproj | 224 ------- .../sample.calculator/sample.calculator.vcproj | 294 -------- cpp/sca/samples/PHPCalculator/build.xml | 69 -- cpp/sca/samples/PythonCalculator/build.xml | 91 --- cpp/sca/samples/PythonWeatherForecast/build.xml | 95 --- cpp/sca/samples/RestCalculator/build.xml | 117 ---- cpp/sca/samples/RestCustomer/build.xml | 129 ---- cpp/sca/samples/RestYahoo/build.xml | 96 --- cpp/sca/samples/RubyBigBank/build.xml | 126 ---- cpp/sca/samples/RubyCalculator/build.xml | 95 --- cpp/sca/samples/SupplyChain/build.xml | 69 -- cpp/sca/samples/build.xml | 148 ----- cpp/sca/tools/TuscanyDriver/build.xml | 73 -- cpp/sca/tools/ant_cpptasks/build.xml | 75 --- .../TuscanyMSVC8DevStudioCCompiler.java | 224 ------- cpp/sca/tools/build.xml | 105 --- 50 files changed, 8710 deletions(-) delete mode 100644 cpp/sca/ChangeLog delete mode 100644 cpp/sca/README_ANT_INSTALL delete mode 100644 cpp/sca/antscripts/TuscanyMSVC8DevStudioCCompiler.jar delete mode 100644 cpp/sca/antscripts/compile-targets.xml delete mode 100755 cpp/sca/antscripts/platform.properties delete mode 100644 cpp/sca/antscripts/system.xml delete mode 100644 cpp/sca/build.xml delete mode 100644 cpp/sca/runtime/core/build.xml delete mode 100644 cpp/sca/runtime/core/test/build.xml delete mode 100644 cpp/sca/runtime/extensions/build.xml delete mode 100644 cpp/sca/runtime/extensions/cpp/build.xml delete mode 100644 cpp/sca/runtime/extensions/php/VSExpress/tuscany_sca_php.vcproj delete mode 100644 cpp/sca/runtime/extensions/php/build.xml delete mode 100644 cpp/sca/runtime/extensions/python/build.xml delete mode 100644 cpp/sca/runtime/extensions/rest/build.xml delete mode 100644 cpp/sca/runtime/extensions/ruby/build.xml delete mode 100644 cpp/sca/runtime/extensions/sca/build.xml delete mode 100644 cpp/sca/runtime/extensions/ws/build.xml delete mode 100644 cpp/sca/samples/AlertAggregator/build.xml delete mode 100644 cpp/sca/samples/CppBigBank/VSExpress/Build/Build.vcproj delete mode 100644 cpp/sca/samples/CppBigBank/VSExpress/Build/Build.vcproj.user delete mode 100644 cpp/sca/samples/CppBigBank/VSExpress/CppBigBank.sln delete mode 100644 cpp/sca/samples/CppBigBank/VSExpress/bigbank.account/bigbank.account.vcproj delete mode 100644 cpp/sca/samples/CppBigBank/VSExpress/bigbank.client/bigbank.client.vcproj delete mode 100644 cpp/sca/samples/CppBigBank/build.xml delete mode 100644 cpp/sca/samples/CppCalculator/VSExpress/Build/Build.vcproj delete mode 100644 cpp/sca/samples/CppCalculator/VSExpress/Build/Build.vcproj.user delete mode 100644 cpp/sca/samples/CppCalculator/VSExpress/CppCalculator.sln delete mode 100644 cpp/sca/samples/CppCalculator/VSExpress/sample.calculator.client/sample.calculator.client.vcproj delete mode 100644 cpp/sca/samples/CppCalculator/VSExpress/sample.calculator/sample.calculator.vcproj delete mode 100644 cpp/sca/samples/CppCalculator/build.xml delete mode 100644 cpp/sca/samples/HttpdBigBank/build.xml delete mode 100644 cpp/sca/samples/PHPCalculator/VSExpress/Build/Build.vcproj delete mode 100644 cpp/sca/samples/PHPCalculator/VSExpress/PHPCalculator.sln delete mode 100644 cpp/sca/samples/PHPCalculator/VSExpress/sample.calculator.client/sample.calculator.client.vcproj delete mode 100644 cpp/sca/samples/PHPCalculator/VSExpress/sample.calculator/sample.calculator.vcproj delete mode 100644 cpp/sca/samples/PHPCalculator/build.xml delete mode 100644 cpp/sca/samples/PythonCalculator/build.xml delete mode 100644 cpp/sca/samples/PythonWeatherForecast/build.xml delete mode 100644 cpp/sca/samples/RestCalculator/build.xml delete mode 100644 cpp/sca/samples/RestCustomer/build.xml delete mode 100644 cpp/sca/samples/RestYahoo/build.xml delete mode 100644 cpp/sca/samples/RubyBigBank/build.xml delete mode 100644 cpp/sca/samples/RubyCalculator/build.xml delete mode 100644 cpp/sca/samples/SupplyChain/build.xml delete mode 100644 cpp/sca/samples/build.xml delete mode 100644 cpp/sca/tools/TuscanyDriver/build.xml delete mode 100644 cpp/sca/tools/ant_cpptasks/build.xml delete mode 100644 cpp/sca/tools/ant_cpptasks/tuscanyAntCompilers/TuscanyMSVC8DevStudioCCompiler.java delete mode 100644 cpp/sca/tools/build.xml (limited to 'cpp/sca') diff --git a/cpp/sca/ChangeLog b/cpp/sca/ChangeLog deleted file mode 100644 index e69de29bb2..0000000000 diff --git a/cpp/sca/README_ANT_INSTALL b/cpp/sca/README_ANT_INSTALL deleted file mode 100644 index 2abb21e6ab..0000000000 --- a/cpp/sca/README_ANT_INSTALL +++ /dev/null @@ -1,360 +0,0 @@ -Licensed to the Apache Software Foundation (ASF) under one -or more contributor license agreements. See the NOTICE file -distributed with this work for additional information -regarding copyright ownership. The ASF licenses this file -to you under the Apache License, Version 2.0 (the -"License"); you may not use this file except in compliance -with the License. You may obtain a copy of the License at - -http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, -software distributed under the License is distributed on an -"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY -KIND, either express or implied. See the License for the -specific language governing permissions and limitations -under the License. - -Using ant to build TuscanySCA Native - -This guide shows how to build TuscanySCA Native with apache ant. -Traditionally TuscanySCA was compiled with automake, but we decided -it would be easier to maintain and more flexible if we switched to -ant. Above all, using ant will standardize the build system across -all platforms, obviating the need to support both automake and -microsoft VC projects.The ant build process is still in its beta -and will be formalized for Release M4. Currently the only item -remaining is to finish writing ant build files for the rest of the -samples. - - -Required Software to build TuscanySCA Native with ant -===================================================== - -Java: - Most Linux, Mac, and Windows systems come with Java - Java 1.4.2 or later - -Ant: - Ant comes installed with almost all Linux distributions - version 1.6 or later - Download: http://ant.apache.org/ - -antcontrib: - version 1.0b3 or later - Download: http://ant-contrib.sourceforge.net/ - -antcontrib cpptasks.jar - version 1.0b4 or later - Download: http://ant-contrib.sourceforge.net/ - Information: http://ant-contrib.sourceforge.net/cc.html - - -Installation Instructions -========================= - -Linux/Mac ---------- - -Make sure JAVA_HOME is set before starting. - -Install ant according to http://ant.apache.org/manual/index.html. - -Set the ANT_HOME variable to the directory where you install ant. -export ANT_HOME="/home/your/ant" - -Add $ANT_HOME/bin to your path. -export PATH="${PATH}:${ANT_HOME}/bin" - -The optional ant tasks included in antcontrib and cpptasks are needed to -compile Tuscany Native with ant. Additional ant tasks (antcontrib and cpptasks) -should be installed in $ANT_HOME/lib -So place the antcontrib and cpptasks jars there. - -If you dont have write access to $ANT_HOME/lib, do the following: -- create ${user.home}/.ant/lib -- place the jars here - -Typically its a good idea to avoid adding optional ant tasks to your classpath, -this can be problematic. - -Since the antcontrib compiler adaptor for microsoft msvc 8 has several bugs, we've -written our own. Even though this compiler is for Windows, it is referenced in the -ant build scripts and thus needs to be added to the classpath even for Linux/Mac. -Add the TuscanyMSVC8DevStudioCCompiler jar to your classpath. -export CLASSPATH="${CLASSPATH}:/TuscanySourceDir/antscripts/TuscanyMSVC8DevStudioCCompiler.jar" - -Windows -------- - -Make sure JAVA_HOME is set before starting. - -Install ant according to http://ant.apache.org/manual/index.html. - -Set the ANT_HOME variable to the directory where you install ant. -set ANT_HOME=c:\ant - -Add %ANT_HOME%\bin to your path. -set PATH=%PATH%;%ANT_HOME%\bin - -The optional ant tasks included in antcontrib and cpptasks are needed to -compile Tuscany Native with ant. Additional ant tasks (antcontrib and cpptasks) -should be installed in %ANT_HOME%\lib -So place the antcontrib and cpptasks jars there. - -If you dont have write access to %ANT_HOME%\lib, do the following: -- create %user.home%\.ant\lib -- place the jars here - -Typically its a good idea to avoid adding optional ant tasks to your classpath, -this can be problematic. - -Since the antcontrib compiler adaptor for microsoft msvc 8 has several bugs, we've -written our own, namely TuscanyMSVC8DevStudioCCompiler. The Tuscany MSVC8 adaptor -just makes sure that the correct parameters are passed to the compiler. -Add the TuscanyMSVC8DevStudioCCompiler jar to your classpath. -set CLASSPATH=%CLASSPATH%:c:\TuscanySourceDir\antscripts\TuscanyMSVC8DevStudioCCompiler.jar - -USAGE -===== - -From the TuscanySCA Native root source directory, the entire application can be -compiled, linked, and installed by simply executing ant with no targets. This will -execute the default "all" target. - -# ant - -The ant build system will scan your environment variables and ant configuration file -and try to autoconfigure everything needed to build. The environment variables can be -overridden by the ant configuration file: antscripts/platform.properties. The only -configuration that is mandatory to build TuscanySCA Native is the location of an SDO -implementation, typically TuscanySDO Native. - -To configure the location of TuscanySDO Native, do one of the following: -export TUSCANY_SDOCPP=/tuscany/sdo/native/deploy/dir - -- OR -- -edit antscripts/platform.properties -platform.tuscanySDO.install.dir=/tuscany/sdo/native/deploy/dir - -The platform.properties configuration always overrides environment variables. -See the CONFIGURATION section below for more information. - -To compile in debug mode, add the following define to the ant command line or -edit the platform.properties file as seen in the CONFIGURATION section below. - -# ant -Ddebug=true - -The TuscanySCA Native ant build process is hierarchical. Currently there are -build scripts in the following locations, which can all be invoked from the -root TuscanySCA directory: - TUSCANY_SCA_SRC_ROOT/build.xml - TUSCANY_SCA_SRC_ROOT/runtime/core/build.xml - TUSCANY_SCA_SRC_ROOT/runtime/extensions/build.xml - TUSCANY_SCA_SRC_ROOT/runtime/extensions/cpp/build.xml - TUSCANY_SCA_SRC_ROOT/runtime/extensions/php/build.xml - TUSCANY_SCA_SRC_ROOT/runtime/extensions/cpp/tools/scagen/build.xml - TUSCANY_SCA_SRC_ROOT/runtime/extensions/python/build.xml - TUSCANY_SCA_SRC_ROOT/runtime/extensions/rest/build.xml - TUSCANY_SCA_SRC_ROOT/runtime/extensions/ruby/build.xml - TUSCANY_SCA_SRC_ROOT/runtime/extensions/sca/build.xml - TUSCANY_SCA_SRC_ROOT/runtime/extensions/wsbuild.xml - TUSCANY_SCA_SRC_ROOT/tools/TuscanyDriver/build.xml - TUSCANY_SCA_SRC_ROOT/tools/TuscanyDriver/build.xml - TUSCANY_SCA_SRC_ROOT/samples/CppBigBank/build.xml (the rest of the samples are coming soon) - -For a listing of public targets for any build.xml file, execute the following: -(display shown for the root src directory) - -# ant -p -Buildfile: build.xml - -Main targets: - - all build and install all TuscanyScaNative source code - build Build all TuscanyScaNative source code - clean Clean all TuscanyScaNative compiled source code - install Install TuscanyScaNative libraries and headers -Default target: all - -Public targets are those that have descriptions and are usually the only ones needed for -compiling, installing and cleaning. For more avanced use, the private targets can be seen -by looking at the actual build.xml file. - - -CONFIGURATION -============== - -The following explains how to configure the TuscanySCA Native ant build system. -The build system is configured either by environment variables and/or by the -antscripts/platform.properties file. Some options can only be configured via the -platform.properties file. If an option can be configured in both places, the option -specified in the platform.properties file overrides the environment variable. - -The TuscanySCA Native ant build system is capable of automatically configuring -everything except the location of the Tuscany SDO Native location. All other -configuration options can be determined. (except of course the location of the -optional 3rd-party packages: axis2c, python, php, ruby, and rest) - -From anywhere there is a TuscanySCA Native build.xml file, the current system -configuration can be displayed by executing the display.system ant target as -follows: - -# ant display.system -Buildfile: build.xml - -check.ws: - -check.python: - -check.php: - -check.ruby: - -check.rest: - -display.system: - [echo] - [echo] TuscanySCA paths - [echo] tuscanySCA.install.dir= /nfs/homes/bjohnson/tuscany_svn_head/sca/deploy - [echo] tuscanySCA.root.dir= /amd/homes/bjohnson/tuscany_svn_head/sca - [echo] tuscanySCA.root.src.dir= /amd/homes/bjohnson/tuscany_svn_head/sca/runtime - [echo] tuscanySCA.install.dir= /nfs/homes/bjohnson/tuscany_svn_head/sca/deploy - [echo] tuscanySCA.library.version= '.0.0.0' - [echo] tuscanySDO.install.dir= /nfs/homes/bjohnson/tuscany_svn_head/sdo/deploy - [echo] - [echo] TuscanySCA compiler configuration - [echo] compiler.name= 'g++' - [echo] debug.compile= 'false' - [echo] lib.ext= '.so' - [echo] dll.ext= '' - [echo] lib.prefix= 'lib' - [echo] object.ext= '.o' - [echo] exe.ext= '' - [echo] script.ext= '.sh' - [echo] external.definitions.file= '' - [echo] sdo.impl.library.name= 'tuscany_sdo' - [echo] - [echo] TuscanySCA ws extension enabled - [echo] axis2c.home.dir= /nfs/homes/bjohnson/3rdparty/axis2c-src-0.96/deploy - [echo] - [echo] TuscanySCA php extension enabled - [echo] php.lib.dir= /nfs/homes/bjohnson/3rdparty/php-5.1.6/deploy/lib - [echo] php.include.dir= /nfs/homes/bjohnson/3rdparty/php-5.1.6/deploy/include/php - [echo] php.sca.sdo.lib.dir= /nfs/homes/bjohnson/3rdparty/sdo-1.0.3/lib - [echo] php.sca.sdo.include.dir= /nfs/homes/bjohnson/3rdparty/sdo-1.0.3 - [echo] - [echo] TuscanySCA python extension enabled - [echo] python.lib.dir= /nfs/homes/bjohnson/3rdparty/Python-2.5.1/deploy/lib - [echo] python.include.dir= /nfs/homes/bjohnson/3rdparty/Python-2.5.1/deploy/include/python2.5 - [echo] python.version= python2.5 - [echo] - [echo] TuscanySCA rest extension enabled - [echo] rest.curl.lib.dir= /usr/lib - [echo] rest.curl.include.dir= /usr/include/curl - [echo] rest.httpd.include.dir= /nfs/homes/bjohnson/3rdparty/httpd-2.0.59/deploy/include - [echo] rest.apr.include.dir= /usr/include/apr-0 - [echo] - [echo] TuscanySCA ruby extension enabled - [echo] ruby.lib.dir= /nfs/homes/bjohnson/3rdparty/ruby-1.8.6/deploy/lib - [echo] ruby.include.dir= /nfs/homes/bjohnson/3rdparty/ruby-1.8.6/deploy/include - [echo] - -BUILD SUCCESSFUL -Total time: 0 seconds - - -Compilation configuration -------------------------- - -The compilation options can all be determined by the ant build system by -examining the platform. The values can only be overriden by editing the -platform.properties file. Following is a list of the options and their -default values: - -platform.lib.ext= (Defaults to ".so" for Unix and ".lib" for Windows) -platform.dll.ext= (Defaults to "" for Unix and ".dll" for Windows. Not used for Unix) -platform.exe.ext= (Defaults to "" for Unix and ".exe" for Windows) -platform.object.ext= (Defaults to ".o" for Unix and ".obj" for Windows) -platform.script.ext= (Defaults to ".sh" for Unix and ".bat" for Windows) -platform.compiler.name= (Defaults to "g++" for Unix and "msvc8" for Windows) -platform.debug.compile= (Defaults to "false" for both Unix and Windows) - -To configure ant to use a compiler other than g++ or msvc, or to add your own -ant tasks/definitions, specify a path for the platform.external.definitions.file -and platform.compiler.name in the platform.properties configuration file. This -is especially useful for compiling on other platforms like AIX or Solaris. - -Tuscany SCA and SDO paths -------------------------- - -Both the Tuscany SCA and SDO installation directories can be configured as follows: - export TUSCANY_SCACPP=/tuscany/sca/native/install/dir - export TUSCANY_SDOCPP=/tuscany/sdo/native/install/dir - -- OR -- - edit antscripts/platform.properties - platform.tuscanySCA.install.dir=/tuscany/sca/native/install/dir - platform.tuscanySDO.install.dir=/tuscany/sdo/native/install/dir - -The Tuscany SCA installation directory defaults to: - TUSCANY_SCA_SRC_ROOT/deploy - -Extension configuration ------------------------ - -AXIS2C: -If not specified, then the values are left empty and the cpp and ws extensions will not be compiled. - - export AXIS2C_HOME=/axis2c/home/dir - -- OR -- - edit antscripts/platform.properties - platform.axis2c.home.dir=/axis2c/home/dir - -PYTHON: -If not specified, then the values are left empty and the python extension will not be compiled. - - export PYTHON_LIB=/python/library/directory - export PYTHON_INCLUDE=/python/include/directory - export PYTHON_VERSION=python_library_name_with_version - -- OR -- - edit antscripts/platform.properties - platform.python.include.dir=/python/library/directory - platform.python.lib.dir=/python/include/directory - platform.python.version=python_library_name_with_version - -PHP: -If not specified, then the values are left empty and the php extension will not be compiled. - - export PHP_LIB=/php/library/directory - export PHP_INCLUDE=/php/include/directory - export PHP_SCA_SDO_LIB=/php/sdo/library/directory - export PHP_SCA_SDO_INCLUDE=/php/sdo/include/directory - -- OR -- - edit antscripts/platform.properties - platform.php.include.dir=/php/library/directory - platform.php.lib.dir=/php/include/directory - platform.php.sca.sdo.lib.dir=/php/sdo/library/directory - platform.php.sca.sdo.include.dir=/php/sdo/include/directory - -RUBY: -If not specified, then the values are left empty and the ruby extension will not be compiled. - export RUBY_LIB=/ruby/library/directory - export RUBY_INCLUDE=/ruby/include/directory - -- OR -- - edit antscripts/platform.properties - platform.ruby.lib.dir=/ruby/library/directory - platform.ruby.include.dir=/ruby/include/directory - -REST: -If not specified, then the values are left empty and the rest extension will not be compiled. - export CURL_LIB=/curl/library/directory - export CURL_INCLUDE=/curl/include/directory - export HTTPD_INCLUDE=/httpd/apache/include/directory - export APR_INCLUDE=/apr/include/directory - -- OR -- - edit antscripts/platform.properties - platform.rest.curl.lib.dir=/curl/library/directory - platform.rest.curl.include.dir=/curl/include/directory - platform.rest.httpd.include.dir=/httpd/apache/include/directory - platform.rest.apr.include.dir=/apr/include/directory - - diff --git a/cpp/sca/antscripts/TuscanyMSVC8DevStudioCCompiler.jar b/cpp/sca/antscripts/TuscanyMSVC8DevStudioCCompiler.jar deleted file mode 100644 index 9ffc08fd1f..0000000000 Binary files a/cpp/sca/antscripts/TuscanyMSVC8DevStudioCCompiler.jar and /dev/null differ diff --git a/cpp/sca/antscripts/compile-targets.xml b/cpp/sca/antscripts/compile-targets.xml deleted file mode 100644 index f78236e159..0000000000 --- a/cpp/sca/antscripts/compile-targets.xml +++ /dev/null @@ -1,341 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/cpp/sca/antscripts/platform.properties b/cpp/sca/antscripts/platform.properties deleted file mode 100755 index 99d6be9a02..0000000000 --- a/cpp/sca/antscripts/platform.properties +++ /dev/null @@ -1,45 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you under the Apache License, Version 2.0 (the -# "License"); you may not use this file except in compliance -# with the License. You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, -# software distributed under the License is distributed on an -# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY -# KIND, either express or implied. See the License for the -# specific language governing permissions and limitations -# under the License. - -platform.lib.ext= -platform.dll.ext= -platform.exe.ext= -platform.object.ext= -platform.script.ext= -platform.compiler.name= -platform.debug.compile= -platform.external.definitions.file= -platform.sdo.impl.library.name= - -platform.tuscanySCA.root.dir= -platform.tuscanySCA.install.dir= -platform.tuscanySDO.install.dir= - -platform.axis2c.home.dir= -platform.php.include.dir= -platform.php.lib.dir= -platform.php.sca.sdo.include.dir= -platform.php.sca.sdo.lib.dir= -platform.python.include.dir= -platform.python.lib.dir= -platform.python.version= -platform.ruby.include.dir= -platform.ruby.lib.dir= -platform.rest.curl.lib.dir= -platform.rest.curl.include.dir= -platform.rest.httpd.include.dir= -platform.rest.apr.include.dir= diff --git a/cpp/sca/antscripts/system.xml b/cpp/sca/antscripts/system.xml deleted file mode 100644 index ba718ec76a..0000000000 --- a/cpp/sca/antscripts/system.xml +++ /dev/null @@ -1,740 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/cpp/sca/build.xml b/cpp/sca/build.xml deleted file mode 100644 index 9acb18ca4e..0000000000 --- a/cpp/sca/build.xml +++ /dev/null @@ -1,129 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/cpp/sca/runtime/core/build.xml b/cpp/sca/runtime/core/build.xml deleted file mode 100644 index 5ce67e35b6..0000000000 --- a/cpp/sca/runtime/core/build.xml +++ /dev/null @@ -1,360 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/cpp/sca/runtime/core/test/build.xml b/cpp/sca/runtime/core/test/build.xml deleted file mode 100644 index 5ceb05b623..0000000000 --- a/cpp/sca/runtime/core/test/build.xml +++ /dev/null @@ -1,110 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/cpp/sca/runtime/extensions/build.xml b/cpp/sca/runtime/extensions/build.xml deleted file mode 100644 index 70d65faa71..0000000000 --- a/cpp/sca/runtime/extensions/build.xml +++ /dev/null @@ -1,171 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/cpp/sca/runtime/extensions/cpp/build.xml b/cpp/sca/runtime/extensions/cpp/build.xml deleted file mode 100644 index b7eeb66855..0000000000 --- a/cpp/sca/runtime/extensions/cpp/build.xml +++ /dev/null @@ -1,270 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/cpp/sca/runtime/extensions/php/VSExpress/tuscany_sca_php.vcproj b/cpp/sca/runtime/extensions/php/VSExpress/tuscany_sca_php.vcproj deleted file mode 100644 index 1a8f668c19..0000000000 --- a/cpp/sca/runtime/extensions/php/VSExpress/tuscany_sca_php.vcproj +++ /dev/null @@ -1,273 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/cpp/sca/runtime/extensions/php/build.xml b/cpp/sca/runtime/extensions/php/build.xml deleted file mode 100644 index c16af17157..0000000000 --- a/cpp/sca/runtime/extensions/php/build.xml +++ /dev/null @@ -1,190 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/cpp/sca/runtime/extensions/python/build.xml b/cpp/sca/runtime/extensions/python/build.xml deleted file mode 100644 index 59598dada5..0000000000 --- a/cpp/sca/runtime/extensions/python/build.xml +++ /dev/null @@ -1,184 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/cpp/sca/runtime/extensions/rest/build.xml b/cpp/sca/runtime/extensions/rest/build.xml deleted file mode 100644 index 277a1bcafd..0000000000 --- a/cpp/sca/runtime/extensions/rest/build.xml +++ /dev/null @@ -1,377 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/cpp/sca/runtime/extensions/ruby/build.xml b/cpp/sca/runtime/extensions/ruby/build.xml deleted file mode 100644 index 414ff9bbf8..0000000000 --- a/cpp/sca/runtime/extensions/ruby/build.xml +++ /dev/null @@ -1,232 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/cpp/sca/runtime/extensions/sca/build.xml b/cpp/sca/runtime/extensions/sca/build.xml deleted file mode 100644 index e83ba9c15c..0000000000 --- a/cpp/sca/runtime/extensions/sca/build.xml +++ /dev/null @@ -1,252 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/cpp/sca/runtime/extensions/ws/build.xml b/cpp/sca/runtime/extensions/ws/build.xml deleted file mode 100644 index 2994ea5edb..0000000000 --- a/cpp/sca/runtime/extensions/ws/build.xml +++ /dev/null @@ -1,383 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/cpp/sca/samples/AlertAggregator/build.xml b/cpp/sca/samples/AlertAggregator/build.xml deleted file mode 100644 index c8d79f8fcf..0000000000 --- a/cpp/sca/samples/AlertAggregator/build.xml +++ /dev/null @@ -1,179 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/cpp/sca/samples/CppBigBank/VSExpress/Build/Build.vcproj b/cpp/sca/samples/CppBigBank/VSExpress/Build/Build.vcproj deleted file mode 100644 index 78527d02b5..0000000000 --- a/cpp/sca/samples/CppBigBank/VSExpress/Build/Build.vcproj +++ /dev/null @@ -1,72 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/cpp/sca/samples/CppBigBank/VSExpress/Build/Build.vcproj.user b/cpp/sca/samples/CppBigBank/VSExpress/Build/Build.vcproj.user deleted file mode 100644 index 4eae0888d7..0000000000 --- a/cpp/sca/samples/CppBigBank/VSExpress/Build/Build.vcproj.user +++ /dev/null @@ -1,65 +0,0 @@ - - - - - - - - - - - diff --git a/cpp/sca/samples/CppBigBank/VSExpress/CppBigBank.sln b/cpp/sca/samples/CppBigBank/VSExpress/CppBigBank.sln deleted file mode 100644 index 068eaed614..0000000000 --- a/cpp/sca/samples/CppBigBank/VSExpress/CppBigBank.sln +++ /dev/null @@ -1,39 +0,0 @@ - -Microsoft Visual Studio Solution File, Format Version 9.00 -# Visual C++ Express 2005 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "bigbank.client", "bigbank.client\bigbank.client.vcproj", "{992AACB6-A3BD-489B-9C5B-5363E5A01CBE}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "bigbank.account", "bigbank.account\bigbank.account.vcproj", "{808B20C7-F853-4F92-89A6-ADA10C52C28C}" - ProjectSection(ProjectDependencies) = postProject - {992AACB6-A3BD-489B-9C5B-5363E5A01CBE} = {992AACB6-A3BD-489B-9C5B-5363E5A01CBE} - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Build", "Build\Build.vcproj", "{ECD99F95-6AE5-42B8-8285-6341AD1B4D22}" - ProjectSection(ProjectDependencies) = postProject - {992AACB6-A3BD-489B-9C5B-5363E5A01CBE} = {992AACB6-A3BD-489B-9C5B-5363E5A01CBE} - {808B20C7-F853-4F92-89A6-ADA10C52C28C} = {808B20C7-F853-4F92-89A6-ADA10C52C28C} - EndProjectSection -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|Win32 = Debug|Win32 - Release|Win32 = Release|Win32 - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {992AACB6-A3BD-489B-9C5B-5363E5A01CBE}.Debug|Win32.ActiveCfg = Debug|Win32 - {992AACB6-A3BD-489B-9C5B-5363E5A01CBE}.Debug|Win32.Build.0 = Debug|Win32 - {992AACB6-A3BD-489B-9C5B-5363E5A01CBE}.Release|Win32.ActiveCfg = Release|Win32 - {992AACB6-A3BD-489B-9C5B-5363E5A01CBE}.Release|Win32.Build.0 = Release|Win32 - {808B20C7-F853-4F92-89A6-ADA10C52C28C}.Debug|Win32.ActiveCfg = Debug|Win32 - {808B20C7-F853-4F92-89A6-ADA10C52C28C}.Debug|Win32.Build.0 = Debug|Win32 - {808B20C7-F853-4F92-89A6-ADA10C52C28C}.Release|Win32.ActiveCfg = Release|Win32 - {808B20C7-F853-4F92-89A6-ADA10C52C28C}.Release|Win32.Build.0 = Release|Win32 - {ECD99F95-6AE5-42B8-8285-6341AD1B4D22}.Debug|Win32.ActiveCfg = Debug|Win32 - {ECD99F95-6AE5-42B8-8285-6341AD1B4D22}.Debug|Win32.Build.0 = Debug|Win32 - {ECD99F95-6AE5-42B8-8285-6341AD1B4D22}.Release|Win32.ActiveCfg = Release|Win32 - {ECD99F95-6AE5-42B8-8285-6341AD1B4D22}.Release|Win32.Build.0 = Release|Win32 - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection -EndGlobal diff --git a/cpp/sca/samples/CppBigBank/VSExpress/bigbank.account/bigbank.account.vcproj b/cpp/sca/samples/CppBigBank/VSExpress/bigbank.account/bigbank.account.vcproj deleted file mode 100644 index fce5d7091b..0000000000 --- a/cpp/sca/samples/CppBigBank/VSExpress/bigbank.account/bigbank.account.vcproj +++ /dev/null @@ -1,342 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/cpp/sca/samples/CppBigBank/VSExpress/bigbank.client/bigbank.client.vcproj b/cpp/sca/samples/CppBigBank/VSExpress/bigbank.client/bigbank.client.vcproj deleted file mode 100644 index 0460446ba2..0000000000 --- a/cpp/sca/samples/CppBigBank/VSExpress/bigbank.client/bigbank.client.vcproj +++ /dev/null @@ -1,224 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/cpp/sca/samples/CppBigBank/build.xml b/cpp/sca/samples/CppBigBank/build.xml deleted file mode 100644 index a97fa1043b..0000000000 --- a/cpp/sca/samples/CppBigBank/build.xml +++ /dev/null @@ -1,207 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/cpp/sca/samples/CppCalculator/VSExpress/Build/Build.vcproj b/cpp/sca/samples/CppCalculator/VSExpress/Build/Build.vcproj deleted file mode 100644 index c33437a8cd..0000000000 --- a/cpp/sca/samples/CppCalculator/VSExpress/Build/Build.vcproj +++ /dev/null @@ -1,72 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/cpp/sca/samples/CppCalculator/VSExpress/Build/Build.vcproj.user b/cpp/sca/samples/CppCalculator/VSExpress/Build/Build.vcproj.user deleted file mode 100644 index 8b18d57ac5..0000000000 --- a/cpp/sca/samples/CppCalculator/VSExpress/Build/Build.vcproj.user +++ /dev/null @@ -1,65 +0,0 @@ - - - - - - - - - - - diff --git a/cpp/sca/samples/CppCalculator/VSExpress/CppCalculator.sln b/cpp/sca/samples/CppCalculator/VSExpress/CppCalculator.sln deleted file mode 100644 index 941a48a3f7..0000000000 --- a/cpp/sca/samples/CppCalculator/VSExpress/CppCalculator.sln +++ /dev/null @@ -1,39 +0,0 @@ - -Microsoft Visual Studio Solution File, Format Version 9.00 -# Visual C++ Express 2005 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Build", "Build\Build.vcproj", "{4D8888D4-CC80-4008-B3B4-6772A0CA9010}" - ProjectSection(ProjectDependencies) = postProject - {799C40A9-9DDB-4DCD-806D-50205508AE0E} = {799C40A9-9DDB-4DCD-806D-50205508AE0E} - {8DD6E7A7-912D-49DD-9517-A91E8FB040D3} = {8DD6E7A7-912D-49DD-9517-A91E8FB040D3} - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "sample.calculator", "sample.calculator\sample.calculator.vcproj", "{8DD6E7A7-912D-49DD-9517-A91E8FB040D3}" - ProjectSection(ProjectDependencies) = postProject - {799C40A9-9DDB-4DCD-806D-50205508AE0E} = {799C40A9-9DDB-4DCD-806D-50205508AE0E} - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "sample.calculator.client", "sample.calculator.client\sample.calculator.client.vcproj", "{799C40A9-9DDB-4DCD-806D-50205508AE0E}" -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|Win32 = Debug|Win32 - Release|Win32 = Release|Win32 - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {4D8888D4-CC80-4008-B3B4-6772A0CA9010}.Debug|Win32.ActiveCfg = Debug|Win32 - {4D8888D4-CC80-4008-B3B4-6772A0CA9010}.Debug|Win32.Build.0 = Debug|Win32 - {4D8888D4-CC80-4008-B3B4-6772A0CA9010}.Release|Win32.ActiveCfg = Release|Win32 - {4D8888D4-CC80-4008-B3B4-6772A0CA9010}.Release|Win32.Build.0 = Release|Win32 - {8DD6E7A7-912D-49DD-9517-A91E8FB040D3}.Debug|Win32.ActiveCfg = Debug|Win32 - {8DD6E7A7-912D-49DD-9517-A91E8FB040D3}.Debug|Win32.Build.0 = Debug|Win32 - {8DD6E7A7-912D-49DD-9517-A91E8FB040D3}.Release|Win32.ActiveCfg = Release|Win32 - {8DD6E7A7-912D-49DD-9517-A91E8FB040D3}.Release|Win32.Build.0 = Release|Win32 - {799C40A9-9DDB-4DCD-806D-50205508AE0E}.Debug|Win32.ActiveCfg = Debug|Win32 - {799C40A9-9DDB-4DCD-806D-50205508AE0E}.Debug|Win32.Build.0 = Debug|Win32 - {799C40A9-9DDB-4DCD-806D-50205508AE0E}.Release|Win32.ActiveCfg = Release|Win32 - {799C40A9-9DDB-4DCD-806D-50205508AE0E}.Release|Win32.Build.0 = Release|Win32 - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection -EndGlobal diff --git a/cpp/sca/samples/CppCalculator/VSExpress/sample.calculator.client/sample.calculator.client.vcproj b/cpp/sca/samples/CppCalculator/VSExpress/sample.calculator.client/sample.calculator.client.vcproj deleted file mode 100644 index 66e62def41..0000000000 --- a/cpp/sca/samples/CppCalculator/VSExpress/sample.calculator.client/sample.calculator.client.vcproj +++ /dev/null @@ -1,224 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/cpp/sca/samples/CppCalculator/VSExpress/sample.calculator/sample.calculator.vcproj b/cpp/sca/samples/CppCalculator/VSExpress/sample.calculator/sample.calculator.vcproj deleted file mode 100644 index 81493af9aa..0000000000 --- a/cpp/sca/samples/CppCalculator/VSExpress/sample.calculator/sample.calculator.vcproj +++ /dev/null @@ -1,294 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/cpp/sca/samples/CppCalculator/build.xml b/cpp/sca/samples/CppCalculator/build.xml deleted file mode 100644 index 6b4a719b20..0000000000 --- a/cpp/sca/samples/CppCalculator/build.xml +++ /dev/null @@ -1,186 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/cpp/sca/samples/HttpdBigBank/build.xml b/cpp/sca/samples/HttpdBigBank/build.xml deleted file mode 100644 index 78bae4493c..0000000000 --- a/cpp/sca/samples/HttpdBigBank/build.xml +++ /dev/null @@ -1,147 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/cpp/sca/samples/PHPCalculator/VSExpress/Build/Build.vcproj b/cpp/sca/samples/PHPCalculator/VSExpress/Build/Build.vcproj deleted file mode 100644 index c33437a8cd..0000000000 --- a/cpp/sca/samples/PHPCalculator/VSExpress/Build/Build.vcproj +++ /dev/null @@ -1,72 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/cpp/sca/samples/PHPCalculator/VSExpress/PHPCalculator.sln b/cpp/sca/samples/PHPCalculator/VSExpress/PHPCalculator.sln deleted file mode 100644 index 899bb2c713..0000000000 --- a/cpp/sca/samples/PHPCalculator/VSExpress/PHPCalculator.sln +++ /dev/null @@ -1,36 +0,0 @@ - -Microsoft Visual Studio Solution File, Format Version 9.00 -# Visual C++ Express 2005 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Build", "Build\Build.vcproj", "{4D8888D4-CC80-4008-B3B4-6772A0CA9010}" - ProjectSection(ProjectDependencies) = postProject - {8DD6E7A7-912D-49DD-9517-A91E8FB040D3} = {8DD6E7A7-912D-49DD-9517-A91E8FB040D3} - {799C40A9-9DDB-4DCD-806D-50205508AE0E} = {799C40A9-9DDB-4DCD-806D-50205508AE0E} - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "sample.calculator", "sample.calculator\sample.calculator.vcproj", "{8DD6E7A7-912D-49DD-9517-A91E8FB040D3}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "sample.calculator.client", "sample.calculator.client\sample.calculator.client.vcproj", "{799C40A9-9DDB-4DCD-806D-50205508AE0E}" -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|Win32 = Debug|Win32 - Release|Win32 = Release|Win32 - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {4D8888D4-CC80-4008-B3B4-6772A0CA9010}.Debug|Win32.ActiveCfg = Debug|Win32 - {4D8888D4-CC80-4008-B3B4-6772A0CA9010}.Debug|Win32.Build.0 = Debug|Win32 - {4D8888D4-CC80-4008-B3B4-6772A0CA9010}.Release|Win32.ActiveCfg = Release|Win32 - {4D8888D4-CC80-4008-B3B4-6772A0CA9010}.Release|Win32.Build.0 = Release|Win32 - {8DD6E7A7-912D-49DD-9517-A91E8FB040D3}.Debug|Win32.ActiveCfg = Debug|Win32 - {8DD6E7A7-912D-49DD-9517-A91E8FB040D3}.Debug|Win32.Build.0 = Debug|Win32 - {8DD6E7A7-912D-49DD-9517-A91E8FB040D3}.Release|Win32.ActiveCfg = Release|Win32 - {8DD6E7A7-912D-49DD-9517-A91E8FB040D3}.Release|Win32.Build.0 = Release|Win32 - {799C40A9-9DDB-4DCD-806D-50205508AE0E}.Debug|Win32.ActiveCfg = Debug|Win32 - {799C40A9-9DDB-4DCD-806D-50205508AE0E}.Debug|Win32.Build.0 = Debug|Win32 - {799C40A9-9DDB-4DCD-806D-50205508AE0E}.Release|Win32.ActiveCfg = Release|Win32 - {799C40A9-9DDB-4DCD-806D-50205508AE0E}.Release|Win32.Build.0 = Release|Win32 - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection -EndGlobal diff --git a/cpp/sca/samples/PHPCalculator/VSExpress/sample.calculator.client/sample.calculator.client.vcproj b/cpp/sca/samples/PHPCalculator/VSExpress/sample.calculator.client/sample.calculator.client.vcproj deleted file mode 100644 index efc9194822..0000000000 --- a/cpp/sca/samples/PHPCalculator/VSExpress/sample.calculator.client/sample.calculator.client.vcproj +++ /dev/null @@ -1,224 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/cpp/sca/samples/PHPCalculator/VSExpress/sample.calculator/sample.calculator.vcproj b/cpp/sca/samples/PHPCalculator/VSExpress/sample.calculator/sample.calculator.vcproj deleted file mode 100644 index 939c25e991..0000000000 --- a/cpp/sca/samples/PHPCalculator/VSExpress/sample.calculator/sample.calculator.vcproj +++ /dev/null @@ -1,294 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/cpp/sca/samples/PHPCalculator/build.xml b/cpp/sca/samples/PHPCalculator/build.xml deleted file mode 100644 index 37721d3018..0000000000 --- a/cpp/sca/samples/PHPCalculator/build.xml +++ /dev/null @@ -1,69 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - The PHPCalculator sample ant build.xml file has not been implemented yet - - - - The PHPCalculator sample ant build.xml file has not been implemented yet - - - - The PHPCalculator sample ant build.xml file has not been implemented yet - - - - - diff --git a/cpp/sca/samples/PythonCalculator/build.xml b/cpp/sca/samples/PythonCalculator/build.xml deleted file mode 100644 index be6d85c70c..0000000000 --- a/cpp/sca/samples/PythonCalculator/build.xml +++ /dev/null @@ -1,91 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/cpp/sca/samples/PythonWeatherForecast/build.xml b/cpp/sca/samples/PythonWeatherForecast/build.xml deleted file mode 100644 index ee230e0250..0000000000 --- a/cpp/sca/samples/PythonWeatherForecast/build.xml +++ /dev/null @@ -1,95 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/cpp/sca/samples/RestCalculator/build.xml b/cpp/sca/samples/RestCalculator/build.xml deleted file mode 100644 index 9a378b7695..0000000000 --- a/cpp/sca/samples/RestCalculator/build.xml +++ /dev/null @@ -1,117 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/cpp/sca/samples/RestCustomer/build.xml b/cpp/sca/samples/RestCustomer/build.xml deleted file mode 100644 index 952da3ca23..0000000000 --- a/cpp/sca/samples/RestCustomer/build.xml +++ /dev/null @@ -1,129 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/cpp/sca/samples/RestYahoo/build.xml b/cpp/sca/samples/RestYahoo/build.xml deleted file mode 100644 index 2e9e3b5f26..0000000000 --- a/cpp/sca/samples/RestYahoo/build.xml +++ /dev/null @@ -1,96 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/cpp/sca/samples/RubyBigBank/build.xml b/cpp/sca/samples/RubyBigBank/build.xml deleted file mode 100644 index 886c00e019..0000000000 --- a/cpp/sca/samples/RubyBigBank/build.xml +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/cpp/sca/samples/RubyCalculator/build.xml b/cpp/sca/samples/RubyCalculator/build.xml deleted file mode 100644 index 2d7eef386e..0000000000 --- a/cpp/sca/samples/RubyCalculator/build.xml +++ /dev/null @@ -1,95 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/cpp/sca/samples/SupplyChain/build.xml b/cpp/sca/samples/SupplyChain/build.xml deleted file mode 100644 index a5e887c38b..0000000000 --- a/cpp/sca/samples/SupplyChain/build.xml +++ /dev/null @@ -1,69 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - The SupplyChain sample ant build.xml file has not been implemented yet - - - - The SupplyChain sample ant build.xml file has not been implemented yet - - - - The SupplyChain sample ant build.xml file has not been implemented yet - - - - - diff --git a/cpp/sca/samples/build.xml b/cpp/sca/samples/build.xml deleted file mode 100644 index a8422a0e70..0000000000 --- a/cpp/sca/samples/build.xml +++ /dev/null @@ -1,148 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/cpp/sca/tools/TuscanyDriver/build.xml b/cpp/sca/tools/TuscanyDriver/build.xml deleted file mode 100644 index 9ccdb2b833..0000000000 --- a/cpp/sca/tools/TuscanyDriver/build.xml +++ /dev/null @@ -1,73 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/cpp/sca/tools/ant_cpptasks/build.xml b/cpp/sca/tools/ant_cpptasks/build.xml deleted file mode 100644 index 69d85ecca2..0000000000 --- a/cpp/sca/tools/ant_cpptasks/build.xml +++ /dev/null @@ -1,75 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/cpp/sca/tools/ant_cpptasks/tuscanyAntCompilers/TuscanyMSVC8DevStudioCCompiler.java b/cpp/sca/tools/ant_cpptasks/tuscanyAntCompilers/TuscanyMSVC8DevStudioCCompiler.java deleted file mode 100644 index 981592a2a2..0000000000 --- a/cpp/sca/tools/ant_cpptasks/tuscanyAntCompilers/TuscanyMSVC8DevStudioCCompiler.java +++ /dev/null @@ -1,224 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ - -package tuscany.antCompilers; - -import java.io.File; -import java.util.Vector; - -import net.sf.antcontrib.cpptasks.CUtil; -import net.sf.antcontrib.cpptasks.OptimizationEnum; - -import net.sf.antcontrib.cpptasks.compiler.CommandLineCompilerConfiguration; -import net.sf.antcontrib.cpptasks.compiler.CompilerConfiguration; -import net.sf.antcontrib.cpptasks.compiler.Linker; -import net.sf.antcontrib.cpptasks.compiler.LinkType; -import net.sf.antcontrib.cpptasks.compiler.PrecompilingCommandLineCCompiler; -import net.sf.antcontrib.cpptasks.compiler.Processor; - -import net.sf.antcontrib.cpptasks.devstudio.DevStudioProcessor; -import net.sf.antcontrib.cpptasks.devstudio.DevStudioLinker; - -import org.apache.tools.ant.BuildException; -import org.apache.tools.ant.types.Environment; - - -/** - * An abstract base class for compilers that are basically command line - * compatible with Microsoft(r) C/C++ Optimizing Compiler - * - * This class was taken from cpptasks. Its a combination of the following 2 classes: - * net.sf.antcontrib.cpptasks.devstudio.DevStudioCompatibleCCompiler - * net.sf.antcontrib.cpptasks.devstudio.DevStudioCCompiler - * - * To compile MSVC8.0 in debug mode, the cpptasks msvc compiler doesnt distinguish - * between msvc 7.1 and 8.0 and seems to actually be 7.1 centric. This implementation - * For the Apache Tuscany project tries to address those issues. - */ - -public final class TuscanyMSVC8DevStudioCCompiler - extends PrecompilingCommandLineCCompiler -{ - private static String[] mflags_ = - new String[] {"/ML", "/MLd", null, null, "/MT", "/MTd", "/MD", "/MDd"}; - // first four are single-threaded - // (runtime=static,debug=false), (..,debug=true), - // (runtime=dynamic,debug=true), (..,debug=false), (not supported) - // next four are multi-threaded, same sequence - - // Indeces into the mflags_ array - private static int MINDEX_DEBUG = 1; - private static int MINDEX_STATIC_RUNTIME = 2; - private static int MINDEX_MULTI_THREADED = 4; - - private static final TuscanyMSVC8DevStudioCCompiler instance_ = - new TuscanyMSVC8DevStudioCCompiler( "cl", false, null); - - public static TuscanyMSVC8DevStudioCCompiler getInstance() - { - return instance_; - } - - private TuscanyMSVC8DevStudioCCompiler( - String command, - boolean newEnvironment, - Environment env) - { - super(command, - "/bogus", - new String[]{".c", ".cc", ".cpp", ".cxx", ".c++"}, - new String[]{".h", ".hpp", ".inl"}, - ".obj", - false, - null, - newEnvironment, - env); - } - - public Processor changeEnvironment(boolean newEnvironment, Environment env) - { - if (newEnvironment || env != null) { - return new TuscanyMSVC8DevStudioCCompiler(getCommand(), newEnvironment, env); - } - return this; - } - - public Linker getLinker(LinkType type) - { - return DevStudioLinker.getInstance().getLinker(type); - } - - public int getMaximumCommandLength() - { - return 32767; - } - - protected void addImpliedArgs( - final Vector args, - final boolean debug, - final boolean multithreaded, - final boolean exceptions, - final LinkType linkType, - final Boolean rtti, - final OptimizationEnum optimization) - { - args.addElement("/c"); - args.addElement("/nologo"); - if (exceptions) { - // changed to eliminate warning on VC 2005, should support VC 6 and later - // use /GX to support VC5 - 2005 (with warning) - args.addElement("/EHsc"); - } - int mindex = 0; - if (multithreaded) { - mindex += MINDEX_MULTI_THREADED; - } - boolean staticRuntime = linkType.isStaticRuntime(); - if (!staticRuntime) { - mindex += MINDEX_STATIC_RUNTIME; - } - - if (debug) { - mindex += MINDEX_DEBUG; - args.addElement("/Zi"); // Generates complete debugging information - args.addElement("/Od"); // Disables optimization - args.addElement("/RTC1"); // Enables run-time error checking as opposed to depracated /GZ - args.addElement("/Gd"); // Uses the __cdecl calling convention (x86 only) - args.addElement("/D_DEBUG"); // Debug mode - } else { - args.addElement("/DNDEBUG"); - if (optimization != null) { - if (optimization.isSize()) { - args.addElement("/O1"); - } - - if (optimization.isSpeed()) { - args.addElement("/O2"); - } - } - } - - String mflag = mflags_[mindex]; - if (mflag == null) { - throw new BuildException( - "multithread='false' and runtime='dynamic' not supported"); - } - args.addElement(mflag); - if (rtti != null && rtti.booleanValue()) { - args.addElement("/GR"); - } - } - - protected void addWarningSwitch(Vector args, int level) - { - DevStudioProcessor.addWarningSwitch(args, level); - } - - protected CompilerConfiguration createPrecompileGeneratingConfig( - CommandLineCompilerConfiguration baseConfig, - File prototype, - String lastInclude) - { - String[] additionalArgs = new String[]{ - "/Fp" + CUtil.getBasename(prototype) + ".pch", "/Yc"}; - return new - CommandLineCompilerConfiguration( - baseConfig, - additionalArgs, - null, - true); - } - - protected CompilerConfiguration createPrecompileUsingConfig( - CommandLineCompilerConfiguration baseConfig, - File prototype, - String lastInclude, - String[] exceptFiles) - { - String[] additionalArgs = new String[]{ - "/Fp" + CUtil.getBasename(prototype) + ".pch", - "/Yu" + lastInclude}; - return new - CommandLineCompilerConfiguration( - baseConfig, - additionalArgs, - exceptFiles, - false); - } - - protected void getDefineSwitch(StringBuffer buffer, String define, String value) - { - DevStudioProcessor.getDefineSwitch(buffer, define, value); - } - - protected File[] getEnvironmentIncludePath() - { - return CUtil.getPathFromEnvironment("INCLUDE", ";"); - } - - protected String getIncludeDirSwitch(String includeDir) - { - return DevStudioProcessor.getIncludeDirSwitch(includeDir); - } - - protected void getUndefineSwitch(StringBuffer buffer, String define) - { - DevStudioProcessor.getUndefineSwitch(buffer, define); - } -} diff --git a/cpp/sca/tools/build.xml b/cpp/sca/tools/build.xml deleted file mode 100644 index 1e5b496c94..0000000000 --- a/cpp/sca/tools/build.xml +++ /dev/null @@ -1,105 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -- cgit v1.2.3