You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4j-dev@logging.apache.org by Ceki Gülcü <ce...@qos.ch> on 2005/02/10 14:18:40 UTC

UGLI compile-time binding

Instead of using a bundled config file in order to find the logging 
implementation to bind to, each version of ugli-xxx.jar is bound at compile 
time. I had to move UGLI source files to a new folder called 
src/filtered-java. Since log4j will not compile without UGLI, filtered 
versions UGLI files must be copied into the log4j source-tree branch. This 
can be done with the command

  ant -f ugli.xml copy-into-log4j

The log4j build file does this automatically. However, you'll need to 
perform this step manually if you are using an IDE.

Cheers,


-- 
Ceki Gülcü

   The complete log4j manual: http://www.qos.ch/log4j/



---------------------------------------------------------------------
To unsubscribe, e-mail: log4j-dev-unsubscribe@logging.apache.org
For additional commands, e-mail: log4j-dev-help@logging.apache.org