Changeset 17472 for release-kits/wirk2


Ignore:
Timestamp:
2008-10-03T14:45:26+13:00 (16 years ago)
Author:
oranfry
Message:

component fixes

Location:
release-kits/wirk2/ant-scripts
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • release-kits/wirk2/ant-scripts/create-components.xml

    r17447 r17472  
    22<project name="wirk2-create-components" default="create-components">
    33
     4
     5    <target name="create-components">
     6        <antcall target="prepare-components" />
     7        <antcall target="compress-components" />
     8    </target>
     9   
    410    <!-- create components from the distribution folder -->
    5     <target name="create-components">
    6         <antcall target="create-core-component" />
    7         <antcall target="create-imagemagick-component" />
    8         <antcall target="create-ghostscript-component" />
    9         <antcall target="create-sourcecode-component" />
     11    <target name="prepare-components">
     12        <antcall target="prepare-core-component" />
     13        <antcall target="prepare-imagemagick-component" />
     14        <antcall target="prepare-ghostscript-component" />
     15        <antcall target="prepare-sourcecode-component" />
     16    </target>
     17   
     18    <target name="compress-components">
     19        <antcall target="compress-core-component" />
     20        <antcall target="compress-imagemagick-component" />
     21        <antcall target="compress-ghostscript-component" />
     22        <antcall target="compress-sourcecode-component" />
    1023    </target>
    1124   
    1225   
    13     <target name="create-core-component">
    14         <antcall target="prepare-core-component" />
    15         <antcall target="compress-core-component" />
    16     </target>
    17 
    18     <target name="create-imagemagick-component">
    19         <antcall target="prepare-imagemagick-component" />
    20         <antcall target="compress-imagemagick-component" />
    21     </target>
    22    
    23    
    24     <target name="create-ghostscript-component">
    25         <antcall target="prepare-ghostscript-component" />
    26         <antcall target="compress-ghostscript-component" />
    27     </target>
    28    
    29    
    30     <target name="create-sourcecode-component">
    31         <antcall target="prepare-sourcecode-component" />
    32         <antcall target="compress-sourcecode-component" /> 
    33     </target>
    3426   
    3527   
     
    4537                    <!-- exclude imagemagick -->
    4638                    <exclude name="bin/windows/imagemagick"/>
    47                     <exclude name="bin/windows/imagemagick/"/>
    4839                    <exclude name="bin/windows/imagemagick/**/*"/>
    4940
  • release-kits/wirk2/ant-scripts/operations-on-gs3home.xml

    r15966 r17472  
    5454        <!-- <antcall target="unzip-windows-packages"/> do we need this? -->
    5555        <antcall target="prepare-tomcat"/>
    56         <delete file="${packages.home}/apache-tomcat-5.5.12.zip"/>
    57         <delete file="${packages.home}/apache-tomcat-5.5.12-compat.zip"/>
    5856        <antcall target="prepare-axis"/>
    59         <delete file="${packages.home}/axis-bin-1_2_1.zip"/>
     57       
    6058       
    6159        <!-- delete old axis dir -->
     
    6462        <mkdir dir="${web.home}/logs"/>
    6563        <antcall target="prepare-ant"/>
    66         <delete file="${packages.home}/apache-ant-1.7.0-bin.zip"/>
    6764        <antcall target="prepare-collections"/>
    6865
    6966        <!-- get good XML-Parser - does this work? -->
    7067        <antcall target="get-xml-parser"/>
     68       
     69        <delete>
     70            <fileset dir="${packages.home}" includes="*.zip"/>
     71        </delete>
    7172       
    7273        <!-- documented collections -->
Note: See TracChangeset for help on using the changeset viewer.