Re: new batik

2002-05-17 Thread Keiron Liddle
On Thu, 2002-05-16 at 17:53, Christian Geisert wrote: Is it possible to make Fop work without batik.jar ? (of course if no svg is used) This is addressed in the new code. Until then no, not without disabling it entirely. -

DO NOT REPLY [Bug 5892] - problem with printing pdf file that generate by fop

2002-05-17 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=5892. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 5953] New: - NullPointerException when rendering PDF

2002-05-17 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=5953. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

RE: Font Metrics AWT

2002-05-17 Thread Torsten Erler
Hi all Great work Ralph. The results looks very good and I hope the next release contains your fix. I've and additional wish for the AWTRenderer. Can anyone make the 'graphic' variable protected, to enable sublasses to draw on it? In my case I have to divide between final print and test print

DO NOT REPLY [Bug 6087] - hyphenation does not work with xsl:value-of

2002-05-17 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=6087. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 6392] - Problem with repeatable-pagemaster-alternatives

2002-05-17 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=6392. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 6455] - First level PDF Bookmarks does not work

2002-05-17 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=6455. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 635] - Doesn't support id= attribute in fo:page-sequence

2002-05-17 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=635. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

cvs commit: xml-fop/src/org/apache/fop/layoutmgr LineBPLayoutManager.java LineLayoutManager.java

2002-05-17 Thread keiron
keiron 02/05/17 01:56:03 Modified:src/org/apache/fop/area LineArea.java src/org/apache/fop/layoutmgr LineBPLayoutManager.java LineLayoutManager.java Log: moved vert align to line area Revision ChangesPath 1.5 +107 -1

DO NOT REPLY [Bug 6503] - Why FOP for me doesn't work?

2002-05-17 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=6503. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

RE: status on website

2002-05-17 Thread Oleg Tkachenko
-Original Message- From: J.Pietschmann [mailto:[EMAIL PROTECTED]] According to one of the Norman Nielsen usability studies, http://www.useit.com/alertbox/ nearly 30% of (average) web users wont find information if it's not immediatly visible (i.e. they don't scroll at all). This

[GUMP] Build Failure - xml-fop

2002-05-17 Thread Sam Ruby
This email is autogenerated from the output from: http://jakarta.apache.org/builds/gump/2002-05-17/xml-fop.html Buildfile: build.xml init-avail: init-filters-xalan2: [copy] Copying 1

Re: Interesting Comment

2002-05-17 Thread Holger Prause
- Original Message - From: Arved Sandstrom [EMAIL PROTECTED] To: [EMAIL PROTECTED] [EMAIL PROTECTED] Sent: Friday, May 17, 2002 2:50 AM Subject: Interesting Comment Hello, Example #4 in Brett McLaughlin's XML Data Binding article on OReilly Net

[ANN] XSLfast 1.0 immediatly available

2002-05-17 Thread Stephan Albers
Dear subscriber, *** Version 1.0 of XSLfast, the world`s first graphical editor for XSL:FO documents, is immediately available. *** Beside editing XSL-FO, XSLfast also allows to do mail merging and forms processing. You can create an XSL-FO template and attach XML data with this template.

runtime ExceptionInInitializerError: first steps

2002-05-17 Thread Massimiliano Cuccia
I have a problem in running this code ... I hadjustcutpaste from documentation can anyone help me??? I don't know where to start ... public void test1(String src, String dst) { try { Driver driver = new Driver(new InputSource(src), new FileOutputStream(dst));

cvs commit: xml-fop/src/org/apache/fop/render AbstractRenderer.java

2002-05-17 Thread keiron
keiron 02/05/17 07:47:13 Modified:src/org/apache/fop/apps StreamRenderer.java src/org/apache/fop/area AreaTree.java BodyRegion.java Page.java PageViewport.java RegionReference.java RegionViewport.java

RE: runtime ExceptionInInitializerError: first steps

2002-05-17 Thread Oleg Tkachenko
Hello! InputSource class havethe only String constructor and that String is supposed to be system id (URI), for example, file name. See http://www.saxproject.org/apidoc/org/xml/sax/InputSource.htmlfor more info. If you want to create InputSource from serialized xml you need something like