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 wh...@apache.org on 2005/07/15 16:47:05 UTC

cvs commit: ws-axis/c/build buildTools.xml

whitlock    2005/07/15 07:47:05

  Modified:    c/build  buildTools.xml
  Log:
  Allow overriding the trace config file name
  
  Revision  Changes    Path
  1.12      +5 -1      ws-axis/c/build/buildTools.xml
  
  Index: buildTools.xml
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/build/buildTools.xml,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- buildTools.xml	18 May 2005 02:44:32 -0000	1.11
  +++ buildTools.xml	15 Jul 2005 14:47:04 -0000	1.12
  @@ -27,10 +27,14 @@
   		<path id ="tracecp">
   			<fileset dir="${dir.classes}" includes="buildtools.jar"/>
   		</path>
  +
  +		<!-- Allow caller to override the config filename -->
  +		<property name="trace.config.file" value="${dir.tools}/org/apache/axis/tools/trace/tracetool.conf"/>
  +
   		<java classname="org.apache.axis.tools.trace.TraceInstrumentor" fork="true" failonerror="true">
                     <classpath refid="tracecp"/>
   			<arg value="-config"/>
  -			<arg value="${dir.tools}/org/apache/axis/tools/trace/tracetool.conf"/>
  +			<arg value="${trace.config.file}"/>
   			<arg value="-include"/>
   			<arg value="${dir.src}"/>
   			<arg value="-include"/>