Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/apache-ant.xml

    r7a1b99c r50eb39e  
    77  <!ENTITY apache-ant-download-http "https://archive.apache.org/dist/ant/source/apache-ant-&apache-ant-version;-src.tar.xz">
    88  <!ENTITY apache-ant-download-ftp  " ">
    9   <!ENTITY apache-ant-md5sum        "778c68be3787dfebc249de45598f63b2">
     9  <!ENTITY apache-ant-md5sum        "055843219f487edb3a6db554ad1355ef">
    1010  <!ENTITY apache-ant-size          "3.6 MB">
    11   <!ENTITY apache-ant-buildsize     "196 MB">
    12   <!ENTITY apache-ant-time          "0.2 SBU (excluding download time)">
     11  <!ENTITY apache-ant-buildsize     "195 MB">
     12  <!ENTITY apache-ant-time          "0.3 SBU (excluding download time)">
    1313]>
    1414
     
    130130<screen><userinput>./bootstrap.sh</userinput></screen>
    131131
     132<!-- No longer needed in 1.10.14.
     133    <para>
     134      Now fix a problem when the next command tries to download a file from
     135      a problem site:
     136    </para>
     137
     138<screen><userinput>sed -e 's|ftp.software.ibm.com|anduin.linuxfromscratch.org|' \
     139    -e 's|software/awdtools/netrexx|BLFS/apache-ant|'        \
     140    -i fetch.xml </userinput></screen>
     141-->
     142
    132143    <para>
    133144      Download the runtime dependencies using the
     
    162173
    163174    <para>
    164       <command>bootstrap/bin/ant -f fetch.xml -Ddest=optional</command>:
     175      <command>bootstrap/bin/ant -f fetch.xml -D dest=optional</command>:
    165176      Downloads the missing dependencies to the user's home directory, and
    166177      copies them into the source tree (in the <filename>lib/optional</filename>
     
    169180
    170181    <para>
    171       <command>./build.sh -Ddist.dir=$PWD/ant-&apache-ant-version;
     182      <command>./build.sh -D dist.dir=$PWD/ant-&apache-ant-version;
    172183      dist</command>: This command builds, tests, then installs the package
    173184      into a temporary directory.
Note: See TracChangeset for help on using the changeset viewer.