Peter Rossbach wrote:
HI Remy,

but this means that proxy.use=off also true and proxy is set.

I think we can better use the following code:

  <target name="proxyflags">
    <!-- check proxy parameters. -->
    <condition property="useproxy">
      <equals arg1="${proxy.use}" arg2="on" />
    </condition>
  </target>

  <target name="setproxy" depends="proxyflags" if="useproxy">

At tomcat 5.5 the proxyflags dependencies also missing.

Ok.

Rémy

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

Reply via email to