oops, some build errors. (Strange - it built fine in Eclipse, but fails in Jenkins). Working on these
On 1/11/2018 2:02 PM, Marshall Schor wrote: > A new version of v3 is now committed, with changes to support some use cases > where different type systems are loaded into an existing UIMA instance (using > the same class loader) where some user-defined JCas classes are already > loaded. > > The new version supports the case where the JCas defines some additional > features for a type and the type system being loaded has a subset of those, by > adding any features only defined in the JCas class to the type system, just as > it is being committed. > > Not all possible use cases are handled, but the hope is that common ones are. > Those not handled will produce error messages when the type system is > committed, if the new type system can't be made to conform to the already > loaded > JCas classes. > > It would be great if this could be tested with WebAnno, to see if it covers > the > use cases in that platform. > > -Marshall > >
