Hi Adam,

You're right about the missing lib dir. I removed those while testing.

But I'm a little bit confused about the jars, because I can't find them on my 
computer at all (I did a spotlight search with no results).

I'm also not sure whether I have the correct path information for UIMA_HOME. 
UIMA_HOME is currently set to the UIMA 2.0.2 directory. That seems to be wrong. 
Could you tell me which path it should be set to? /uimaj, perhaps? But I can't 
see a lib dir anywhere..
Thasnk,
Frank

-----Original Message-----
From: [EMAIL PROTECTED] on behalf of Adam Lally
Sent: Thu 3/29/2007 5:47 PM
To: [email protected]
Subject: Re: migration utility
 
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

Reply via email to