[ https://issues.apache.org/jira/browse/SAMZA-95?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13975973#comment-13975973 ]
Chris Riccomini commented on SAMZA-95: -------------------------------------- Hmmm. Here's what I'm doing: {noformat} criccomi-mn:incubator-samza criccomi$ git status # On branch master nothing to commit (working directory clean) criccomi-mn:incubator-samza criccomi$ curl https://issues.apache.org/jira/secure/attachment/12640594/SAMZA-95-4.diff > SAMZA-95.4.patch % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 1230 100 1230 0 0 2208 0 --:--:-- --:--:-- --:--:-- 9761 criccomi-mn:incubator-samza criccomi$ git apply SAMZA-95.4.patch SAMZA-95.4.patch:32: trailing whitespace. group 'Reporting' warning: 1 line adds whitespace errors. criccomi-mn:incubator-samza criccomi$ ./gradlew clean projectReport The TaskContainer.add() method has been deprecated and is scheduled to be removed in Gradle 2.0. Please use the create() method instead. :samza-api:clean :samza-core_2.10:clean UP-TO-DATE :samza-kafka_2.10:clean UP-TO-DATE :samza-kv_2.10:clean UP-TO-DATE :samza-serializers_2.10:clean UP-TO-DATE :samza-shell:clean UP-TO-DATE :samza-test_2.10:clean UP-TO-DATE :samza-yarn_2.10:clean UP-TO-DATE :dependencyReport UP-TO-DATE :propertyReport UP-TO-DATE :taskReport UP-TO-DATE :projectReport UP-TO-DATE :samza-api:dependencyReport :samza-api:propertyReport :samza-api:taskReport FAILED FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':samza-api:taskReport'. > Could not determine the dependencies of task ':samza-api:jacocoTestReport'. * Try: Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. BUILD FAILED Total time: 6.654 secs {noformat} > Gradle projectReport fails with jacocoTestReport issue > ------------------------------------------------------ > > Key: SAMZA-95 > URL: https://issues.apache.org/jira/browse/SAMZA-95 > Project: Samza > Issue Type: Bug > Components: build > Reporter: Jakob Homan > Assignee: Steve Yates > Priority: Minor > Fix For: 0.7.0 > > Attachments: SAMZA-95-3.diff, SAMZA-95-4.diff, SAMZA-95.diff, > SAMZA-95.diff > > > {noformat}[jhoman@jhoman-ld samza]$ ./gradlew projectReport > The TaskContainer.add() method has been deprecated and is scheduled to be > removed in Gradle 2.0. Please use the create() method instead. > :samza-api:dependencyReport UP-TO-DATE > :samza-api:propertyReport UP-TO-DATE > :samza-api:taskReport > :samza-api:projectReport > :samza-core_2.9.2:dependencyReport > :samza-core_2.9.2:propertyReport > :samza-core_2.9.2:taskReport FAILED > FAILURE: Build failed with an exception. > * What went wrong: > Execution failed for task ':samza-core_2.9.2:taskReport'. > > Could not determine the dependencies of task > > ':samza-core_2.9.2:jacocoTestReport'. > * Try: > Run with --stacktrace option to get the stack trace. Run with --info or > --debug option to get more log output. > BUILD FAILED{noformat} -- This message was sent by Atlassian JIRA (v6.2#6252)