| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | missing license | Stefan Bodewig | 2017-02-20 | 1 | -0/+17 |
| | | |||||
| * | Enhanced JavaxScriptRunner, Junit, docs, Javadoc | pyxide | 2017-02-20 | 3 | -0/+174 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 remote-tracking branch 'origin/pr/31' | Jan Matèrne | 2017-02-09 | 1 | -0/+28 |
| |\ | |||||
| | * | [AA] Bugzilla Bug 60628: Change after code review by @janmaterne | Arcadius Ahouansou | 2017-01-30 | 1 | -4/+4 |
| | | | |||||
| | * | [AA] Bugzilla Bug 60628 - Ant Get Task To Accept Arbitrary Header | Arcadius Ahouansou | 2017-01-23 | 1 | -0/+28 |
| | | | |||||
| * | | 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 |
| |/ | |||||
| * | alphasort | Stefan Bodewig | 2017-01-11 | 1 | -25/+25 |
| | | |||||
| * | xzresource task - PR 60350 | Stefan Bodewig | 2017-01-11 | 2 | -0/+2 |
| | | |||||
| * | unxz task - PR 60350 | Stefan Bodewig | 2017-01-10 | 1 | -0/+0 |
| | | |||||
| * | infrastructure for XZ compression support - PR 60350 | Stefan Bodewig | 2017-01-10 | 3 | -0/+72 |
| | | |||||
| * | Merge tag 'rel/1.10.0' into master and bump versions | Stefan Bodewig | 2016-12-31 | 24 | -68/+68 |
| |\ | | | | | | | Tagging version 1.10.0 of Ant | ||||
| | * | set versions for Ant 1.10.0 RC1rel/1.10.0ANT_1.10.0_RC1 | Stefan Bodewig | 2016-12-27 | 23 | -66/+66 |
| |/ | |||||
| * | Merge branch '1.9.x' | Stefan Bodewig | 2016-12-06 | 2 | -6/+6 |
| |\ | |||||
| | * | Bug 58661: avoid duplicate characters in stack traces | barney2k7 | 2016-12-06 | 2 | -6/+6 |
| | | | | | | | | | | | | | | | The problem was that $secondhalflen is actually less than string-length($secondhalfword) in case the number of chars in word is even. This leads to $firsthalflen being calculated too long, resulting in a duplicated character. | ||||
| * | | always > Java 5 | Stefan Bodewig | 2016-07-25 | 1 | -23/+0 |
| | | | |||||
| * | | Merge branch '1.9.x' | Stefan Bodewig | 2016-07-25 | 1 | -24/+28 |
| |\ \ | |/ | |||||
| | * | default to forking rmic on JDK 9+ | Stefan Bodewig | 2016-07-25 | 1 | -12/+22 |
| | | | | | | | | | https://bz.apache.org/bugzilla/show_bug.cgi?id=59860 | ||||
| | * | we can always assume java5 | Stefan Bodewig | 2016-07-25 | 1 | -12/+6 |
| | | | |||||
| * | | Merge branch '1.9.x' | Stefan Bodewig | 2016-05-19 | 1 | -0/+19 |
| |\ \ | |/ | |||||
| | * | <zip> up-to-date check doesn't work properly on NTFS | Stefan Bodewig | 2016-05-19 | 1 | -0/+19 |
| | | | | | | | | | | | | | https://bz.apache.org/bugzilla/show_bug.cgi?id=59562 Patch by Gilles QUERRET | ||||
| * | | Merge branch '1.9.x' | Stefan Bodewig | 2016-04-12 | 1 | -5/+4 |
| |\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: WHATSNEW build.xml manual/cover.html manual/credits.html release/ivy.xml src/etc/poms/ant-antlr/pom.xml src/etc/poms/ant-apache-bcel/pom.xml src/etc/poms/ant-apache-bsf/pom.xml src/etc/poms/ant-apache-log4j/pom.xml src/etc/poms/ant-apache-oro/pom.xml src/etc/poms/ant-apache-regexp/pom.xml src/etc/poms/ant-apache-resolver/pom.xml src/etc/poms/ant-apache-xalan2/pom.xml src/etc/poms/ant-commons-logging/pom.xml src/etc/poms/ant-commons-net/pom.xml src/etc/poms/ant-jai/pom.xml src/etc/poms/ant-javamail/pom.xml src/etc/poms/ant-jdepend/pom.xml src/etc/poms/ant-jmf/pom.xml src/etc/poms/ant-jsch/pom.xml src/etc/poms/ant-junit/pom.xml src/etc/poms/ant-junit4/pom.xml src/etc/poms/ant-launcher/pom.xml src/etc/poms/ant-netrexx/pom.xml src/etc/poms/ant-swing/pom.xml src/etc/poms/ant-testutil/pom.xml src/etc/poms/ant/pom.xml src/etc/poms/pom.xml src/etc/testcases/taskdefs/conditions/antversion.xml | ||||
| | * | Merge tag 'ANT_197_RC1' into 1.9.x | Stefan Bodewig | 2016-04-12 | 24 | -72/+72 |
| | |\ | | | | | | | | | | Tagging RC1 for version 1.9.7 of Ant | ||||
| | | * | prepare first RC of 1.9.7rel/1.9.7ANT_197_RC1 | Stefan Bodewig | 2016-04-09 | 23 | -66/+66 |
| | |/ | |||||
| * | | remove tests for JDKs < 8 | Stefan Bodewig | 2016-04-09 | 3 | -15/+3 |
| | | | |||||
| * | | use Java8 in POMs as well | Stefan Bodewig | 2016-03-29 | 1 | -2/+2 |
| | | | |||||
| * | | master -> 1.10.x, requires java8 | Stefan Bodewig | 2016-03-25 | 24 | -68/+68 |
| |/ | | | | closes #13 | ||||
| * | Added module, modulepath attributes and modulepath, moduleupgradepath ↵ | Tomas Zezula | 2016-03-06 | 1 | -0/+23 |
| | | | | | elements into Java task. | ||||
| * | rename yearcheck.sh to copyrightcheck.sh and change the implementation to ↵ | Antoine Levy-Lambert | 2016-02-24 | 2 | -101/+63 |
| | | | | | use git. | ||||
| * | bump versions | Stefan Bodewig | 2015-07-02 | 24 | -72/+72 |
| | | |||||
| * | bump versions | Stefan Bodewig | 2015-05-31 | 24 | -108/+108 |
| | | |||||
| * | expected test output lost its carriage-returns | Stefan Bodewig | 2015-05-17 | 2 | -9/+10 |
| | | |||||
| * | use git attributes to control line-ends | Stefan Bodewig | 2015-04-25 | 5 | -108/+109 |
| | | |||||
| * | Add encoding attributes to <tar>, <untar> and <tarfileset> | Stefan Bodewig | 2015-04-21 | 1 | -2/+6 |
| | | | | | | This is a workaround for Bugzilla Issue 57822 https://bz.apache.org/bugzilla/show_bug.cgi?id=57822 | ||||
| * | test needs Java5 | Stefan Bodewig | 2015-02-14 | 1 | -1/+1 |
| | | |||||
| * | even more places where -source needed a newer version on 1.9 | Stefan Bodewig | 2015-02-14 | 2 | -2/+13 |
| | | |||||
| * | there is no .jar with AWT in 1.9 anymore | Stefan Bodewig | 2015-02-13 | 1 | -6/+2 |
| | | |||||
| * | Java9's javac doesn't support -source 1.4 anymore | Stefan Bodewig | 2015-02-13 | 1 | -1/+6 |
| | | |||||
| * | Try to reduce the risk of StackOverflow/OOM in junitereport | Stefan Bodewig | 2014-12-26 | 2 | -2/+36 |
| | | | | | | Submitted by: Ryan Bennitt Bugzilla: https://issues.apache.org/bugzilla/show_bug.cgi?id=57341 | ||||
| * | after all these years we still have some author tags left | Stefan Bodewig | 2014-11-17 | 6 | -13/+2 |
| | | |||||
| * | make ManifestTest write its output to the common tmp-dir | Stefan Bodewig | 2014-07-19 | 1 | -69/+67 |
| | | |||||
| * | whitespace | Stefan Bodewig | 2014-07-12 | 1 | -36/+36 |
| | | |||||
| * | fixcrlf tests are failing, likely because git "fixes" crlf sequences - | Stefan Bodewig | 2014-07-06 | 38 | -290/+50 |
| | | | | | zip up the original test files from svn and use them instead | ||||
| * | Show the checkstyle messages sorted by error instead by file. | Jan Matèrne | 2014-06-30 | 1 | -0/+367 |
| | | |||||
| * | Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/ant | Jan Matèrne | 2014-06-28 | 4 | -0/+39 |
| |\ | |||||
| | * | PR 56584 allow ReplaceTokens filter to use multi-character token separators. ↵ | Stefan Bodewig | 2014-06-24 | 4 | -0/+39 |
| | | | | | | | | | Submitted by Ralf Hergert. | ||||
| * | | update checkstyle (check 'DoubleCheckLocking' was removed in CS) | Jan Matèrne | 2014-06-28 | 1 | -15/+20 |
| |/ | |||||
| * | wrong host name | Stefan Bodewig | 2014-05-31 | 1 | -3/+3 |
| | | |||||
| * | svn => git | Stefan Bodewig | 2014-05-31 | 1 | -3/+3 |
| | | |||||
| * | BZip2Test was writing outside of ${output} | Stefan Bodewig | 2014-05-25 | 1 | -13/+12 |
| | | |||||
