git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278041 13f79535-47bb-0310-9956-ffa450edef68master
@@ -26,6 +26,17 @@ specified using nested <code><fileset></code> or | |||||
<p>Starting with Ant 1.6, this task also supports nested <a | <p>Starting with Ant 1.6, this task also supports nested <a | ||||
href="../CoreTypes/filelist.html">filelist</a>s.</p> | href="../CoreTypes/filelist.html">filelist</a>s.</p> | ||||
<p>By default this task will use a single invocation of the underlying | |||||
chmod command. If you are working on a large number of files this may | |||||
result in a command line that is too long for your operating system. | |||||
If you encounter such problems, you should set the maxparallel | |||||
attribute of this task to a non-zero value. The number to use highly | |||||
depends on the length of your file names (the depth of your directory | |||||
tree) and your operating system, so you'll have to experiment a | |||||
little. POSIX recommends command line length limits of at least 4096 | |||||
characters, this may give you an approximation for the number you | |||||
could use as initial value for these experiments.</p> | |||||
<h3>Parameters</h3> | <h3>Parameters</h3> | ||||
<table border="1" cellpadding="2" cellspacing="0"> | <table border="1" cellpadding="2" cellspacing="0"> | ||||
<tr> | <tr> | ||||
@@ -23,6 +23,14 @@ href="../CoreTypes/filelist.html">FileList</a>s can be specified using | |||||
nested <code><fileset></code>, <code><dirset></code> and | nested <code><fileset></code>, <code><dirset></code> and | ||||
<code><filelist></code> elements.</p> | <code><filelist></code> elements.</p> | ||||
<p>By default this task will use a single invocation of the underlying | |||||
attrib command. If you are working on a large number of files this | |||||
may result in a command line that is too long for your operating | |||||
system. If you encounter such problems, you should set the | |||||
maxparallel attribute of this task to a non-zero value. The number to | |||||
use highly depends on the length of your file names (the depth of your | |||||
directory tree), so you'll have to experiment a little.</p> | |||||
<h3>Parameters</h3> | <h3>Parameters</h3> | ||||
<table border="1" cellpadding="2" cellspacing="0"> | <table border="1" cellpadding="2" cellspacing="0"> | ||||
<tr> | <tr> | ||||
@@ -23,6 +23,17 @@ href="../CoreTypes/filelist.html">FileList</a>s can be specified using | |||||
nested <code><fileset></code>, <code><dirset></code> and | nested <code><fileset></code>, <code><dirset></code> and | ||||
<code><filelist></code> elements.</p> | <code><filelist></code> elements.</p> | ||||
<p>By default this task will use a single invocation of the underlying | |||||
chgrp command. If you are working on a large number of files this may | |||||
result in a command line that is too long for your operating system. | |||||
If you encounter such problems, you should set the maxparallel | |||||
attribute of this task to a non-zero value. The number to use highly | |||||
depends on the length of your file names (the depth of your directory | |||||
tree) and your operating system, so you'll have to experiment a | |||||
little. POSIX recommends command line length limits of at least 4096 | |||||
characters, this may give you an approximation for the number you | |||||
could use as initial value for these experiments.</p> | |||||
<h3>Parameters</h3> | <h3>Parameters</h3> | ||||
<table border="1" cellpadding="2" cellspacing="0"> | <table border="1" cellpadding="2" cellspacing="0"> | ||||
<tr> | <tr> | ||||
@@ -24,6 +24,17 @@ nested <code><fileset></code>, <code><dirset></code> and | |||||
<code><filelist></code> elements.</p> | <code><filelist></code> elements.</p> | ||||
<p>By default this task will use a single invocation of the underlying | |||||
chown command. If you are working on a large number of files this may | |||||
result in a command line that is too long for your operating system. | |||||
If you encounter such problems, you should set the maxparallel | |||||
attribute of this task to a non-zero value. The number to use highly | |||||
depends on the length of your file names (the depth of your directory | |||||
tree) and your operating system, so you'll have to experiment a | |||||
little. POSIX recommends command line length limits of at least 4096 | |||||
characters, this may give you an approximation for the number you | |||||
could use as initial value for these experiments.</p> | |||||
<h3>Parameters</h3> | <h3>Parameters</h3> | ||||
<table border="1" cellpadding="2" cellspacing="0"> | <table border="1" cellpadding="2" cellspacing="0"> | ||||
<tr> | <tr> | ||||