Thanks, Peter. If I recall, this ommission was intentional; I'll try and find the history behind this. I think it had to do with the fact that the Document Annotation class is a JCas cover class for the UIMA document annotation Type. And due to the fact (and common practice) that people "extend" UIMA types with additional features, to enable this, it was thought that the user would provide their (potentially) custom version of the Document Annotation class, and that having the "base" version of this JCas type in the runtime would prevent this.
-Marshall On 7/26/2013 10:55 AM, Peter Klügl wrote: > I know the vote is already closed, but I wanted to mention something anyway: > > the runtime plugin contains six jars, but the manifest lists only five > of them as embedded and as the additional classpath. > uimaj-document-annotation-2.4.1.jar is missing and this is prevents > other plugins to actually use the jcas class DocumentAnnotation. > > Best, > > Peter > > > > > On 26.07.2013 16:44, Marshall Schor wrote: >> I try mvn deploy -Papache-release >> >> to emulate what the release process did :-)... >> >> -Marshall >> On 7/26/2013 10:11 AM, Richard Eckart de Castilho wrote: >>> Hum. I guess you can check out the 2.4.1 rc4 tag from SVN and just run "mvn >>> deploy" to stage it again, no? >>> >>> -- Richard >>> >>> Am 26.07.2013 um 16:06 schrieb Marshall Schor <[email protected]>: >>> >>>> Well, not enough coffee... >>>> >>>> There were 2 things in the "staging repository" - I saw the dates, and >>>> thought, >>>> hmmm, I thought I had already dropped the older one... but maybe I'm >>>> mistaken, >>>> so I dropped it. >>>> >>>> The new one - well it turned out it wasn't "uima". >>>> >>>> So, I have accidentally dropped the staged RC4 candidate on the staging >>>> Nexus >>>> repository at repository.apache.org. I'm asking on the repository mailing >>>> list >>>> if there's any recovery for this (short of re-doing the release >>>> candidate...). >>>> >>>> If not, I apologize for this error, but will need to redo this release... >>>> >>>> -Marshall >
