Re: [commons] - Inconsistent way to locate filename when creating configuration

2006-06-15 Thread Oliver Heger
Oliver Heger wrote: [EMAIL PROTECTED] wrote: Hi Oliver, is there any particular reason why if, when conf/conf1.properties is in classpath, doing PropertiesConfiguration pc = new PropertiesConfiguration( conf/conf1.properties); gives org.apache.commons.configuration.ConfigurationException:

Re: [commons] - Inconsistent way to locate filename when creating configuration

2006-06-15 Thread gabriele . garuglieri
Oliver Heger [EMAIL PROTECTED] scritti il 15/06/2006 19.01.08 Oliver Heger wrote: [EMAIL PROTECTED] wrote: Hi Oliver, is there any particular reason why if, when conf/conf1.properties is in classpath, doing PropertiesConfiguration pc = new PropertiesConfiguration(

Re: [commons] - Inconsistent way to locate filename when creating configuration

2006-06-14 Thread Oliver Heger
[EMAIL PROTECTED] wrote: Hi Oliver, is there any particular reason why if, when conf/conf1.properties is in classpath, doing PropertiesConfiguration pc = new PropertiesConfiguration( conf/conf1.properties); gives org.apache.commons.configuration.ConfigurationException: Cannot locate