Changeset 23856 for main/trunk


Ignore:
Timestamp:
2011-04-06T15:29:22+12:00 (13 years ago)
Author:
ak19
Message:

if, outside build.properties, we only set perl.path if we have gs2build/build-src (collection building), then we won't set perl.path in a (flax) binary, since it doesn't have build-src

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone3/build.xml

    r23855 r23856  
    559559         environment variable PERLPATH, and failing that assumes 'perl'
    560560         is on environment PATH -->
    561     <if><bool><available file="${build.src.home}"/></bool>
     561    <!-- if, outside build.properties, we only set perl.path if we have gs2build/build-src (collection building), then we won't set perl.path in a (flax) binary, since it doesn't have build-src -->
     562    <!--<if><bool><available file="${build.src.home}"/></bool>-->
    562563
    563564      <if><bool><not><isset property="perl.path"/></not></bool>
     
    601602        </else>
    602603      </if>
    603     </if>
     604    <!-- </if>-->
    604605  </target>
    605606
Note: See TracChangeset for help on using the changeset viewer.