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 th...@apache.org on 2006/10/30 16:56:45 UTC

svn commit: r469169 - /webservices/axis2/branches/java/1_1/modules/samples/soapwithattachments/build.xml

Author: thilina
Date: Mon Oct 30 07:56:44 2006
New Revision: 469169

URL: http://svn.apache.org/viewvc?view=rev&rev=469169
Log:
adding parameters

Modified:
    webservices/axis2/branches/java/1_1/modules/samples/soapwithattachments/build.xml

Modified: webservices/axis2/branches/java/1_1/modules/samples/soapwithattachments/build.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/modules/samples/soapwithattachments/build.xml?view=diff&rev=469169&r1=469168&r2=469169
==============================================================================
--- webservices/axis2/branches/java/1_1/modules/samples/soapwithattachments/build.xml (original)
+++ webservices/axis2/branches/java/1_1/modules/samples/soapwithattachments/build.xml Mon Oct 30 07:56:44 2006
@@ -51,6 +51,10 @@
 			</fileset>
 		</jar>
 		<java classname="sample.soapwithattachments.client.SWAClient" classpathref="axis.classpath" fork="true">
+			<arg value="-file" />
+						<arg value="${file}" />
+						<arg value="-dest" />
+						<arg value="${dest}" />
 			<jvmarg value="-Daxis2.repo=${axis2.repo}" />
 		</java>
 	</target>



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