Changeset 20242


Ignore:
Timestamp:
2009-08-12T16:26:32+12:00 (15 years ago)
Author:
oranfry
Message:

only complain about errors if we actually set some

File:
1 edited

Legend:

Unmodified
Added
Removed
  • greenstone3/trunk/build.xml

    r20241 r20242  
    524524            <equals arg1="1.4" arg2="${ant.java.version}"/>
    525525          </and>
    526           <not><equals arg1="${packages.tomcat.detection.errors}" arg2=""/></not>
     526          <and>
     527            <isset property="packages.tomcat.detection.errors"/>
     528            <not><equals arg1="${packages.tomcat.detection.errors}" arg2=""/></not>
     529         </and>
    527530        </or>
    528531      </bool>
Note: See TracChangeset for help on using the changeset viewer.