Open czha168 opened 10 years ago
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.
Nice catch! We will take care of it in the next release.
-mani
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