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 ha...@apache.org on 2006/03/17 19:36:20 UTC

svn commit: r386685 - /webservices/axis/trunk/c/build/build.common.properties

Author: hawkeye
Date: Fri Mar 17 10:36:18 2006
New Revision: 386685

URL: http://svn.apache.org/viewcvs?rev=386685&view=rev
Log:
Fixed wrong WSDL2Ws path for test.

Modified:
    webservices/axis/trunk/c/build/build.common.properties

Modified: webservices/axis/trunk/c/build/build.common.properties
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/c/build/build.common.properties?rev=386685&r1=386684&r2=386685&view=diff
==============================================================================
--- webservices/axis/trunk/c/build/build.common.properties (original)
+++ webservices/axis/trunk/c/build/build.common.properties Fri Mar 17 10:36:18 2006
@@ -242,7 +242,7 @@
 ########################################
 # Location of wsdl2ws for Deliverables #
 ########################################
-dir.wsdl2ws = ${dir.release}-bin/lib/axis
+dir.wsdl2ws = ${dir.release}/lib/axis
 
 ############################################
 # axisConfiguration executable             #
@@ -286,7 +286,7 @@
 
 # Details of server to be used for testing clients
 testHost = localhost
-testPort = 8080
+testPort = 8084
 monitorPort = 13260
 
 # details of HTTP proxy for any proxy tests