Directory proposal/embed/src/java/org/apache/tools/ant/taskdefs/optional/

Directory Created:
2002-07-27 02:19
Total Files:
5
Deleted Files:
0
Lines of Code:
701

Browse with ViewVC

[root]/proposal/embed/src/java/org/apache/tools/ant/taskdefs/optional

Lines of Code

proposal/embed/src/java/org/apache/tools/ant/taskdefs/optional/ Lines of Code

Developers

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

Most Recent Commits

kevj 2006-02-21 01:09

fix gump build - I assume that gump has switched JDK version recently to make this break

4 lines of code changed in:

  • proposal/embed/src/java/org/apache/tools/ant/taskdefs/optional: TaskDiscovery.java (+4 -4)
peterreilly 2004-03-09 16:49

remove authors from files

PR: 27177

Obtained from: J.M. (Martijn) Kruithof

0 lines of code changed in:

antoine 2003-06-05 07:53

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:

  • proposal/embed/src/java/org/apache/tools/ant/taskdefs/optional: JXPath.java (+1 -1)
costin 2002-12-29 05:57

Update to the new hook.



It seems to work now :-)

87 lines of code changed in:

costin 2002-12-28 23:01

Add setting support

6 lines of code changed in:

  • proposal/embed/src/java/org/apache/tools/ant/taskdefs/optional: JXPath.java (+6 -1)
costin 2002-12-28 22:58

Update to the new hook mechanism.

68 lines of code changed in:

  • proposal/embed/src/java/org/apache/tools/ant/taskdefs/optional: JXPath.java (+68 -52)
costin 2002-12-28 05:33

Renamed PropertyHelper to PropertyHelper2, so it'll still compile with

ant1.6 after a PropertyHelper is added.

3 lines of code changed in:

costin 2002-10-11 18:25

Update to the current commons-discovery API

6 lines of code changed in:

  • proposal/embed/src/java/org/apache/tools/ant/taskdefs/optional: TaskDiscovery.java (+6 -7)
costin 2002-10-11 18:19

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:

  • proposal/embed/src/java/org/apache/tools/ant/taskdefs/optional: TaskDiscovery.java (new 144)
costin 2002-10-11 18:07

Various fixes

48 lines of code changed in:

costin 2002-08-30 23:27

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:

  • proposal/embed/src/java/org/apache/tools/ant/taskdefs/optional: JXPath.java (+48 -4)
costin 2002-08-30 23:11

Added velocity and jexp dynamic properties.



Started a bit of support for jxpath set.

332 lines of code changed in:

costin 2002-07-27 02:19

Add JXPath and a modified Taskdef that uses the 'system path'.



Remove debugging message.

149 lines of code changed in:

  • proposal/embed/src/java/org/apache/tools/ant/taskdefs/optional: JXPath.java (new 149)
Generated by StatSVN 0.3.2-SNAPSHOT