stevel      2002/10/25 11:24:00

  Modified:    java/xmls targets.xml
  Log:
  print out the network settings, for what it is worth.
  
  Revision  Changes    Path
  1.46      +9 -0      xml-axis/java/xmls/targets.xml
  
  Index: targets.xml
  ===================================================================
  RCS file: /home/cvs/xml-axis/java/xmls/targets.xml,v
  retrieving revision 1.45
  retrieving revision 1.46
  diff -u -r1.45 -r1.46
  --- targets.xml       17 Oct 2002 20:41:08 -0000      1.45
  +++ targets.xml       25 Oct 2002 18:24:00 -0000      1.46
  @@ -292,6 +292,15 @@
       <echo message="axis_nojavadocs=${env.axis_nojavadocs}"/>
   
       <echo message="" />
  +    <echo message="-- Network Settings ---"/>
  +    <echo message="" />
  +    <echo message="http.proxyHost = ${http.proxyHost}" />
  +    <echo message="http.proxyPort = ${http.proxyPort}" />
  +    <echo message="http.nonProxyHosts = ${http.nonProxyHosts}" />
  +    <echo message="http.proxyUser = ${http.proxyUser}" />
  +    <echo message="http.proxyPassword = ${http.proxyPassword}" />
  +    <echo message="" />
  +    
       <echo message="-- Test Environment for AXIS ---"/>
       <echo message="" />
       <echo message="test.functional.remote = ${test.functional.remote}" />
  
  
  


Reply via email to