Some notes about Publican under MacOs, and a question for Erich at the end
of the mail.

According to my tests, Publican 4.2 & 4.3 is not producing good results
under MacOs.
I use Publican 4.1.3 which works good.

The pdf files look similar to a pdf that I downloaded a few month ago from
the build machine.
I have no html from the build machine to compare with.
The railroads in the html files are truncated. Is it the same when built on
other platforms ?

The documents not covered by the main makefile are built ok using their
local makefile :
buildmachine (doc not finished)
ooconsole (doc not finished)
ootest (doc not finished)
rexxgtk

The ooRexx Makefile for brand contains a hardcoded path
/usr/share/publican/Common_Content.
Under MacOs, the path is /opt/local/share/publican/Common_Content.

My locale under MacOs is french. To have english output from these commands
:
date "+%A, %B %d, %Y" > datepub.tmp
svnversion > svnrev.tmp
must do that :
LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 make

oodialog is too big for the memory settings suggested by the Publican
users' guide.
I use :
echo "FOP_OPTS='-Xms50m -Xmx1024m'" > ~/.foprc

Because of this error :
SEVERE: Couldn't find hyphenation pattern for lang="en"
I installed fop-hyph.jar from http://sourceforge.net/projects/offo.
but the automatic hyphenation makes a bad break in the middle of the pdf
title :
ooRexx Docu-
mentation 5.0.0
Apparently, this extension was not installed on the build machine, the
title was :
ooRexx
Documentation 5.0.0

@Erich
Got those warnings when building rexxref. Do you have these files in local ?
WARNING: Image missing: tmp/en-US/xml/images/keywords/parse_upper_arg.svg
WARNING: Image missing: tmp/en-US/xml/images/keywords/do_repetitor.svg
WARNING: Image missing: tmp/en-US/xml/images/keywords/do_conditional.svg
WARNING: Image missing: tmp/en-US/xml/images/keywords/do_repetitor.svg
WARNING: Image missing: tmp/en-US/xml/images/keywords/do_conditional.svg
WARNING: Image missing: tmp/en-US/xml/images/keywords/parse_value.svg
WARNING: Image missing: tmp/en-US/xml/images/keywords/select2.svg
WARNING: Image missing: tmp/en-US/xml/images/keywords/select3.svg
WARNING: Image missing: tmp/en-US/xml/images/keywords/select4.svg
WARNING: Image missing: tmp/en-US/xml/images/keywords/trace.svg

Jean-Louis
------------------------------------------------------------------------------
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
_______________________________________________
Oorexx-devel mailing list
Oorexx-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oorexx-devel

Reply via email to