summaryrefslogtreecommitdiff
path: root/manual/Tasks
Commit message (Collapse)AuthorAgeFilesLines
...
* removing Perforce Ant tasksAntoine Levy-Lambert2013-02-041-1006/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1442023 13f79535-47bb-0310-9956-ffa450edef68
* PR 54090 Depend task does not handle invokeDynamic constant pool entries - ↵Antoine Levy-Lambert2013-01-221-1/+1
| | | | | | java.lang.ClassFormatError: Invalid Constant Pool entry Type 18 git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1436748 13f79535-47bb-0310-9956-ffa450edef68
* Add a longfile='posix' option to tar taskStefan Bodewig2012-06-161-8/+28
| | | | git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1350904 13f79535-47bb-0310-9956-ffa450edef68
* Bug 53036 - FixCRLF does not respect the eol="asis" settingJacobus Martinus Kruithof2012-05-261-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1342959 13f79535-47bb-0310-9956-ffa450edef68
* Bug 53202 - Typo in JUnit task documentationJacobus Martinus Kruithof2012-05-261-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1342899 13f79535-47bb-0310-9956-ffa450edef68
* Bug 53291 - Several spell checker findings in apache ant 1.8.3 documentationJacobus Martinus Kruithof2012-05-2635-46/+46
| | | | | | -- excluding api -- git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1342889 13f79535-47bb-0310-9956-ffa450edef68
* Documentation update: Bug 53215 - Broken link to oracle doc in Manifest taskJacobus Martinus Kruithof2012-05-261-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1342883 13f79535-47bb-0310-9956-ffa450edef68
* <properties> started to support loading XML files with 1.8.0 not 1.7.1. PR ↵Stefan Bodewig2012-04-251-1/+1
| | | | | | 53141 git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1330090 13f79535-47bb-0310-9956-ffa450edef68
* #52621: restore default behavior from #42046 for compatibility, but make it ↵Jesse N. Glick2012-02-231-0/+9
| | | | | | configurable. git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1292985 13f79535-47bb-0310-9956-ffa450edef68
* Refer to faq.html on the web site, not using a relative path.Jesse N. Glick2012-02-231-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1292976 13f79535-47bb-0310-9956-ffa450edef68
* Remove reference to WebLogic and Starteam tasks that have been removed more ↵Stefan Bodewig2012-02-052-995/+1
| | | | | | than four years ago git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1240680 13f79535-47bb-0310-9956-ffa450edef68
* support for pseudo-terminals in sshexec. PR 52554Stefan Bodewig2012-02-011-0/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1239121 13f79535-47bb-0310-9956-ffa450edef68
* documentation for retryDelay attribute of retry task. PR 52076Stefan Bodewig2012-02-011-0/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1239108 13f79535-47bb-0310-9956-ffa450edef68
* OpenJDK8 snaphot works, I have found a new class in java.lang.reflect and ↵Stefan Bodewig2012-01-271-2/+3
| | | | | | OpenJDK's javac defaults to -source 8. No, I don't like the code in DefaultCompilerAdapter either. git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1236803 13f79535-47bb-0310-9956-ffa450edef68
* hint at namespace declaration rules. PR 52309Stefan Bodewig2011-12-281-1/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1225133 13f79535-47bb-0310-9956-ffa450edef68
* provide control over signature and digest algorithms in <signjar>. ↵Stefan Bodewig2011-12-211-0/+28
| | | | | | Submitted by Wang Weijun. PR 52344 git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1221901 13f79535-47bb-0310-9956-ffa450edef68
* clarify requirements for manifestclasspath task to address questions like PR ↵Stefan Bodewig2011-12-041-0/+5
| | | | | | 52227 git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1210062 13f79535-47bb-0310-9956-ffa450edef68
* add an option to suppress the artifical package-info.class files created by ↵Stefan Bodewig2011-10-281-0/+16
| | | | | | <javac>. PR 52096 git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1190243 13f79535-47bb-0310-9956-ffa450edef68
* Make <move> use tryHardToDelete under the coversStefan Bodewig2011-09-292-1/+14
| | | | git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1177307 13f79535-47bb-0310-9956-ffa450edef68
* Add an option to <delete> to run the GC before retrying a failed build on ↵Stefan Bodewig2011-09-291-0/+13
| | | | | | non-Windows OSes as well. Might fix the NFS problem described in PR 45786 git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1177305 13f79535-47bb-0310-9956-ffa450edef68
* Cactus => AtticStefan Bodewig2011-08-071-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1154640 13f79535-47bb-0310-9956-ffa450edef68
* sync docs with codeStefan Bodewig2011-08-051-1/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1154195 13f79535-47bb-0310-9956-ffa450edef68
* support multiple resource collections in sync. PR 51462Stefan Bodewig2011-07-271-2/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1151369 13f79535-47bb-0310-9956-ffa450edef68
* BCEL moved from Jakarta to CommonsStefan Bodewig2011-07-251-3/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1150561 13f79535-47bb-0310-9956-ffa450edef68
* BR 41986Nicolas Lalevee2011-07-242-0/+18
| | | | | | | | - add a quiet attribute to the copy task to not print warning messages Thanks to Timoteo Ohara git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1150331 13f79535-47bb-0310-9956-ffa450edef68
* java.util.zip now supports the EFS flag, ↵Stefan Bodewig2011-07-211-2/+8
| | | | | | http://blogs.oracle.com/xuemingshen/entry/non_utf_8_encoding_in git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1149009 13f79535-47bb-0310-9956-ffa450edef68
* fix a bunch of linksStefan Bodewig2011-07-182-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1147761 13f79535-47bb-0310-9956-ffa450edef68
* regexp and ORO have been mothballedStefan Bodewig2011-07-181-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1147760 13f79535-47bb-0310-9956-ffa450edef68
* fix link to svn docs, submitted by Matt Wildig. PR 51375Stefan Bodewig2011-07-151-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1147175 13f79535-47bb-0310-9956-ffa450edef68
* PR 51213: anchors.Jesse N. Glick2011-05-241-34/+38
| | | | git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1127211 13f79535-47bb-0310-9956-ffa450edef68
* typo, found by Javier Murciego and fixed by Anthony Wat - PR 51176Stefan Bodewig2011-05-131-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1102782 13f79535-47bb-0310-9956-ffa450edef68
* typoMatthew Jason Benson2011-04-201-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1095465 13f79535-47bb-0310-9956-ffa450edef68
* allow to specify name when using concat as a resourceMatthew Jason Benson2011-04-081-0/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1090317 13f79535-47bb-0310-9956-ffa450edef68
* The site is now at https://svn.apache.org/repos/asf/ant/site/ant/sourcesNicolas Lalevee2011-03-23157-0/+39398
Only the manual will be in the distribution git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1084809 13f79535-47bb-0310-9956-ffa450edef68