This is an automated email from the ASF dual-hosted git repository.
bodewig pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/ant.git.
from 2b2b367 Reference the pull request
new 755d729 record a few more changes since 1.10.8 in WHATSNEW
new 2beb397 fix HTML table
new a837084 enable Nashorn compatibility when running GraalVM JS
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
WHATSNEW | 26 ++++++++++++
build.xml | 46 +++++++++++++++++++++-
manual/Tasks/script.html | 7 ++++
manual/running.html | 22 ++++++++++-
.../imported.xml => optional/script/graal.xml} | 16 ++++----
src/main/org/apache/tools/ant/MagicNames.java | 12 ++++++
.../tools/ant/util/optional/JavaxScriptRunner.java | 15 ++++++-
.../graal/AbstractNashornCompatTest.java} | 39 +++++++++---------
.../script/graal/DefaultNashornCompatTest.java} | 12 ++----
.../script/graal/DisableNashornCompatTest.java} | 22 +++++------
.../script/graal/EnableNashornCompatTest.java} | 12 ++----
11 files changed, 169 insertions(+), 60 deletions(-)
copy src/etc/testcases/taskdefs/{import/imported.xml =>
optional/script/graal.xml} (75%)
copy
src/tests/junit/org/apache/tools/ant/taskdefs/optional/{junit/TearDownOnVmCrashTest.java
=> script/graal/AbstractNashornCompatTest.java} (62%)
copy src/tests/junit/org/apache/tools/ant/{DummyTaskOkNonTask.java =>
taskdefs/optional/script/graal/DefaultNashornCompatTest.java} (80%)
copy src/tests/junit/org/apache/tools/ant/{DispatchTaskTest.java =>
taskdefs/optional/script/graal/DisableNashornCompatTest.java} (73%)
copy src/tests/junit/org/apache/tools/ant/{DummyTaskOkNonTask.java =>
taskdefs/optional/script/graal/EnableNashornCompatTest.java} (80%)