Ignore:
Timestamp:
2005-05-06T09:31:28+12:00 (19 years ago)
Author:
kjdon
Message:

changed the proxy present test

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/ant-install-branch/gsdl3/build.xml

    r9792 r9826  
    293293      <echo>tomcat.port:${tomcat.port}, gli.present:${gli.present} gsdlislocal=${gsdl2.islocal} gs2build.present=${gs2build.present} gsdl2.installed.path = ${gsdl2.installed.path}</echo>
    294294    <condition property="proxy.present">
    295       <not>
    296     <equals arg1="" arg2="${proxy.host}"/>
    297       </not>
     295      <and>
     296    <isset property="proxy.host"/>
     297    <not>
     298      <equals arg1="" arg2="${proxy.host}"/>
     299    </not>
     300      </and>
    298301    </condition>
    299302  </target>
Note: See TracChangeset for help on using the changeset viewer.