You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bigtop.apache.org by se...@apache.org on 2020/09/09 08:15:23 UTC

[bigtop] branch master updated: BIGTOP-3399. Fix bigtop-groovy build failure. (#670)

This is an automated email from the ASF dual-hosted git repository.

sekikn pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/bigtop.git


The following commit(s) were added to refs/heads/master by this push:
     new 0da9da4  BIGTOP-3399. Fix bigtop-groovy build failure. (#670)
0da9da4 is described below

commit 0da9da4966f6ea22d12fad74949f470b4c280763
Author: Kengo Seki <se...@apache.org>
AuthorDate: Wed Sep 9 17:15:13 2020 +0900

    BIGTOP-3399. Fix bigtop-groovy build failure. (#670)
---
 bigtop-packages/src/common/bigtop-groovy/install_groovy.sh | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/bigtop-packages/src/common/bigtop-groovy/install_groovy.sh b/bigtop-packages/src/common/bigtop-groovy/install_groovy.sh
index 42fe44a..1fd747c 100755
--- a/bigtop-packages/src/common/bigtop-groovy/install_groovy.sh
+++ b/bigtop-packages/src/common/bigtop-groovy/install_groovy.sh
@@ -99,9 +99,7 @@ chmod 755 ${PREFIX}/${BIN_DIR}/*
 # lib
 install -d -m 0755 ${PREFIX}/${LIB_DIR}
 cp ${BUILD_DIR}/lib/groovy-${BIGTOP_GROOVY_VERSION}.jar ${PREFIX}/${LIB_DIR}
-cp ${BUILD_DIR}/embeddable/groovy-all-${BIGTOP_GROOVY_VERSION}.jar ${PREFIX}/${LIB_DIR}
-cp ${BUILD_DIR}/lib/commons-cli-1.2.jar ${PREFIX}/${LIB_DIR}
-cp ${BUILD_DIR}/lib/*antlr*.jar ${PREFIX}/${LIB_DIR}
+cp ${BUILD_DIR}/lib/groovy-json-${BIGTOP_GROOVY_VERSION}.jar ${PREFIX}/${LIB_DIR}
 
 #conf
 install -d -m 0755 ${PREFIX}/${CONF_DIR}