Ignore:
Timestamp:
2013-10-24T19:17:12+13:00 (10 years ago)
Author:
ak19
Message:

Finally works now, need to create the gli/classes directory in the source comp dist before we can copy the images and META-INF subfolders into it.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/release-kits/kits/sork2/ant-scripts/build.xml

    r28534 r28535  
    6161        <mkdir dir="distributions/source-component"/>
    6262        <mkdir dir="distributions/source-component/gli"/>
     63        <mkdir dir="distributions/source-component/gli/classes"/>
    6364
    6465        <!-- copy the files in -->     
     
    100101            <arg value="-r"/>
    101102            <arg value="gli/src"/>
     103            <!-- destination -->
    102104            <arg value="../source-component/gli"/>
    103105        </exec>
    104         <exec dir="distributions/${dist.name}" executable="cp">
    105             <arg value="-r"/>
    106             <arg value="gli/classes/images"/>
    107             <arg value="gli/classes/META-INF"/>
    108             <arg value="../source-component/gli/classes"/>
     106        <exec dir="distributions/${dist.name}" executable="cp">
     107          <arg value="-r"/>
     108          <arg value="gli/classes/images"/>
     109          <arg value="gli/classes/META-INF"/>
     110          <!-- destination -->
     111          <arg value="../source-component/gli/classes"/>
    109112        </exec>
    110113
Note: See TracChangeset for help on using the changeset viewer.