Ignore:
Timestamp:
2009-05-14T13:53:23+12:00 (15 years ago)
Author:
oranfry
Message:

got the release kit to work under java 1.5

File:
1 edited

Legend:

Unmodified
Added
Removed
  • release-kits/wirk3/ant-scripts/compile.xml

    r19406 r19475  
    4747            <checkout url="${svn.root}/documentation/${branch.path}/shared" destPath="compiled/gsdl-manuals/shared" revision="${branch.revision}"/>
    4848        </svn>
    49         <javac srcdir="compiled/gsdl-manuals/shared" destdir="compiled/gsdl-manuals/shared" debug="on"><include name="*.java"/></javac>
    50         <unzip src="compiled/gsdl-manuals/shared/fop.zip" dest="compiled/gsdl-manuals/shared"/>
    5149
    5250        <echo>Define Classpath</echo>
     
    5957            <pathelement path="compiled/gli/classes"/>
    6058        </path>
     59
     60        <javac classpathref="documentation.compile.classpath" srcdir="compiled/gsdl-manuals/shared" destdir="compiled/gsdl-manuals/shared" debug="on"><include name="*.java"/></javac>
     61        <unzip src="compiled/gsdl-manuals/shared/fop.zip" dest="compiled/gsdl-manuals/shared"/>
    6162                   
    6263        <echo>Apply XSLT</echo>
Note: See TracChangeset for help on using the changeset viewer.