Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | java 5-8java8 | Matt Benson | 2017-04-13 | 609 | -13756/+11648 |
| | |||||
* | reduce GC pressure by replacing File(In|Out)putStream | Stefan Bodewig | 2017-04-12 | 84 | -279/+308 |
| | |||||
* | Merge branch '1.9.x' | Stefan Bodewig | 2017-04-11 | 1 | -4/+11 |
|\ | |||||
| * | add regexp attribute to linecontainsregexp | Stefan Bodewig | 2017-04-11 | 1 | -4/+11 |
| | | | | | | | | https://bz.apache.org/bugzilla/show_bug.cgi?id=60968 | ||||
* | | add support for jarsigner's -tsadigestalg to <signjar>. | Stefan Bodewig | 2017-03-16 | 1 | -0/+28 |
| | | | | | | | | https://bz.apache.org/bugzilla/show_bug.cgi?id=60665 | ||||
* | | Merge branch '1.9.x' | Stefan Bodewig | 2017-03-15 | 1 | -3/+9 |
|\ \ | |/ | |||||
| * | Make GenerateKey.DistinguishedName.toString more robust | Stefan Bodewig | 2017-03-15 | 1 | -3/+9 |
| | | | | | | | | https://bz.apache.org/bugzilla/show_bug.cgi?id=60767 | ||||
* | | three more missing setEncoding methods, thanks to @pyxide | Stefan Bodewig | 2017-02-21 | 3 | -0/+29 |
| | | |||||
* | | seems there was a setter missing in <script> | Stefan Bodewig | 2017-02-20 | 1 | -0/+11 |
| | | |||||
* | | whitespace | Stefan Bodewig | 2017-02-20 | 2 | -12/+12 |
| | | |||||
* | | accepted the PR too late for 1.10.1 | Stefan Bodewig | 2017-02-20 | 3 | -8/+8 |
| | | |||||
* | | missing license | Stefan Bodewig | 2017-02-20 | 1 | -0/+17 |
| | | |||||
* | | New magic name org.apache.ant.scriptcache | pyxide | 2017-02-20 | 2 | -1/+11 |
| | | |||||
* | | Enhanced JavaxScriptRunner, Junit, docs, Javadoc | pyxide | 2017-02-20 | 7 | -30/+263 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
* | | Cosmetic changes | pyxide | 2017-02-20 | 3 | -5/+5 |
| | | |||||
* | | Cleaning, proper classpath in JavaxScriptRunner | pyxide | 2017-02-20 | 4 | -65/+68 |
| | | |||||
* | | Scriptdef task new options : 'compiled' (if javax.script engine implements ↵ | pyxide | 2017-02-20 | 4 | -27/+230 |
| | | | | | | | | Compilable), 'encoding' to load resources | ||||
* | | fix line-ends | Stefan Bodewig | 2017-02-20 | 2 | -213/+213 |
| | | |||||
* | | Merge branch '1.9.x' | Stefan Bodewig | 2017-02-17 | 1 | -4/+14 |
|\ \ | |/ | |||||
| * | Added option to force the csv quote char | Francesco Steccanella | 2017-02-17 | 1 | -4/+14 |
| | | |||||
| * | Merge tag 'rel/1.9.9' into 1.9.x and bump versions | Stefan Bodewig | 2017-02-06 | 24 | -72/+72 |
| |\ | |||||
| | * | preparing for 1.9.9 releaserel/1.9.9ANT_199_RC1 | Stefan Bodewig | 2017-02-02 | 23 | -66/+66 |
| |/ | |||||
* | | Merge remote-tracking branch 'origin/pr/31' | Jan Matèrne | 2017-02-09 | 6 | -6/+140 |
|\ \ | |||||
| * | | [AA] Bugzilla Bug 60628: Change after code review by @janmaterne | Arcadius Ahouansou | 2017-01-30 | 5 | -36/+62 |
| | | | |||||
| * | | [AA] bugzilla-Bug-60628-Ant-Get-Task-To-Accept-Arbitrary-Header : ↵ | Arcadius | 2017-01-23 | 1 | -3/+2 |
| | | | | | | | | | | | | simplifying test | ||||
| * | | [AA] Bugzilla Bug 60628 - Ant Get Task To Accept Arbitrary Header | Arcadius Ahouansou | 2017-01-23 | 4 | -1/+110 |
| | | | |||||
* | | | Merge tag 'rel/1.10.1' and bump versions | Stefan Bodewig | 2017-02-06 | 25 | -71/+71 |
|\ \ \ | |/ / |/| | | | | | Tagging version 1.10.1 of Ant | ||||
| * | | preparing the 1.10.1 releaserel/1.10.1ANT_1.10.1_RC1 | Stefan Bodewig | 2017-02-02 | 24 | -69/+69 |
|/ / | |||||
* | | Merge branch '1.9.x' - closes #29 | Stefan Bodewig | 2017-01-14 | 1 | -9/+30 |
|\ \ | |/ | |||||
| * | trim whitespace | Stefan Bodewig | 2017-01-14 | 1 | -1/+1 |
| | | |||||
| * | detect solaris 10 to avoid certain POSIX expressions | Jeffrey Adamson | 2017-01-14 | 1 | -9/+30 |
| | | |||||
* | | Merge branch '1.9.x' | Stefan Bodewig | 2017-01-13 | 1 | -1/+2 |
|\ \ | |/ | |||||
| * | Eclipse tries to write to systemClasspath - PR 60582 | Stefan Bodewig | 2017-01-13 | 1 | -1/+2 |
| | | | | | | | | thanks to @ebourg https://github.com/apache/ant/commit/984a03d1ceb6e4b5d194e4d639d0b0fca46d92be | ||||
* | | Merge branch '1.9.x' - closes #28 | Stefan Bodewig | 2017-01-12 | 2 | -3/+3 |
|\ \ | |/ | |||||
| * | Fixed a typo (instanciated -> instantiated) | Emmanuel Bourg | 2017-01-12 | 2 | -3/+3 |
| | | |||||
* | | document XZ support - PR 60350 | Stefan Bodewig | 2017-01-12 | 1 | -2/+3 |
| | | |||||
* | | xz support in tar - PR 60350 | Stefan Bodewig | 2017-01-12 | 2 | -2/+78 |
| | | |||||
* | | xz support in untar - PR 60350 | Stefan Bodewig | 2017-01-11 | 2 | -1/+92 |
| | | |||||
* | | typo | Stefan Bodewig | 2017-01-11 | 1 | -1/+1 |
| | | |||||
* | | only execute test if XZ for Java is present | Stefan Bodewig | 2017-01-11 | 1 | -1/+1 |
| | | |||||
* | | alphasort | Stefan Bodewig | 2017-01-11 | 1 | -25/+25 |
| | | |||||
* | | xzresource task - PR 60350 | Stefan Bodewig | 2017-01-11 | 5 | -0/+117 |
| | | |||||
* | | unxz task - PR 60350 | Stefan Bodewig | 2017-01-10 | 5 | -0/+204 |
| | | |||||
* | | infrastructure for XZ compression support - PR 60350 | Stefan Bodewig | 2017-01-10 | 5 | -0/+140 |
| | | |||||
* | | Merge branch '1.9.x' | Stefan Bodewig | 2017-01-10 | 1 | -22/+22 |
|\ \ | |/ | |||||
| * | Revert "replace backticks with $() - may fix PR 60562" | Stefan Bodewig | 2017-01-10 | 1 | -22/+22 |
| | | | | | | | | This reverts commit 02aedbc903570357c4caa43beb2d9e2dabd7b4fc. | ||||
* | | Merge branch '1.9.x' | Stefan Bodewig | 2017-01-09 | 1 | -22/+22 |
|\ \ | |/ | |||||
| * | replace backticks with $() - may fix PR 60562 | Stefan Bodewig | 2017-01-09 | 1 | -22/+22 |
| | | |||||
* | | Merge branch '1.9.x' | Stefan Bodewig | 2017-01-09 | 1 | -40/+4 |
|\ \ | |/ | |||||
| * | remove obsolete awk escaping - related to PR 60562 | Stefan Bodewig | 2017-01-09 | 1 | -40/+4 |
| | |