Ignore:
Timestamp:
2008-04-28T12:42:17+12:00 (16 years ago)
Author:
ak19
Message:

Changes to usage target

File:
1 edited

Legend:

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

    r15222 r15223  
    22<!-- ======================================================================
    33     April 2008 - GS3 web services democlient compile script
     4     With lots of help from kjdon's Greenstone3 build and install script
    45     See http://ant.apache.org/manual/
    56     http://ant.apache.org/manual/usinglist.html
     
    78     and http://ant.apache.org/manual/coretasklist.html
    89     http://ant.apache.org/manual/tasksoverview.html
    9      See also kjdon's Greenstone3 build and install script
    1010====================================================================== -->
    1111<project name="gs3democlient" default="usage" basedir=".">
     
    3939    <echo>- ant build-demo-client</echo>
    4040    <echo>  for (compiling) and creating the demo-client executable</echo>
     41    <echo>- ant compile-demo-client</echo>
     42    <echo>  for compiling the democlient</echo>
     43    <echo>- fedoraGS3jar</echo>
     44    <echo>  for generating the fedoraGS3.jar dependency file</echo>
     45    <echo>- QBRdatajar</echo>
     46    <echo>  for generating the QBRdata.jar dependency file</echo>
     47    <echo>- generate-download</echo>
     48    <echo>  for generating the zip/gzip/bzip file of the project</echo>
    4149    <echo>- ant clean</echo>
    4250    <echo>  for deleting the *.class files from the GS3democlient's source</echo>
    43     <echo>- ant compile-demo-client</echo>
    44     <echo>  for compiling the democlient</echo>
    45 </target>
     51    <echo>- ant clean-all</echo>
     52    <echo>  for deleting the *.class files from the GS3democlient and GS3Fedora sources</echo>
     53    <echo>- ant retain-sources-only</echo>
     54    <echo>  for deleting the *.class files from the sources, the QBRdata.jar, fedoraGS3.jar, executable jar file, and any zips of the project folder</echo>
     55</target>
     56
    4657
    4758<!-- Main targets: to build the GS3 web services demo-client and to create the tar.gz file for downloading -->
Note: See TracChangeset for help on using the changeset viewer.