|
From: David G. <dg...@co...> - 2003-08-05 17:28:05
|
Yeah, that's just what I had planned for rev 2... :-) I like your additional functionality, but I'm unclear as to what the advantage is of changing it from a command line switch into a separate command. I had assumed that this would be most useful in conjunction with another command that was not operating the way you expected. I therefore intended for this switch to be added to the original command line so that you could re-run it and determine if the problem was in the configuration, or elsewhere. If it is now a separate command, how will be above scenario play out? David On Tuesday 05 August 2003 10:05 am, McDonald, Bruce wrote: > David, > > I am spending some time with this tool. > > Heres what I have done so far: > > 1. Extracted the code into a new command: lightconfig > 2. Added another parameter (-t) which tracks a configuration value. It > will indicate those files that override the configuration value. > > regards, > Bruce. > > -----Original Message----- > From: David Glick [mailto:dg...@co...] > Sent: Tuesday, August 05, 2003 11:15 AM > To: bab...@li... > Subject: [Babeldoc-devel] Config file dump committed; questions for > completing > > > Hi Bruce, > > I've committed my changes to dump the configuration files and contents. > Hopefully, the following questions will make sense: > > 1. In the setupCommandLine() method, I've hard-coded the description > string. I believe it should be changed into a reference key into the > resource bundles (as the other description strings are in the same method), > but I'm not sure if there is a formal way to do so. How do I assign the > appropriate resource key? > > 2. I added a method printConfigInfo(). It also has a hard-coded string > that should be changed. Same question as in #1 above. > > 3. Should the new '-d' option be added to the printUsage() method? It > wasn't clear to me where it actually should be put. > > > Thanks, > > David -- David Glick Transmit Consulting, Inc 619-475-4052 dg...@tr... |