Browse Source

document chmod.fail property. PR 22500

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@805369 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 16 years ago
parent
commit
9522e0c3b1
1 changed files with 11 additions and 0 deletions
  1. +11
    -0
      docs/manual/install.html

+ 11
- 0
docs/manual/install.html View File

@@ -679,6 +679,17 @@ This will only install the <code>bin</code> and <code>lib</code> directories.
<code>install-lite</code> targets will overwrite <code>install-lite</code> targets will overwrite
the current Ant version in <code>ANT_HOME</code>.</p> the current Ant version in <code>ANT_HOME</code>.</p>


<p>Ant's build script will try to set executable flags for its shell
scripts on Unix-like systems. There are various reasons why the
chmod-task might fail (like when you are running the build script as
a different user than the one who installed Ant initially). In this
case you can set the Ant property <code>chmod.fail</code> to false
when starting the build like in
<blockquote>
<p><code>sh build.sh install -Dchmod.fail=false</code></p>
</blockquote>
and any error to change permission will not result in a build failure.</p>

<hr> <hr>
<h2><a name="librarydependencies">Library Dependencies</a></h2> <h2><a name="librarydependencies">Library Dependencies</a></h2>
<p>The following libraries are needed in Ant's classpath <p>The following libraries are needed in Ant's classpath


Loading…
Cancel
Save