DO NOT REPLY [Bug 36056] New: - Manual mistake "true" for "on" value of debug attribute in javac

2005-08-05 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

cvs commit: ant build.xml

2005-08-05 Thread mbenson
mbenson 2005/08/05 15:57:54 Modified:.build.xml Log: Suppress CVS ChangeLogParser test unless tests and Ant share classloader. Not sure why, but apparently needed even after a clean and rebuild. Revision ChangesPath 1.477 +2 -0 ant/build.xml Index:

cvs commit: ant/src/etc/testcases/types/resources/comparators build.xml

2005-08-05 Thread mbenson
mbenson 2005/08/05 15:42:22 Modified:src/etc/testcases/types/resources/comparators build.xml Log: debugging aid Revision ChangesPath 1.2 +2 -0 ant/src/etc/testcases/types/resources/comparators/build.xml Index: build.xml =

cvs commit: ant/src/main/org/apache/tools/ant/util ResourceUtils.java

2005-08-05 Thread mbenson
mbenson 2005/08/05 15:40:23 Modified:src/main/org/apache/tools/ant/util ResourceUtils.java Log: remove unnecessary java.util.Date instantiation Revision ChangesPath 1.15 +2 -3 ant/src/main/org/apache/tools/ant/util/ResourceUtils.java Index: ResourceUtils.ja

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

2005-08-05 Thread mbenson
mbenson 2005/08/05 15:39:25 Modified:src/main/org/apache/tools/ant DirectoryScanner.java Log: minus one LOC Revision ChangesPath 1.102 +1 -2 ant/src/main/org/apache/tools/ant/DirectoryScanner.java Index: DirectoryScanner.java ==

cvs commit: ant/src/main/org/apache/tools/ant/types/resources Sort.java

2005-08-05 Thread mbenson
mbenson 2005/08/05 15:38:30 Modified:src/main/org/apache/tools/ant/types/resources Sort.java Log: guard against no comparators on circular ref. check Revision ChangesPath 1.3 +7 -5 ant/src/main/org/apache/tools/ant/types/resources/Sort.java Index: Sort.ja

cvs commit: ant/src/main/org/apache/tools/ant/types/resources Sort.java

2005-08-05 Thread mbenson
mbenson 2005/08/05 15:04:40 Modified:src/main/org/apache/tools/ant/types/resources Sort.java Log: Inherit from BaseResourceCollectionWrapper (not -Container); improved sorting by hopefully reducing number of comparisons made. Revision ChangesPath 1.2 +97 -27 a

cvs commit: ant/src/main/org/apache/tools/ant/types/resources Restrict.java

2005-08-05 Thread mbenson
mbenson 2005/08/05 15:02:51 Modified:src/main/org/apache/tools/ant/types/resources Restrict.java Log: FailFast adjustments Revision ChangesPath 1.5 +4 -1 ant/src/main/org/apache/tools/ant/types/resources/Restrict.java Index: Restrict.java ==

cvs commit: ant/src/main/org/apache/tools/ant/types/resources BaseResourceCollectionWrapper.java

2005-08-05 Thread mbenson
mbenson 2005/08/05 14:54:20 Modified:src/main/org/apache/tools/ant/types/resources BaseResourceCollectionWrapper.java Log: Use FailFast iterators. Revision ChangesPath 1.2 +1 -1 ant/src/main/org/apache/tools/ant/types/resources/BaseReso

DO NOT REPLY [Bug 36043] - JAVA_HOMEdirectory name ending with jre causes problems

2005-08-05 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

cvs commit: ant/src/main/org/apache/tools/ant/launch Locator.java

2005-08-05 Thread mbenson
mbenson 2005/08/05 13:54:13 Modified:src/main/org/apache/tools/ant/launch Locator.java Log: check for File.separator + jre when searching for tools.jar PR: 36043 Revision ChangesPath 1.18 +1 -1 ant/src/main/org/apache/tools/ant/launch/Locator.java Index:

DO NOT REPLY [Bug 36053] New: - Useful documentation enhancement for task

2005-08-05 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

cvs commit: ant/docs/manual/CoreTypes resources.html

2005-08-05 Thread mbenson
mbenson 2005/08/05 11:07:11 Modified:src/main/org/apache/tools/ant/types/resources Restrict.java docs/manual/CoreTypes resources.html Log: Support cache attribute for ; delegate to component BaseRCWrapper. Revision ChangesPath 1.4 +16 -0 ant/src/

cvs commit: ant/src/main/org/apache/tools/ant/types/resources Restrict.java

2005-08-05 Thread mbenson
mbenson 2005/08/05 10:58:59 Modified:src/main/org/apache/tools/ant/types/resources Restrict.java Log: Refactor single-nested-collection enforcement into a BaseResourceCollectionWrapper via composition. Revision ChangesPath 1.3 +24 -46 ant/src/main/org/apache/t

cvs commit: ant/src/etc/testcases/types/resources/selectors build.xml

2005-08-05 Thread mbenson
mbenson 2005/08/05 10:56:06 Modified:src/etc/testcases/types/resources/selectors build.xml Log: Make testname2 pass after FileResource name modification. Revision ChangesPath 1.4 +1 -1 ant/src/etc/testcases/types/resources/selectors/build.xml Index: build.

cvs commit: ant/src/main/org/apache/tools/ant/types/resources FileResource.java

2005-08-05 Thread mbenson
mbenson 2005/08/05 10:34:36 Modified:src/main/org/apache/tools/ant/types/resources FileResource.java Log: Change behavior of getName(); refine compareTo(). Revision ChangesPath 1.3 +20 -3 ant/src/main/org/apache/tools/ant/types/resources

cvs commit: ant/src/main/org/apache/tools/ant/types/resources BaseResourceCollectionContainer.java

2005-08-05 Thread mbenson
mbenson 2005/08/05 10:28:26 Modified:src/main/org/apache/tools/ant/types/resources BaseResourceCollectionContainer.java Log: Add option to disable collection caching; refactor cache usage for smaller code. Revision ChangesPath 1.3 +28 -12

cvs commit: ant/docs/manual/CoreTypes resources.html

2005-08-05 Thread mbenson
mbenson 2005/08/05 10:27:15 Modified:src/main/org/apache/tools/ant/types defaults.properties src/etc/testcases/types/resources build.xml src/testcases/org/apache/tools/ant/types ResourceCollectionsTest.java docs/manual/

DO NOT REPLY [Bug 36048] - delete task option includeemptydirs: no deletion of in same delete process created emptydirs

2005-08-05 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 36048] - delete task option includeemptydirs: no deletion of in same delete process created emptydirs

2005-08-05 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 36048] New: - delete task option includeemptydirs: no deletion of in same delete process created emptydirs

2005-08-05 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

cvs commit: ant/src/main/org/apache/tools/ant/types Resource.java

2005-08-05 Thread mbenson
mbenson 2005/08/05 08:45:18 Modified:src/main/org/apache/tools/ant/types Resource.java Log: refine toString() and compareTo() methods Revision ChangesPath 1.15 +2 -15 ant/src/main/org/apache/tools/ant/types/Resource.java Index: Resource.java ==

cvs commit: ant/src/main/org/apache/tools/ant/types/resources Touchable.java

2005-08-05 Thread mbenson
mbenson 2005/08/05 08:41:57 Modified:src/main/org/apache/tools/ant/types/resources Touchable.java Log: Javadoc Revision ChangesPath 1.3 +2 -2 ant/src/main/org/apache/tools/ant/types/resources/Touchable.java Index: Touchable.java

cvs commit: ant/src/main/org/apache/tools/ant/util SourceFileScanner.java

2005-08-05 Thread mbenson
mbenson 2005/08/05 08:28:02 Modified:src/main/org/apache/tools/ant/util SourceFileScanner.java Log: Return a FileResource from factory method. Revision ChangesPath 1.31 +4 -4 ant/src/main/org/apache/tools/ant/util/SourceFileScanner.java Index: SourceFileSc

cvs commit: ant/docs/manual/CoreTasks sql.html

2005-08-05 Thread sbailliez
sbailliez2005/08/05 07:53:43 Modified:docs/manual/CoreTasks sql.html Log: Fixed typo Revision ChangesPath 1.25 +3 -3 ant/docs/manual/CoreTasks/sql.html Index: sql.html === RCS file: /home/c

DO NOT REPLY [Bug 32455] - JavaCC task should prefer newer versions of JavaCC

2005-08-05 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 36043] New: - JAVA_HOMEdirectory name ending with jre causes problems

2005-08-05 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

Request for doc enhancement

2005-08-05 Thread Jay Burgess
The following information was not overly obvious to me when reading about the task, so I did some testing and put together what I hope is a clear summary that might be of benefit to others. Does someone with commit privs think it's worthy of adding to "docs/manual/CoreTasks/echo.html"? Command l

Re: [OT] Sorry for the spam...

2005-08-05 Thread Christian Ashby
I'm messing around with CVS and trying to discover the latest version of a repo in CVS - any CVS guru's around who know is it possible? There is no concept of a repository version, only of the version associated with each file. You can check to see which files are changed from your current ve

[OT] Sorry for the spam...

2005-08-05 Thread Kev Jackson
Hi all, I'm messing around with CVS and trying to discover the latest version of a repo in CVS - any CVS guru's around who know is it possible? You can do something similar with svn, but CVS has versions/file. If that's the case I may have to keep a hash of file/version for each file, and t