Ignore:
Timestamp:
2020-11-16T14:15:07+13:00 (3 years ago)
Author:
ak19
Message:

Shifted the call to new prepare-binaries target to the end of ant prepare and now compiling GS3 works again. Thanks to Kathy for immediately noticing that the previously wrong location for prepare-binaries had broken GS3 compilation.

File:
1 edited

Legend:

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

    r34534 r34536  
    930930  <!-- ==================== Primary and Global Targets ============================= -->
    931931
    932   <target name="prepare" depends="accept-properties,init,copy-dot-svn-files,prepare-core,prepare-packages,prepare-common-src,prepare-binaries,prepare-collection-building,prepare-tomcat,prepare-axis,prepare-web,prepare-collections, prepare-flax"
     932  <target name="prepare" depends="accept-properties,init,copy-dot-svn-files,prepare-core,prepare-packages,prepare-common-src,prepare-collection-building,prepare-tomcat,prepare-axis,prepare-web,prepare-collections, prepare-flax,prepare-binaries"
    933933    description="Use this when you first checkout the code: 'ant prepare install'. This will do some additional subversion checkouts and downloads, so you need to be online to run this.">
    934934
Note: See TracChangeset for help on using the changeset viewer.