Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add support for jarsigner's -tsadigestalg to <signjar>. | Stefan Bodewig | 2017-03-16 | 1 | -0/+5 |
| | | | | https://bz.apache.org/bugzilla/show_bug.cgi?id=60665 | ||||
* | accepted the PR too late for 1.10.1 | Stefan Bodewig | 2017-02-20 | 3 | -4/+4 |
| | |||||
* | Enhanced JavaxScriptRunner, Junit, docs, Javadoc | pyxide | 2017-02-20 | 3 | -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 Bodewig | 2017-02-17 | 1 | -0/+7 |
|\ | |||||
| * | Added forceCsvQuoteChar option | Francesco Steccanella | 2017-02-17 | 1 | -0/+7 |
| | | |||||
* | | [AA] Bugzilla Bug 60628: Change after code review by @janmaterne | Arcadius Ahouansou | 2017-01-30 | 1 | -6/+5 |
| | | |||||
* | | [AA] Bugzilla Bug 60628 - Ant Get Task To Accept Arbitrary Header | Arcadius Ahouansou | 2017-01-23 | 1 | -0/+34 |
| | | |||||
* | | document XZ support - PR 60350 | Stefan Bodewig | 2017-01-12 | 2 | -12/+30 |
| | | |||||
* | | Merge branch '1.9.x' | Stefan Bodewig | 2016-10-08 | 1 | -0/+10 |
|\ \ | |/ | |||||
| * | add support for Java9's javac --release | Stefan Bodewig | 2016-10-08 | 1 | -0/+10 |
| | | | | | | | | https://bz.apache.org/bugzilla/show_bug.cgi?id=60172 | ||||
* | | Merge branch '1.9.x' | Stefan Bodewig | 2016-09-21 | 1 | -0/+16 |
|\ \ | |/ | |||||
| * | document how to use XSLT extension functions in Java9 | Stefan Bodewig | 2016-09-21 | 1 | -0/+16 |
| | | | | | | | | https://bz.apache.org/bugzilla/show_bug.cgi?id=60060 | ||||
* | | simple way of creating a JEP-238 multi release jar | Jan Matèrne | 2016-09-21 | 1 | -0/+35 |
| | | |||||
* | | Merge branch '1.9.x' | Stefan Bodewig | 2016-09-11 | 1 | -2/+2 |
|\ \ | |/ | |||||
| * | JDK9 command line options updated to JEP 293 | Tomas Zezula | 2016-09-11 | 1 | -12/+12 |
| | | |||||
| * | fix version numbers | Stefan Bodewig | 2016-09-11 | 1 | -2/+2 |
| | | |||||
| * | JDK9 modules support for JUnit by Tomáš Zezula | Stefan Bodewig | 2016-09-11 | 1 | -2/+57 |
| | | | | | | | | this is the combined patch or #18 which couldn't be applied via `git am` | ||||
* | | JDK9 command line options updated to JEP 293 | Tomas Zezula | 2016-09-09 | 1 | -12/+12 |
| | | |||||
* | | Merge branch '1.9.x' | Stefan Bodewig | 2016-09-04 | 1 | -1/+60 |
|\ \ | |/ | |||||
| * | allow Ant references to be used for xslt attributes | Stefan Bodewig | 2016-09-04 | 1 | -1/+31 |
| | | |||||
| * | add support for TraX factory features | Stefan Bodewig | 2016-09-04 | 1 | -1/+30 |
| | | |||||
| * | <get>'s retries attribute has a misleading name | Stefan Bodewig | 2016-08-07 | 1 | -1/+4 |
| | | | | | | | | https://bz.apache.org/bugzilla/show_bug.cgi?id=59930 | ||||
* | | <get>'s retries attribute has a misleading name | Stefan Bodewig | 2016-08-07 | 1 | -1/+4 |
| | | | | | | | | https://bz.apache.org/bugzilla/show_bug.cgi?id=59930 | ||||
* | | Merge branch '1.9.x' | Stefan Bodewig | 2016-07-31 | 1 | -2/+4 |
|\ \ | |/ | |||||
| * | fix the patterns used by touch and date selectors | Stefan Bodewig | 2016-07-31 | 1 | -2/+4 |
| | | | | | | | | https://bz.apache.org/bugzilla/show_bug.cgi?id=59909 | ||||
* | | Merge branch '1.9.x' | Stefan Bodewig | 2016-07-31 | 3 | -1/+26 |
|\ \ | |/ | |||||
| * | add support for javac -h | Stefan Bodewig | 2016-07-31 | 2 | -0/+25 |
| | | | | | | | | https://bz.apache.org/bugzilla/show_bug.cgi?id=59905 | ||||
| * | typos | Stefan Bodewig | 2016-07-31 | 2 | -2/+2 |
| | | |||||
* | | document changed javah default | Stefan Bodewig | 2016-07-30 | 1 | -4/+3 |
| | | |||||
* | | Merge branch '1.9.x' | Stefan Bodewig | 2016-07-30 | 1 | -3/+7 |
|\ \ | |/ | |||||
| * | implement a forking implementation for javah | Stefan Bodewig | 2016-07-30 | 1 | -3/+7 |
| | | |||||
* | | Merge branch '1.9.x' | Stefan Bodewig | 2016-07-30 | 1 | -1/+3 |
|\ \ | |/ | |||||
| * | rmic doesn't allow -Xnew on JDK9 | Stefan Bodewig | 2016-07-30 | 1 | -1/+3 |
| | | | | | | | | https://bz.apache.org/bugzilla/show_bug.cgi?id=59906 | ||||
* | | Merge branch '1.9.x' | Stefan Bodewig | 2016-07-25 | 1 | -3/+5 |
|\ \ | |/ | |||||
| * | default to forking rmic on JDK 9+ | Stefan Bodewig | 2016-07-25 | 1 | -3/+5 |
| | | | | | | | | https://bz.apache.org/bugzilla/show_bug.cgi?id=59860 | ||||
* | | Merge branch '1.9.x' | Stefan Bodewig | 2016-07-25 | 1 | -1/+2 |
|\ \ | |/ | |||||
| * | nobody is going to call Java 9 1.9 anymore | Stefan Bodewig | 2016-07-25 | 1 | -1/+2 |
| | | | | | | | | https://bz.apache.org/bugzilla/show_bug.cgi?id=59863 | ||||
* | | make builtin native2ascii implementation the default | Stefan Bodewig | 2016-07-24 | 1 | -5/+4 |
| | | |||||
* | | Merge branch '1.9.x' | Stefan Bodewig | 2016-07-24 | 1 | -4/+9 |
|\ \ | |/ | |||||
| * | builtin implementation of ascii2native | Stefan Bodewig | 2016-07-24 | 1 | -1/+1 |
| | | |||||
| * | built-in implementation of native2ascii | Stefan Bodewig | 2016-07-24 | 1 | -3/+8 |
| | | | | | | | | https://bz.apache.org/bugzilla/show_bug.cgi?id=59855 | ||||
* | | fix version number | Stefan Bodewig | 2016-07-13 | 1 | -2/+2 |
| | | |||||
* | | JDK9 modules support for JUnit by Tomáš Zezula | Stefan Bodewig | 2016-07-13 | 1 | -2/+57 |
| | | | | | | | | this is the combined patch or #18 which couldn't be applied via `git am` | ||||
* | | Merge branch '1.9.x' | Stefan Bodewig | 2016-05-23 | 1 | -0/+6 |
|\ \ | |/ | |||||
| * | add compression support to <scp>bug_47552_scp_compression | Stefan Bodewig | 2016-05-22 | 1 | -0/+6 |
| | | | | | | | | | | | | https://bz.apache.org/bugzilla/show_bug.cgi?id=47552 Patch-by: Matthew Yanos | ||||
* | | implement DOS-friendly fallback in setpermissions | Stefan Bodewig | 2016-05-16 | 1 | -0/+13 |
| | | |||||
* | | setpermissions task using NIO rather than platform tools | Stefan Bodewig | 2016-04-17 | 3 | -0/+102 |
| | | |||||
* | | remove apt task, there is no apt tool in java8 | Stefan Bodewig | 2016-04-09 | 1 | -179/+0 |
|/ | |||||
* | document serverAliveInterval and serverAliveCountMax | Stefan Bodewig | 2016-03-29 | 2 | -0/+34 |
| | |||||
* | Added modulepath, modulesourcepath and upgrademodulepath into Javac task. | Tomas Zezula | 2016-03-21 | 1 | -6/+82 |
| |