summaryrefslogtreecommitdiff
path: root/src/etc/testcases
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-061-2/+2
|/ | | | Tagging version 1.10.1 of Ant
* unxz task - PR 60350Stefan Bodewig2017-01-101-0/+0
|
* Merge tag 'rel/1.10.0' into master and bump versionsStefan Bodewig2016-12-311-2/+2
| | | | Tagging version 1.10.0 of Ant
* 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-121-6/+6
| | | | | | | | Tagging RC1 for version 1.9.7 of Ant
* | remove tests for JDKs < 8Stefan Bodewig2016-04-093-15/+3
| |
* | master -> 1.10.x, requires java8Stefan Bodewig2016-03-251-2/+2
|/ | | | closes #13
* Added module, modulepath attributes and modulepath, moduleupgradepath ↵Tomas Zezula2016-03-061-0/+23
| | | | elements into Java task.
* bump versionsStefan Bodewig2015-07-021-6/+6
|
* bump versionsStefan Bodewig2015-05-311-42/+42
|
* expected test output lost its carriage-returnsStefan Bodewig2015-05-172-9/+10
|
* use git attributes to control line-endsStefan Bodewig2015-04-254-37/+38
|
* 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
|
* after all these years we still have some author tags leftStefan Bodewig2014-11-171-2/+1
|
* make ManifestTest write its output to the common tmp-dirStefan Bodewig2014-07-191-69/+67
|
* 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
* PR 56584 allow ReplaceTokens filter to use multi-character token separators. ↵Stefan Bodewig2014-06-244-0/+39
| | | | Submitted by Ralf Hergert.
* BZip2Test was writing outside of ${output}Stefan Bodewig2014-05-251-13/+12
|
* BUnzipTest was writing outside of ${output}Stefan Bodewig2014-05-251-14/+13
|
* preparation for Ant 1.9.5Antoine Levy-Lambert2014-04-301-6/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1591186 13f79535-47bb-0310-9956-ffa450edef68
* rolling back to ant 1.9.4 as the pom.xml of ant-testutil was referencing ↵Antoine Levy-Lambert2014-04-301-6/+6
| | | | | | incorrectly junit 3.8.2 instead of junit 4.11 git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1591178 13f79535-47bb-0310-9956-ffa450edef68
* preparation for ant 1.9.5 releaseAntoine Levy-Lambert2014-04-301-6/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1591176 13f79535-47bb-0310-9956-ffa450edef68
* Test improvements: convert to JUnit4, improved error testing and remove sleepsmclarke2014-04-1810-40/+21
| | | | git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1588563 13f79535-47bb-0310-9956-ffa450edef68
* changing tests to adopt unique temporary directoriesAntoine Levy-Lambert2014-04-091-17/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1585935 13f79535-47bb-0310-9956-ffa450edef68
* changing tests to adopt unique temporary directoriesAntoine Levy-Lambert2014-04-091-7/+36
| | | | git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1585881 13f79535-47bb-0310-9956-ffa450edef68
* changing tests to adopt unique temporary directoriesAntoine Levy-Lambert2014-04-086-274/+258
| | | | git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1585684 13f79535-47bb-0310-9956-ffa450edef68
* changing tests to adopt unique temporary directoriesAntoine Levy-Lambert2014-04-073-88/+85
| | | | git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1585377 13f79535-47bb-0310-9956-ffa450edef68
* creating temporary directory with a unique nameAntoine Levy-Lambert2014-04-0713-452/+440
| | | | git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1585372 13f79535-47bb-0310-9956-ffa450edef68
* creating temporary directory with a unique nameAntoine Levy-Lambert2014-04-064-172/+175
| | | | git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1585230 13f79535-47bb-0310-9956-ffa450edef68
* creating temporary directory with a unique nameAntoine Levy-Lambert2014-04-045-130/+34
| | | | git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1584506 13f79535-47bb-0310-9956-ffa450edef68
* creating temporary directory with a unique nameAntoine Levy-Lambert2014-04-033-140/+145
| | | | git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1584252 13f79535-47bb-0310-9956-ffa450edef68
* filelists look borkedStefan Bodewig2014-03-311-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1583321 13f79535-47bb-0310-9956-ffa450edef68
* zip test wasn't cleaning up properly - and testDefaultExcludesAndUpdate ↵Stefan Bodewig2014-03-311-11/+12
| | | | | | errored out git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1583299 13f79535-47bb-0310-9956-ffa450edef68
* removing debug outputAntoine Levy-Lambert2014-03-311-1/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1583233 13f79535-47bb-0310-9956-ffa450edef68
* starting to change the test cases to make them use unique temporary ↵Antoine Levy-Lambert2014-03-3021-527/+473
| | | | | | directories to be able to run the test cases in multiple threads. git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1583223 13f79535-47bb-0310-9956-ffa450edef68