fix extractAndBuild scripts
---------------------------
Key: UIMA-1590
URL: https://issues.apache.org/jira/browse/UIMA-1590
Project: UIMA
Issue Type: Improvement
Components: Build, Packaging and Test
Reporter: Marshall Schor
Fix For: 2.3S, 2.3, 2.3AS
The extractAndBuild scripts need the following improvements:
# since the builds for uima-as and the sandbox require that these projects be
in the same directory as the base uima, fix the script to extract into a subdir
of the base uima extraction, and then copy into the same base uima dir.
# The scripts have been failing when it comes to doing the doc building,
because they are missing saxon, jai, and the docbook 4.5 xml files; the script
tries to get these from the internet (with permission) but fail on the 2nd
request due to a problem of getting Ant I/O to the "console" to work more than
once when Ant is invoked from maven. Also, it's a nuisance. Change this to
attempt to copy over any of this tooling that might be in the same projects
that contain the "extractAndBuild" scripts in the first place. So - if you've
fixed those up once, these will be reused.
# regularize the arguments - so they all take 2 args for the release and
release-candidate, so all extractAndBuild args are the same.
# for the sandbox build - fix the assembly to include the -N parameter - no
need to build twice.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.