Hi, Cheok Yan Cheng wrote on Saturday, June 16, 2007 6:11 PM:
> I include just the directory to the class path, > however, common-logging still unable to locate the > properties file : > > [EMAIL PROTECTED]:~/Projects/jstock/dist$ cat > config/commons-logging.properties > # Sample ResourceBundle properties file > org.apache.commons.logging.Log=org.apache.commons.logging.impl.NoOpLog > [EMAIL PROTECTED]:~/Projects/jstock/dist$ java -cp config -jar > jstock.jar Jun 17, 2007 12:09:18 AM > org.yccheok.jstock.gui.IndicatorPanel > initIndicatorProjectManager > INFO: indicatorProjectManager loaded from > indicator/project.xml successfully. > Jun 17, 2007 12:09:18 AM > org.yccheok.jstock.engine.StockHistorySerializer > <init> > INFO: history directory already exists. > [EMAIL PROTECTED]:~/Projects/jstock/dist$ > > Any idea? are you sure, that these logs are generated by commons-logging at all? They look to me more tile the result of using the java.util.logging classes ... - Jörg --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
