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 06:21:28 UTC

svn commit: r469373 - /webservices/axis2/branches/java/1_1/modules/samples/script/userguide/build.xml

Author: thilina
Date: Mon Oct 30 21:21:25 2006
New Revision: 469373

URL: http://svn.apache.org/viewvc?view=rev&rev=469373
Log:
fixing AXIS2-1546 

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

Modified: webservices/axis2/branches/java/1_1/modules/samples/script/userguide/build.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/modules/samples/script/userguide/build.xml?view=diff&rev=469373&r1=469372&r2=469373
==============================================================================
--- webservices/axis2/branches/java/1_1/modules/samples/script/userguide/build.xml (original)
+++ webservices/axis2/branches/java/1_1/modules/samples/script/userguide/build.xml Mon Oct 30 21:21:25 2006
@@ -17,38 +17,38 @@
     <target name="testEchoBlockingClient">
         <java classname="userguide.clients.EchoBlockingClient"
               classpathref="axis.classpath" fork="true">
-            <jvmarg value="-Daxis2.repo=${mainDir}"/>
+            <jvmarg value="-Daxis2.repo=${mainDir}/repository"/>
         </java>
     </target>
     <target name="testEchoBlockingDualClient">
         <java classname="userguide.clients.EchoBlockingDualClient"
               classpathref="axis.classpath" fork="true">
-            <jvmarg value="-Daxis2.repo=${mainDir}"/>
+            <jvmarg value="-Daxis2.repo=${mainDir}/repository"/>
         </java>
     </target>
     <target name="testEchoNonBlockingDualClient">
         <java classname="userguide.clients.EchoNonBlockingDualClient"
               classpathref="axis.classpath" fork="true">
-            <jvmarg value="-Daxis2.repo=${mainDir}"/>
+            <jvmarg value="-Daxis2.repo=${mainDir}/repository"/>
         </java>
     </target>
     <target name="testPingClient">
         <java classname="userguide.clients.PingClient"
               classpathref="axis.classpath" fork="true">
-            <jvmarg value="-Daxis2.repo=${mainDir}"/>
+            <jvmarg value="-Daxis2.repo=${mainDir}/repository"/>
         </java>
     </target>
     <target name="testWebServiceWithModuleClient">
         <java classname="userguide.clients.ClientForWebServiceWithModule"
               classpathref="axis.classpath" fork="true">
-            <jvmarg value="-Daxis2.repo=${mainDir}"/>
+            <jvmarg value="-Daxis2.repo=${mainDir}/repository"/>
         </java>
     </target>
 
     <target name="testEchoNonBlockingClient">
         <java classname="userguide.clients.EchoNonBlockingClient"
               classpathref="axis.classpath" fork="true">
-            <jvmarg value="-Daxis2.repo=${mainDir}"/>
+            <jvmarg value="-Daxis2.repo=${mainDir}/repository"/>
         </java>
     </target>
-</project>
\ No newline at end of file
+</project>



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