commons logging + Jdk14Logger

2009-04-01 Thread sagun shakya
hi, I'm trying to use commons logging with the the Jdk14Logger implementation. I have it working to some extent but I'm hitting one issue that I think is due to an incorrect setting in my properties file. So I know my application is using org.apache.commons.logging.impl.Jdk14Logger implem

why is my withArgName argument being overwritten

2009-03-25 Thread sagun shakya
Hi, I have an Option created as: Option fooOption = OptionBuilder.withDescription("add foo") .withLongOpt("add_foo") .hasArgs(2) .withArgName("foo")