Directory src/main/org/apache/tools/ant/taskdefs/optional/script/

Directory Created:
2003-06-09 13:38
Total Files:
2
Deleted Files:
0
Lines of Code:
517

Browse with ViewVC

[root]/src/main/org/apache/tools/ant/taskdefs/optional/script

Lines of Code

src/main/org/apache/tools/ant/taskdefs/optional/script/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 41 (100.0%) 922 (100.0%) 22.4
conor 9 (22.0%) 737 (79.9%) 81.8
peterreilly 15 (36.6%) 85 (9.2%) 5.6
stevel 4 (9.8%) 41 (4.4%) 10.2
antoine 6 (14.6%) 30 (3.3%) 5.0
bodewig 5 (12.2%) 20 (2.2%) 4.0
jkf 2 (4.9%) 9 (1.0%) 4.5

Most Recent Commits

peterreilly 2006-12-03 22:56

use helper class, add manager attribute

40 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs/optional/script: ScriptDef.java (+40 -6)
peterreilly 2006-11-18 18:07

checkstyle

1 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs/optional/script: ScriptDef.java (+1 -2)
peterreilly 2006-11-05 22:50

checkstyle

5 lines of code changed in:

peterreilly 2006-09-15 21:58

Move ScriptRunner (which depends on bsf.jar) to

an optional package

1 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs/optional/script: ScriptDef.java (+1 -1)
bodewig 2006-09-01 18:49

copy2license.pl

12 lines of code changed in:

stevel 2006-06-21 23:14

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:

stevel 2006-06-20 21:44

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:

jkf 2006-04-21 21:47

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:

  • src/main/org/apache/tools/ant/taskdefs/optional/script: ScriptDef.java (+3 -2)
jkf 2005-05-23 21:52

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:

  • src/main/org/apache/tools/ant/taskdefs/optional/script: ScriptDef.java (+6 -19)
bodewig 2005-05-17 10:45

2005

1 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs/optional/script: ScriptDef.java (+1 -1)
stevel 2005-05-17 10:40

jruby support in script. We ought to have a task to add these declarations.

4 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs/optional/script: ScriptDef.java (+4 -5)
bodewig 2004-12-13 09:06

Make Jikes happy - shadowing and some non-static private finals

4 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs/optional/script: ScriptDef.java (+4 -4)
peterreilly 2004-07-07 15:16

Opps: misnamed instance

1 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs/optional/script: ScriptDef.java (+1 -1)
peterreilly 2004-07-07 08:32

add a "self" reference for scriptdef

19 lines of code changed in:

bodewig 2004-04-23 14:18

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:

  • src/main/org/apache/tools/ant/taskdefs/optional/script: ScriptDef.java (+3 -2)
peterreilly 2004-03-09 16:49

remove authors from files

PR: 27177

Obtained from: J.M. (Martijn) Kruithof

0 lines of code changed in:

peterreilly 2004-02-12 10:09

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:

  • src/main/org/apache/tools/ant/taskdefs/optional/script: ScriptDef.java (+1 -1)
antoine 2004-02-09 21:05

Copyright owner is The Apache Software Foundation

2 lines of code changed in:

antoine 2004-02-04 20:38

Remove trailing spaces in all java files

in order to make checkstyle happy

4 lines of code changed in:

antoine 2004-02-03 22:44

Switch to Apache Software License 2.0

24 lines of code changed in:

(10 more)

Generated by StatSVN 0.3.2-SNAPSHOT