Re: log4j seems not read by ant
preceded before my log4j.properties. Wrong classpath Worked version Now everything works well. Thanks. On Wed, Feb 23, 2011 at 4:27 PM, Thomas Anderson wrote: > I have a build.xml file which will read log4j.properties, sto
log4j seems not read by ant
I have a build.xml file which will read log4j.properties, stored in conf, from conf and log message to another dir e.g. logs/file.log My build file's classpath points to conf and then when launch the application it will have classpath provided. ... ... And in ta