RE: Could not compile

2002-07-01 Thread joseph . aloysius . gilvary
Another thing I just remembered is making sure ant is on the classpath, not just in the extensions directory. "Torsten Erler" <[EMAIL PROTECTED]> 07/01/2002 09:46 AM Please respond to fop-dev To: <[EMAIL PROTECTED]> cc: Subject:RE: Could not compile

RE: Could not compile

2002-07-01 Thread joseph . aloysius . gilvary
If you're running on Windows you might have the same problem I had when I first upgraded to JDK 1.4. I even hand edited the registry, explicitly set CLASSPATH and PATH environment variables, and could not get the code to work. I un-installed older JDK versions (1.2.2 & 1.3.1), then installed

Re: keep-together.within-page - does it work ?

2002-05-29 Thread joseph . aloysius . gilvary
The keep-with stuff is only implemented for tables. And I'm not sure that all of it really is. Try wrapping your block in simple tables and specify the keep-with attributes on the table-row. I've sucessfully used keep-with-previous="always" and keep-with-next="always" on table-row. Good luck.

Re: column width in percent

2002-05-22 Thread joseph . aloysius . gilvary
J.Pietschmann wrote: >Juergen Lippold wrote: >> in my xml-document I'm using a value for the column-width in a table. >> But this is a fixed value. Is it possible to work with values in percent of the table-width? >Not implemented yet. >> There is one solution with the right direction to use a

RE: status on website

2002-05-17 Thread joseph . aloysius . gilvary
"Oleg Tkachenko" To: <[EMAIL PROTECTED]>

Re: status on website

2002-05-16 Thread joseph . aloysius . gilvary
Hi, Comment: Good idea. Suggestion: It probably wouldn't hurt to go ahead (on the page) and answer the inevitable, "Can you please tell me when to expect the release FOP0.20.4|FOP10 DR1 announced on your status page?" The same answer that would otherwise appear here, that is. Complaint: My co

Re: problem building on macosx

2002-02-28 Thread joseph . aloysius . gilvary
Do you have multiple JVMs installed, or have you recently added the release version of JDK 1.4? I had a similar set of problems early this week. When I uninstalled JDK 1.3, and re-installed it, I was able to get FOP building and running again with 1.3. I had been experiencing strange errors (Cla

Netbeans and Fop Ant

2002-02-08 Thread joseph . aloysius . gilvary
Howdy, I want to step through code with Netbeans and learn more about how Fop is working that way. I cannot find the setting to get Netbeans 3.3.1 to build with build.xml correctly. I have added every jar in \lib to the classpath (for internal compiler and external compiler) in Netbeans, but the

Re: Centering a table

2002-02-07 Thread joseph . aloysius . gilvary
Centering tables is a FAQ. Check http://www.dpawson.co.uk/xsl/sect3/N8922.html#d256e78 for the (perhaps bad) news. I don't know what to do to control Acrobat's bookmark display. HTH, Joe Hi FOPers, 1. Is there an easy way to get a whole table centered within the page. I just found exam

RE: 0.20.3rc bug

2002-01-31 Thread joseph . aloysius . gilvary
Follow this thread: http://marc.theaimsgroup.com/?l=fop-dev&m=101179308205088&w=2 The MARC archives are a great place to start in solving problems with using the Apache stuff. HTH Joe - To unsubscribe, e-mail: [EMAIL PRO

Re: column-width as em

2002-01-25 Thread joseph . aloysius . gilvary
Karen, Thanks for looking into this. I did try to set the table width, at "100%" and (after accounting for margins, etc.) "9.85in" to no avail. My concern was not so much the warning message as the output PDF. I did try proportional-column-length(int), but I must have misunderstood it. I specif

RE: Problems with seeing pdf-files in IE 5.0

2001-12-07 Thread joseph . aloysius . gilvary
Sorry, I jumped into the middle of that thread and hadn't noticed the piece about IE 5.0 requiring the specific extension. Any possibility your user community will upgrade their browser for this (and other) considerations? Joe

RE: Problems with seeing pdf-files in IE 5.0

2001-12-07 Thread joseph . aloysius . gilvary
Do you write to the servlet response before you decide whether "this is a job for FOP" . (Sorry) If the response to the browser hasn't begun, I think you should be able to call setContentType("application/pdf") on the ServletResponse instance as soon as you find the XSL:FO file. It's up to the

Simple extension problem

2001-11-30 Thread joseph . aloysius . gilvary
Greetings all, I'm learning to write extensions and I'm trying to start simple. I think I've followed the directions on the "Extensions" page (http://xml.apache.org/fop/extensions.html), but something is still missing or incorrect. I'm using JDK build 1.4.0-beta3-b84 with Fop0.20.2 on Windows 20