On 3/29/07, Frank Schilder <[EMAIL PROTECTED]> wrote:
I wasn't able to run the script to migrate to apache UIMA.
I also couldn't find the jar file used by the script:
$UIMA_JAVA_CALL" -cp "$UIMA_HOME/uima-core.jar:$UIMA_HOME/uima-tools.jar"
org.apache.uima.tools.migration.IbmUimaToApacheUima %1 -ext
java,xml,xmi,wsdd,properties,launch,bat,cmd,sh,ksh,csh,
Hi Frank,
I'm a bit confused because I just doublechecked svn and the script says:
"$UIMA_JAVA_CALL" -cp
"$UIMA_HOME/lib/uima-core.jar:$UIMA_HOME/lib/uima-tools.jar"
org.apache.uima.tools.migration.IbmUimaToApacheUima %1 -ext
java,xml,xmi,wsdd,properties,launch,bat,cmd,sh,ksh,csh,
Which isn't the same as what you posted (yours is missing the "lib",
which is necessary).
All that should be necessary for the script to find the files is for
your UIMA_HOME
environment variable to be set to your install location. Is it?
The jar files (uima-core.jar and uima-tools.jar) are in the lib
directory of the UIMA distribution.
-Adam