Re: [Patch] ChangeLogParser - hiding field

2004-12-18 Thread Jesse Glick
Just jumping in here... :-) kj wrote: -class ChangeLogParser { +public class ChangeLogParser { No really, just habit - company standards where I've worked in past etc. Did your company produce Java components with publicly visible APIs they were committed to preserving indefinitely? Seriously, mak

Re: Purpose of FileUtils.close(...)

2004-12-18 Thread Jesse Glick
Kev Jackson wrote: So what exactly *is* the intention of this method? [...] 1. My intention was only to uniform the codebase around the helper methods that were presumably created for this sort of task. Yes, I was really addressing other committers generally, sorry for the confusion. I should ad

DO NOT REPLY [Bug 32649] - ant-produced jar files don't match those produced by java.util.jar.JarOutputStream

2004-12-18 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 32682] - server option does not seems to work

2004-12-18 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 32649] - ant-produced jar files don't match those produced by java.util.jar.JarOutputStream

2004-12-18 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

[RT] Define common project properties and tasks

2004-12-18 Thread Nicola Ken Barozzi
If Ant defines a name for common project properties, then each task could have a parallel typedef that configures it with these values. In this way, a basic user would only need to write a property file and call the extended tasks without attributes, and have them work correctly OOTB. Same thi

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

2004-12-18 Thread mbenson
mbenson 2004/12/18 09:50:40 Modified:docs/manual/CoreTasks apt.html Log: Missing period Revision ChangesPath 1.3 +2 -2 ant/docs/manual/CoreTasks/apt.html Index: apt.html === RCS file: /hom

RE: [RT] Define common project properties and tasks

2004-12-18 Thread Phil Weighill-Smith
I'm not trying to rain on anyone's parade, but have you considered... It seems to me that there are as many completely different ways of using Ant as there are projects in this world. If you were to supply a "standard" build script, ready for customization, what input file structure would it ex