----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/68032/ -----------------------------------------------------------
Review request for Sqoop, Fero Szabo and Szabolcs Vasas. Bugs: SQOOP-3352 https://issues.apache.org/jira/browse/SQOOP-3352 Repository: sqoop-trunk Description ------- * Bumped targetJavaVersion and sourceJavaVersion to 1.8 in build.xml * Bumped javaSourceCompatibilityVersion to 1.8 in gradle.properties * Updated documentation Diffs ----- COMPILING.txt 9abf0b211b24de65b53351ece170b09e4851938b README.txt b8f0a7a2c7d760c72f9811435b36c23cde354b15 build.xml 0ae729bce035f6f1afef78702a3d888bb6c5a9ff gradle.properties a571e6cb26ddd3d687f3b3a2a69615a5e1fc71d5 src/docs/man/sqoop.txt 7977e13091af184f6b1d10028aa827e033c9452a Diff: https://reviews.apache.org/r/68032/diff/1/ Testing ------- Successfully ran with ant: ant ant clean compile ant clean package ant clean test ant cobertura -Dcobertura.home=/path/to/cobertura ant clean test -Dthirdparty=<path_to_thirdparty_lib_directory> ... ant checkstyle ant mvn-install ant docs ant eclipse Succesfully ran with gradle: ./gradlew clean ./gradlew package ./gradlew test ./gradlew jacocoTestReport ./gradlew -Dsqoop.thirdparty.lib.dir=<path_to_thirdparty_lib_directory> thirdPartyTest ./gradlew checkStyleMain ./gradlew compileJava ./gradlew publishToMavenLocal Thanks, Boglarka Egyed