Cubert icon indicating copy to clipboard operation
Cubert copied to clipboard

Error in bin/cubert

Open czha168 opened this issue 10 years ago • 2 comments

Hi, gang,

There is an error in bin/cubert when running on any case sensitive OS, such as Linux or MacOS.

Line 13: CUBERT_JAR=echo $CUBERT_HOME/lib/cubert-*.jar

Should be: CUBERT_JAR=echo $CUBERT_HOME/lib/Cubert-*.jar

Good job though!

Charlie Zha

czha168 avatar Nov 12 '14 16:11 czha168

Hi, @czha168 I think the jar name is according to the default root directory of cubert.

If I follow the install guide http://linkedin.github.io/Cubert/install.html

clone into directory into /path/to/cubert (note: cubert is lowercase, not Cubert)

it works fine:

shengli-mac$ ll release/lib/
total 12488
-rw-r--r--  1 shengli  staff  6392989 Jun 11 14:15 cubert-0.2.21.jar

@mvarshney @mparkhe can we rename the project name from Cubert to cubert. The project name usually is lowercase.

OopsOutOfMemory avatar Jun 11 '15 06:06 OopsOutOfMemory

Nice catch! We will take care of it in the next release.

-mani

mparkhe avatar Jun 18 '15 19:06 mparkhe