In examples/.classpath I see:
     <classpathentry kind="var"
path="UIMA_HOME/apache-activemq/lib/optional/xpp3-1.1.4.c.jar"/>
but the jar is named:
     apache-activemq/lib/optional/xpp3-1.1.4c.jar

On Sun, Dec 4, 2016 at 10:27 AM, Jaroslaw Cwiklik <uim...@gmail.com> wrote:

> Hmm, looks like a hole in my testing script I don't import runtime
> configurations from uimaj-examples. I only tested the two runtime
> configurations that are part of uima-as source which are UIMA Run Remote
> Async AE and UIMA Deploy AS Service. I can launch both from eclipse
> (Keppler) without an error. I checked the CP and dont see xpp3-1.1.4.c.jar
> typo. Attached are screenshots from my eclipse for both of these launch
> configurations. Also I went into uimaj-examples and checked UIMA Deploy AS
> Service.launch file:
>
> <listEntry value="&lt;?xml version=&quot;1.0&quot;
> encoding=&quot;UTF-8&quot;?&gt;&lt;runtimeClasspathEntry
> containerPath=&quot;UIMA_HOME/apache-activemq/lib/optional/xpp3-1.1.4c.jar&quot;
> path=&quot;3&quot; type=&quot;3&quot;/&gt;"/>
>
> This looks ok. No idea why you are seeing this typo. Can someone else,
> check these run configurations to confirm Eddie's observations?
>
> -jerry
>
> On Sat, Dec 3, 2016 at 10:13 AM, Eddie Epstein <eaepst...@gmail.com>
> wrote:
>
>> 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-s
>> ite/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