On 3/30/07, Frank Schilder <[EMAIL PROTECTED]> wrote:
I downloaded the binaries as well as the source, but I didn't follow through with the binary distribution. But I built everything from the source, as described in the link you mention. <snip/>
The migration tool was designed to be run from the binaries (perhaps we should have made it easier to run from the source dist too, sorry about that). It should of course be possible to build the binaries from the source. When you followed the instructions, did you also include the "How to build the full Apache UIMA Distribution" part? The steps are as follows: First do a build as described in "Building from the command line". Then execute the following: $>cd ../uimaj-distr $>mvn assembly:assembly This will build the javadocs and the manual (using docbooks, as described below), and will create .zip, .tar.gz, and .tar.bz2 archives of the full UIMA distribution in the uimaj-distr/target directory. This should create you a zip file that's equivalent to the binary distribution. In this zip file is the elusive lib directory. :) -Adam
