Linux build problems
Status: Beta
Brought to you by:
rizzo
The current Linux release needs execute permission on:
jabook-1.0.0beta2/bin/jabook
The install ant task should skip building the help if
SAXON_HOME is not defined. Currently it blows up. See
Feature Request: 1510974... A linux binary release.
Maybe the SAXON_HOME is ok if we have binary release.
SAXON_HOME should be mentioned in the INSTALL document
We should consider just deploying the help as a jar
even in the src version.
move jabook-1.0.0beta2/bin/jabook to /usr/local/jabook
and move jabook.ico to /usr/local/jabook. Then the
user can delete the jabook expoladed directory.
Create a link (ln -s) to the jabook launcher
(/usr/local/jabook/jabook) that is on the common path
(/bin or somewhere else).
Logged In: YES
user_id=33071
To get the help to build correctly on Ubuntu 6.06, make sure
the following packages are installed:
libsaxon-java
docbook-xml
docbook-xsl
And use the following command to install:
ant -DSAXON_HOME=/usr/share/java
-DDOCBOOK_HOME=/usr/share/xml/docbook/stylesheet/nwalsh install