re-structure Java API, add Scala API and consolidate the names of Java/Scala API

This commit is contained in:
CodingCat
2015-12-22 03:29:20 -06:00
parent fc4c88fceb
commit 3b246c2420
56 changed files with 2902 additions and 2384 deletions

View File

@@ -73,8 +73,8 @@ fi
if [ ${TASK} == "java_test" ]; then
set -e
make java
cd java
make jvm-packages
cd jvm-packages
./create_wrap.sh
cd xgboost4j
mvn clean install -DskipTests=true