Ignore:
Timestamp:
2012-09-11T16:48:41+12:00 (12 years ago)
Author:
ak19
Message:

GS3 code used in gs3_for_client.jar was updated. Needed to add a jar for apache.commons.lang3 which was used by modified GS3 code. Updated build.xml file to grab newly introduced GS3 code file UserContext.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • other-projects/gs3-webservices-java-client/trunk/build.xml

    r21848 r26173  
    183183  <echo>Getting java files GSXML, XMLConverter, GSPath and MyNodeList from Greenstone's SVN repository (${gs3forclient.svn.path}). Compiling and jarring them up into ${gs3.files.jar}...</echo>
    184184  <!-- No point using timestamp here with the get Task, since the tmp file is newly created and will not already have these java files. Get will therefore always retrieve them -->
     185  <get src="${gs3forclient.svn.path}/UserContext.java" dest="${basedir}/tmp/UserContext.java" />
    185186  <get src="${gs3forclient.svn.path}/GSXML.java" dest="${basedir}/tmp/GSXML.java" />
    186187  <get src="${gs3forclient.svn.path}/XMLConverter.java" dest="${basedir}/tmp/XMLConverter.java" />
Note: See TracChangeset for help on using the changeset viewer.