Comment 11 for bug 251173

Revision history for this message
Yulia Novozhilova (yulia-novozhilova) wrote :

I can't reproduce the issue even when "org.apache.log4j.Logger" logger class is selected by freemarker. Everything is ok for me.
Actually freemarker uses whatever logging package it can find on the system:
 Log4J, Avalon or JDK1.4 logging (in this order). Looks like in this case Log4J was chosen (in usual configuration it is JDK1.4). But somehow org.apache.log4j.Logger was not found. Strange.

psychok7, could you, please, install the package attached*
> sudo dpkg --install <path_to_package/packagename.deb>
and run NetBeans via:
> /usr/share/netbeans/6.1/bin/netbeans
command.

Then, please, create a new class file on the project and send me netbeans's log.

 * I've added some debugging output into original libfreemarker-java package and rebuilt it.