Browse Source

Check spelling, more highlighting

master
Gintas Grigelionis 7 years ago
parent
commit
ef76c59e83
13 changed files with 16 additions and 15 deletions
  1. +1
    -1
      manual/Tasks/checksum.html
  2. +1
    -1
      manual/Tasks/chgrp.html
  3. +1
    -1
      manual/Tasks/chown.html
  4. +1
    -1
      manual/Tasks/copy.html
  5. +1
    -1
      manual/Tasks/ftp.html
  6. +2
    -2
      manual/Tasks/jar.html
  7. +3
    -3
      manual/Tasks/javac.html
  8. +1
    -1
      manual/Tasks/jdepend.html
  9. +1
    -1
      manual/Tasks/manifestclasspath.html
  10. +1
    -1
      manual/Tasks/parallel.html
  11. +1
    -1
      manual/Tasks/style.html
  12. +1
    -1
      manual/Tasks/unzip.html
  13. +1
    -0
      manual/Tasks/vss.html

+ 1
- 1
manual/Tasks/checksum.html View File

@@ -119,7 +119,7 @@ or set the <tt>fileext</tt> attribute. The names of common hashing algorithms ca
where <code>{0}</code> is replaced with the checksum and
<code>{1}</code> with the file name. <em>Since Ant
1.7.0</em><br/>
<em>starting with Ant 1.8.2</em> <code>{2}</code> is replaced by
<em>Since Ant 1.8.2</em> <code>{2}</code> is replaced by
the path of the file relative to the checksum file being
written, <code>{3}</code> with tha path of the file relative to
the project's basedir and <code>{4}</code> with the absolute


+ 1
- 1
manual/Tasks/chgrp.html View File

@@ -39,7 +39,7 @@ href="../Types/filelist.html">FileList</a>s can be specified using
nested <code>&lt;fileset&gt;</code>, <code>&lt;dirset&gt;</code> and
<code>&lt;filelist&gt;</code> elements.</p>

<p>Starting with Ant 1.7, this task supports arbitrary <a
<p><em>Since Ant 1.7</em>, this task supports arbitrary <a
href="../Types/resources.html#collection">Resource Collection</a>s
as nested elements.</p>



+ 1
- 1
manual/Tasks/chown.html View File

@@ -39,7 +39,7 @@ href="../Types/filelist.html">FileList</a>s can be specified using
nested <code>&lt;fileset&gt;</code>, <code>&lt;dirset&gt;</code> and
<code>&lt;filelist&gt;</code> elements.</p>

<p>Starting with Ant 1.7, this task supports arbitrary <a
<p><em>Since Ant 1.7</em>, this task supports arbitrary <a
href="../Types/resources.html#collection">Resource Collection</a>s
as nested elements.</p>



+ 1
- 1
manual/Tasks/copy.html View File

@@ -360,7 +360,7 @@ the file in the destination directory before you copy it.
There is not much that Ant can do. It cannot figure out which
files are binary - a UTF-8 version of Korean will have lots of
bytes with the top bit set. It is not informed about illegal
character sequences by current Sun Java implementions.
character sequences by current Sun Java implementations.
</p>
<p>
One trick for filtering containing only US-ASCII is to


+ 1
- 1
manual/Tasks/ftp.html View File

@@ -52,7 +52,7 @@ a firewall via socks.
<p>
<strong>Warning:</strong> there have been problems reported concerning the ftp get with the <code>newer</code> attribute.
Problems might be due to format of <code>ls -l</code> differing from what is expected by commons-net,
for instance due to specificities of language used by the ftp server in the directory listing.
for instance due to specifics of language used by the ftp server in the directory listing.
If you encounter such a problem, please send an email including a sample directory listing
coming from your ftp server (<code>ls -l</code>code> on the ftp prompt).
</p>


+ 2
- 2
manual/Tasks/jar.html View File

@@ -571,7 +571,7 @@ Sealed: false</code></pre></blockquote>


<p>
The following shows how to create a jar file specifing a service
The following shows how to create a jar file specifying a service
with two implementations of the JDK 6 scripting interface:
</p>
<blockquote><pre>
@@ -591,7 +591,7 @@ Sealed: false</code></pre></blockquote>
<a target="_blank" href="http://openjdk.java.net/jeps/238">JEP 238</a>.
It defines on top of a JAR the possibility to place additional or overwriting classes
in a jar, which are available according to the Java version you run.<br>
Basically it sais, that you have to set the manifest entry <tt>Multi-Release: true</tt>
Basically it says, that you have to set the manifest entry <tt>Multi-Release: true</tt>
and place all additional or overwriting classes in
<tt>META-INF/versions/<i>number</i>/package-structure</tt>, e.g.
<tt>META-INF/versions/9/org/apache/ant/MyClass.class</tt>


+ 3
- 3
manual/Tasks/javac.html View File

@@ -265,8 +265,8 @@ invoking the compiler.</p>
<td valign="top">
Indicates whether source should be compiled with
optimization; defaults to <code>off</code>. <strong>Note</strong>
that this flag is just ignored by Sun's <code>javac</code> starting
with JDK 1.3 (since compile-time optimization is unnecessary).
that this flag is just ignored by Sun's <code>javac</code> since
JDK 1.3 (because compile-time optimization is unnecessary).
</td>
<td align="center" valign="top">No</td>
</tr>
@@ -282,7 +282,7 @@ invoking the compiler.</p>
(e.g., <code>1.1</code> or <code>1.2</code>). <b>Note that the
default value depends on the JVM that is running Ant. In
particular, if you use JDK 1.4+ the generated classes will not be
usable for a 1.1 Java VM unless you explicitly set this attribute
usable for a Java 1.1 VM unless you explicitly set this attribute
to the value 1.1 (which is the default value for JDK 1.1 to
1.3). We highly recommend to always specify this
attribute.</b><br>


+ 1
- 1
manual/Tasks/jdepend.html View File

@@ -35,7 +35,7 @@ effectively manage and control package dependencies.&quot;</p>

<p>Source file directories are defined by nested
<code>&lt;sourcespath&gt;</code>; Class file directories are defined
by nested <code>&lt;classesespath&gt;</code>, see <a
by nested <code>&lt;classespath&gt;</code>, see <a
href="#nested">nested elements</a>.</p>

<p>Optionally, you can also set the <code>outputfile</code> name where the output is stored. By default the task writes its report to the standard output.</P>


+ 1
- 1
manual/Tasks/manifestclasspath.html View File

@@ -37,7 +37,7 @@ path normally specified on the command line is replaced by a single (possibly
empty) jar file which an in-manifest Class-Path attribute whose value lists
all the jar and zip files the class path should contain. The files referenced
from this attribute must be found relatively to the jar file itself, usually
in the same directory. The Java VM automically uses all file entries listed
in the same directory. The Java VM automatically uses all file entries listed
in the Class-Path attributes of a jar to locate/load classes. Note though that
it silently ignores entries for which it cannot find any corresponding file.</p>



+ 1
- 1
manual/Tasks/parallel.html View File

@@ -49,7 +49,7 @@
<p>
Accordingly, while this task has uses, it should be considered an advanced
task which should be used in certain batch-processing or testing situations,
rather than an easy trick to speed up build times on a multiway CPU.
rather than an easy trick to speed up build times on a multicore CPU.
</p>

<h3>Parameters</h3>


+ 1
- 1
manual/Tasks/style.html View File

@@ -60,7 +60,7 @@ the files matched by those patterns because the parent directory has
been matched. If this behavior is not what you want, set the
scanincludedirectories attribute to false.</p>

<p>Starting with Ant 1.7 this task supports nested <a
<p><em>Since Ant 1.7</em>, this task supports nested <a
href="../Types/resources.html#collection">resource collection</a>s
in addition to (or instead of, depending on the useImplicitFileset
attribute) the implicit fileset formed by this task.</p>


+ 1
- 1
manual/Tasks/unzip.html View File

@@ -132,7 +132,7 @@ archive.</p>
<td valign="top">scanForUnicodeExtraFields</td>
<td valign="top"><strong>Note</strong>: This attribute is not available for
the <code>untar</code> task.<br>
If the archive contains uncode extra fields then use them to set
If the archive contains Unicode extra fields then use them to set
the file names, ignoring the specified encoding.
<br/>See also the <a href="zip.html#encoding">discussion in the
zip task page</a></td>


+ 1
- 0
manual/Tasks/vss.html View File

@@ -56,6 +56,7 @@ property.
<h2 id="tasks">The Tasks</h2>

<table>
<tr><td>Task</td><td>Description</td></tr>
<tr>
<td><a href="#vssget">vssget</a></td>
<td>Retrieves a copy of the specified VSS file(s).</td>


Loading…
Cancel
Save