[ https://issues.apache.org/jira/browse/SQOOP-3052?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16552759#comment-16552759 ]
Hudson commented on SQOOP-3052: ------------------------------- SUCCESS: Integrated in Jenkins build Sqoop-hadoop200 #1186 (See [https://builds.apache.org/job/Sqoop-hadoop200/1186/]) SQOOP-3052: Introduce Gradle based build for Sqoop to make it more (vasas: [https://git-wip-us.apache.org/repos/asf?p=sqoop.git&a=commit&h=b148d54000da8d718f95917f8bf805860a6cbfe6]) * (edit) .gitignore * (add) config/checkstyle/checkstyle-java-header.txt * (add) gradle/wrapper/gradle-wrapper.properties * (add) gradle/customUnixStartScript.txt * (add) gradle/sqoop-version-gen.gradle * (add) config/checkstyle/checkstyle-noframes.xsl * (edit) testdata/hcatalog/conf/hive-site.xml * (edit) COMPILING.txt * (add) build.gradle * (add) gradle/sqoop-package.gradle * (add) gradlew * (add) gradle.properties * (add) gradlew.bat * (add) config/checkstyle/checkstyle.xml * (add) gradle/customWindowsStartScript.txt * (add) settings.gradle * (edit) src/scripts/rat-violations.sh * (add) gradle/wrapper/gradle-wrapper.jar > Introduce Gradle based build for Sqoop to make it more developer friendly / > open > -------------------------------------------------------------------------------- > > Key: SQOOP-3052 > URL: https://issues.apache.org/jira/browse/SQOOP-3052 > Project: Sqoop > Issue Type: Improvement > Reporter: Attila Szabo > Assignee: Anna Szonyi > Priority: Major > Fix For: 1.5.0 > > Attachments: SQOOP-3052.patch > > > The current trunk version can only be build with Ant/Ivy combination, which > has some painful limitations (resolve is slow / needs to be tweaked to use > only caches, the current profile / variable based settings are not working in > IDEs out of the box, the current solution does not download the related > sources, etc.) > It would be nice to provide a solution, which would give the possibility for > the developers to choose between the nowadays well used build infrsturctures > (e.g. Maven, Gradle, etc.). For this solution it would be also essential to > keep the different build files (if there is more then one) synchronized > easily, and the configuration wouldn't diverege by time. Test execution has > to be solved also, and should cover all the available test cases. > In this scenario: > If we can provide one good working solution is much better, then provide > three different ones which become out of sync easily. -- This message was sent by Atlassian JIRA (v7.6.3#76005)