Marshall Schor wrote: - contents edited -
> The UCR repository code might do something with the environmental > variable information from the PEAR prior to doing any install or running > of the PEAR - Eric - can you say if it does? The repository doesn't do anything with the PEAR environment variables beyond this: It does perform edits to setenv.txt to localize paths for setting the CLASSPATH prior to calling UIMAFramework.produceAnalysisEngine(). (or produceCasConsumer(), produceCollectionReader() etc. as appropriate) Using System.getProperty(name) instead of System.getenv(name): great idea! -er
