Author: hawkeye
Date: Wed Jun 14 08:07:37 2006
New Revision: 414282

URL: http://svn.apache.org/viewvc?rev=414282&view=rev
Log:
AxisAdmin service can now be stopped using an adminclient commnd

Modified:
    webservices/axis/trunk/c/services.xml

Modified: webservices/axis/trunk/c/services.xml
URL: 
http://svn.apache.org/viewvc/webservices/axis/trunk/c/services.xml?rev=414282&r1=414281&r2=414282&view=diff
==============================================================================
--- webservices/axis/trunk/c/services.xml (original)
+++ webservices/axis/trunk/c/services.xml Wed Jun 14 08:07:37 2006
@@ -65,6 +65,7 @@
                 <sleep seconds="3" />
             </then>
             <else>
+               <antcall target="stopAxisServer"/>
                 <echo message="WARNING!" />
                 <echo message="this script can't stop this server 
(${serverexecutable}).
                                 If the server is started stop it yourself and 
then run ant again" />
@@ -230,13 +231,13 @@
             failifexecutionfails="true">
             <arg line="localhost ${testPort} &quot;${wsddFile}&quot;" />
             <env key="PATH"
-                
path="${dir.libraries}${path.separator}${dir.xmlParser}${path.separator}${java.library.path}"
 />
+                
path="${dir.libraries}${path.separator}${dir.xmlParser}/bin${path.separator}${java.library.path}"
 />
             <env key="LD_LIBRARY_PATH"
-                path="${dir.libraries}${path.separator}${dir.xmlParser}" />
+                path="${dir.libraries}${path.separator}${dir.xmlParser}/lib" />
             <env key="LIBPATH"
-                path="${dir.libraries}${path.separator}${dir.xmlParser}" />
+                path="${dir.libraries}${path.separator}${dir.xmlParser}/lib" />
             <env key="SHLIB_PATH"
-                path="${dir.libraries}${path.separator}${dir.xmlParser}" />
+                path="${dir.libraries}${path.separator}${dir.xmlParser}/lib" />
             <env key="AXISCPP_DEPLOY" 
value="${dir.test.generated}/AdminClient" />
         </exec>
     </target>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to