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

This commit is contained in:
CodingCat
2016-03-01 20:53:41 -05:00
parent fc4c88fceb
commit 3b246c2420
56 changed files with 2902 additions and 2384 deletions
+2 -2
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