[root]/proposal/embed/src/java/org/apache/tools/ant/taskdefs/optional
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 28 (100.0%) | 896 (100.0%) | 32.0 |
costin | 21 (75.0%) | 891 (99.4%) | 42.4 |
kevj | 1 (3.6%) | 4 (0.4%) | 4.0 |
antoine | 1 (3.6%) | 1 (0.1%) | 1.0 |
peterreilly | 5 (17.9%) | 0 (0.0%) | 0.0 |
fix gump build - I assume that gump has switched JDK version recently to make this break
4 lines of code changed in:
remove authors from files
PR: 27177
Obtained from: J.M. (Martijn) Kruithof
0 lines of code changed in:
fixes NPE on iterator causing JXPath to fail with exception if expression returns no results
PR: 20272
Submitted by: Nick Chalko (nick at chalko dot com)
1 lines of code changed in:
Update to the new hook.
It seems to work now :-)
87 lines of code changed in:
Add setting support
6 lines of code changed in:
Update to the new hook mechanism.
68 lines of code changed in:
Renamed PropertyHelper to PropertyHelper2, so it'll still compile with
ant1.6 after a PropertyHelper is added.
3 lines of code changed in:
Update to the current commons-discovery API
6 lines of code changed in:
Removed ServiceDiscoveryTask ( for now ).
Added an experimental TaskDiscovery that will use commons-discovery
to find tasks using the ProjectComponentFactory hook.
This is just to play with different antlib mechanisms.
144 lines of code changed in:
Various fixes
48 lines of code changed in:
Patch from Nicola.
It adds support for multiple values.
( I am not sure if this is the right place - I would try to
return a vector/enumeration/[] - and then have a generic solution
that would turn this into a string. Until I find a better solution
I'll leave the code unchanged )
Bug 11789
48 lines of code changed in:
Added velocity and jexp dynamic properties.
Started a bit of support for jxpath set.
332 lines of code changed in:
Add JXPath and a modified Taskdef that uses the 'system path'.
Remove debugging message.
149 lines of code changed in: