From ef76c59e83c50176fc06edb5b031ec523e09902d Mon Sep 17 00:00:00 2001
From: Gintas Grigelionis {0}
is replaced with the checksum and
{1}
with the file name. Since Ant
1.7.0
- starting with Ant 1.8.2 {2}
is replaced by
+ Since Ant 1.8.2 {2}
is replaced by
the path of the file relative to the checksum file being
written, {3}
with tha path of the file relative to
the project's basedir and {4}
with the absolute
diff --git a/manual/Tasks/chgrp.html b/manual/Tasks/chgrp.html
index 036409b2e..a56c1ad03 100644
--- a/manual/Tasks/chgrp.html
+++ b/manual/Tasks/chgrp.html
@@ -39,7 +39,7 @@ href="../Types/filelist.html">FileLists can be specified using
nested <fileset>
, <dirset>
and
<filelist>
elements.
Starting with Ant 1.7, this task supports arbitrary Since Ant 1.7, this task supports arbitrary Resource Collections as nested elements.
diff --git a/manual/Tasks/chown.html b/manual/Tasks/chown.html index 4cda53512..587878aeb 100644 --- a/manual/Tasks/chown.html +++ b/manual/Tasks/chown.html @@ -39,7 +39,7 @@ href="../Types/filelist.html">FileLists can be specified using nested<fileset>
, <dirset>
and
<filelist>
elements.
-Starting with Ant 1.7, this task supports arbitrary Since Ant 1.7, this task supports arbitrary Resource Collections as nested elements.
diff --git a/manual/Tasks/copy.html b/manual/Tasks/copy.html index bb15e3399..335058814 100644 --- a/manual/Tasks/copy.html +++ b/manual/Tasks/copy.html @@ -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.One trick for filtering containing only US-ASCII is to diff --git a/manual/Tasks/ftp.html b/manual/Tasks/ftp.html index 905b418e8..1961e8caa 100644 --- a/manual/Tasks/ftp.html +++ b/manual/Tasks/ftp.html @@ -52,7 +52,7 @@ a firewall via socks.
Warning: there have been problems reported concerning the ftp get with the newer
attribute.
Problems might be due to format of ls -l
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 (ls -l
code> on the ftp prompt).
- 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:
JEP 238. 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.@@ -591,7 +591,7 @@ Sealed: false
off
. Note
- that this flag is just ignored by Sun's javac
starting
- with JDK 1.3 (since compile-time optimization is unnecessary).
+ that this flag is just ignored by Sun's javac
since
+ JDK 1.3 (because compile-time optimization is unnecessary).
1.1
or 1.2
). 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.Source file directories are defined by nested
<sourcespath>
; Class file directories are defined
-by nested <classesespath>
, see <classespath>, see nested elements.
Optionally, you can also set the outputfile
name where the output is stored. By default the task writes its report to the standard output.
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.
Starting with Ant 1.7 this task supports nested Since Ant 1.7, this task supports nested resource collections in addition to (or instead of, depending on the useImplicitFileset attribute) the implicit fileset formed by this task.
diff --git a/manual/Tasks/unzip.html b/manual/Tasks/unzip.html index 6b6c5791d..41b19e528 100644 --- a/manual/Tasks/unzip.html +++ b/manual/Tasks/unzip.html @@ -132,7 +132,7 @@ archive.untar
task.Task | Description |
vssget | Retrieves a copy of the specified VSS file(s). |