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

Directory Created:
2004-10-08 08:59
Directory Deleted:
2005-03-10 23:20
Total Files:
0
Deleted Files:
1
Lines of Code:
0

Browse with ViewVC

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

Lines of Code

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

Developers

Author Changes Lines of Code Lines per Change
Totals 6 (100.0%) 105 (100.0%) 17.5
stevel 4 (66.7%) 87 (82.9%) 21.7
peterreilly 1 (16.7%) 11 (10.5%) 11.0
bodewig 1 (16.7%) 7 (6.7%) 7.0

Most Recent Commits

stevel 2005-03-10 23:20

Moving isreachable to reflect on the new method. On java <=1.4; if the hostname can be resolved then we are reachable.

All tests run against localhost. This *should* work everywhere, but no doubt someone with a confused /etc/hosts or no IPv4 stack will have different opinions.

0 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs/optional/condition: IsPingable.java (del)
stevel 2005-03-10 14:09

documented, and renamed the test to isreachable, because there may be more than just ping going on here (it goes through our firewall where http doesnt)

78 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs/optional/condition: IsPingable.java (+78 -13)
peterreilly 2005-01-28 11:29

javadoc

11 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs/optional/condition: IsPingable.java (+11 -6)
bodewig 2004-11-22 09:23

Various checkstyle violations



Submitted by: Larry Shatzer



And some



(untabify (point-min) (point-max))



on some files.

7 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs/optional/condition: IsPingable.java (+7 -7)
stevel 2004-10-12 20:52

ispingable is defined, corrected validation logic (I think :)

1 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs/optional/condition: IsPingable.java (+1 -1)
stevel 2004-10-08 08:59

Move optional conditions to a suitable place

8 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs/optional/condition: IsPingable.java (new 8)
Generated by StatSVN 0.3.2-SNAPSHOT