Michael Baessler wrote:
I tried to build UIMA-AS from the Sandbox tag sandbox-2.2.2-04 without
success. When looking at the readme of the source package, it seems that
it needs some projects from UIMA core that it compiles is that right?
How do we tag this dependency?
I don't know how to tag this; but you're correct, there is a
dependency. Currently, I think the dependencies are:
uimaj (some "parent" info)
uimaj-distr (some common things like LICENSE etc.)
uimaj-examples (the uima-as examples builds on the uimaj examples, and
also borrows some files from it such as the eclipse "project" and
"classpath")
uima-docbook-tool
(I may have missed something... but this is a good start...)
(There's a Jira issue (not being done yet, probably not for this
release) to fixup this process to be less dependent on base uima projects.)
Within the UIMA annotator package we have the same, to build the package
we need the uima-docbook-tools project from UIMA core. When creating the
tag for the Sandbox release I also tag the uima-docbook-tools project
to the Sandbox tag location. This guarantees that we can reproduces the
build at any time.
Good idea. How do you do this tagging? Do you just do some sequential
"tagging"-copying into the .../tag/... place?
-Marshall