summaryrefslogtreecommitdiff
path: root/manual/Tasks
Commit message (Collapse)AuthorAgeFilesLines
* add support for jarsigner's -tsadigestalg to <signjar>.Stefan Bodewig2017-03-161-0/+5
| | | | https://bz.apache.org/bugzilla/show_bug.cgi?id=60665
* accepted the PR too late for 1.10.1Stefan Bodewig2017-02-203-4/+4
|
* Enhanced JavaxScriptRunner, Junit, docs, Javadocpyxide2017-02-203-1/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | JavaxScriptRunner: - Better compiled script reference name to avoid reference name collision, project wide : execName + ".compiled." + getScript().hashCode() + "." + getProject().hashCode(); ScriptDef: - Fixed Javadoc + use of 3rd person [(oracle style guideline)](http://www.oracle.com/technetwork/articles/java/index-137868.html#styleguide) Task manual: documentation for `encoding` and `compiled` options. - `encoding` : script.html, scriptdef.html, conditions.html, selectors.html, mapper.html, filterchain.html - `compiled` : scriptdef.html Added source file `encoding` option on: - org.apache.tools.ant.taskdefs.optional.Script - org.apache.tools.ant.types.optional.AbstractScriptComponent (inherited by ScriptCondition, ScriptMapper) - org.apache.tools.ant.types.optional.ScriptFilter - org.apache.tools.ant.types.optional.ScriptSelector Test units : - org.apache.tools.ant.taskdefs.optional.script.ScriptDefTest, script.xml : src + encoding - org.apache.tools.ant.taskdefs.optional.RhinoScriptDefTest, scriptdef.xml : src + encoding, compiled - new file: src/etc/testcases/taskdefs/optional/script/heavy-script.js
* Merge branch '1.9.x'Stefan Bodewig2017-02-171-0/+7
|\
| * Added forceCsvQuoteChar optionFrancesco Steccanella2017-02-171-0/+7
| |
* | [AA] Bugzilla Bug 60628: Change after code review by @janmaterneArcadius Ahouansou2017-01-301-6/+5
| |
* | [AA] Bugzilla Bug 60628 - Ant Get Task To Accept Arbitrary HeaderArcadius Ahouansou2017-01-231-0/+34
| |
* | document XZ support - PR 60350Stefan Bodewig2017-01-122-12/+30
| |
* | Merge branch '1.9.x'Stefan Bodewig2016-10-081-0/+10
|\ \ | |/
| * add support for Java9's javac --releaseStefan Bodewig2016-10-081-0/+10
| | | | | | | | https://bz.apache.org/bugzilla/show_bug.cgi?id=60172
* | Merge branch '1.9.x'Stefan Bodewig2016-09-211-0/+16
|\ \ | |/
| * document how to use XSLT extension functions in Java9Stefan Bodewig2016-09-211-0/+16
| | | | | | | | https://bz.apache.org/bugzilla/show_bug.cgi?id=60060
* | simple way of creating a JEP-238 multi release jarJan Matèrne2016-09-211-0/+35
| |
* | Merge branch '1.9.x'Stefan Bodewig2016-09-111-2/+2
|\ \ | |/
| * JDK9 command line options updated to JEP 293Tomas Zezula2016-09-111-12/+12
| |
| * fix version numbersStefan Bodewig2016-09-111-2/+2
| |
| * JDK9 modules support for JUnit by Tomáš ZezulaStefan Bodewig2016-09-111-2/+57
| | | | | | | | this is the combined patch or #18 which couldn't be applied via `git am`
* | JDK9 command line options updated to JEP 293Tomas Zezula2016-09-091-12/+12
| |
* | Merge branch '1.9.x'Stefan Bodewig2016-09-041-1/+60
|\ \ | |/
| * allow Ant references to be used for xslt attributesStefan Bodewig2016-09-041-1/+31
| |
| * add support for TraX factory featuresStefan Bodewig2016-09-041-1/+30
| |
| * <get>'s retries attribute has a misleading nameStefan Bodewig2016-08-071-1/+4
| | | | | | | | https://bz.apache.org/bugzilla/show_bug.cgi?id=59930
* | <get>'s retries attribute has a misleading nameStefan Bodewig2016-08-071-1/+4
| | | | | | | | https://bz.apache.org/bugzilla/show_bug.cgi?id=59930
* | Merge branch '1.9.x'Stefan Bodewig2016-07-311-2/+4
|\ \ | |/
| * fix the patterns used by touch and date selectorsStefan Bodewig2016-07-311-2/+4
| | | | | | | | https://bz.apache.org/bugzilla/show_bug.cgi?id=59909
* | Merge branch '1.9.x'Stefan Bodewig2016-07-313-1/+26
|\ \ | |/
| * add support for javac -hStefan Bodewig2016-07-312-0/+25
| | | | | | | | https://bz.apache.org/bugzilla/show_bug.cgi?id=59905
| * typosStefan Bodewig2016-07-312-2/+2
| |
* | document changed javah defaultStefan Bodewig2016-07-301-4/+3
| |
* | Merge branch '1.9.x'Stefan Bodewig2016-07-301-3/+7
|\ \ | |/
| * implement a forking implementation for javahStefan Bodewig2016-07-301-3/+7
| |
* | Merge branch '1.9.x'Stefan Bodewig2016-07-301-1/+3
|\ \ | |/
| * rmic doesn't allow -Xnew on JDK9Stefan Bodewig2016-07-301-1/+3
| | | | | | | | https://bz.apache.org/bugzilla/show_bug.cgi?id=59906
* | Merge branch '1.9.x'Stefan Bodewig2016-07-251-3/+5
|\ \ | |/
| * default to forking rmic on JDK 9+Stefan Bodewig2016-07-251-3/+5
| | | | | | | | https://bz.apache.org/bugzilla/show_bug.cgi?id=59860
* | Merge branch '1.9.x'Stefan Bodewig2016-07-251-1/+2
|\ \ | |/
| * nobody is going to call Java 9 1.9 anymoreStefan Bodewig2016-07-251-1/+2
| | | | | | | | https://bz.apache.org/bugzilla/show_bug.cgi?id=59863
* | make builtin native2ascii implementation the defaultStefan Bodewig2016-07-241-5/+4
| |
* | Merge branch '1.9.x'Stefan Bodewig2016-07-241-4/+9
|\ \ | |/
| * builtin implementation of ascii2nativeStefan Bodewig2016-07-241-1/+1
| |
| * built-in implementation of native2asciiStefan Bodewig2016-07-241-3/+8
| | | | | | | | https://bz.apache.org/bugzilla/show_bug.cgi?id=59855
* | fix version numberStefan Bodewig2016-07-131-2/+2
| |
* | JDK9 modules support for JUnit by Tomáš ZezulaStefan Bodewig2016-07-131-2/+57
| | | | | | | | this is the combined patch or #18 which couldn't be applied via `git am`
* | Merge branch '1.9.x'Stefan Bodewig2016-05-231-0/+6
|\ \ | |/
| * add compression support to <scp>bug_47552_scp_compressionStefan Bodewig2016-05-221-0/+6
| | | | | | | | | | | | https://bz.apache.org/bugzilla/show_bug.cgi?id=47552 Patch-by: Matthew Yanos
* | implement DOS-friendly fallback in setpermissionsStefan Bodewig2016-05-161-0/+13
| |
* | setpermissions task using NIO rather than platform toolsStefan Bodewig2016-04-173-0/+102
| |
* | remove apt task, there is no apt tool in java8Stefan Bodewig2016-04-091-179/+0
|/
* document serverAliveInterval and serverAliveCountMaxStefan Bodewig2016-03-292-0/+34
|
* Added modulepath, modulesourcepath and upgrademodulepath into Javac task.Tomas Zezula2016-03-211-6/+82
|