It appears that we build and include dependent libraries. The Readme says:
UIMACPP has dependencies on APR, ICU, Xerces-C and ActiveMQ-cpp
libraries. The UIMA C++ SDK has been built with the following versions of these
dependencies:
- APR 1.3.8
- ICU 3.2.1
- XERCES 2.8.0
- ACTIVEMQ CPP 3.4.1
I see in lib/ things which look like built binaries for these (is that
correct?).
If so, some of these have additional licenses and notices (for some parts); and
if we include those parts, we need to augment the binary distribution that is
shipping these, with the additional licenses and notices, I think.
For example, APR 1.3.8 has additional license and notice items.
-Marshall
On 1/10/2012 1:19 PM, Marshall Schor wrote:
The docs dir in the src.tar.gz contains the 2.3.0 version (from 2008) of the
base uima Overview and Setup (html version only).
Is this needed? If so, it should be updated to 2.4.0? Probably need to grep
for 2.3.0 everywhere... to catch things like these.
-Marshall
On 1/9/2012 11:30 AM, Bhavani Iyer wrote:
Hello,
I'd like to do a release of UIMA C++ SDK.
The release will include updates to the ActiveMQ C++ service wrapper,
improvements to the Linux build process and bug fixes.
The source and binary packages are available here:
http://people.apache.org/~bhavani/uimacpp-release-candidates/2.4.0/01/
The SVN tag is
https://svn.apache.org/repos/asf/uima/uimacpp/tags/uimacpp-2.4.0-rc1
The issues fixed are listed RELEASE_NOTES.html in the binary zip/tar
release.
Please install and test the packages and report any problems you find.
Thanks,
Bhavani