DO NOT REPLY [Bug 6954] New: - Can't compile FOP (current CVS)

2002-03-07 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6954. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

cvs commit: xml-fop/src/org/apache/fop/pdf PDFColor.java

2002-03-07 Thread keiron
keiron 02/03/07 04:22:11 Modified:src/org/apache/fop/pdf PDFColor.java Log: removed excess spaces Revision ChangesPath 1.12 +9 -9 xml-fop/src/org/apache/fop/pdf/PDFColor.java Index: PDFColor.java

Re: Sorry, Send mail again(vertical line between column and column)

2002-03-07 Thread Yuko Nakayama
Thank you , Mark! But this way is not good. Because when there are 3 columns in region-body, width of a column is shorter than 2.I I tryed this way, but center column's space is too long Width of a column cannot be changed, can you? How do you change the width of column of center only ?

java.util.HashMap to com.sun.java.util.collections.HashMap

2002-03-07 Thread David B. Bitton
Has it come up where anyone has attempted to use FOP w/ JDK 1.1. The is no HashMap class. Sun has made available the collections classes for use in 1.1. This requires changing every import of java.util.HashMap to com.sun.java.util.collections.HashMap. I plan on doing this on my copy of the

Re: java.util.HashMap to com.sun.java.util.collections.HashMap

2002-03-07 Thread Nicola Ken Barozzi
From: David B. Bitton [EMAIL PROTECTED] Has it come up where anyone has attempted to use FOP w/ JDK 1.1. The is no HashMap class. Sun has made available the collections classes for use in 1.1. This requires changing every import of java.util.HashMap to

Re: FAQ Answers please

2002-03-07 Thread Joerg Pietschmann
(Crossposted to both fop-dev and fop-user. fop-user subscribers, please post follow-ups to fop-dev) alex [EMAIL PROTECTED] wrote: Can anyone capture any important questions and answers which I should put into the FAQ? Well questions are easy, answers somewhat less: Here is my impression 1.

Re: java.util.HashMap to com.sun.java.util.collections.HashMap

2002-03-07 Thread David B. Bitton
There are number of ways to make Java available across COM, but as far as i can tell, they all use the local VM that's installed on the machine, and it needs to be running. This way, it's compiled into the DLL, along with _all_ of the other classes that are used (from xalan, etc.). I just

RE: java.util.HashMap to com.sun.java.util.collections.HashMap

2002-03-07 Thread Art Welch
Prior versions of FOP used to support JDK 1.1 (with reduced functionality). However some time back, JDK 1.1 support was dropped. I have not looked at this in a while, but I suspect that HashMap may be the least of the problems. I suspect that supporting JDK 1.1 with the current FOP would require

Re: java.util.HashMap to com.sun.java.util.collections.HashMap

2002-03-07 Thread David B. Bitton
Ok, idea be gone. I'm going back to my original idea, SOAP. Tx. -- David B. Bitton [EMAIL PROTECTED] www.codenoevil.com Diversa ab illis virtute valemus. - Original Message - From: Art Welch [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, March 07, 2002 1:18 PM Subject: RE:

RE: Web site update request

2002-03-07 Thread Savino, Matt C
There seem to be several approaches to this problem rather than one magic bullet. I'd be glad to explain my solution and listen to others in the processing of hammering out the FAQ entry. -Matt -Original Message- From: Keiron Liddle [mailto:[EMAIL PROTECTED]] Sent: Thursday,

[Fwd: BUG? Row data breaks over a page within a column]

2002-03-07 Thread Matthew Mastracci
I posted this to the fop-user list, but I think it might be better to post it here. ---BeginMessage--- I think I mave have encountered a bug. The attached XSL:FO file renders in what I think is an incorrect manner with FOP 0.20.3. The column itself ends up being split across two pages. The

[Fwd: text-shadow and text-decoration]

2002-03-07 Thread Peter B. West
The editors, 7.16.5 text-shadow has offsets defined in terms of horizontal distance to the right and vertical distance below the text. The section also specifies: Inherited: no, see prose There is no mention of inheritance in the prose of section 7.16.5. 7.16.4 text-decoration, likewise,

userconfig.xml

2002-03-07 Thread Polly Tsang
Hi all, How can I use userconfig in embedding servlet programs? I don't understand the following 2 statements that included in xml.apache.org web page. Could someone give a brief sample code about this? userConfigFile = new File(userConfig); options = new Options(userConfigFile);

Re: userconfig.xml

2002-03-07 Thread Peter B. West
Polly, You are not the first, nor will you be the last, to be thrown by this. All of the work of the Options object is done in the constructor. You don't have to do anything more with it. It sets up a lot of static data, accessible by static methods, in a Configuration class. Have a look

Re: java.util.HashMap to com.sun.java.util.collections.HashMap

2002-03-07 Thread Keiron Liddle
This class will not compile with jdk1.4 The api has changed with a new class so it is not possible to make it compile with jdk1.4 AND jdk1.2 or jdk1.3 The method you need is in that class, simply uncomment it. On 2002.03.07 18:38 David B. Bitton wrote: There are number of ways to make Java

Re: FAQ Answers please

2002-03-07 Thread Keiron Liddle
A big Thanks for putting this together. Hopefully this will help everyone. Some of these questions are also answered on the website. http://xml.apache.org/fop/ On 2002.03.07 18:21 Joerg Pietschmann wrote: 2. Batik/SVG specific questions 2.1 SVG text rendered in bad quality, how to put SVG