On 2/21/07, Marshall Schor <[EMAIL PROTECTED]> wrote:
OK. When I change to use the uima.util.XMLSerializer, this breaks the
constructors, and there are several methods that are also wrong.
Adam - I think you're the most familiar with this - could you fix up
these two classes (change the import and then fix the resulting issues):
casEditor/core/model/dotcorpus/DotCorpusSerializer.java
casEditor/core/uima/DocumentUimaImpl.java
thanks. -M
OK, I made the necessary changes to get it to compile. I haven't
tested it, but I believe it should work.
Also while I was in there I commented out the use of
OutputStreamWriters. You can just pass the XMLSerializer a handle to
the OutputStream directly, so they are not needed.
-Adam