After fixing the typo "xpp3-1.1.4.c.jar -> /xpp3-1.1.4c.jar" found a
problem in the "UIMA Deploy AS Service" run configuration: it includes the
uimaj-as projects which are not normally present with the examples project.
After fixing that the Deploy (and the Run Remote) configuration works, as
long as the UIMA_HOME env var was defined before starting eclipse.

The core UIMA run configurations also have the requirement to define
UIMA_HOME in the environment before starting eclipse. Turns out there is a
more dynamic approach: use "windows -> preferences -> run/debug -> String
Substitution" to set UIMA_HOME as a string substitution, and then change
the use in run configurations from ${env_var:UIMA_HOME} to just
${UIMA_HOME}.

On Fri, Dec 2, 2016 at 6:13 PM, Eddie Epstein <eaepst...@gmail.com> wrote:

> Downloaded the binary tarball on RHEL 6
> Installed a fresh eclipse, Neon.
> Installed the uima-as-2.9.0 plugins
> Imported the uimaj-examples project and configured UIMA_HOME variable
> ==> Java Build Path problem:
> Description    Resource    Path    Location    Type
> Project 'uimaj-examples' is missing required library:
> '/home/eddie/uimas/apache-uima-as-2.9.0/apache-activemq/
> lib/optional/xpp3-1.1.4.c.jar'    uimaj-examples        Build path
> Build Path Problem
>
> There is a typo in the name of that jar.
>
> -1 to release
>
> Eddie
>
>
>
> On Tue, Nov 22, 2016 at 1:10 PM, Jaroslaw Cwiklik <cwik...@apache.org>
> wrote:
>
>> Hi,
>>
>> the UIMA-AS 2.9.0 release candidate 1 is ready for voting.
>>
>> This version contains the following fixes:
>>   - Updated to use Activemq 5.14.0
>>   - Added dependency on UIMA SDK 2.9.0
>>   - Fixed http based service connectivity
>>   - Added support for automatic recovery of temp queues after broker
>> restart.
>>   - Fixed per CAS Performance Metrics breakdown
>>   - Fixed per process CPU & RSS reporting
>>   - Fixed example runtime configurations
>>   - Fixed error recovery on exception while deserializing a CAS
>>   - "Pinned" JMX MBeans to a specific deployment to enable orderly cleanup
>>   - Fixed support of AMQ white listing of packages
>>   - Added support to disable JMX via a new argument
>> -Duima.as.enable.jmx=false
>>   - Fixed dd2spring issues
>>   - Other Bug fixes
>>
>> The list of changes in Jira:
>> https://issues.apache.org/jira/issues/?jql=fixVersion%20%3D%
>> 202.9.0AS%20AND%20project%20%3D%20UIMA
>>
>> The source and binary zip/tars are staged to
>> https://dist.apache.org/repos/dist/dev/uima/uima-as/2.9.0/RC1/
>>
>> The Maven artifacts are here:
>> https://repository.apache.org/content/repositories/orgapacheuima-1110
>>
>> The SVN tags are here:
>> http://svn.apache.org/repos/asf/uima/uima-as/tags/uima-as-2.9.0/
>>
>> and for the Eclipse Update Site:
>> https://dist.apache.org/repos/dist/dev/uima/eclipse-update-site/uima-as/
>>
>> See http://uima.apache.org/testing-builds.html for suggestions on how to
>> test
>> release candidates.
>>
>> Please vote on release:
>>
>> [ ] +1 OK to release
>> [ ] 0   Don't care
>> [ ] -1 Not OK to release, because ...
>>
>> Thanks
>>
>
>

Reply via email to