When installing transmart from the artifacts of the release 19.0 i receive the following error when installing groovy:
make: Entering directory '/home/transmart/transmart/transmart-data/env'
unzip -q groovy-binary-2.4.3.zip
[groovy-binary-2.4.3.zip]
End-of-central-directory signature not found. Either this file is not
a zipfile, or it constitutes one disk of a multi-part archive. In the
latter case the central directory and zipfile comment will be found on
the last disk(s) of this archive.
unzip: cannot find zipfile directory in one of groovy-binary-2.4.3.zip or
groovy-binary-2.4.3.zip.zip, and cannot find groovy-binary-2.4.3.zip.ZIP, period.
make: *** [Makefile:75: groovy-2.4.3/bin/groovy] Error 9
Minimum Steps to reproduce:
curl http://library.transmartfoundation.org/release/release19_0_0_artifacts/Scripts-release-19.0.zip -o Scripts-release-19.0.zip
unzip Scripts-release-19.0.zip
./Scripts/install-ubuntu18/InstallTransmart.sh 2>&1 | tee ~/install.log
Reason:
Download-Path for groovy-binary as defined in transmart-data/env/Makefile (Line 21)
GROOVY_URL=http://dl.bintray.com/groovy/maven/$(GROOVY_ZIP)
which gives http://dl.bintray.com/groovy/maven/groovy-binary-2.4.3.zip is forbidden.
When installing transmart from the artifacts of the release 19.0 i receive the following error when installing groovy:
Minimum Steps to reproduce:
Reason:
Download-Path for groovy-binary as defined in transmart-data/env/Makefile (Line 21)
GROOVY_URL=http://dl.bintray.com/groovy/maven/$(GROOVY_ZIP)which gives http://dl.bintray.com/groovy/maven/groovy-binary-2.4.3.zip is forbidden.