Picon
Favicon

[jira] [Reopened] (UIMA-2053) Changes to standardize UIMA C++ build and packaging on Linux


     [
https://issues.apache.org/jira/browse/UIMA-2053?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bhavani Iyer reopened UIMA-2053:
--------------------------------

runAECpp build is incorrect on Linux

> Changes to standardize UIMA C++ build and packaging on Linux 
> -------------------------------------------------------------
>
>                 Key: UIMA-2053
>                 URL: https://issues.apache.org/jira/browse/UIMA-2053
>             Project: UIMA
>          Issue Type: Improvement
>          Components: C++ Framework
>            Reporter: Bhavani Iyer
>            Assignee: Bhavani Iyer
>             Fix For: 2.4.0C
>
>
> The proposed modifications to the build process and to version numbering are described in the wiki page [https://cwiki.apache.org/UIMA/proposed-changes-to-uima-c-build-and-packaging.html].
> The build process will directly invoke the autotools command and will be invoked from the root of an SVN
extract or unzipped source tarball. 
> Package version number and library version number will be handled separately.  These will not be tied to
UIMA Java SDK release numbers. 
> The library version number will be based on the libtool version numbering mechanism to better support
backward compatibility of annotator binaries.

(Continue reading)

Picon
Favicon

[jira] [Created] (UIMA-2363) Add APR-Util libraries to the UIMA C++ binary package

Add APR-Util libraries to the UIMA C++ binary package
-----------------------------------------------------

                 Key: UIMA-2363
                 URL: https://issues.apache.org/jira/browse/UIMA-2363
             Project: UIMA
          Issue Type: Bug
          Components: C++ Framework
    Affects Versions: 2.4.0C
            Reporter: Bhavani Iyer
            Assignee: Bhavani Iyer
             Fix For: 2.4.0C

ActiveMQ CPP version 3.4.1 used in the deployCppService has a runtime dependency on APR-Util.

The buildsdk script needs to be modified to add the APR-Util binaries to the package.

APR-Util 1.3.8 will be used in the binary distribution. This version of APR-Util is not one of the products
listed in the ASF export classification page http://www.apache.org/licenses/exports/. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

Picon
Favicon

[jira] [Created] (UIMA-2364) UIMA-AS client callback has changed so old code such as runRemoteAsyncAE does not get notified

UIMA-AS client callback has changed so old code such as runRemoteAsyncAE does not get notified
----------------------------------------------------------------------------------------------

                 Key: UIMA-2364
                 URL: https://issues.apache.org/jira/browse/UIMA-2364
             Project: UIMA
          Issue Type: Bug
          Components: Async Scaleout
    Affects Versions: 2.4.0AS
            Reporter: Burn Lewis
            Assignee: Burn Lewis

entityProcessComplete has a new 3rd arg holding performance details.  The method in the abstract class
needs to call the 2-arg method for backward-compatibility with applications that implement only the
2-arg one.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

Picon
Favicon

[jira] [Resolved] (UIMA-2364) UIMA-AS client callback has changed so old code such as runRemoteAsyncAE does not get notified


     [
https://issues.apache.org/jira/browse/UIMA-2364?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Burn Lewis resolved UIMA-2364.
------------------------------

       Resolution: Fixed
    Fix Version/s: 2.4.0AS

Added call to 2-arg method.  Tested with runRemoteAsyncAE

> UIMA-AS client callback has changed so old code such as runRemoteAsyncAE does not get notified
> ----------------------------------------------------------------------------------------------
>
>                 Key: UIMA-2364
>                 URL: https://issues.apache.org/jira/browse/UIMA-2364
>             Project: UIMA
>          Issue Type: Bug
>          Components: Async Scaleout
>    Affects Versions: 2.4.0AS
>            Reporter: Burn Lewis
>            Assignee: Burn Lewis
>             Fix For: 2.4.0AS
>
>
> entityProcessComplete has a new 3rd arg holding performance details.  The method in the abstract class
needs to call the 2-arg method for backward-compatibility with applications that implement only the
2-arg one.

(Continue reading)

Tim Miller | 1 Feb 14:01
Picon

uima download page permissions errors

All the download links go to "Forbidden!" pages.
Marshall Schor | 1 Feb 15:54

Re: uima download page permissions errors

Hmmm, I tried one and it worked for me.  Can you identify a particular one that 
isn't working?

-Marshall

On 2/1/2012 8:01 AM, Tim Miller wrote:
> All the download links go to "Forbidden!" pages.
>

Picon

Build failed in Jenkins: UIMA-AS #98

See <https://builds.apache.org/job/UIMA-AS/98/changes>

Changes:

[burn] [UIMA-2364] In the abstract callback class extended by applications the 3-arg
entityProcessComplete callback now calls the 2-arg one.  This lets the callbacks implemented in
runRemoteAsyncAE (and other old client apps) receive the notification.

------------------------------------------
[...truncated 121947 lines...]

[INFO] --- maven-surefire-plugin:2.4.3:test (default-test) @ uimaj-eclipse-feature-deployeditor ---

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
There are no tests to run.

Results :

Tests run: 0, Failures: 0, Errors: 0, Skipped: 0

[JENKINS] Recording test results
[INFO] [INFO] Building jar: <https://builds.apache.org/job/UIMA-AS/ws/trunk/uimaj-eclipse-feature-deployeditor/target/uimaj-eclipse-feature-deployeditor_2.4.0.SNAPSHOT.jar>

[INFO] --- maven-jar-plugin:2.3.1:jar (default-jar) @ uimaj-eclipse-feature-deployeditor ---
[INFO] [INFO] Installing
<https://builds.apache.org/job/UIMA-AS/ws/trunk/uimaj-eclipse-feature-deployeditor/target/uimaj-eclipse-feature-deployeditor_2.4.0.SNAPSHOT.jar>
to /home/hudson/.m2/repository/org/apache/uima/uimaj-eclipse-feature-deployeditor/2.4.0-SNAPSHOT/uimaj-eclipse-feature-deployeditor-2.4.0-SNAPSHOT.jar
[INFO] Installing
(Continue reading)

Picon
Favicon

[jira] [Created] (UIMA-2365) UIMACPP build fails on Mac OS X stricmp unavailable replace with strcasecmp in deployCppService.hpp

UIMACPP build fails on Mac OS X  stricmp unavailable replace with strcasecmp in deployCppService.hpp
----------------------------------------------------------------------------------------------------

                 Key: UIMA-2365
                 URL: https://issues.apache.org/jira/browse/UIMA-2365
             Project: UIMA
          Issue Type: Bug
          Components: C++ Framework
    Affects Versions: 2.4.0C
            Reporter: Bhavani Iyer
            Assignee: Bhavani Iyer
             Fix For: 2.4.0C

Sylvain Surcin reports:

The last problem I met was the reference to stricmp in utils/deployCppService.hpp.
This function is not available under Mac OS X.
I edited the file to rather user strcasecmp.

Here is the patch.

Regards and thanks for your work/help,
Sylvain

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

(Continue reading)

Picon
Favicon

[jira] [Commented] (UIMA-2353) Convert TextMarker projects to maven


    [
https://issues.apache.org/jira/browse/UIMA-2353?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13198788#comment-13198788
] 

Peter Klügl commented on UIMA-2353:
-----------------------------------

The method was in the Text class, I think. I had a compile error with 3.2, but not with 3.3. of the .views
dependency. Besides that, I haven't investigated it more precisely.

I started last week to add the plugin bundles of an Indigo installation to my local maven repository in order
to reach a state where at least I can build the project on my local machine.

I think we will need some special solution or workaround if not for the normal eclipse plugin dependency but
then for the DLTK dependency. I haven't found any maven artifacts at all for that. Maybe I'll ask the DLTK
developers about it.

I will take a look at the links you provided, but all further work has to wait because I am otherwise occupied
till the 13th of February.

> Convert TextMarker projects to maven
> ------------------------------------
>
>                 Key: UIMA-2353
>                 URL: https://issues.apache.org/jira/browse/UIMA-2353
>             Project: UIMA
>          Issue Type: Task
>          Components: TextMarker
>            Reporter: Peter Klügl
(Continue reading)

Bhavani Iyer | 2 Feb 23:46
Picon

UIMACPP release candidate 4

A new release candidate is available at
http://people.apache.org/~bhavani/uimacpp-release-candidates/2.4.0/04/

Thanks to Jean-Cedri,Nico , Sylvain, Marshall for testing and reporting
issues.

It contains fixes for building on Mac OS, updates to the licences/notices.
Added the apr-util to the binary distribution an additional dependency in
ActiveMQ CPP 3.4.1
used by service wrapper deployCppService.

Please test and report any problems you find.

Thanks,

Bhavani

Gmane