Re: PropertiesConfiguration: about properties referencing other properties

2007-11-06 Thread Oliver Heger
nocturna_gr wrote: Sorry, i forgot the RES_DIR line... Now i have changed it, but there was a RES_DIR defined upon BASE_DIR, that is: BASE_DIR=C:/Documents and Settings/paxosk/Desktop/projects/SQOSS/src/ RES_DIR=${BASE_DIR}some/path LOG_MAIL_FILE=${RES_DIR}resources/logs/MailInserter.txt The ge

Re: PropertiesConfiguration: about properties referencing other properties

2007-11-06 Thread nocturna_gr
Sorry, i forgot the RES_DIR line... Now i have changed it, but there was a RES_DIR defined upon BASE_DIR, that is: BASE_DIR=C:/Documents and Settings/paxosk/Desktop/projects/SQOSS/src/ RES_DIR=${BASE_DIR}some/path LOG_MAIL_FILE=${RES_DIR}resources/logs/MailInserter.txt nocturna_gr wrote: > > H

RE: PropertiesConfiguration: about properties referencing other properties

2007-11-06 Thread Jörg Schaible
nocturna_gr wrote: > Hi, > i have this properies file: > BASE_DIR=C:/Documents and Settings/paxosk/Desktop/projects/SQOSS/src/ > LOG_MAIL_FILE=${RES_DIR}resources/logs/MailInserter.txt > > and this code: > public static void main(String[] args) throws Exception { > PropertiesConfig

PropertiesConfiguration: about properties referencing other properties

2007-11-06 Thread nocturna_gr
Hi, i have this properies file: BASE_DIR=C:/Documents and Settings/paxosk/Desktop/projects/SQOSS/src/ LOG_MAIL_FILE=${RES_DIR}resources/logs/MailInserter.txt and this code: public static void main(String[] args) throws Exception { PropertiesConfiguration conf=new PropertiesConfigu