I tried to create an option that can be specified via a "long-option" and not by a "short-option". The way I did it was created an Option object with null for the short option. However, this failed. I did it with OptionBuilder and it succeeded.
What bothers me is that in OptionBuilder, short-option is set to null when create() is called and this works while the above approach does not work? Am I missing something or is this a bug?
waiting for reply,
--
Venkatesh Prasad Ranganath, Dept. Computing and Information Science, Kansas State University, US. web: http://www.cis.ksu.edu/~rvprasad
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
