Browse Source

Link Check

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276433 13f79535-47bb-0310-9956-ffa450edef68
master
Jan Materne 21 years ago
parent
commit
fd7bc94892
4 changed files with 67 additions and 68 deletions
  1. +60
    -60
      docs/manual/CoreTasks/concat.html
  2. +2
    -2
      docs/manual/CoreTypes/regexp.html
  3. +4
    -5
      docs/manual/Integration/VAJAntTool.html
  4. +1
    -1
      xdocs/external.xml

+ 60
- 60
docs/manual/CoreTasks/concat.html View File

@@ -12,58 +12,58 @@
<h3>Description</h3> <h3>Description</h3>


<p> <p>
Concatenates a file, or a series of files, to a single file or
the console. The destination file will be created if it does
not exist.
Concatenates a file, or a series of files, to a single file or
the console. The destination file will be created if it does
not exist.
</p> </p>


<p> <p>
<a href="../using.html#path">Path</a>s and/or <a href="../using.html#path">Path</a>s and/or
<a href="../CoreTypes/fileset.html">FileSet</a>s and/or <a
href="../CoreTypes/filelist.html">FileList</a>s are used to
select which files are to be concatenated. There is no
singular 'file' attribute to specify a single file to cat.
<a href="../CoreTypes/fileset.html">FileSet</a>s and/or <a
href="../CoreTypes/filelist.html">FileList</a>s are used to
select which files are to be concatenated. There is no
singular 'file' attribute to specify a single file to cat.
</p> </p>


<h3>Parameters</h3> <h3>Parameters</h3>


<table border="1" cellpadding="2" cellspacing="0"> <table border="1" cellpadding="2" cellspacing="0">


<tr>
<td valign="top"><b>Attribute</b></td>
<td valign="top"><b>Description</b></td>
<td align="center" valign="top"><b>Required</b></td>
</tr>
<tr>
<td valign="top"><b>Attribute</b></td>
<td valign="top"><b>Description</b></td>
<td align="center" valign="top"><b>Required</b></td>
</tr>


<tr>
<td valign="top">destfile</td>
<td valign="top">
The destination file for the concatenated stream.
<tr>
<td valign="top">destfile</td>
<td valign="top">
The destination file for the concatenated stream.
If not specified the console will be used instead. If not specified the console will be used instead.
</td>
<td valign="top" align="center">
No
</td>
</tr>
<tr>
<td valign="top">append</td>
<td valign="top">
Specifies whether or not the file specified by 'destfile'
should be appended. Defaults to &quot;no&quot;.
</td>
<td valign="top" align="center">No</td>
</tr>
<tr>
<td valign="top">force</td>
</td>
<td valign="top" align="center">
No
</td>
</tr>
<tr>
<td valign="top">append</td>
<td valign="top">
Specifies whether or not the file specified by 'destfile'
should be appended. Defaults to &quot;no&quot;.
</td>
<td valign="top" align="center">No</td>
</tr>
<tr>
<td valign="top">force</td>
<td valign="top"> <td valign="top">
Specifies whether or not the file specified by 'destfile'
should be written to even if it is newer than all source files.
Specifies whether or not the file specified by 'destfile'
should be written to even if it is newer than all source files.
<em>since Ant 1.6</em>. <em>since Ant 1.6</em>.
Defaults to &quot;yes&quot;. Defaults to &quot;yes&quot;.
</td>
<td valign="top" align="center">No</td>
</tr>
</td>
<td valign="top" align="center">No</td>
</tr>


<tr> <tr>
<td valign="top">encoding</td> <td valign="top">encoding</td>
@@ -89,7 +89,7 @@
<tr> <tr>
<td valign="top">fixlastline</td> <td valign="top">fixlastline</td>
<td valign="top"> <td valign="top">
Specifies whether or not to check if
Specifies whether or not to check if
each file concatenated is terminated by each file concatenated is terminated by
a new line. If this attribute is &quot;yes&quot; a new line. If this attribute is &quot;yes&quot;
a new line will be appended to the stream if a new line will be appended to the stream if
@@ -108,17 +108,17 @@
<em>since Ant 1.6</em> <em>since Ant 1.6</em>
Valid values for this property are: Valid values for this property are:
<ul> <ul>
<li>cr: a single CR</li>
<li>lf: a single LF</li>
<li>crlf: the pair CRLF</li>
<li>mac: a single CR</li>
<li>unix: a single LF</li>
<li>dos: the pair CRLF</li>
</ul>
<li>cr: a single CR</li>
<li>lf: a single LF</li>
<li>crlf: the pair CRLF</li>
<li>mac: a single CR</li>
<li>unix: a single LF</li>
<li>dos: the pair CRLF</li>
</ul>
The default is platform dependent. The default is platform dependent.
For Unix platforms, the default is &quot;lf&quot;. For Unix platforms, the default is &quot;lf&quot;.
For DOS based systems (including Windows),
the default is &quot;crlf&quot;.
For DOS based systems (including Windows),
the default is &quot;crlf&quot;.
For Mac OS, the default is &quot;cr&quot;. For Mac OS, the default is &quot;cr&quot;.
</td> </td>
<td valign="top" align="center">No</td> <td valign="top" align="center">No</td>
@@ -131,7 +131,7 @@
<p><em>since Ant 1.6</em>.</p> <p><em>since Ant 1.6</em>.</p>


<p> <p>
This is a <a href="../CoreTypes/path.html">Path</a>. This is
This is a <a href="../using.html#path">Path</a>. This is
used to select file files to be concatenated. Note that used to select file files to be concatenated. Note that
a file can only appear once in a path. If this is a file can only appear once in a path. If this is
an issue consider using multiple paths. an issue consider using multiple paths.
@@ -140,11 +140,11 @@
<h4>fileset</h4> <h4>fileset</h4>


<p> <p>
<a href="../CoreTypes/fileset.html">FileSet</a>s are used to
select files to be concatenated. Note that the order in which
the files selected from a fileset are concatenated is
<i>not</i> guaranteed. If this is an issue, use multiple
filesets or consider using filelists.
<a href="../CoreTypes/fileset.html">FileSet</a>s are used to
select files to be concatenated. Note that the order in which
the files selected from a fileset are concatenated is
<i>not</i> guaranteed. If this is an issue, use multiple
filesets or consider using filelists.
</p> </p>
<h4>filelist</h4> <h4>filelist</h4>


@@ -156,7 +156,7 @@
</p> </p>
<h4>filterchain</h4> <h4>filterchain</h4>
<p><em>since Ant 1.6</em>.</p> <p><em>since Ant 1.6</em>.</p>
<p>The concat task supports nested
<p>The concat task supports nested
<a href="../CoreTypes/filterchain.html"> FilterChain</a>s.</p> <a href="../CoreTypes/filterchain.html"> FilterChain</a>s.</p>


<h4>header,footer</h4> <h4>header,footer</h4>
@@ -226,10 +226,10 @@
<pre> <pre>
&lt;concat destfile=&quot;${docbook.dir}/all-sections.xml&quot; &lt;concat destfile=&quot;${docbook.dir}/all-sections.xml&quot;
force=&quot;no&quot;&gt; force=&quot;no&quot;&gt;
&lt;filelist dir=&quot;${docbook.dir}/sections&quot;
&lt;filelist dir=&quot;${docbook.dir}/sections&quot;
files=&quot;introduction.xml,overview.xml&quot;/&gt; files=&quot;introduction.xml,overview.xml&quot;/&gt;
&lt;fileset dir=&quot;${docbook.dir}&quot;
includes=&quot;sections/*.xml&quot;
&lt;fileset dir=&quot;${docbook.dir}&quot;
includes=&quot;sections/*.xml&quot;
excludes=&quot;introduction.xml,overview.xml&quot;/&gt; excludes=&quot;introduction.xml,overview.xml&quot;/&gt;
&lt;/concat&gt; &lt;/concat&gt;
</pre> </pre>
@@ -267,10 +267,10 @@
<hr> <hr>


<p align="center"> <p align="center">
Copyright &copy; 2002-2004 The Apache Software Foundation. All
Rights Reserved.
Copyright &copy; 2002-2004 The Apache Software Foundation. All
Rights Reserved.
</p> </p>


</body> </body>


</html>
</html>

+ 2
- 2
docs/manual/CoreTypes/regexp.html View File

@@ -81,7 +81,7 @@ both Unix and Windows platforms before you rely on it.
<h3>Usage</h3> <h3>Usage</h3>
The following tasks and types use the Regexp type : The following tasks and types use the Regexp type :
<ul> <ul>
<li><a href="CoreTasks/replaceregexp.html">ReplaceRegExp task</a></li>
<li><a href="../OptionalTasks/replaceregexp.html">ReplaceRegExp task</a></li>
<li><a href="filterchain.html#linecontainsregexp">LineContainsRegexp filter</a></li> <li><a href="filterchain.html#linecontainsregexp">LineContainsRegexp filter</a></li>
</ul> </ul>
<p> <p>
@@ -95,4 +95,4 @@ These string filters also use the mechanism of regexp to choose a regular expres
<p align="center">Copyright &copy; 2003-2004 The Apache Software Foundation. <p align="center">Copyright &copy; 2003-2004 The Apache Software Foundation.
All rights Reserved.</p> All rights Reserved.</p>
</body> </body>
</html>
</html>

+ 4
- 5
docs/manual/Integration/VAJAntTool.html View File

@@ -56,8 +56,8 @@ support VAJ has not (out of the box).</P>
<td valign="top"> <td valign="top">
<UL> <UL>
<LI>Now works outside of VAJ. <LI>Now works outside of VAJ.
<LI>Added attribute haltonerror, "*" and "**" version qualifiers.
<LI>Amended documentation (this file) accordingly.
<LI>Added attribute haltonerror, "*" and "**" version qualifiers.
<LI>Amended documentation (this file) accordingly.
</LI></UL></TD></TR> </LI></UL></TD></TR>
<tr valign="top"> <tr valign="top">
<td valign="top">2001/06/14</TD> <td valign="top">2001/06/14</TD>
@@ -160,7 +160,7 @@ workspace.</P>
<h3>Description:</H3> <h3>Description:</H3>
<p>Exports Java source files, class files and/or resources from the workspace <p>Exports Java source files, class files and/or resources from the workspace
to the file system. Exports can be specified by giving the VAJ project to the file system. Exports can be specified by giving the VAJ project
name and package name(s). This works very similar to
name and package name(s). This works very similar to
<A href="../CoreTypes/fileset.html">FileSets</A>. </P> <A href="../CoreTypes/fileset.html">FileSets</A>. </P>


<h3>Parameters</H3> <h3>Parameters</H3>
@@ -322,7 +322,7 @@ from the file system into VAJ. These imports can be specified with a fileset.
<h3>Parameters specified as nested elements</H3> <h3>Parameters specified as nested elements</H3>


<h4>fileset</H4> <h4>fileset</H4>
A <A href="index.html#fileset">FileSet</A> specifies the files to import.
A <A href="../CoreTypes/fileset.html">FileSet</A> specifies the files to import.


<h3>Example</H3> <h3>Example</H3>
<pre>&lt;vajimport project="Test" importClasses="true"&gt; <pre>&lt;vajimport project="Test" importClasses="true"&gt;
@@ -566,4 +566,3 @@ JDK independent by now.
Foundation. All rights Reserved.</CENTER> Foundation. All rights Reserved.</CENTER>
</body> </body>
</html> </html>


+ 1
- 1
xdocs/external.xml View File

@@ -389,7 +389,7 @@
</tr> </tr>
<tr> <tr>
<th>Contact:</th> <th>Contact:</th>
<td><a href="masogato@users.sourceforge.net">masogato@users.sourceforge.net</a></td>
<td><a href="mailto:masogato@users.sourceforge.net">masogato@users.sourceforge.net</a></td>
</tr> </tr>
<tr> <tr>
<th>License:</th> <th>License:</th>


Loading…
Cancel
Save