You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@uima.apache.org by Marshall Schor <ms...@schor.com> on 2019/07/16 20:04:40 UTC

[VOTE] uimaj-3.0.3 rc1

Hi,

uimaj-3.0.3 rc1 is posted and ready for voting.

This release fixes 15 issues.

The issues fixed are here:

https://issues.apache.org/jira/projects/UIMA/versions/12345407

The source and binary tars/zips are here:
https://dist.apache.org/repos/dist/dev/uima/uimaj/3.0.3-rc1/artifacts/

The eclipse update subsite is here:
https://dist.apache.org/repos/dist/dev/uima/uimaj/3.0.3-rc1/eclipse-update-site-v3/

The maven staging repo is here:
https://repository.apache.org/content/repositories/orgapacheuima-1232

The SVN tag: https://svn.apache.org/repos/asf/uima/uv3/uimaj-v3/tags/uimaj-3.0.3/

Please vote on release:

[ ] +1 OK to release
[ ] 0   Don't care
[ ] -1 Not OK to release, because ...

Thanks.

-Marshall


Re: [VOTE] uimaj-3.0.3 rc1

Posted by Marshall Schor <ms...@schor.com>.
looks like there's a compatibility problem running with the latest Eclipse. 
Investigating...

Re: [VOTE][CANCELLED] uimaj-3.0.3 rc1

Posted by Marshall Schor <ms...@schor.com>.
Due to issue https://issues.apache.org/jira/browse/UIMA-6094

this vote is cancelled while this is being fixed.

-Marshall


Re: [VOTE] uimaj-3.0.3 rc1

Posted by Marshall Schor <ms...@schor.com>.
yes, that's it exactly.

That class is marked "Deprecated" - so I guess they removed it in 2019-06.

Looking into how to update to non-deprecated.

-Marshall

On 7/16/2019 5:05 PM, Richard Eckart de Castilho wrote:
> Are you seeing the error that was recently reported on Stackoverflow?
>
>   https://issues.apache.org/jira/browse/UIMA-6094
>
> -- Richard
>
>

Re: [VOTE] uimaj-3.0.3 rc1

Posted by Richard Eckart de Castilho <re...@apache.org>.
Are you seeing the error that was recently reported on Stackoverflow?

  https://issues.apache.org/jira/browse/UIMA-6094

-- Richard


Re: [VOTE] uimaj-3.0.3 rc1

Posted by Marshall Schor <ms...@schor.com>.
looked directly at the log in the .metadata, and found this:

Caused by: java.lang.ClassNotFoundException: org.eclipse.swt.custom.TableTree
cannot be found by org.apache.uima.desceditor_3.0.3


Re: [VOTE] uimaj-3.0.3 rc1

Posted by Marshall Schor <ms...@schor.com>.
This has me stumped...   I can make things work normally by installing into
Eclipse version 2019-03.

Installing into 2019-06 goes without any errors, after restart, I make a simple
java project.

Then I do new -> UIMA -> Type system descriptor, and default things and hit finish.

Instead of showing me the type system in the Configuration Descriptor Editor, it
shows just a main window (blank), with a small "x" tab at the top (that when
clicked, closes the window). 

Nothing in the error log...    Regular files edit fine; the type system created
can be edited with a default editor OK.

Repeating this gives the same results.  Repeating with Eclipse 2019-03 - works
as expected.

-Marshall