Tony Rogers wrote:

...I'm having a problem building it with Ant.  When attempting to build /documentation/build.xml , I get the following in my console:

(...)
If I'm reading this right, then the first two errors are simply tracing back to the third, which can't find Saxon to perform the transformation.  However, although I have Saxon (both v6 and v8B are provided with my Oxygen IDE), I don't know how to point the Ant build in the right location.

Ant build attempted on:
EasyEclipse for LAMP

Version: 1.2.2.2
Based on Eclipse build id: M20070212-1330
Does anyone know a solution?

-- Tony
"Zearin"

Try building the documentation from the command line. I'm always getting build failures of Ant builds within eclipse and I'm now used to simply ignore them.

X:\ArgoUML-co\argouml\documentation>build -projecthelp
Buildfile: build.xml
     [echo]  "X:\ArgoUML-co\argouml\documentation/../tools/fop-0.20.5/build"
     [echo]  "X:\ArgoUML-co\argouml\documentation/../tools/lib/saxon-6.5.2.jar"

Main targets:

 clean            Remove the generated files.
 defaulthtml      Create documents in .../defaulthtml (chunked).
 dist             Build together a distribution of the chunked html.
 docbook-xsl-get  Download the docbook-xsl stylesheets.
 docs             Create all versions of all documents.
 javahelp         Create javahelp documentation (currently not working).
 pdf              Create the pdf version of all documents (in .../pdf).
 printablehtml    Create documents in .../printablehtml (one big file).
Default target: defaulthtml

X:\ArgoUML-co\argouml\documentation> build
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to