Changeset 10073


Ignore:
Timestamp:
2005-06-13T15:35:31+12:00 (19 years ago)
Author:
kjdon
Message:

mg/mgpp make install doesn't do anything with the jar files now, so we copy the jar files to the web/WEB-INF/lib dir.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl3/build.xml

    r10069 r10073  
    920920      <arg value="javaonly"/>
    921921    </exec>
    922     <exec executable="${mg.home}/winMake.bat" os="${os.windows}"
    923       dir="${mg.home}">
    924       <arg value="install"/>
    925       <arg value="javaonly"/>
    926       <env key="GSDL3HOME" value="${basedir}"/>
    927     </exec>
     922    <!-- install the jar file -->
     923    <copy file="${mg.home}/mg.jar" todir="{web.lib}"/>
    928924   
    929925    <!-- mgpp -->
     
    942938      <arg value="javaonly"/>
    943939    </exec>
    944     <exec executable="${mgpp.home}/winMake.bat" os="${os.windows}"
    945       dir="${mgpp.home}">
    946       <arg value="install"/>
    947       <arg value="javaonly"/>
    948       <env key="GSDL3HOME" value="${basedir}"/>
    949     </exec>
    950 
     940    <!-- install the jar file -->
     941    <copy file="${mgpp.home}/mgpp.jar" todir="{web.lib}"/>
     942   
    951943    <!-- vishnu -->
    952944    <echo>Compiling Vishnu</echo>
Note: See TracChangeset for help on using the changeset viewer.