[Japi-devel] [ japi-Bugs-1747891 ] helpHeader and helpFooter not read from classname bundle
Status: Beta
Brought to you by:
christianhujer
From: SourceForge.net <no...@so...> - 2007-07-04 15:51:24
|
Bugs item #1747891, was opened at 2007-07-04 17:51 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=776737&aid=1747891&group_id=149894 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: libs-argparser Group: None Status: Open Resolution: None Priority: 8 Private: No Submitted By: Christian Hujer (christianhujer) Assigned to: Christian Hujer (christianhujer) Summary: helpHeader and helpFooter not read from classname bundle Initial Comment: BasicCommand supports printing a header and a footer for a help message. While option descriptions are properly read from the corresponding resource bundle, the helpHeader and the helpFooter texts are not read. E.g. if you have a FooCommand, they are not read from FooCommand.properties. Instead the empty default values from BasicCommand's own bundles are used. That's not nice because that means it's not possible to override helpHeader and helpFooter without overriding getBundle(). ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=776737&aid=1747891&group_id=149894 |