This is an automated email from the ASF dual-hosted git repository.

mbenson pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/ant.git.


    from 0db467a  try again with a value that already handles dirsep
     new 738fcd8  refactor script manager to enum
     new 1f8959f  propagate same properties as build.xml antunit invocation
     new 0d7d3dd  skip tests relying on Javascript when running in Jenkins w/ 
JDK >= 15
     new c6c7579  Merge branch 'master' into script-manager
     new a63248b  warm up before expected compiled to outperform noncompiled

The 5 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:
 .../apache/tools/ant/taskdefs/optional/Script.java |  10 ++
 .../ant/taskdefs/optional/script/ScriptDef.java    |  10 ++
 .../types/optional/AbstractScriptComponent.java    |  10 ++
 .../tools/ant/types/optional/ScriptFilter.java     |  11 ++
 .../tools/ant/types/optional/ScriptSelector.java   |  10 ++
 .../org/apache/tools/ant/util/ScriptManager.java}  |  14 +-
 .../apache/tools/ant/util/ScriptRunnerCreator.java | 163 ++++++++++++---------
 .../apache/tools/ant/util/ScriptRunnerHelper.java  |  13 +-
 .../taskdefs/optional/script/ScriptDefTest.java    |   4 +
 9 files changed, 166 insertions(+), 79 deletions(-)
 copy src/{tests/junit/org/apache/tools/ant/DummyTaskInterface.java => 
main/org/apache/tools/ant/util/ScriptManager.java} (86%)

Reply via email to