Here's an idea:
The suffix doc1.xmi doc2.xmi, etc are produced when the XMI Cas Serializer is
called with a null file name:
uimaj-examples/src/main/java/org/apache/uima/examples/xmi/XmiWriterCasConsumer.java
line 108-110:
if (outFile == null) {
outFile = new File(mOutputDir, "doc" + mDocNum++ + ".xmi");
}
The code above that has a try block that might be getting tripped up by the fact
that your install point is in a path with a blank in it.
Can you try installing into a path without a blank?
-Marshall
On 3/22/2011 8:48 AM, Bob Sizemore wrote:
> Anybody have any ideas for me to try to get the doc analyzer showing the right
> document names?
>
>
>