summaryrefslogtreecommitdiff
path: root/src/etc
Commit message (Collapse)AuthorAgeFilesLines
* missing licenseStefan Bodewig2017-02-201-0/+17
|
* Enhanced JavaxScriptRunner, Junit, docs, Javadocpyxide2017-02-203-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èrne2017-02-091-0/+28
|\
| * [AA] Bugzilla Bug 60628: Change after code review by @janmaterneArcadius Ahouansou2017-01-301-4/+4
| |
| * [AA] Bugzilla Bug 60628 - Ant Get Task To Accept Arbitrary HeaderArcadius Ahouansou2017-01-231-0/+28
| |
* | 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
|/
* alphasortStefan Bodewig2017-01-111-25/+25
|
* xzresource task - PR 60350Stefan Bodewig2017-01-112-0/+2
|
* unxz task - PR 60350Stefan Bodewig2017-01-101-0/+0
|
* infrastructure for XZ compression support - PR 60350Stefan Bodewig2017-01-103-0/+72
|
* Merge tag 'rel/1.10.0' into master and bump versionsStefan Bodewig2016-12-3124-68/+68
|\ | | | | | | Tagging version 1.10.0 of Ant
| * set versions for Ant 1.10.0 RC1rel/1.10.0ANT_1.10.0_RC1Stefan Bodewig2016-12-2723-66/+66
|/
* Merge branch '1.9.x'Stefan Bodewig2016-12-062-6/+6
|\
| * Bug 58661: avoid duplicate characters in stack tracesbarney2k72016-12-062-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 5Stefan Bodewig2016-07-251-23/+0
| |
* | Merge branch '1.9.x'Stefan Bodewig2016-07-251-24/+28
|\ \ | |/
| * default to forking rmic on JDK 9+Stefan Bodewig2016-07-251-12/+22
| | | | | | | | https://bz.apache.org/bugzilla/show_bug.cgi?id=59860
| * we can always assume java5Stefan Bodewig2016-07-251-12/+6
| |
* | Merge branch '1.9.x'Stefan Bodewig2016-05-191-0/+19
|\ \ | |/
| * <zip> up-to-date check doesn't work properly on NTFSStefan Bodewig2016-05-191-0/+19
| | | | | | | | | | | | https://bz.apache.org/bugzilla/show_bug.cgi?id=59562 Patch by Gilles QUERRET
* | Merge branch '1.9.x'Stefan Bodewig2016-04-121-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.xStefan Bodewig2016-04-1224-72/+72
| |\ | | | | | | | | | Tagging RC1 for version 1.9.7 of Ant
| | * prepare first RC of 1.9.7rel/1.9.7ANT_197_RC1Stefan Bodewig2016-04-0923-66/+66
| |/
* | remove tests for JDKs < 8Stefan Bodewig2016-04-093-15/+3
| |
* | use Java8 in POMs as wellStefan Bodewig2016-03-291-2/+2
| |
* | master -> 1.10.x, requires java8Stefan Bodewig2016-03-2524-68/+68
|/ | | | closes #13
* Added module, modulepath attributes and modulepath, moduleupgradepath ↵Tomas Zezula2016-03-061-0/+23
| | | | elements into Java task.
* rename yearcheck.sh to copyrightcheck.sh and change the implementation to ↵Antoine Levy-Lambert2016-02-242-101/+63
| | | | use git.
* bump versionsStefan Bodewig2015-07-0224-72/+72
|
* bump versionsStefan Bodewig2015-05-3124-108/+108
|
* expected test output lost its carriage-returnsStefan Bodewig2015-05-172-9/+10
|
* use git attributes to control line-endsStefan Bodewig2015-04-255-108/+109
|
* Add encoding attributes to <tar>, <untar> and <tarfileset>Stefan Bodewig2015-04-211-2/+6
| | | | | This is a workaround for Bugzilla Issue 57822 https://bz.apache.org/bugzilla/show_bug.cgi?id=57822
* test needs Java5Stefan Bodewig2015-02-141-1/+1
|
* even more places where -source needed a newer version on 1.9Stefan Bodewig2015-02-142-2/+13
|
* there is no .jar with AWT in 1.9 anymoreStefan Bodewig2015-02-131-6/+2
|
* Java9's javac doesn't support -source 1.4 anymoreStefan Bodewig2015-02-131-1/+6
|
* Try to reduce the risk of StackOverflow/OOM in junitereportStefan Bodewig2014-12-262-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 leftStefan Bodewig2014-11-176-13/+2
|
* make ManifestTest write its output to the common tmp-dirStefan Bodewig2014-07-191-69/+67
|
* whitespaceStefan Bodewig2014-07-121-36/+36
|
* fixcrlf tests are failing, likely because git "fixes" crlf sequences -Stefan Bodewig2014-07-0638-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èrne2014-06-301-0/+367
|
* Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/antJan Matèrne2014-06-284-0/+39
|\
| * PR 56584 allow ReplaceTokens filter to use multi-character token separators. ↵Stefan Bodewig2014-06-244-0/+39
| | | | | | | | Submitted by Ralf Hergert.
* | update checkstyle (check 'DoubleCheckLocking' was removed in CS)Jan Matèrne2014-06-281-15/+20
|/
* wrong host nameStefan Bodewig2014-05-311-3/+3
|
* svn => gitStefan Bodewig2014-05-311-3/+3
|
* BZip2Test was writing outside of ${output}Stefan Bodewig2014-05-251-13/+12
|