You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@uima.apache.org by Frank Schilder <fr...@thomson.com> on 2007/03/23 15:23:26 UTC

Can't build docBook

Hi,

I downloaded the new UIMA version, but I already ran into problems building
the DocBook documentation. My OS is Mac OS X and I tried ant from the uim
a-docbooks dir and within eclipse with the same result:

 ant
Buildfile: build.xml

do_olinks:

build_all_books:

prepare:

unzip_docbook_ref:

BUILD FAILED
/My.Path//uimaj-2.1.0-incubating/ui
ma-docbooks/build.xml:38: The following error occurred while executing this
line
:
/My.Path/uimaj-2.1.0-incubating/ui
ma-docbooks/build.xml:51: The following error occurred while executing this
line
:
/My.Path/uimaj-2.1.0-incubating/ui
ma-docbooks/build-docbook.xml:271: The following error occurred while
executing 
this line:
/My.Path/uimaj-2.1.0-incubating/ui
ma-docbooks/build-docbook.xml:405: missing
/My.Path/uimaj-2.1.0-incubating/uima-docbooks/docbook/zip/docbook-xml-4
.4.zip

Total time: 0 seconds
[I substituted my path information with My.Path]

Could you put the documentation online, perhaps?

Thanks,
Frank


Re: Can't build docBook

Posted by Adam Lally <al...@alum.rpi.edu>.
Hi,

On 3/23/07, Frank Schilder <fr...@thomson.com> wrote:
> Hi,
>
> I downloaded the new UIMA version, but I already ran into problems building
> the DocBook documentation. My OS is Mac OS X and I tried ant from the uim
> a-docbooks dir and within eclipse with the same result:
>

The docbook tool itself isn't included in our source distribution.
You can get it separately from our SVN.  See "Building uima-docbooks"
in http://incubator.apache.org/uima/svn.html#building.with.maven


> Could you put the documentation online, perhaps?
>

It is already online.
http://incubator.apache.org/uima/documentation.html.  It's also in the
binary distributions.

-Adam