Thilo Goetz wrote:
Marshall Schor wrote:
Thilo Goetz wrote:
Eddie Epstein (JIRA) wrote:
Missing jars from distr and setUimaClassPath
--------------------------------------------
Key: UIMA-946
URL: https://issues.apache.org/jira/browse/UIMA-946
Project: UIMA
Issue Type: Bug
Components: Async Scaleout
Reporter: Eddie Epstein
Assignee: Eddie Epstein
Fix For: 2.2.2S
xbean-spring-3.2-SNAPSHOT.jar is in the distribution, but missing
from setUimaClassPath
commons-collections-3.1.jar is missing from both
Hi Eddie,
how do we know this snapshot jar will not change in the
maven repo? Can we be sure that we will be able to
reproduce our distribution at a later date? Or am I
missing something?
Great question. To prevent this from changing, this snapshot jar is
copied into our SVN and lives in uima-as-distr in
src/main/apache-activemq-5.0.0/lib/optional/
This spot has just 2 jars that we need "stable" and recorded: One is
this one, the other is the patched version of the activemq-optional
jar that Eddie did to get a patch put in that is posted to the
ActiveMQ Jira project, but which they've not acted on - it's for an
area of the http connector, and fixes some length and encoding issues
as I recall.
Thanks, Marshall. So why are those jars not in the source
distribution then?
Looks like the source distr has some issues. It appears that the
fileSet for copying the uima-as-distr has many errors, including putting
things in the wrong places. I'll open a Jira for this.
Since the build of uima-as depends on parts from uimaj (base) - should
those be included in the uima-as source build? This would permit
building uima-as without also checking out some parts of uimaj base.
On the other hand, these would be duplicate files. On the other hand,
it might be nice to have these as a particular "version". Opinions?
-Marshall