Changeset 19974


Ignore:
Timestamp:
2009-07-08T17:29:18+12:00 (15 years ago)
Author:
oranfry
Message:

got the code working to sourcecode component

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

Legend:

Unmodified
Added
Removed
  • release-kits/sork3/ant-scripts/build.xml

    r19973 r19974  
    3939        <antcall target="tweak-files"/>
    4040        <antcall target="create-archives"/>
    41         <ant dir="." antfile="create-sourcecode-component.xml" target="create-sourcecode-component"/>
     41        <ant dir="." antfile="${sork3.home}/ant-scripts/create-sourcecode-component.xml" target="create-sourcecode-component"/>
    4242    </target>
    4343
  • release-kits/sork3/ant-scripts/create-sourcecode-component.xml

    r19973 r19974  
    22<!-- this is in a separate file because <import> can only load files that exist before build starts. This separate project is exeuted using <ant> AFTER greenstone3 has been checked out, to allow us to import the source-fileset.xml file -->
    33<project name="create-sourcecode-component" default="csc">
     4    <echo>basedir: ${basedir}</echo>
    45
    5     <import file="distributions/${dist.dirname}"/>
     6    <import file="${basedir}/distributions/${dist.dirname}/resources/xml/source-fileset.xml"/>
    67
    78    <target name="create-sourcecode-component">
Note: See TracChangeset for help on using the changeset viewer.