@@ -1224,7 +1224,7 @@ Changes that could break older environments:
12241224 Bugzilla Report 46506.
12251225
12261226 * <copy> silently ignored missing resources even with
1227- failOnError="true". If your build tries to copy non-existant
1227+ failOnError="true". If your build tries to copy non-existent
12281228 resources and you relied on this behavior you must now explicitly
12291229 set failOnError to false.
12301230 Bugzilla Report 47362.
@@ -1377,7 +1377,7 @@ Fixed bugs:
13771377 Bugzilla Report 45607.
13781378
13791379 * only <formatter>s that logged to a file were notified if forked VM
1380- crashed or a timeout occured in <junit>.
1380+ crashed or a timeout occurred in <junit>.
13811381 Bugzilla Report 37312.
13821382
13831383 * ant -v -version would print the version information twice.
@@ -1475,7 +1475,7 @@ Fixed bugs:
14751475 of the file system).
14761476 Bugzilla Report 43665.
14771477
1478- * <sshexec> didn't store the ouput in outputproperty if the remote
1478+ * <sshexec> didn't store the output in outputproperty if the remote
14791479 command failed.
14801480 Bugzilla Report 46340.
14811481
@@ -1748,7 +1748,7 @@ Other changes:
17481748
17491749 * A new listener for <junit> has been added that tries to invoke the
17501750 tearDown method of a TestCase if that TestCase was run in a forked
1751- VM and the VM crashed or a timeout occured . See the <junit> task's
1751+ VM and the VM crashed or a timeout occurred . See the <junit> task's
17521752 manual page for details.
17531753 Bugzilla Report 37241.
17541754
@@ -1879,7 +1879,7 @@ Other changes:
18791879 * <xslt> now fails early if a specified stylesheet doesn't exist.
18801880 Bugzilla Report 34525.
18811881
1882- * <xslt> now has an option to supress transformer warnings. This
1882+ * <xslt> now has an option to suppress transformer warnings. This
18831883 option only has an effect for processors that support this feature;
18841884 the "trax" processor included with Ant does support it.
18851885 Bugzilla Report 18897.
@@ -2790,7 +2790,7 @@ Other changes:
27902790* Upgraded XML API and parser to Xerces 2.8.1
27912791
27922792* A code review of some threaded logic has tightened up the synchronization
2793- of Watchdog, ExecuteWatchdog and ExecuteJava, which could reduce the occurence
2793+ of Watchdog, ExecuteWatchdog and ExecuteJava, which could reduce the occurrence
27942794 of race conditions here, especially on Java1.5+.
27952795
27962796* Allow broken reference build files. The defer reference processing would
@@ -3368,7 +3368,7 @@ Fixed bugs:
33683368
33693369* FTP task, getTimeDiff method was returning wrong value. Bugzilla 30595.
33703370
3371- * make sure that Zip and its derivates call the createEmptyZip method when
3371+ * make sure that Zip and its derivatives call the createEmptyZip method when
33723372 there are no resources to zip/jar/...
33733373
33743374* Zip task was not zipping when only empty directories were found.
@@ -3946,7 +3946,7 @@ Fixed bugs:
39463946 than seven characters. Bugzilla Report 18105.
39473947
39483948* <copy> and <move>'s failonerror didn't apply to filesets pointing to
3949- non-existant directories. Bugzilla Report 18414.
3949+ non-existent directories. Bugzilla Report 18414.
39503950
39513951* The <stripjavacomments> filter sometimes removed parts of string
39523952 constants. Bugzilla Report 17441.
@@ -4061,7 +4061,7 @@ Fixed bugs:
40614061* ftp put with chmod failed when the remote system was UNIX and local system
40624062 Windows. Bugzilla Report 23143.
40634063
4064- * ftp did not set the ascii mode explicity , causing problems with ftp servers
4064+ * ftp did not set the ascii mode explicitly , causing problems with ftp servers
40654065 having binary as default
40664066
40674067* ftp was not able to download files when they were pointed to by symbolic
@@ -5204,7 +5204,7 @@ Other changes:
52045204 or a file.
52055205
52065206* New tasks <bzip2> and <bunzip2> to pack and unpack files using the
5207- BZip2 alogrithm .
5207+ BZip2 algorithm .
52085208
52095209* New tasks <replaceregexp>, <checksum>, <translate>, <waitfor>,
52105210 <manifest>, <vsscp>, <vssadd>, <vsscreate>, <splash>, <basename>, <dirname>,
@@ -5504,7 +5504,7 @@ Changes that could break older environments:
55045504 other tasks. This can break customer listeners which do not expect messages
55055505 from a task before the previous task has finished.
55065506
5507- * Ant now installs its own ouput stream into System.out to route output to the
5507+ * Ant now installs its own output stream into System.out to route output to the
55085508 task currently executing on the current thread. This also means that all
55095509 output is now routed as Ant message events. Customer listeners and loggers
55105510 should not call System.out at any time. This has always been true but such
@@ -5622,7 +5622,7 @@ Other changes:
56225622
56235623* added vmlauncher attribute to exec tasks. This defaults to true. If
56245624 it is set to false, the VM's ability to launch commands in bypassed
5625- and the OS shell, either directly or through the auxillary antRun
5625+ and the OS shell, either directly or through the auxiliary antRun
56265626 scripts is used.
56275627
56285628* regexp mapper now supports the java.util.regex package of JDK 1.4.
0 commit comments