Re: avalon-framework lib in distribution

2002-07-28 Thread Michael Gratton
Jens Kühnberger wrote: > > thanks a lot, it worked. If u want to put the avalon-framework.jar I > generated into the distribution, I can send it to you. Well, I'm not a committer, so we'll see if any of those who are want it.. :) > When I create a pdf document I get output into my (log4j-)lo

avalon-framework lib in distribution

2002-07-28 Thread Jens Kühnberger
Hi Mike, thanks a lot, it worked. If u want to put the avalon-framework.jar I generated into the distribution, I can send it to you. There is just one thing, that's a bit odd. When I create a pdf document I get output into my (log4j-)logfile, but I also get the following warning on the console

Re: avalon-framework lib in distribution

2002-07-27 Thread Michael Gratton
Hi Jens, I built avalon-framework-cvs-20020315.jar from the Framework codebase in CVS (pulled on the date of the jar file) because at the time, the current release was too out of date. Unfortunately, I think there still hasn't been another release yet. Jens Kühnberger wrote: > java.lang.NoCl

avalon-framework lib in distribution

2002-07-27 Thread Jens Kühnberger
Hi, I want to use log4j to log the fop messages I get from the Driver. I implemented it like this: import org.apache.avalon.framework.logger.Logger; import org.apache.avalon.framework.logger.Log4JLogger; ... org.apache.log4j.Category cat = org.apache.log4j.Category.getInstance(my.class);