Changeset 9979


Ignore:
Timestamp:
2005-05-27T16:50:32+12:00 (19 years ago)
Author:
kjdon
Message:

added paths to executables for configure-packages, also a test java target.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl3/build.xml

    r9978 r9979  
    164164  </path>
    165165
     166<target name="test-java">
     167    <echo>${ant.java.version}</echo>
     168</target>
    166169<!-- ==================== Primary and Global Targets ============================= -->
    167170
     
    826829      Configuring MG
    827830    </echo>
    828     <exec executable="configure" os="${os.linux}"
     831    <exec executable="${mg.home}/configure" os="${os.linux}"
    829832      dir="${mg.home}">
    830833      <arg value="--prefix=${basedir}"/>
     
    833836      Configuring MGPP
    834837    </echo>
    835     <exec executable="configure" os="${os.linux}"
     838    <exec executable="${mgpp.home}/configure" os="${os.linux}"
    836839      dir="${mgpp.home}">
    837840      <arg value="--prefix=${basedir}"/>
Note: See TracChangeset for help on using the changeset viewer.