You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by ha...@apache.org on 2006/03/16 15:26:31 UTC

svn commit: r386340 - /webservices/axis/trunk/c/build/build.common.properties

Author: hawkeye
Date: Thu Mar 16 06:26:28 2006
New Revision: 386340

URL: http://svn.apache.org/viewcvs?rev=386340&view=rev
Log:
Cleaned up props file

Modified:
    webservices/axis/trunk/c/build/build.common.properties

Modified: webservices/axis/trunk/c/build/build.common.properties
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/c/build/build.common.properties?rev=386340&r1=386339&r2=386340&view=diff
==============================================================================
--- webservices/axis/trunk/c/build/build.common.properties (original)
+++ webservices/axis/trunk/c/build/build.common.properties Thu Mar 16 06:26:28 2006
@@ -1,22 +1,11 @@
-#####################################
-# Parser that the client should use #
-#####################################
-#only one parse can be used at a given time
+# THIS FILE SHOULD JUST CONTAIN THE PROPERTIES FOR BUILDING AXIS. UNFORTUNATELY IT		   #
+# HAS GOT CORRUPTED AND CONTAINS THE PROPERTIES FOR BUILDING, DEPLOYING AND TESTING AXIS " #
+# PLEASE BE AWARE OF THIS AND WHEN YOU FIND SOMETHING OUT OF ITS SECIOTN PUT IT INTO ITS   #
+# CORRECT SECTION OR COMMENT IT !                                                          #
 
-testconf.client.parser.xml4c = false
-testconf.client.parser.xerces = true
-testconf.client.parser.guththila = false
-
-#############################
-# Server to deploy Services #
-#############################
-#Only one server can be used at a given time
-#Also APACHE_HOME, APACHE2_HOME (simple axis server needs no environment settings) environment 
-#variables should be set accordingly
+######################################################################################
+# BUILD PROPERTIES #
 
-server.apache1=false
-server.apache2=true
-server.simpleaxisserver=true
 
 #####################
 # Items to be built #
@@ -27,7 +16,12 @@
 
 # Set the following to true if you wish the server libraries be built
 # See options below for Apache modules and Stand-alone server
+# Note - if you set server=false no servers will be built regardless of whether you have set their
+# individual values to true
 server = true
+server.apache13 = true
+server.apache20 = true
+server.simpleAxisServer = true
 
 # set the following options if you want to create the CBindings
 # buildCBindings
@@ -139,12 +133,89 @@
 #     For Unix    :   axis_server will produce libaxis_server.so
 serverEngineLibraryName = axis_server
 
+###########################
+# Location of output tree #
+###########################
+dir.obj = ${basedir}/../../../obj
+
+####################
+# Trace Properties #
+####################
+
+# Instrument the Axis C++ source code with entry/exit trace
+dir.src.instrumented = ${dir.obj}/src
+
+#######################################
+# Properties for compiling C/C++ code #
+#######################################
+
+# Directory in which to place compiled libraries
+dir.bin = ${dir.obj}/bin
+
+# Directory in which to place object files
+dir.objects = ${dir.obj}/objects
+
+####################################
+# Properties for compiling WSDL2Ws #
+####################################
+
+# Location of Axis JARs
+dir.axisJARs = ${env.AXISJAVA_LIB}
+
+# Directory in which to place compiled Java classes
+dir.classes = ${dir.obj}/classes
+
+###########################################
+# Properties for packaging Binary release #
+###########################################
+release = axis-c-${version}-${platform}
+dir.release = ${dir.obj}/package/${release}
+
+###############################
+# Properties for Deliverables #
+###############################
+dir.zips = ${basedir}/../../../zips
+
+########################################
+# Location of wsdl2ws for Deliverables #
+########################################
+dir.wsdl2ws = ${dir.release}-bin/lib/axis
+
+
+
+
+
+
+
+
+
+
+######################################################################################
+# DEPLOYMENT PROPERTIES #
+
+#####################################
+# Parser that the client should use #
+#####################################
+#only one parse can be used at a given time
+
+testconf.client.parser.xml4c = false
+testconf.client.parser.xerces = true
+testconf.client.parser.guththila = false
+
+#############################
+# Server to deploy Services #
+#############################
+#Only one server can be used at a given time
+#Also APACHE_HOME, APACHE2_HOME (simple axis server needs no environment settings) environment 
+#variables should be set accordingly
+
+server.apache1=false
+server.apache2=false
+
 #################################
 # Simple Axis Server Properties #
 #################################
 
-# Is Simple Axis Server to be used?
-server.simpleAxisServer = true
 
 # Name for compiled server engine - excluding any prefix or suffix
 # eg: For Windows :   simple_axis_server will produce simple_axis_server.exe
@@ -175,13 +246,6 @@
 #     For Unix    :   AxisAdminService will produce libAxisAdminService.so
 adminServiceLibraryName = AxisAdminService
 
-#####################
-# Apache Properties #
-#####################
-
-# Apache versions to be used
-server.apache13 = true
-server.apache20 = true
 
 ## Values used for Apache 1.3
 apache13.dir.server = ${env.APACHE_HOME}
@@ -196,57 +260,15 @@
 #     For Unix    :   axis_apache will produce libaxis_apache.so
 serverLibraryName = mod_axis
 
-###########################
-# Location of output tree #
-###########################
-dir.obj = ${basedir}/../../../obj
 
-####################
-# Trace Properties #
-####################
 
-# Instrument the Axis C++ source code with entry/exit trace
-dir.src.instrumented = ${dir.obj}/src
-
-#######################################
-# Properties for compiling C/C++ code #
-#######################################
-
-# Directory in which to place compiled libraries
-dir.bin = ${dir.obj}/bin
-
-# Directory in which to place object files
-dir.objects = ${dir.obj}/objects
 
-####################################
-# Properties for compiling WSDL2Ws #
-####################################
 
-# Location of Axis JARs
-dir.axisJARs = ${env.AXISJAVA_LIB}
 
-# Directory in which to place compiled Java classes
-dir.classes = ${dir.obj}/classes
 
-###########################################
-# Properties for packaging Binary release #
-###########################################
-release = axis-c-${version}-${platform}
-dir.release = ${dir.obj}/package/${release}
-
-###############################
-# Properties for Deliverables #
-###############################
-dir.zips = ${basedir}/../../../zips
-
-########################################
-# Location of wsdl2ws for Deliverables #
-########################################
-dir.wsdl2ws = ${dir.release}-bin/lib/axis
-
-############################################
+########################################################################################
 # Properties for building and running test #
-############################################
+
 
 # Directory in which to place all generated test artifacts
 # This is also the directory in which code is built and run