Ignore:
File:
1 edited

Legend:

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

    r50eb39e r7a1b99c  
    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        "055843219f487edb3a6db554ad1355ef">
     9  <!ENTITY apache-ant-md5sum        "778c68be3787dfebc249de45598f63b2">
    1010  <!ENTITY apache-ant-size          "3.6 MB">
    11   <!ENTITY apache-ant-buildsize     "195 MB">
    12   <!ENTITY apache-ant-time          "0.3 SBU (excluding download time)">
     11  <!ENTITY apache-ant-buildsize     "196 MB">
     12  <!ENTITY apache-ant-time          "0.2 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 
    143132    <para>
    144133      Download the runtime dependencies using the
     
    173162
    174163    <para>
    175       <command>bootstrap/bin/ant -f fetch.xml -D dest=optional</command>:
     164      <command>bootstrap/bin/ant -f fetch.xml -Ddest=optional</command>:
    176165      Downloads the missing dependencies to the user's home directory, and
    177166      copies them into the source tree (in the <filename>lib/optional</filename>
     
    180169
    181170    <para>
    182       <command>./build.sh -D dist.dir=$PWD/ant-&apache-ant-version;
     171      <command>./build.sh -Ddist.dir=$PWD/ant-&apache-ant-version;
    183172      dist</command>: This command builds, tests, then installs the package
    184173      into a temporary directory.
Note: See TracChangeset for help on using the changeset viewer.