summaryrefslogtreecommitdiff
path: root/src/etc/testcases/taskdefs/optional/script
Commit message (Collapse)AuthorAgeFilesLines
* enable Nashorn compatibility when running GraalVM JSStefan Bodewig2020-09-251-0/+28
| | | | and add a magic property to disable it again
* updated reference to license from http to https usingjkf2019-05-252-2/+2
| | | | find . -type f -exec sed -i "s/http:\/\/www.apache.org\/licenses\/LICENSE-2.0/https:\/\/www.apache.org\/licenses\/LICENSE-2.0/" {} \;
* Remove unused root property, add assertions for build.tests.valueGintas Grigelionis2018-10-261-63/+50
|
* Revert "Trailing whitespace"Jaikiran Pai2018-07-071-66/+66
| | | | | This reverts commit 2f64e0b51c295960cb15aa77c7c1f447b2518e14. Discussion in ant dev mailing list https://www.mail-archive.com/dev@ant.apache.org/msg47356.html
* Trailing whitespaceGintas Grigelionis2018-07-011-66/+66
|
* whitespace adjustment in scriptstwogee2017-12-191-1/+1
|
* missing licenseStefan Bodewig2017-02-201-0/+17
|
* Enhanced JavaxScriptRunner, Junit, docs, Javadocpyxide2017-02-202-0/+152
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 license additions from 1.7 branch (i.e. revs 637870 to 637914)Stefan Bodewig2008-03-171-0/+17
| | | | git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@637939 13f79535-47bb-0310-9956-ffa450edef68
* Rework scriptdef to use DynamicConfiguratorConor MacNeill2003-06-181-0/+16
| | | | git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274676 13f79535-47bb-0310-9956-ffa450edef68
* Allow tasks to be defined on the fly using scriptsConor MacNeill2003-06-091-0/+112
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274654 13f79535-47bb-0310-9956-ffa450edef68