Author: jsdelfino
Date: Tue Dec  5 00:24:30 2006
New Revision: 482546

URL: http://svn.apache.org/viewvc?view=rev&rev=482546
Log:
Added a top level build.bat script. Removed unnecessary print from build.sh.

Added:
    incubator/tuscany/cpp/build.bat
Modified:
    incubator/tuscany/cpp/build.sh

Added: incubator/tuscany/cpp/build.bat
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/cpp/build.bat?view=auto&rev=482546
==============================================================================
--- incubator/tuscany/cpp/build.bat (added)
+++ incubator/tuscany/cpp/build.bat Tue Dec  5 00:24:30 2006
@@ -0,0 +1,49 @@
[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.
+
+
[EMAIL PROTECTED]
+
+set config=Release
+if .Debug == .%1 (
+echo Building Debug version
+set config=Debug
+)
+
+if "%LIBXML2_HOME%" == "" (
+echo "LIBXML2_HOME not set"
+goto end
+)
+
+if "%ICONV_HOME%" == "" (
+echo "ICONV_HOME not set"
+goto end
+)
+
+if "%AXIS2C_HOME%" == "" (
+echo "AXIS2C_HOME not set"
+goto end
+)
+
+cd sdo
+call build.bat
+
+cd ..\sca
+call build.bat
+
[EMAIL PROTECTED]

Modified: incubator/tuscany/cpp/build.sh
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/cpp/build.sh?view=diff&rev=482546&r1=482545&r2=482546
==============================================================================
--- incubator/tuscany/cpp/build.sh (original)
+++ incubator/tuscany/cpp/build.sh Tue Dec  5 00:24:30 2006
@@ -32,7 +32,6 @@
 echo "AXIS2C_HOME not set"
 exit;
 fi
-echo "Using Axis2C installed at $AXIS2C_HOME"
 
 # Build SDO
 cd sdo



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

Reply via email to