stevel 2003/01/12 15:24:21
Modified: java/xmls properties.xml
Log:
This is me just syncing CVS with the properties.xml I have, which was changed as
part of the process of enabling offline and proxied tests. I am not about to check in
the latter, but want to get the xml in sync so that the changes to get gump working
are in a separate commit.
Revision Changes Path
1.35 +16 -8 xml-axis/java/xmls/properties.xml
Index: properties.xml
===================================================================
RCS file: /home/cvs/xml-axis/java/xmls/properties.xml,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- properties.xml 13 Dec 2002 20:46:08 -0000 1.34
+++ properties.xml 12 Jan 2003 23:24:21 -0000 1.35
@@ -20,13 +20,9 @@
<property name="saaj" value="saaj" />
<!-- debug flag for ant javac, values are "on" and "off" -->
-<!--
-TODO: add control for what debug information gets included;
-for some introspection to work, symbol info should always be included in
-classes that implement endpoints or data (including exceptions) sent over
-them.
--->
<property name="debug" value="on" />
+<!-- what gets pulled in to the binaries: everything -->
+<property name="debuglevel" value="lines,vars,source" />
<property name="deprecation" value="true" />
<!-- directories -->
@@ -49,7 +45,8 @@
<property name="jimi.jar" location="${lib.dir}/JimiProClasses.zip"/>
<property name="activation.jar" location="${lib.dir}/activation.jar"/>
<property name="mailapi.jar" location="${lib.dir}/mailapi.jar"/>
-<property name="httpunit.jar" location="${lib.dir}/commons-httpunit.jar"/>
+<!-- there is no commons-httpunit, AFAIK it is a sourceforge project -->
+<!-- <property name="httpunit.jar" location="${lib.dir}/commons-httpunit.jar"/> -->
<!-- this jar is only in the test lib dir -->
<property name="regexp.jar" location="${test.dir}/lib/jakarta-oro-2.0.5.jar"/>
@@ -80,6 +77,7 @@
<!-- axis convention is to build into the same hierarchy as the main source -->
<property name="test.classes.dir" location="${build.dest}"/>
<property name="test.data.dir" location="${test.build.dir}/data"/>
+<property name="test.output.printsummary" value="withOutAndErr"/>
<property name="test.functional.remote" value="no" />
<property name="test.functional.local" value="yes" />
@@ -89,14 +87,24 @@
<property name="test.functional.SimpleAxisPort" value="8080" />
<property name="test.functional.ServicePort" value="8080"/>
<property name="test.functional.TCPListenerPort" value="8088" />
+<property name="test.functional.serverurl"
+ value="http://localhost:${test.functional.TCPListenerPort}" />
+<property name="test.functional.webapp.url"
+ value="http://localhost:${test.functional.TCPListenerPort}/axis" />
+<property name="test.functional.TCPListener.url"
+ value="tcp://localhost:${test.functional.TCPListenerPort}" />
+
<property name="test.functional.fail" value="yes" />
+
<!-- Place Holder for proxy settings -->
<property name="http.proxyHost" value=""/>
<property name="http.proxyPort" value=""/>
-<property name="http.nonProxyHosts" value=""/>
+<property name="http.nonProxyHosts" value="localhost"/>
<property name="http.proxyUser" value=""/>
<property name="http.proxyPassword" value=""/>
+<property name="socks.proxyHost" value=""/>
+<property name="socks.proxyPort" value="1080"/>
<property name="javac.fork" value="no"/>
<property name="foreach.fork" value="no"/>