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/31 18:15:35 UTC

svn commit: r469566 - in /webservices/axis2/branches/java/1_1/modules/samples/mtom: README.txt build.xml

Author: thilina
Date: Tue Oct 31 09:15:34 2006
New Revision: 469566

URL: http://svn.apache.org/viewvc?view=rev&rev=469566
Log:
exec ant task seems to be having troubles in windows. So let te user to set the AXIS2_HOME before hand

Modified:
    webservices/axis2/branches/java/1_1/modules/samples/mtom/README.txt
    webservices/axis2/branches/java/1_1/modules/samples/mtom/build.xml

Modified: webservices/axis2/branches/java/1_1/modules/samples/mtom/README.txt
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/modules/samples/mtom/README.txt?view=diff&rev=469566&r1=469565&r2=469566
==============================================================================
--- webservices/axis2/branches/java/1_1/modules/samples/mtom/README.txt (original)
+++ webservices/axis2/branches/java/1_1/modules/samples/mtom/README.txt Tue Oct 31 09:15:34 2006
@@ -9,6 +9,8 @@
 
 Running the Sample:
 -------------------
+1. Please make sure to set the AXIS2_HOME environment variable to point to the 
+AXIS2_DIST.
 1. Use <ant service> command in the AXIS2_DIST/sample/mtom/ to build the service.
 2. Generated service gets copied to the AXIS2_DIST/repository/services automatically.
 Run the AXIS2_DIST/bin/axis2server.{sh.bat} to start the standalone axis2 server. 

Modified: webservices/axis2/branches/java/1_1/modules/samples/mtom/build.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/modules/samples/mtom/build.xml?view=diff&rev=469566&r1=469565&r2=469566
==============================================================================
--- webservices/axis2/branches/java/1_1/modules/samples/mtom/build.xml (original)
+++ webservices/axis2/branches/java/1_1/modules/samples/mtom/build.xml Tue Oct 31 09:15:34 2006
@@ -48,11 +48,7 @@
 			<classpath refid="class.path" />
 		</java>
 		<copy file="${skeleton.path}" tofile="${service.dir}/${skeleton.path}" overwrite="true" />
-		<exec executable="ant">
-			<arg value="-f"/>
-			<arg value="${service.dir}/build.xml"/>
-			<env key="AXIS2_HOME" value="../../../../"/>
-		</exec>
+		<ant dir="${service.dir}" />
 		<copy file="${service.dir}/build/lib/MTOMSample.aar" tofile="${service.dir}/MTOMSample.aar" overwrite="true" />
 		<copy file="${service.dir}/MTOMSample.aar" tofile="../../repository/services/sample-mtom.aar" overwrite="true" />
 	</target>



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