You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by th...@apache.org on 2007/07/10 15:23:29 UTC

svn commit: r554935 - /webservices/axis2/trunk/java/modules/samples/mtom/build.xml

Author: thilina
Date: Tue Jul 10 06:23:24 2007
New Revision: 554935

URL: http://svn.apache.org/viewvc?view=rev&rev=554935
Log:
making the build script to work as mentioned in the readme.. Please holler if somebody removed the generate.client dependency from the run.client purposely

Modified:
    webservices/axis2/trunk/java/modules/samples/mtom/build.xml

Modified: webservices/axis2/trunk/java/modules/samples/mtom/build.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/samples/mtom/build.xml?view=diff&rev=554935&r1=554934&r2=554935
==============================================================================
--- webservices/axis2/trunk/java/modules/samples/mtom/build.xml (original)
+++ webservices/axis2/trunk/java/modules/samples/mtom/build.xml Tue Jul 10 06:23:24 2007
@@ -91,7 +91,7 @@
     </target>	
 
 	<!-- Run Client -->
-	<target name="run.client" depends="check-parameters" if="parameters.set">
+	<target name="run.client" depends="check-parameters,generate.client" if="parameters.set">
 		<!-- Accept two arguments from the command line, Also use the class.path set earlier -->
 		<java classname="sample.mtom.client.Client" fork="true">
 			<arg value="-file" />



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-cvs-help@ws.apache.org