summaryrefslogtreecommitdiff
path: root/manual/Tasks
Commit message (Collapse)AuthorAgeFilesLines
...
* Updated Java task manual.Tomas Zezula2016-03-081-3/+59
| | | | Added since tags.
* optionally don't follow redirects in <http>Stefan Bodewig2016-02-071-0/+7
| | | | https://bz.apache.org/bugzilla/show_bug.cgi?id=58840
* extension is ignored when both in and out are givenStefan Bodewig2016-01-051-1/+2
| | | | http://stackoverflow.com/questions/34588194/attribute-extension-in-xslt-task-doesnt-work
* don't use deprecated attribute in examplesStefan Bodewig2015-12-021-2/+2
|
* scp task: update docs and add new ResourceCollection usageReinhard Pointner2015-11-081-6/+16
|
* never ignore an explicit dir attribute in <exec>Stefan Bodewig2015-11-072-2/+12
| | | | BZ 58555: https://bz.apache.org/bugzilla/show_bug.cgi?id=58555
* typo in signjar's manualStefan Bodewig2015-06-191-1/+1
| | | | https://bz.apache.org/bugzilla/show_bug.cgi?id=58054
* Bug 53808: fix links in the manualJan Matèrne2015-06-104-20/+12
|
* Bug 50785: example of inserting a line breakJan Matèrne2015-06-081-1/+38
|
* Bug 47955: little hint on capitalizationJan Matèrne2015-06-081-2/+2
|
* Manual <mail>: small fix layoutJan Matèrne2015-05-281-2/+2
|
* Manual <javadoc>:Jan Matèrne2015-05-281-6/+7
| | | | | - clarify what "availibility" means - fix </td> on @postProcessGeneratedJavadocs
* wrong default dir mode in scp manual pageStefan Bodewig2015-05-171-1/+1
|
* all permissions to be set when uploading files/dirsStefan Bodewig2015-05-171-1/+19
| | | | | | | | | https://bz.apache.org/bugzilla/show_bug.cgi?id=43271 Apparently the remote umask still comes into play and the result won't be exactly what we intended it to be. Based on patch by Holly Cummins
* wrong version number detected by @PascalSchumacherYOUR NAME2015-04-231-1/+1
|
* Add encoding attributes to <tar>, <untar> and <tarfileset>Stefan Bodewig2015-04-212-3/+13
| | | | | This is a workaround for Bugzilla Issue 57822 https://bz.apache.org/bugzilla/show_bug.cgi?id=57822
* Example derived from the example in the java source.Jan Matèrne2015-02-231-0/+17
|
* javac1.9 is now a supported "compiler"Stefan Bodewig2015-02-141-2/+3
|
* fix version numberStefan Bodewig2014-11-261-2/+2
|
* junitreport: Expose classpath and factory of internal XSLTProcess task.Martin von Gagern2014-11-262-2/+11
| | | | | | | | | | | | | | | | | | | | | | | This patch creates the nested XSLTProcess at creation of the AggregateTransformer, not upon execution of the transformation. This way it is much easier to simply wrap parts of the interface I'd like to expose, like the new <classpath> and <factory> nested elements, but also the existing <param> elements. I haven't called XSLTProcess.init(), as the previous code didn't do that either. I don't fully understand the difference between init() and a constructor, but it might be a good thing to init the task somewhere. The approach I chose is something like a whitelist delegation: the XSLTProcess is a private member, and only selected methods of its interface are wrapped and thus exposed to be configured. As an alternative, one could do something like a blacklist delegation by deriving a class from XSLTProcess and forbidding access to certain settings by ovverriding the corresponding methods and throwing exceptions therein. In that case, one might even turn the class derived from XSLTProcess into a nested <xslt> element, which would be probably much clearer, as it would be configured in the same way that a top-level <xslt> task is. I didn't choose this approach in my patch for now.
* after all these years we still have some author tags leftStefan Bodewig2014-11-171-1/+0
|
* only enable transparent gzip encoding when explicitly specifiedStefan Bodewig2014-11-161-0/+9
| | | | fixes bugzilla issue 57048
* PR 56748 Spelling fixes, submitted by Ville SkyttäVille Skyttä2014-07-213-4/+4
|
* PR 56678 - add proxy support to signjar when using the TSA. Submitted by ↵Stefan Bodewig2014-07-061-8/+18
| | | | Robbie Gibson.
* svn => gitStefan Bodewig2014-05-311-1/+1
|
* junit task should support parallel/threads optionAntoine Levy-Lambert2014-03-231-1/+10
| | | | | | PR 55925 git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1580520 13f79535-47bb-0310-9956-ffa450edef68
* add a new quiet attribute to <get>, GitHub PR by hydra1983, closes #1Stefan Bodewig2014-03-231-0/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1580482 13f79535-47bb-0310-9956-ffa450edef68
* add inputencoding to mail's message when read from a file. PR 56258Stefan Bodewig2014-03-141-1/+24
| | | | git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1577617 13f79535-47bb-0310-9956-ffa450edef68
* assorted spelling fixes by Lajos Veres - closes #4Stefan Bodewig2014-02-283-7/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1572981 13f79535-47bb-0310-9956-ffa450edef68
* outputencoding for sql, patch by Miroslav Zaťko. PR 39541Stefan Bodewig2014-01-061-0/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1555947 13f79535-47bb-0310-9956-ffa450edef68
* failOnWarning attribute for javadoc. Patch by Tim Boemker. PR 55015Stefan Bodewig2014-01-061-0/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1555938 13f79535-47bb-0310-9956-ffa450edef68
* various new attributes around System.err handling in sshexec. Submitted by ↵Stefan Bodewig2014-01-061-0/+32
| | | | | | Gilbert Rebhan. PR 48478 git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1555866 13f79535-47bb-0310-9956-ffa450edef68
* allow System.in to be passed to sshexec'ed process. Patch by rosvit. PR 55393Stefan Bodewig2014-01-061-0/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1555860 13f79535-47bb-0310-9956-ffa450edef68
* document userAgent attribute. PR 55489Stefan Bodewig2013-12-311-0/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1554406 13f79535-47bb-0310-9956-ffa450edef68
* adapt documentation. PR 55922Antoine Levy-Lambert2013-12-231-9/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1553062 13f79535-47bb-0310-9956-ffa450edef68
* Bug-55895: typo in the manualJan Materne2013-12-171-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1551525 13f79535-47bb-0310-9956-ffa450edef68
* Allow params of XSLT to be optionally typed. PR 21525. Submitted by ↵Stefan Bodewig2013-12-051-2/+86
| | | | | | František Kučera git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1548237 13f79535-47bb-0310-9956-ffa450edef68
* PR 55751 description of filesmatch's textfile attribute is wrongStefan Bodewig2013-11-071-3/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1539547 13f79535-47bb-0310-9956-ffa450edef68
* Allow JUnit task to skip non tests rather than report errorsmclarke2013-09-141-1/+25
| | | | git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1523198 13f79535-47bb-0310-9956-ffa450edef68
* modernize a whole lot of links and example outputs - BZ 55551 - submitted by ↵Stefan Bodewig2013-09-1322-69/+64
| | | | | | Erik Costlow git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1522924 13f79535-47bb-0310-9956-ffa450edef68
* hint at Permissions manifest attribute and signing requirements for applets ↵Stefan Bodewig2013-09-112-11/+31
| | | | | | in upcoming 7u51 - PR 55542 - Submitted by Erik Costlow git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1521727 13f79535-47bb-0310-9956-ffa450edef68
* wrong attribute name in zip documentation. Found by Jeffrey Adamson. closes #2Stefan Bodewig2013-08-241-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1517110 13f79535-47bb-0310-9956-ffa450edef68
* post-process generated javadocs as workaround for CVE-2013-1571 - based on ↵Stefan Bodewig2013-06-241-0/+12
| | | | | | Maven patch by Uwe Schindler - PR 55132 git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1496083 13f79535-47bb-0310-9956-ffa450edef68
* Bug-53490: unrequired stuff breaks code formattingJan Materne2013-05-031-2/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1478661 13f79535-47bb-0310-9956-ffa450edef68
* adding strict attribute to signjar task, PR 54889Antoine Levy-Lambert2013-04-282-0/+150
| | | | git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1476700 13f79535-47bb-0310-9956-ffa450edef68
* PR 54879: echoxml documentation for namespacePolicy is unclearMatthew Jason Benson2013-04-241-4/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1471592 13f79535-47bb-0310-9956-ffa450edef68
* Add documentation for zip64mode attributeStefan Bodewig2013-03-314-0/+79
| | | | git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1462931 13f79535-47bb-0310-9956-ffa450edef68
* typo reported by Charles AntonyStefan Bodewig2013-03-274-4/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1461421 13f79535-47bb-0310-9956-ffa450edef68
* UK is not a valid country code. PR 54590. Submitted by Patrick AltaieStefan Bodewig2013-03-031-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1452023 13f79535-47bb-0310-9956-ffa450edef68
* add suppresssystemout attribute to optionally make sshexec silent PR 52070Antoine Levy-Lambert2013-02-181-0/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1447370 13f79535-47bb-0310-9956-ffa450edef68