Author: robbinspg
Date: Fri Oct  6 04:53:13 2006
New Revision: 453561

URL: http://svn.apache.org/viewvc?view=rev&rev=453561
Log:
TUSCANY-793 SCA VC6 build

Added:
    incubator/tuscany/cpp/sca/projects/tuscany_sca/Build/
    incubator/tuscany/cpp/sca/projects/tuscany_sca/Build/Build Instructions.txt 
  (with props)
    incubator/tuscany/cpp/sca/projects/tuscany_sca/Build/Build.dsp   (with 
props)
    incubator/tuscany/cpp/sca/runtime/core/deploy.bat   (with props)
    incubator/tuscany/cpp/sca/runtime/extensions/cpp/deploy.bat   (with props)
    incubator/tuscany/cpp/sca/runtime/extensions/ws/deploy.bat   (with props)
    incubator/tuscany/cpp/sca/runtime/extensions/ws/reference/deploy.bat   
(with props)
    incubator/tuscany/cpp/sca/runtime/extensions/ws/service/deploy.bat   (with 
props)
    incubator/tuscany/cpp/sca/runtime/extensions/ws/service/deploymodule.bat   
(with props)
Removed:
    incubator/tuscany/cpp/sca/projects/tuscany_sca/tuscany_sca/Build 
Instructions.txt
Modified:
    incubator/tuscany/cpp/sca/projects/tuscany_sca/build.cmd
    incubator/tuscany/cpp/sca/projects/tuscany_sca/tuscany_sca.dsw
    incubator/tuscany/cpp/sca/projects/tuscany_sca/tuscany_sca.ncb
    incubator/tuscany/cpp/sca/projects/tuscany_sca/tuscany_sca.opt
    incubator/tuscany/cpp/sca/projects/tuscany_sca/tuscany_sca/tuscany_sca.dsp
    
incubator/tuscany/cpp/sca/projects/tuscany_sca/tuscany_sca_cpp/tuscany_sca_cpp.dsp
    
incubator/tuscany/cpp/sca/projects/tuscany_sca/tuscany_sca_ws_reference/tuscany_sca_ws_reference.dsp
    
incubator/tuscany/cpp/sca/projects/tuscany_sca/tuscany_sca_ws_service/tuscany_sca_ws_service.dsp

Added: incubator/tuscany/cpp/sca/projects/tuscany_sca/Build/Build 
Instructions.txt
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/cpp/sca/projects/tuscany_sca/Build/Build%20Instructions.txt?view=auto&rev=453561
==============================================================================
--- incubator/tuscany/cpp/sca/projects/tuscany_sca/Build/Build Instructions.txt 
(added)
+++ incubator/tuscany/cpp/sca/projects/tuscany_sca/Build/Build Instructions.txt 
Fri Oct  6 04:53:13 2006
@@ -0,0 +1,12 @@
+Tuscany SCA Build Instructions
+==============================
+
+1) Set the environment variable TUSCANY_SDOCPP to the path of an SDO driver
+
+2) Set the environment variable AXIS2C_HOME to the path of Axis2C (Version 
0.94)
+
+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\deploy

Propchange: incubator/tuscany/cpp/sca/projects/tuscany_sca/Build/Build 
Instructions.txt
------------------------------------------------------------------------------
    svn:eol-style = native

Added: incubator/tuscany/cpp/sca/projects/tuscany_sca/Build/Build.dsp
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/cpp/sca/projects/tuscany_sca/Build/Build.dsp?view=auto&rev=453561
==============================================================================
--- incubator/tuscany/cpp/sca/projects/tuscany_sca/Build/Build.dsp (added)
+++ incubator/tuscany/cpp/sca/projects/tuscany_sca/Build/Build.dsp Fri Oct  6 
04:53:13 2006
@@ -0,0 +1,67 @@
+# Microsoft Developer Studio Project File - Name="Build" - Package Owner=<4>

+# Microsoft Developer Studio Generated Build File, Format Version 6.00

+# ** DO NOT EDIT **

+

+# TARGTYPE "Win32 (x86) Generic Project" 0x010a

+

+CFG=Build - Win32 Debug

+!MESSAGE This is not a valid makefile. To build this project using NMAKE,

+!MESSAGE use the Export Makefile command and run

+!MESSAGE 

+!MESSAGE NMAKE /f "Build.mak".

+!MESSAGE 

+!MESSAGE You can specify a configuration when running NMAKE

+!MESSAGE by defining the macro CFG on the command line. For example:

+!MESSAGE 

+!MESSAGE NMAKE /f "Build.mak" CFG="Build - Win32 Debug"

+!MESSAGE 

+!MESSAGE Possible choices for configuration are:

+!MESSAGE 

+!MESSAGE "Build - Win32 Release" (based on "Win32 (x86) Generic Project")

+!MESSAGE "Build - Win32 Debug" (based on "Win32 (x86) Generic Project")

+!MESSAGE 

+

+# Begin Project

+# PROP AllowPerConfigDependencies 0

+# PROP Scc_ProjName ""

+# PROP Scc_LocalPath ""

+MTL=midl.exe

+

+!IF  "$(CFG)" == "Build - Win32 Release"

+

+# PROP BASE Use_MFC 0

+# PROP BASE Use_Debug_Libraries 0

+# PROP BASE Output_Dir "Release"

+# PROP BASE Intermediate_Dir "Release"

+# PROP BASE Target_Dir ""

+# PROP Use_MFC 0

+# PROP Use_Debug_Libraries 0

+# PROP Output_Dir "Release"

+# PROP Intermediate_Dir "Release"

+# PROP Target_Dir ""

+

+!ELSEIF  "$(CFG)" == "Build - Win32 Debug"

+

+# PROP BASE Use_MFC 0

+# PROP BASE Use_Debug_Libraries 1

+# PROP BASE Output_Dir "Debug"

+# PROP BASE Intermediate_Dir "Debug"

+# PROP BASE Target_Dir ""

+# PROP Use_MFC 0

+# PROP Use_Debug_Libraries 1

+# PROP Output_Dir "Debug"

+# PROP Intermediate_Dir "Debug"

+# PROP Target_Dir ""

+

+!ENDIF 

+

+# Begin Target

+

+# Name "Build - Win32 Release"

+# Name "Build - Win32 Debug"

+# Begin Source File

+

+SOURCE=".\Build Instructions.txt"

+# End Source File

+# End Target

+# End Project


Propchange: incubator/tuscany/cpp/sca/projects/tuscany_sca/Build/Build.dsp
------------------------------------------------------------------------------
    svn:eol-style = CRLF

Modified: incubator/tuscany/cpp/sca/projects/tuscany_sca/build.cmd
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/cpp/sca/projects/tuscany_sca/build.cmd?view=diff&rev=453561&r1=453560&r2=453561
==============================================================================
--- incubator/tuscany/cpp/sca/projects/tuscany_sca/build.cmd (original)
+++ incubator/tuscany/cpp/sca/projects/tuscany_sca/build.cmd Fri Oct  6 
04:53:13 2006
@@ -1,17 +1,21 @@
 @echo off
[EMAIL PROTECTED]  Copyright 2006 The Apache Software Foundation or its 
licensors, as applicable.
[EMAIL PROTECTED]
[EMAIL PROTECTED]  Licensed under the Apache License, Version 2.0 (the 
"License");
[EMAIL PROTECTED]  you may not use this file except in compliance with the 
License.
[EMAIL PROTECTED]  You may obtain a copy of the License at
[EMAIL PROTECTED]
[EMAIL PROTECTED]     http://www.apache.org/licenses/LICENSE-2.0
[EMAIL PROTECTED]
[EMAIL PROTECTED]  Unless required by applicable law or agreed to in writing, 
software
[EMAIL PROTECTED]  distributed under the License is distributed on an "AS IS" 
BASIS,
[EMAIL PROTECTED]  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express 
or implied.
[EMAIL PROTECTED]  See the License for the specific language governing 
permissions and
[EMAIL PROTECTED]  limitations under the License.
[EMAIL PROTECTED]  Licensed to the Apache Software Foundation (ASF) under one
[EMAIL PROTECTED]  or more contributor license agreements.  See the NOTICE file
[EMAIL PROTECTED]  distributed with this work for additional information
[EMAIL PROTECTED]  regarding copyright ownership.  The ASF licenses this file
[EMAIL PROTECTED]  to you under the Apache License, Version 2.0 (the
[EMAIL PROTECTED]  "License"); you may not use this file except in compliance
[EMAIL PROTECTED]  with the License.  You may obtain a copy of the License at
[EMAIL PROTECTED]  
[EMAIL PROTECTED]    http://www.apache.org/licenses/LICENSE-2.0
[EMAIL PROTECTED]    
[EMAIL PROTECTED]  Unless required by applicable law or agreed to in writing,
[EMAIL PROTECTED]  software distributed under the License is distributed on an
[EMAIL PROTECTED]  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
[EMAIL PROTECTED]  KIND, either express or implied.  See the License for the
[EMAIL PROTECTED]  specific language governing permissions and limitations
[EMAIL PROTECTED]  under the License.
+
 setlocal
 cd tuscany_sca_test
 nmake -f tuscany_sca_test.mak CFG="tuscany_sca_test - Win32 Release"

Modified: incubator/tuscany/cpp/sca/projects/tuscany_sca/tuscany_sca.dsw
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/cpp/sca/projects/tuscany_sca/tuscany_sca.dsw?view=diff&rev=453561&r1=453560&r2=453561
==============================================================================
--- incubator/tuscany/cpp/sca/projects/tuscany_sca/tuscany_sca.dsw (original)
+++ incubator/tuscany/cpp/sca/projects/tuscany_sca/tuscany_sca.dsw Fri Oct  6 
04:53:13 2006
@@ -23,6 +23,9 @@
     Begin Project Dependency

     Project_Dep_Name tuscany_sca_ws_service

     End Project Dependency

+    Begin Project Dependency

+    Project_Dep_Name tuscany_sca_ws_dispatcher

+    End Project Dependency

 }}}

 

 ###############################################################################

@@ -54,6 +57,18 @@
 

 ###############################################################################

 

+Project: 
"tuscany_sca_ws_dispatcher"=.\tuscany_sca_ws_dispatcher\tuscany_sca_ws_dispatcher.dsp
 - Package Owner=<4>

+

+Package=<5>

+{{{

+}}}

+

+Package=<4>

+{{{

+}}}

+

+###############################################################################

+

 Project: 
"tuscany_sca_ws_reference"=.\tuscany_sca_ws_reference\tuscany_sca_ws_reference.dsp
 - Package Owner=<4>

 

 Package=<5>

@@ -79,6 +94,9 @@
 {{{

     Begin Project Dependency

     Project_Dep_Name tuscany_sca

+    End Project Dependency

+    Begin Project Dependency

+    Project_Dep_Name tuscany_sca_ws_dispatcher

     End Project Dependency

 }}}

 


Modified: incubator/tuscany/cpp/sca/projects/tuscany_sca/tuscany_sca.ncb
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/cpp/sca/projects/tuscany_sca/tuscany_sca.ncb?view=diff&rev=453561&r1=453560&r2=453561
==============================================================================
Binary files - no diff available.

Modified: incubator/tuscany/cpp/sca/projects/tuscany_sca/tuscany_sca.opt
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/cpp/sca/projects/tuscany_sca/tuscany_sca.opt?view=diff&rev=453561&r1=453560&r2=453561
==============================================================================
Binary files - no diff available.

Modified: 
incubator/tuscany/cpp/sca/projects/tuscany_sca/tuscany_sca/tuscany_sca.dsp
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/cpp/sca/projects/tuscany_sca/tuscany_sca/tuscany_sca.dsp?view=diff&rev=453561&r1=453560&r2=453561
==============================================================================
--- incubator/tuscany/cpp/sca/projects/tuscany_sca/tuscany_sca/tuscany_sca.dsp 
(original)
+++ incubator/tuscany/cpp/sca/projects/tuscany_sca/tuscany_sca/tuscany_sca.dsp 
Fri Oct  6 04:53:13 2006
@@ -57,7 +57,7 @@
 # ADD LINK32 axis2_engine.lib tuscany_sdo_axiom.lib kernel32.lib user32.lib 
gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib 
oleaut32.lib uuid.lib odbc32.lib odbccp32.lib tuscany_sdo.lib axis2_parser.lib 
axis2_util.lib axiom.lib /nologo /dll /machine:I386 
/libpath:"$(TUSCANY_SDOCPP)\lib" /libpath:"$(AXIS2C_HOME)\lib"

 # Begin Special Build Tool

 SOURCE="$(InputPath)"

-PostBuild_Cmds=del ..\..\..\deploy\bin\tuscany_sca.*   del 
..\..\..\deploy\lib\*.lib   copy ..\..\..\runtime\core\src\tuscany\sca\*.h 
..\..\..\deploy\include\tuscany\sca      copy 
..\..\..\runtime\core\src\tuscany\sca\core\*.h 
..\..\..\deploy\include\tuscany\sca\core    copy 
..\..\..\runtime\core\src\tuscany\sca\model\*.h 
..\..\..\deploy\include\tuscany\sca\model  copy 
..\..\..\runtime\core\src\tuscany\sca\extension\*.h 
..\..\..\deploy\include\tuscany\sca\extension  copy 
..\..\..\runtime\core\src\tuscany\sca\util\*.h 
..\..\..\deploy\include\tuscany\sca\util    copy Release\tuscany_sca.dll 
..\..\..\deploy\bin        copy Release\tuscany_sca.lib ..\..\..\deploy\lib     
   copy ..\..\..\xsd\*.* ..\..\..\deploy\xsd

+PostBuild_Cmds=..\..\..\runtime\core\deploy.bat ..\..\..\ Release

 # End Special Build Tool

 

 !ELSEIF  "$(CFG)" == "tuscany_sca - Win32 Debug"

@@ -88,7 +88,7 @@
 # ADD LINK32 axis2_engine.lib tuscany_sdo_axiom.lib kernel32.lib user32.lib 
gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib 
oleaut32.lib uuid.lib odbc32.lib odbccp32.lib tuscany_sdo.lib axis2_parser.lib 
axis2_util.lib axiom.lib /nologo /dll /debug /machine:I386 /pdbtype:sept 
/libpath:"$(TUSCANY_SDOCPP)\lib" /libpath:"$(AXIS2C_HOME)\lib"

 # Begin Special Build Tool

 SOURCE="$(InputPath)"

-PostBuild_Cmds=del ..\..\..\deploy\bin\tuscany_sca.*   del 
..\..\..\deploy\lib\*.lib   copy ..\..\..\runtime\core\src\tuscany\sca\*.h 
..\..\..\deploy\include\tuscany\sca      copy 
..\..\..\runtime\core\src\tuscany\sca\core\*.h 
..\..\..\deploy\include\tuscany\sca\core    copy 
..\..\..\runtime\core\src\tuscany\sca\model\*.h 
..\..\..\deploy\include\tuscany\sca\model  copy 
..\..\..\runtime\core\src\tuscany\sca\extension\*.h 
..\..\..\deploy\include\tuscany\sca\extension  copy 
..\..\..\runtime\core\src\tuscany\sca\util\*.h 
..\..\..\deploy\include\tuscany\sca\util    copy Debug\tuscany_sca.dll 
..\..\..\deploy\bin  copy Debug\tuscany_sca.pdb ..\..\..\deploy\bin  copy 
Debug\tuscany_sca.lib ..\..\..\deploy\lib  copy ..\..\..\xsd\*.* 
..\..\..\deploy\xsd

+PostBuild_Cmds=..\..\..\runtime\core\deploy.bat ..\..\..\ Debug

 # End Special Build Tool

 

 !ENDIF 

@@ -285,6 +285,14 @@
 # End Source File

 # Begin Source File

 

+SOURCE=..\..\..\runtime\core\src\tuscany\sca\model\WSDLInterface.cpp

+# End Source File

+# Begin Source File

+

+SOURCE=..\..\..\runtime\core\src\tuscany\sca\model\WSDLInterface.h

+# End Source File

+# Begin Source File

+

 SOURCE=..\..\..\runtime\core\src\tuscany\sca\model\WSDLOperation.cpp

 # End Source File

 # Begin Source File

@@ -410,18 +418,6 @@
 # PROP Default_Filter ""

 # Begin Source File

 

-SOURCE="..\..\..\xsd\sca-binding-sca.xsd"

-# End Source File

-# Begin Source File

-

-SOURCE="..\..\..\xsd\sca-binding-webservice.xsd"

-# End Source File

-# Begin Source File

-

-SOURCE="..\..\..\xsd\sca-composite.xsd"

-# End Source File

-# Begin Source File

-

 SOURCE="..\..\..\xsd\sca-core.xsd"

 # End Source File

 # Begin Source File

@@ -449,9 +445,5 @@
 SOURCE=..\..\..\xsd\tuscany.xsd

 # End Source File

 # End Group

-# Begin Source File

-

-SOURCE=".\Build Instructions.txt"

-# End Source File

 # End Target

 # End Project


Modified: 
incubator/tuscany/cpp/sca/projects/tuscany_sca/tuscany_sca_cpp/tuscany_sca_cpp.dsp
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/cpp/sca/projects/tuscany_sca/tuscany_sca_cpp/tuscany_sca_cpp.dsp?view=diff&rev=453561&r1=453560&r2=453561
==============================================================================
--- 
incubator/tuscany/cpp/sca/projects/tuscany_sca/tuscany_sca_cpp/tuscany_sca_cpp.dsp
 (original)
+++ 
incubator/tuscany/cpp/sca/projects/tuscany_sca/tuscany_sca_cpp/tuscany_sca_cpp.dsp
 Fri Oct  6 04:53:13 2006
@@ -57,7 +57,7 @@
 # ADD LINK32 tuscany_sca.lib tuscany_sdo.lib kernel32.lib user32.lib gdi32.lib 
winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib 
uuid.lib odbc32.lib odbccp32.lib /nologo /dll /machine:I386 
/libpath:"..\..\..\deploy\lib" /libpath:"$(TUSCANY_SDOCPP)\lib"

 # Begin Special Build Tool

 SOURCE="$(InputPath)"

-PostBuild_Cmds=copy Release\tuscany_sca_cpp.dll 
..\..\..\deploy\extensions\cpp\bin     copy Release\tuscany_sca_cpp.lib 
..\..\..\deploy\extensions\cpp\lib     copy 
..\..\..\runtime\extensions\cpp\xsd\*.xsd ..\..\..\deploy\extensions\cpp\xsd    
   copy ..\..\..\runtime\extensions\cpp\src\tuscany\sca\cpp\*.h 
..\..\..\deploy\extensions\cpp\include\tuscany\sca\cpp     copy 
..\..\..\runtime\extensions\cpp\src\tuscany\sca\cpp\model\*.h 
..\..\..\deploy\extensions\cpp\include\tuscany\sca\cpp\model copy 
..\..\..\runtime\extensions\cpp\src\osoa\sca\*.h 
..\..\..\deploy\extensions\cpp\include\osoa\sca

+PostBuild_Cmds=..\..\..\runtime\extensions\cpp\deploy.bat ..\..\..\ Release

 # End Special Build Tool

 

 !ELSEIF  "$(CFG)" == "tuscany_sca_cpp - Win32 Debug"

@@ -88,7 +88,7 @@
 # ADD LINK32 tuscany_sca.lib tuscany_sdo.lib kernel32.lib user32.lib gdi32.lib 
winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib 
uuid.lib odbc32.lib odbccp32.lib /nologo /dll /debug /machine:I386 
/pdbtype:sept /libpath:"..\..\..\deploy\lib" /libpath:"$(TUSCANY_SDOCPP)\lib"

 # Begin Special Build Tool

 SOURCE="$(InputPath)"

-PostBuild_Cmds=copy Debug\tuscany_sca_cpp.dll 
..\..\..\deploy\extensions\cpp\bin       copy Debug\tuscany_sca_cpp.pdb 
..\..\..\deploy\extensions\cpp\bin       copy Debug\tuscany_sca_cpp.lib 
..\..\..\deploy\extensions\cpp\lib       copy 
..\..\..\runtime\extensions\cpp\xsd\*.xsd ..\..\..\deploy\extensions\cpp\xsd    
   copy ..\..\..\runtime\extensions\cpp\src\tuscany\sca\cpp\*.h 
..\..\..\deploy\extensions\cpp\include\tuscany\sca\cpp     copy 
..\..\..\runtime\extensions\cpp\src\tuscany\sca\cpp\model\*.h 
..\..\..\deploy\extensions\cpp\include\tuscany\sca\cpp\model copy 
..\..\..\runtime\extensions\cpp\src\osoa\sca\*.h 
..\..\..\deploy\extensions\cpp\include\osoa\sca

+PostBuild_Cmds=..\..\..\runtime\extensions\cpp\deploy.bat ..\..\..\ Debug

 # End Special Build Tool

 

 !ENDIF 

@@ -135,14 +135,6 @@
 # Begin Source File

 

 SOURCE=..\..\..\runtime\extensions\cpp\src\osoa\sca\sca.h

-# End Source File

-# Begin Source File

-

-SOURCE=..\..\..\runtime\extensions\cpp\src\osoa\sca\ServiceList.cpp

-# End Source File

-# Begin Source File

-

-SOURCE=..\..\..\runtime\extensions\cpp\src\osoa\sca\ServiceList.h

 # End Source File

 # Begin Source File

 


Modified: 
incubator/tuscany/cpp/sca/projects/tuscany_sca/tuscany_sca_ws_reference/tuscany_sca_ws_reference.dsp
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/cpp/sca/projects/tuscany_sca/tuscany_sca_ws_reference/tuscany_sca_ws_reference.dsp?view=diff&rev=453561&r1=453560&r2=453561
==============================================================================
--- 
incubator/tuscany/cpp/sca/projects/tuscany_sca/tuscany_sca_ws_reference/tuscany_sca_ws_reference.dsp
 (original)
+++ 
incubator/tuscany/cpp/sca/projects/tuscany_sca/tuscany_sca_ws_reference/tuscany_sca_ws_reference.dsp
 Fri Oct  6 04:53:13 2006
@@ -57,7 +57,7 @@
 # ADD LINK32 axis2_util.lib axiom.lib kernel32.lib user32.lib gdi32.lib 
winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib 
uuid.lib odbc32.lib odbccp32.lib axis2_engine.lib tuscany_sdo_axiom.lib 
tuscany_sca.lib tuscany_sdo.lib axis2_parser.lib /nologo /dll /machine:I386 
/libpath:"..\..\..\deploy\lib" /libpath:"$(TUSCANY_SDOCPP)\lib" 
/libpath:"$(AXIS2C_HOME)\lib"

 # Begin Special Build Tool

 SOURCE="$(InputPath)"

-PostBuild_Cmds=copy ..\..\..\runtime\extensions\ws\xsd\*.xsd 
..\..\..\deploy\extensions\ws\xsd copy Release\tuscany_sca_ws_reference.lib 
..\..\..\deploy\extensions\ws\reference\lib   copy 
Release\tuscany_sca_ws_reference.dll ..\..\..\deploy\extensions\ws\reference\bin

+PostBuild_Cmds=..\..\..\runtime\extensions\ws\reference\deploy.bat ..\..\..\ 
Release

 # End Special Build Tool

 

 !ELSEIF  "$(CFG)" == "tuscany_sca_ws_reference - Win32 Debug"

@@ -73,8 +73,8 @@
 # PROP Intermediate_Dir "Debug"

 # PROP Ignore_Export_Lib 0

 # PROP Target_Dir ""

-# ADD BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D 
"_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "TUSCANY_SCA_WS_REFERENCE_EXPORTS" /YX 
/FD /GZ  /c

-# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I 
"../../../runtime/extensions/ws/reference/axis2c/src" /I 
"../../../runtime/core/src" /I "$(TUSCANY_SDOCPP)/include" /I 
"$(AXIS2C_HOME)/include" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D 
"_USRDLL" /D "TUSCANY_SCA_WS_REFERENCE_EXPORTS" /FD /GZ  /c

+# ADD BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D 
"_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "TUSCANY_SCA_WS_REFERENCE_EXPORTS" /YX 
/FD /GZ /c

+# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I 
"../../../runtime/extensions/ws/reference/axis2c/src" /I 
"../../../runtime/core/src" /I "$(TUSCANY_SDOCPP)/include" /I 
"$(AXIS2C_HOME)/include" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D 
"_USRDLL" /D "TUSCANY_SCA_WS_REFERENCE_EXPORTS" /FD /GZ /c

 # SUBTRACT CPP /YX

 # ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32

 # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32

@@ -88,7 +88,7 @@
 # ADD LINK32 axis2_util.lib axiom.lib kernel32.lib user32.lib gdi32.lib 
winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib 
uuid.lib odbc32.lib odbccp32.lib axis2_engine.lib tuscany_sdo_axiom.lib 
tuscany_sca.lib tuscany_sdo.lib axis2_parser.lib /nologo /dll /debug 
/machine:I386 /pdbtype:sept /libpath:"..\..\..\deploy\lib" 
/libpath:"$(TUSCANY_SDOCPP)\lib" /libpath:"$(AXIS2C_HOME)\lib"

 # Begin Special Build Tool

 SOURCE="$(InputPath)"

-PostBuild_Cmds=copy ..\..\..\runtime\extensions\ws\xsd\*.xsd 
..\..\..\deploy\extensions\ws\xsd copy Debug\tuscany_sca_ws_reference.dll 
..\..\..\deploy\extensions\ws\reference\bin     copy 
Debug\tuscany_sca_ws_reference.pdb ..\..\..\deploy\extensions\ws\reference\bin  
   copy Debug\tuscany_sca_ws_reference.lib 
..\..\..\deploy\extensions\ws\reference\lib

+PostBuild_Cmds=..\..\..\runtime\extensions\ws\reference\deploy.bat ..\..\..\ 
Debug

 # End Special Build Tool

 

 !ENDIF 


Modified: 
incubator/tuscany/cpp/sca/projects/tuscany_sca/tuscany_sca_ws_service/tuscany_sca_ws_service.dsp
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/cpp/sca/projects/tuscany_sca/tuscany_sca_ws_service/tuscany_sca_ws_service.dsp?view=diff&rev=453561&r1=453560&r2=453561
==============================================================================
--- 
incubator/tuscany/cpp/sca/projects/tuscany_sca/tuscany_sca_ws_service/tuscany_sca_ws_service.dsp
 (original)
+++ 
incubator/tuscany/cpp/sca/projects/tuscany_sca/tuscany_sca_ws_service/tuscany_sca_ws_service.dsp
 Fri Oct  6 04:53:13 2006
@@ -57,7 +57,7 @@
 # ADD LINK32 axis2_util.lib axiom.lib kernel32.lib user32.lib gdi32.lib 
winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib 
uuid.lib odbc32.lib odbccp32.lib axis2_engine.lib tuscany_sdo_axiom.lib 
tuscany_sca.lib tuscany_sdo.lib /nologo /dll /machine:I386 
/libpath:"..\..\..\deploy\lib" /libpath:"$(TUSCANY_SDOCPP)\lib" 
/libpath:"$(AXIS2C_HOME)\lib"

 # Begin Special Build Tool

 SOURCE="$(InputPath)"

-PostBuild_Cmds=copy Release\tuscany_sca_ws_service.lib 
..\..\..\deploy\extensions\ws\service\lib       copy 
Release\tuscany_sca_ws_service.dll ..\..\..\deploy\extensions\ws\service\bin    
   copy ..\..\..\runtime\extensions\ws\xsd\*.xsd 
..\..\..\deploy\extensions\ws\xsd

+PostBuild_Cmds=..\..\..\runtime\extensions\ws\service\deploy.bat ..\..\..\ 
Release

 # End Special Build Tool

 

 !ELSEIF  "$(CFG)" == "tuscany_sca_ws_service - Win32 Debug"

@@ -88,7 +88,7 @@
 # ADD LINK32 axis2_util.lib axiom.lib kernel32.lib user32.lib gdi32.lib 
winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib 
uuid.lib odbc32.lib odbccp32.lib axis2_engine.lib tuscany_sdo_axiom.lib 
tuscany_sca.lib tuscany_sdo.lib /nologo /dll /debug /machine:I386 /pdbtype:sept 
/libpath:"..\..\..\deploy\lib" /libpath:"$(TUSCANY_SDOCPP)\lib" 
/libpath:"$(AXIS2C_HOME)\lib"

 # Begin Special Build Tool

 SOURCE="$(InputPath)"

-PostBuild_Cmds=copy Debug\tuscany_sca_ws_service.dll 
..\..\..\deploy\extensions\ws\service\bin copy Debug\tuscany_sca_ws_service.pdb 
..\..\..\deploy\extensions\ws\service\bin copy Debug\tuscany_sca_ws_service.lib 
..\..\..\deploy\extensions\ws\service\lib copy 
..\..\..\runtime\extensions\ws\xsd\*.xsd ..\..\..\deploy\extensions\ws\xsd

+PostBuild_Cmds=..\..\..\runtime\extensions\ws\service\deploy.bat ..\..\..\ 
Debug

 # End Special Build Tool

 

 !ENDIF 

@@ -114,7 +114,7 @@
 # End Group

 # Begin Source File

 

-SOURCE=..\..\..\runtime\extensions\ws\service\axis2c\src\tuscany\sca\ws\Axis2Service_skeleton.cpp

+SOURCE=..\..\..\runtime\extensions\ws\service\axis2c\src\tuscany\sca\ws\Axis2Service.cpp

 # End Source File

 # Begin Source File

 


Added: incubator/tuscany/cpp/sca/runtime/core/deploy.bat
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/cpp/sca/runtime/core/deploy.bat?view=auto&rev=453561
==============================================================================
--- incubator/tuscany/cpp/sca/runtime/core/deploy.bat (added)
+++ incubator/tuscany/cpp/sca/runtime/core/deploy.bat Fri Oct  6 04:53:13 2006
@@ -0,0 +1,71 @@
[EMAIL PROTECTED] off
+
[EMAIL PROTECTED]  Licensed to the Apache Software Foundation (ASF) under one
[EMAIL PROTECTED]  or more contributor license agreements.  See the NOTICE file
[EMAIL PROTECTED]  distributed with this work for additional information
[EMAIL PROTECTED]  regarding copyright ownership.  The ASF licenses this file
[EMAIL PROTECTED]  to you under the Apache License, Version 2.0 (the
[EMAIL PROTECTED]  "License"); you may not use this file except in compliance
[EMAIL PROTECTED]  with the License.  You may obtain a copy of the License at
[EMAIL PROTECTED]  
[EMAIL PROTECTED]    http://www.apache.org/licenses/LICENSE-2.0
[EMAIL PROTECTED]    
[EMAIL PROTECTED]  Unless required by applicable law or agreed to in writing,
[EMAIL PROTECTED]  software distributed under the License is distributed on an
[EMAIL PROTECTED]  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
[EMAIL PROTECTED]  KIND, either express or implied.  See the License for the
[EMAIL PROTECTED]  specific language governing permissions and limitations
[EMAIL PROTECTED]  under the License.
+
+
+setlocal
+
+if . == .%1 (
+echo sca root not specified
+goto usage
+)
+set rootdir=%1
+set deploydir=%rootdir%\deploy
+set srcdir=%rootdir%\runtime\core\src
+
+if . == .%2 (
+echo input directory not specified
+goto usage
+)
+set inpath=%2
+echo %inpath%
+
+
+if not exist %deploydir% mkdir %deploydir%
+if not exist %deploydir%\bin mkdir %deploydir%\bin
+if not exist %deploydir%\lib mkdir %deploydir%\lib
+if not exist %deploydir%\include mkdir %deploydir%\include
+if not exist %deploydir%\include\tuscany mkdir %deploydir%\include\tuscany
+if not exist %deploydir%\include\tuscany\sca mkdir 
%deploydir%\include\tuscany\sca
+if not exist %deploydir%\include\tuscany\sca\core mkdir 
%deploydir%\include\tuscany\sca\core 
+if not exist %deploydir%\include\tuscany\sca\extension mkdir 
%deploydir%\include\tuscany\sca\extension
+if not exist %deploydir%\include\tuscany\sca\model mkdir 
%deploydir%\include\tuscany\sca\model 
+if not exist %deploydir%\include\tuscany\sca\util mkdir 
%deploydir%\include\tuscany\sca\util
+if not exist %deploydir%\xsd mkdir %deploydir%\xsd
+
+del %deploydir%\bin\tuscany_sca.*
+del %deploydir%\lib\*.lib
+
+copy %srcdir%\tuscany\sca\core\*.h %deploydir%\include\tuscany\sca\core
+copy %srcdir%\tuscany\sca\extension\*.h 
%deploydir%\include\tuscany\sca\extension
+copy %srcdir%\tuscany\sca\model\*.h %deploydir%\include\tuscany\sca\model
+copy %srcdir%\tuscany\sca\util\*.h %deploydir%\include\tuscany\sca\util
+
+copy %rootdir%\xsd\*.* %deploydir%\xsd
+
+copy %inpath%\tuscany_sca.lib %deploydir%\lib
+copy %inpath%\tuscany_sca.dll %deploydir%\bin
+
+if exist %inpath%\tuscany_sca.pdb copy %inpath%\tuscany_sca.pdb %deploydir%\bin
+
+goto end
+:usage
+echo Usage: deploy <sca-root> <build-output>
+:end
+
+endlocal

Propchange: incubator/tuscany/cpp/sca/runtime/core/deploy.bat
------------------------------------------------------------------------------
    svn:eol-style = native

Added: incubator/tuscany/cpp/sca/runtime/extensions/cpp/deploy.bat
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/cpp/sca/runtime/extensions/cpp/deploy.bat?view=auto&rev=453561
==============================================================================
--- incubator/tuscany/cpp/sca/runtime/extensions/cpp/deploy.bat (added)
+++ incubator/tuscany/cpp/sca/runtime/extensions/cpp/deploy.bat Fri Oct  6 
04:53:13 2006
@@ -0,0 +1,74 @@
[EMAIL PROTECTED] off
+
[EMAIL PROTECTED]  Licensed to the Apache Software Foundation (ASF) under one
[EMAIL PROTECTED]  or more contributor license agreements.  See the NOTICE file
[EMAIL PROTECTED]  distributed with this work for additional information
[EMAIL PROTECTED]  regarding copyright ownership.  The ASF licenses this file
[EMAIL PROTECTED]  to you under the Apache License, Version 2.0 (the
[EMAIL PROTECTED]  "License"); you may not use this file except in compliance
[EMAIL PROTECTED]  with the License.  You may obtain a copy of the License at
[EMAIL PROTECTED]  
[EMAIL PROTECTED]    http://www.apache.org/licenses/LICENSE-2.0
[EMAIL PROTECTED]    
[EMAIL PROTECTED]  Unless required by applicable law or agreed to in writing,
[EMAIL PROTECTED]  software distributed under the License is distributed on an
[EMAIL PROTECTED]  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
[EMAIL PROTECTED]  KIND, either express or implied.  See the License for the
[EMAIL PROTECTED]  specific language governing permissions and limitations
[EMAIL PROTECTED]  under the License.
+
+
+setlocal
+
+if . == .%1 (
+echo sca root not specified
+goto usage
+)
+set rootdir=%1
+set deploydir=%rootdir%\deploy
+set extdir=%deploydir%\extensions
+set cppextdir=%extdir%\cpp
+set srcdir=%rootdir%\runtime\extensions\cpp\src
+
+if . == .%2 (
+echo input directory not specified
+goto usage
+)
+set inpath=%2
+echo %inpath%
+
+
+if not exist %deploydir% mkdir %deploydir%
+if not exist %extdir% mkdir %extdir%
+if not exist %cppextdir% mkdir %cppextdir%
+if not exist %cppextdir%\bin mkdir %cppextdir%\bin
+if not exist %cppextdir%\lib mkdir %cppextdir%\lib
+if not exist %cppextdir%\include mkdir %cppextdir%\include
+if not exist %cppextdir%\include\osoa mkdir %cppextdir%\include\osoa
+if not exist %cppextdir%\include\osoa\sca mkdir %cppextdir%\include\osoa\sca
+if not exist %cppextdir%\include\tuscany mkdir %cppextdir%\include\tuscany
+if not exist %cppextdir%\include\tuscany\sca mkdir 
%cppextdir%\include\tuscany\sca
+if not exist %cppextdir%\include\tuscany\sca\cpp mkdir 
%cppextdir%\include\tuscany\sca\cpp
+if not exist %cppextdir%\include\tuscany\sca\cpp\model mkdir 
%cppextdir%\include\tuscany\sca\cpp\model
+if not exist %cppextdir%\xsd mkdir %cppextdir%\xsd
+
+del %cppextdir%\bin\tuscany_sca_cpp.*
+del %cppextdir%\lib\*.lib
+
+copy %srcdir%\osoa\sca\*.h %cppextdir%\include\osoa\sca
+copy %srcdir%\tuscany\sca\cpp\*.h %cppextdir%\include\tuscany\sca\cpp
+copy %srcdir%\tuscany\sca\cpp\model\*.h 
%cppextdir%\include\tuscany\sca\cpp\model
+
+copy %srcdir%\..\xsd\*.* %cppextdir%\xsd
+
+copy %inpath%\tuscany_sca_cpp.lib %cppextdir%\lib
+copy %inpath%\tuscany_sca_cpp.dll %cppextdir%\bin
+
+if exist %inpath%\tuscany_sca_cpp.pdb copy %inpath%\tuscany_sca_cpp.pdb 
%cppextdir%\bin
+
+goto end
+:usage
+echo Usage: deploy <sca-root> <build-output>
+:end
+
+endlocal

Propchange: incubator/tuscany/cpp/sca/runtime/extensions/cpp/deploy.bat
------------------------------------------------------------------------------
    svn:eol-style = native

Added: incubator/tuscany/cpp/sca/runtime/extensions/ws/deploy.bat
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/cpp/sca/runtime/extensions/ws/deploy.bat?view=auto&rev=453561
==============================================================================
--- incubator/tuscany/cpp/sca/runtime/extensions/ws/deploy.bat (added)
+++ incubator/tuscany/cpp/sca/runtime/extensions/ws/deploy.bat Fri Oct  6 
04:53:13 2006
@@ -0,0 +1,45 @@
[EMAIL PROTECTED] off
+
[EMAIL PROTECTED]  Licensed to the Apache Software Foundation (ASF) under one
[EMAIL PROTECTED]  or more contributor license agreements.  See the NOTICE file
[EMAIL PROTECTED]  distributed with this work for additional information
[EMAIL PROTECTED]  regarding copyright ownership.  The ASF licenses this file
[EMAIL PROTECTED]  to you under the Apache License, Version 2.0 (the
[EMAIL PROTECTED]  "License"); you may not use this file except in compliance
[EMAIL PROTECTED]  with the License.  You may obtain a copy of the License at
[EMAIL PROTECTED]  
[EMAIL PROTECTED]    http://www.apache.org/licenses/LICENSE-2.0
[EMAIL PROTECTED]    
[EMAIL PROTECTED]  Unless required by applicable law or agreed to in writing,
[EMAIL PROTECTED]  software distributed under the License is distributed on an
[EMAIL PROTECTED]  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
[EMAIL PROTECTED]  KIND, either express or implied.  See the License for the
[EMAIL PROTECTED]  specific language governing permissions and limitations
[EMAIL PROTECTED]  under the License.
+
+
+setlocal
+
+if . == .%1 (
+echo sca root not specified
+goto usage
+)
+set rootdir=%1
+set deploydir=%rootdir%\deploy
+set extdir=%deploydir%\extensions
+set wsextdir=%extdir%\ws
+set srcdir=%rootdir%\runtime\extensions\ws
+
+if not exist %deploydir% mkdir %deploydir%
+if not exist %extdir% mkdir %extdir%
+if not exist %wsextdir% mkdir %wsextdir%
+if not exist %wsextdir%\xsd mkdir %wsextdir%\xsd
+
+copy %srcdir%\xsd\*.* %wsextdir%\xsd
+
+goto end
+:usage
+echo Usage: deploy <sca-root>
+:end
+
+endlocal

Propchange: incubator/tuscany/cpp/sca/runtime/extensions/ws/deploy.bat
------------------------------------------------------------------------------
    svn:eol-style = native

Added: incubator/tuscany/cpp/sca/runtime/extensions/ws/reference/deploy.bat
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/cpp/sca/runtime/extensions/ws/reference/deploy.bat?view=auto&rev=453561
==============================================================================
--- incubator/tuscany/cpp/sca/runtime/extensions/ws/reference/deploy.bat (added)
+++ incubator/tuscany/cpp/sca/runtime/extensions/ws/reference/deploy.bat Fri 
Oct  6 04:53:13 2006
@@ -0,0 +1,65 @@
[EMAIL PROTECTED] off
+
[EMAIL PROTECTED]  Licensed to the Apache Software Foundation (ASF) under one
[EMAIL PROTECTED]  or more contributor license agreements.  See the NOTICE file
[EMAIL PROTECTED]  distributed with this work for additional information
[EMAIL PROTECTED]  regarding copyright ownership.  The ASF licenses this file
[EMAIL PROTECTED]  to you under the Apache License, Version 2.0 (the
[EMAIL PROTECTED]  "License"); you may not use this file except in compliance
[EMAIL PROTECTED]  with the License.  You may obtain a copy of the License at
[EMAIL PROTECTED]  
[EMAIL PROTECTED]    http://www.apache.org/licenses/LICENSE-2.0
[EMAIL PROTECTED]    
[EMAIL PROTECTED]  Unless required by applicable law or agreed to in writing,
[EMAIL PROTECTED]  software distributed under the License is distributed on an
[EMAIL PROTECTED]  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
[EMAIL PROTECTED]  KIND, either express or implied.  See the License for the
[EMAIL PROTECTED]  specific language governing permissions and limitations
[EMAIL PROTECTED]  under the License.
+
+
+setlocal
+
+if . == .%1 (
+echo sca root not specified
+goto usage
+)
+set rootdir=%1
+set deploydir=%rootdir%\deploy
+set extdir=%deploydir%\extensions
+set wsextdir=%extdir%\ws
+set refextdir=%wsextdir%\reference
+set srcdir=%rootdir%\runtime\extensions\ws\reference
+
+if . == .%2 (
+echo input directory not specified
+goto usage
+)
+set inpath=%2
+echo %inpath%
+
+call %srcdir%\..\deploy.bat %rootdir%
+
+if not exist %deploydir% mkdir %deploydir%
+if not exist %extdir% mkdir %extdir%
+if not exist %wsextdir% mkdir %wsextdir%
+if not exist %refextdir% mkdir %refextdir%
+if not exist %refextdir%\bin mkdir %refextdir%\bin
+if not exist %refextdir%\lib mkdir %refextdir%\lib
+
+set libname=tuscany_sca_ws_reference
+
+del %refextdir%\bin\%libname%.*
+del %refextdir%\lib\%libname%.*
+
+copy %inpath%\%libname%.lib %refextdir%\lib
+copy %inpath%\%libname%.dll %refextdir%\bin
+
+if exist %inpath%\%libname%.pdb copy %inpath%\%libname%.pdb %refextdir%\bin
+
+goto end
+:usage
+echo Usage: deploy <sca-root> <build-output>
+:end
+
+endlocal

Propchange: incubator/tuscany/cpp/sca/runtime/extensions/ws/reference/deploy.bat
------------------------------------------------------------------------------
    svn:eol-style = native

Added: incubator/tuscany/cpp/sca/runtime/extensions/ws/service/deploy.bat
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/cpp/sca/runtime/extensions/ws/service/deploy.bat?view=auto&rev=453561
==============================================================================
--- incubator/tuscany/cpp/sca/runtime/extensions/ws/service/deploy.bat (added)
+++ incubator/tuscany/cpp/sca/runtime/extensions/ws/service/deploy.bat Fri Oct  
6 04:53:13 2006
@@ -0,0 +1,72 @@
[EMAIL PROTECTED] off
+
[EMAIL PROTECTED]  Licensed to the Apache Software Foundation (ASF) under one
[EMAIL PROTECTED]  or more contributor license agreements.  See the NOTICE file
[EMAIL PROTECTED]  distributed with this work for additional information
[EMAIL PROTECTED]  regarding copyright ownership.  The ASF licenses this file
[EMAIL PROTECTED]  to you under the Apache License, Version 2.0 (the
[EMAIL PROTECTED]  "License"); you may not use this file except in compliance
[EMAIL PROTECTED]  with the License.  You may obtain a copy of the License at
[EMAIL PROTECTED]  
[EMAIL PROTECTED]    http://www.apache.org/licenses/LICENSE-2.0
[EMAIL PROTECTED]    
[EMAIL PROTECTED]  Unless required by applicable law or agreed to in writing,
[EMAIL PROTECTED]  software distributed under the License is distributed on an
[EMAIL PROTECTED]  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
[EMAIL PROTECTED]  KIND, either express or implied.  See the License for the
[EMAIL PROTECTED]  specific language governing permissions and limitations
[EMAIL PROTECTED]  under the License.
+
+
+setlocal
+
+if . == .%1 (
+echo sca root not specified
+goto usage
+)
+set rootdir=%1
+set deploydir=%rootdir%\deploy
+set extdir=%deploydir%\extensions
+set wsextdir=%extdir%\ws
+set svcextdir=%wsextdir%\service
+set svcsdir=%svcextdir%\services
+set srcdir=%rootdir%\runtime\extensions\ws\service\axis2c\src
+
+if . == .%2 (
+echo input directory not specified
+goto usage
+)
+set inpath=%2
+echo %inpath%
+
+if not exist %deploydir% mkdir %deploydir%
+if not exist %extdir% mkdir %extdir%
+if not exist %wsextdir% mkdir %wsextdir%
+if not exist %svcextdir% mkdir %svcextdir%
+if not exist %svcextdir%\bin mkdir %svcextdir%\bin
+if not exist %svcextdir%\lib mkdir %svcextdir%\lib
+
+set libname=tuscany_sca_ws_service
+
+del %svcextdir%\bin\%libname%.*
+del %svcextdir%\lib\%libname%.*
+
+copy %inpath%\%libname%.lib %svcextdir%\lib
+copy %inpath%\%libname%.dll %svcextdir%\bin
+
+if exist %inpath%\%libname%.pdb copy %inpath%\%libname%.pdb %svcextdir%\bin
+
+if not exist %svcsdir% mkdir %svcsdir%
+if not exist %svcsdir%\tuscany mkdir %svcsdir%\tuscany
+
+copy %srcdir%\axis2.xml %svcsdir%
+copy %srcdir%\services.xml %svcsdir%\tuscany
+copy %inpath%\%libname%.dll %svcsdir%\tuscany
+if exist %inpath%\%libname%.pdb copy %inpath%\%libname%.pdb %svcsdir%\tuscany
+
+goto end
+:usage
+echo Usage: deploy <sca-root> <build-output>
+:end
+
+endlocal

Propchange: incubator/tuscany/cpp/sca/runtime/extensions/ws/service/deploy.bat
------------------------------------------------------------------------------
    svn:eol-style = native

Added: incubator/tuscany/cpp/sca/runtime/extensions/ws/service/deploymodule.bat
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/cpp/sca/runtime/extensions/ws/service/deploymodule.bat?view=auto&rev=453561
==============================================================================
--- incubator/tuscany/cpp/sca/runtime/extensions/ws/service/deploymodule.bat 
(added)
+++ incubator/tuscany/cpp/sca/runtime/extensions/ws/service/deploymodule.bat 
Fri Oct  6 04:53:13 2006
@@ -0,0 +1,69 @@
[EMAIL PROTECTED] off
+
[EMAIL PROTECTED]  Licensed to the Apache Software Foundation (ASF) under one
[EMAIL PROTECTED]  or more contributor license agreements.  See the NOTICE file
[EMAIL PROTECTED]  distributed with this work for additional information
[EMAIL PROTECTED]  regarding copyright ownership.  The ASF licenses this file
[EMAIL PROTECTED]  to you under the Apache License, Version 2.0 (the
[EMAIL PROTECTED]  "License"); you may not use this file except in compliance
[EMAIL PROTECTED]  with the License.  You may obtain a copy of the License at
[EMAIL PROTECTED]  
[EMAIL PROTECTED]    http://www.apache.org/licenses/LICENSE-2.0
[EMAIL PROTECTED]    
[EMAIL PROTECTED]  Unless required by applicable law or agreed to in writing,
[EMAIL PROTECTED]  software distributed under the License is distributed on an
[EMAIL PROTECTED]  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
[EMAIL PROTECTED]  KIND, either express or implied.  See the License for the
[EMAIL PROTECTED]  specific language governing permissions and limitations
[EMAIL PROTECTED]  under the License.
+
+
+setlocal
+
+if . == .%1 (
+echo sca root not specified
+goto usage
+)
+set rootdir=%1
+set deploydir=%rootdir%\deploy
+set extdir=%deploydir%\extensions
+set wsextdir=%extdir%\ws
+set svcextdir=%wsextdir%\service
+set modsdir=%svcextdir%\modules
+set srcdir=%rootdir%\runtime\extensions\ws\service\axis2c\src
+
+if . == .%2 (
+echo input directory not specified
+goto usage
+)
+set inpath=%2
+echo %inpath%
+
+if not exist %deploydir% mkdir %deploydir%
+if not exist %extdir% mkdir %extdir%
+if not exist %wsextdir% mkdir %wsextdir%
+
+set libname=tuscany_sca_ws_dispatcher
+
+del %svcextdir%\bin\%libname%.*
+del %svcextdir%\lib\%libname%.*
+
+copy %inpath%\%libname%.lib %svcextdir%\lib
+copy %inpath%\%libname%.dll %svcextdir%\bin
+
+if exist %inpath%\%libname%.pdb copy %inpath%\%libname%.pdb %svcextdir%\bin
+
+
+if not exist %modsdir% mkdir %modsdir%
+if not exist %modsdir%\tuscany mkdir %modsdir%\tuscany
+
+copy %srcdir%\module.xml %modsdir%\tuscany
+copy %inpath%\%libname%.dll %modsdir%\tuscany
+if exist %inpath%\%libname%.pdb copy %inpath%\%libname%.pdb %modsdir%\tuscany
+
+goto end
+:usage
+echo Usage: deploy <sca-root> <build-output>
+:end
+
+endlocal

Propchange: 
incubator/tuscany/cpp/sca/runtime/extensions/ws/service/deploymodule.bat
------------------------------------------------------------------------------
    svn:eol-style = native



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to