stevel 2005/08/22 08:38:45
Modified:src/main/org/apache/tools/ant/taskdefs LoadProperties.java
Log:
more diagnostics
Revision ChangesPath
1.30 +2 -2
ant/src/main/org/apache/tools/ant/taskdefs/LoadProperties.java
Index: LoadProperties.java
==
bodewig 2003/10/14 05:49:40
Modified:.Tag: ANT_16_BRANCH WHATSNEW
src/main/org/apache/tools/ant/taskdefs Tag: ANT_16_BRANCH
LoadProperties.java
Log:
Merge from HEAD
Revision ChangesPath
No revision
No
bodewig 2003/10/14 05:49:19
Modified:.WHATSNEW
src/main/org/apache/tools/ant/taskdefs LoadProperties.java
Log:
Reuse the resolution logic of inside .
PR: 17782
Submitted by: Peter Reilly
Revision ChangesPath
1.508 +7 -2 ant/WHATSNEW
peterreilly2003/09/24 08:59:36
Modified:src/main/org/apache/tools/ant/taskdefs Tag: ANT_16_BRANCH
LoadProperties.java
Log:
Redo file size = 0 fix for loadproperties
use the default buffer size in ChainReaderHelper
rather than the file size.
Revision
peterreilly2003/09/24 08:58:13
Modified:src/main/org/apache/tools/ant/taskdefs LoadProperties.java
Log:
Roll back check on size of file as it does not deal with
a prepend/append filter.
Just use the default size in ChainReaderHelper rather that
the filesize as the file could be
peterreilly2003/09/24 08:51:59
Modified:src/main/org/apache/tools/ant/taskdefs Tag: ANT_16_BRANCH
LoadProperties.java
Log:
get loadproperties to check the size of the file before attemting to read it
Revision ChangesPath
No revisi
peterreilly2003/09/24 08:51:27
Modified:src/main/org/apache/tools/ant/taskdefs LoadProperties.java
Log:
get loadproperties to check the size of the file before attemting to read it
Revision ChangesPath
1.17 +5 -0
ant/src/main/org/apache/tools/ant/taskdefs/LoadP