summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* java 5-8java8Matt Benson2017-04-13609-13756/+11648
|
* reduce GC pressure by replacing File(In|Out)putStreamStefan Bodewig2017-04-1284-279/+308
|
* Merge branch '1.9.x'Stefan Bodewig2017-04-111-4/+11
|\
| * add regexp attribute to linecontainsregexpStefan Bodewig2017-04-111-4/+11
| | | | | | | | https://bz.apache.org/bugzilla/show_bug.cgi?id=60968
* | add support for jarsigner's -tsadigestalg to <signjar>.Stefan Bodewig2017-03-161-0/+28
| | | | | | | | https://bz.apache.org/bugzilla/show_bug.cgi?id=60665
* | Merge branch '1.9.x'Stefan Bodewig2017-03-151-3/+9
|\ \ | |/
| * Make GenerateKey.DistinguishedName.toString more robustStefan Bodewig2017-03-151-3/+9
| | | | | | | | https://bz.apache.org/bugzilla/show_bug.cgi?id=60767
* | three more missing setEncoding methods, thanks to @pyxideStefan Bodewig2017-02-213-0/+29
| |
* | seems there was a setter missing in <script>Stefan Bodewig2017-02-201-0/+11
| |
* | whitespaceStefan Bodewig2017-02-202-12/+12
| |
* | accepted the PR too late for 1.10.1Stefan Bodewig2017-02-203-8/+8
| |
* | missing licenseStefan Bodewig2017-02-201-0/+17
| |
* | New magic name org.apache.ant.scriptcachepyxide2017-02-202-1/+11
| |
* | Enhanced JavaxScriptRunner, Junit, docs, Javadocpyxide2017-02-207-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 changespyxide2017-02-203-5/+5
| |
* | Cleaning, proper classpath in JavaxScriptRunnerpyxide2017-02-204-65/+68
| |
* | Scriptdef task new options : 'compiled' (if javax.script engine implements ↵pyxide2017-02-204-27/+230
| | | | | | | | Compilable), 'encoding' to load resources
* | fix line-endsStefan Bodewig2017-02-202-213/+213
| |
* | Merge branch '1.9.x'Stefan Bodewig2017-02-171-4/+14
|\ \ | |/
| * Added option to force the csv quote charFrancesco Steccanella2017-02-171-4/+14
| |
| * Merge tag 'rel/1.9.9' into 1.9.x and bump versionsStefan Bodewig2017-02-0624-72/+72
| |\
| | * preparing for 1.9.9 releaserel/1.9.9ANT_199_RC1Stefan Bodewig2017-02-0223-66/+66
| |/
* | Merge remote-tracking branch 'origin/pr/31'Jan Matèrne2017-02-096-6/+140
|\ \
| * | [AA] Bugzilla Bug 60628: Change after code review by @janmaterneArcadius Ahouansou2017-01-305-36/+62
| | |
| * | [AA] bugzilla-Bug-60628-Ant-Get-Task-To-Accept-Arbitrary-Header : ↵Arcadius2017-01-231-3/+2
| | | | | | | | | | | | simplifying test
| * | [AA] Bugzilla Bug 60628 - Ant Get Task To Accept Arbitrary HeaderArcadius Ahouansou2017-01-234-1/+110
| | |
* | | Merge tag 'rel/1.10.1' and bump versionsStefan Bodewig2017-02-0625-71/+71
|\ \ \ | |/ / |/| | | | | Tagging version 1.10.1 of Ant
| * | preparing the 1.10.1 releaserel/1.10.1ANT_1.10.1_RC1Stefan Bodewig2017-02-0224-69/+69
|/ /
* | Merge branch '1.9.x' - closes #29Stefan Bodewig2017-01-141-9/+30
|\ \ | |/
| * trim whitespaceStefan Bodewig2017-01-141-1/+1
| |
| * detect solaris 10 to avoid certain POSIX expressionsJeffrey Adamson2017-01-141-9/+30
| |
* | Merge branch '1.9.x'Stefan Bodewig2017-01-131-1/+2
|\ \ | |/
| * Eclipse tries to write to systemClasspath - PR 60582Stefan Bodewig2017-01-131-1/+2
| | | | | | | | thanks to @ebourg https://github.com/apache/ant/commit/984a03d1ceb6e4b5d194e4d639d0b0fca46d92be
* | Merge branch '1.9.x' - closes #28Stefan Bodewig2017-01-122-3/+3
|\ \ | |/
| * Fixed a typo (instanciated -> instantiated)Emmanuel Bourg2017-01-122-3/+3
| |
* | document XZ support - PR 60350Stefan Bodewig2017-01-121-2/+3
| |
* | xz support in tar - PR 60350Stefan Bodewig2017-01-122-2/+78
| |
* | xz support in untar - PR 60350Stefan Bodewig2017-01-112-1/+92
| |
* | typoStefan Bodewig2017-01-111-1/+1
| |
* | only execute test if XZ for Java is presentStefan Bodewig2017-01-111-1/+1
| |
* | alphasortStefan Bodewig2017-01-111-25/+25
| |
* | xzresource task - PR 60350Stefan Bodewig2017-01-115-0/+117
| |
* | unxz task - PR 60350Stefan Bodewig2017-01-105-0/+204
| |
* | infrastructure for XZ compression support - PR 60350Stefan Bodewig2017-01-105-0/+140
| |
* | Merge branch '1.9.x'Stefan Bodewig2017-01-101-22/+22
|\ \ | |/
| * Revert "replace backticks with $() - may fix PR 60562"Stefan Bodewig2017-01-101-22/+22
| | | | | | | | This reverts commit 02aedbc903570357c4caa43beb2d9e2dabd7b4fc.
* | Merge branch '1.9.x'Stefan Bodewig2017-01-091-22/+22
|\ \ | |/
| * replace backticks with $() - may fix PR 60562Stefan Bodewig2017-01-091-22/+22
| |
* | Merge branch '1.9.x'Stefan Bodewig2017-01-091-40/+4
|\ \ | |/
| * remove obsolete awk escaping - related to PR 60562Stefan Bodewig2017-01-091-40/+4
| |