Working with DocBook on FreeBSD nothing but problems

2006-09-27 Thread Rico Secada
Hi

For some strange reason I no longer can convert my .fo files to .pdf using 
fop. 

All I get is this..

$ fop -d mytext.fo mytext.pdf
[DEBUG] Input mode:
[DEBUG] FO
[DEBUG] fo input file: mytext.fo
[DEBUG] Output mode:
[DEBUG] pdf
[DEBUG] output file: mytext.pdf
[DEBUG] OPTIONS
[DEBUG] no user configuration file is used [default]
[DEBUG] debug mode on
[DEBUG] dump configuration
[DEBUG] quiet mode on
[INFO] Using org.apache.xerces.parsers.SAXParser as SAX2 Parser
[INFO] base directory: file:/usr/home/rico/cvs/doc/mytext/
[INFO] FOP 0.20.5
[INFO] Using org.apache.xerces.parsers.SAXParser as SAX2 Parser
[INFO] building formatting object tree
[INFO] setting up fonts
[ERROR] property - background-position-horizontal is not implemented yet.
[ERROR] property - background-position-vertical is not implemented yet.
Error creating background image: Error while recovering Image Informations 
(http://docbook.sourceforge.net/release/images/draft.png) : Operation timed out
[ERROR] property - background-position-horizontal is not implemented yet.
[ERROR] property - background-position-vertical is not implemented yet.
[INFO] JAI support was not installed (read: not present at build time). Trying 
to use Jimi instead
Error creating background image: Error creating FopImage object 
(http://docbook.sourceforge.net/release/images/draft.png) : Jimi image library 
not available
[ERROR] property - background-position-horizontal is not implemented yet.
[ERROR] property - background-position-vertical is not implemented yet.

Then it just freezes. Normally I can convert eventhough the above errors are 
shown, but now I can't. I can't seem to figure out what it is doing standing 
there.

Could anyone please shed some light on this issue. I am seriously thinking 
about not using DocBook anymore and just going back to Open Office. There are 
so many complications during conversion IMHO.

Best regards

Rico
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Working with DocBook on FreeBSD nothing but problems

2006-09-27 Thread N.J. Thomas
* Rico Secada [EMAIL PROTECTED] [2006-09-27 16:17:20 +0200]:
 [ERROR] property - background-position-horizontal is not implemented
 yet.
 
 Then it just freezes.

I vaguely remember this happening to me when I wasn't checked for
validity against the DocBook DTD.

Putting xmllint --valid foo.xml into the build scripts worked out
nicely.

Thomas

-- 
N.J. Thomas
[EMAIL PROTECTED]
Etiamsi occiderit me, in ipso sperabo
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]