summaryrefslogtreecommitdiff
path: root/manual/Tasks/script.html
Commit message (Collapse)AuthorAgeFilesLines
* scriptdef += @setbeansMatt Benson2022-02-251-3/+3
|
* Jkf 1.10 requires jdk8 (#137)jmkf2020-10-041-4/+3
| | | | | * Ant 1.10 requires jdk 8 doc update * Updated the manual to reflect ant requires JDK 8 +
* enable Nashorn compatibility when running GraalVM JSStefan Bodewig2020-09-251-0/+7
| | | | and add a magic property to disable it again
* add some documentation about GraalVM JavaScriptStefan Bodewig2020-08-101-1/+15
|
* updated reference to license from http to https usingjkf2019-05-251-1/+1
| | | | find . -type f -exec sed -i "s/http:\/\/www.apache.org\/licenses\/LICENSE-2.0/https:\/\/www.apache.org\/licenses\/LICENSE-2.0/" {} \;
* Fix doctype and languagetwogee2019-03-061-2/+2
|
* Bz 61241: document use of NashornGintas Grigelionis2018-06-181-7/+17
|
* Bz 16494: accessibility — th must have scopeGintas Grigelionis2018-05-151-3/+3
|
* Bz 21192: description should precede code examplesGintas Grigelionis2018-05-151-12/+10
|
* <kbd>, highlighting of input, output and inlined codeGintas Grigelionis2018-03-101-11/+12
|
* Added target attribute for external linksGintas Grigelionis2018-03-081-12/+13
| | | (the web is no longer frame-friendly…)
* Consistent markupGintas Grigelionis2018-03-021-5/+5
|
* Use HTML 5(-ish), fix linksGintas Grigelionis2018-02-281-207/+145
|
* Chop off redundant blockquotesGintas Grigelionis2018-02-091-18/+14
|
* Second reading: h5 and h6 must be styled;Gintas Grigelionis2018-01-251-4/+4
| | | uniform style of notes and new feature markers
* Reviewed documentation:Gintas Grigelionis2018-01-231-11/+11
| | | | | | - stripped trailing whitespace; - corrected the tag soup; - corrected Java versions (1.4 followed by 5); - stripped inline styling (use CSS for uniformity).
* accepted the PR too late for 1.10.1Stefan Bodewig2017-02-201-1/+1
|
* Enhanced JavaxScriptRunner, Junit, docs, Javadocpyxide2017-02-201-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* The site is now at https://svn.apache.org/repos/asf/ant/site/ant/sourcesNicolas Lalevee2011-03-231-0/+393
Only the manual will be in the distribution git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1084809 13f79535-47bb-0310-9956-ffa450edef68