On Thu, 2002-02-14 at 14:37, Sami, Abdul (Netprosys) wrote:
> I am using Fop-0.20.1. to generate PDF. How can i stop FOP from printing
> console messages?

fop.sh myfile.fo myfile.pdf > /dev/null 2>&1

> Or i could redirect the messages to some file.

Yes you could.

> Plus from which jar i could get org.apache.log.* classes. The code is
> given below:

Let's take a look at the jar files included in the lib subdirectory:

=============================================================
[weiqi@gao-2001 xml-fop]$ ls lib | more
CVS
ant.jar
batik.jar
bin
bsf.jar
buildtools.jar
jimi-1.0.jar
jimi-License.txt
logkit-1.0.jar
readme
stylebook.jar
xalan-2.2D11.jar
xerces-1.4.3.jar
=============================================================

Anybody want to make a guess which of these jar files contain the
org.apache.log.* classes?

It's not in ant.jar.  I just opened it in notepad, and did a search for
"org.apache.log".  It's not in that file!  :=)

-- 
Weiqi Gao
[EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to