Antwort: Re: Ant, log4j: Defining log file path with ant properties

2008-05-05 Thread friedbert . widmann
doesn´t work. I believe, the file log4j.properties is read and interpreted before the ant targets are executed. Therefore the overwritten property has never priority before the default value in log4j.properties. Thanks Widmann > > Friedbert Widmann wrote: > > Is it possible, to overw

Ant, log4j: Defining log file path with ant properties

2008-04-30 Thread Friedbert Widmann
the logfiles and should overwrite the definitions in log4j.properties. The log4j.properties should look like: log4j.rootLogger=INFO, LogFile log4j.appender.LogFile.File=${log.file} Mit freundlichen Grüßen, / With best regards, Friedbert Widmann