cvs commit: ant/src/main/org/apache/tools/ant/taskdefs LoadProperties.java

2005-08-22 Thread stevel
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 ==

cvs commit: ant/src/main/org/apache/tools/ant/taskdefs LoadProperties.java

2003-10-14 Thread bodewig
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

cvs commit: ant/src/main/org/apache/tools/ant/taskdefs LoadProperties.java

2003-10-14 Thread bodewig
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

cvs commit: ant/src/main/org/apache/tools/ant/taskdefs LoadProperties.java

2003-09-24 Thread peterreilly
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

cvs commit: ant/src/main/org/apache/tools/ant/taskdefs LoadProperties.java

2003-09-24 Thread peterreilly
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

cvs commit: ant/src/main/org/apache/tools/ant/taskdefs LoadProperties.java

2003-09-24 Thread peterreilly
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

cvs commit: ant/src/main/org/apache/tools/ant/taskdefs LoadProperties.java

2003-09-24 Thread peterreilly
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