[root]/src/main/org/apache/tools/ant/taskdefs/optional/script
use helper class, add manager attribute
40 lines of code changed in:
checkstyle
1 lines of code changed in:
checkstyle
5 lines of code changed in:
Move ScriptRunner (which depends on bsf.jar) to
an optional package
1 lines of code changed in:
copy2license.pl
12 lines of code changed in:
lets evaluate properties inline. Incidentally, <scriptdef> and the like Do Not do this. Too late to change now, probably.
2 lines of code changed in:
extending scriptdef
1. nested text gets passed to self.text
2. a fail(String) method takes on the work of throwing exceptions even in languages that dont make it easy to throw BuildExceptions
I have antunit tests for these in the antbook source tree, but not moved them into ant's codebase yet.
Issue: should nested text be something that must be enabled explicitly via a nestedText attribute in scriptdef?
35 lines of code changed in:
indicated when methods/classes became deprecated, as to give us the possibility to remove deprecated methods in the future.
3 lines of code changed in:
Improved the newInstance method in ClasspathUtils, and used this method from
the places where newInstances are made and Throwable is caught.
6 lines of code changed in:
2005
1 lines of code changed in:
jruby support in script. We ought to have a task to add these declarations.
4 lines of code changed in:
Make Jikes happy - shadowing and some non-static private finals
4 lines of code changed in:
Opps: misnamed instance
1 lines of code changed in:
add a "self" reference for scriptdef
19 lines of code changed in:
Make attribute und element names in <scriptdef> lowercase (like <macrodef> does) to avoid problems with name="Foo" -> the task X doesn\'t support the attribute foo
3 lines of code changed in:
remove authors from files
PR: 27177
Obtained from: J.M. (Martijn) Kruithof
0 lines of code changed in:
support the groovy language for the script and scriptdef tasks
Add groovy to the BSF supported tasks
Change the script names to remove <> to allow current Groovy implementation
to work
1 lines of code changed in:
Copyright owner is The Apache Software Foundation
2 lines of code changed in:
Remove trailing spaces in all java files
in order to make checkstyle happy
4 lines of code changed in:
Switch to Apache Software License 2.0
24 lines of code changed in:
(10 more)