[ 
https://issues.apache.org/jira/browse/SAMZA-95?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13975980#comment-13975980
 ] 

Jakob Homan commented on SAMZA-95:
----------------------------------

With the patch I get a successful run with the default command:
{noformat}
jhoman-mn1:samza jhoman$ ./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
: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
:propertyReport
:taskReport
:projectReport
:samza-api:dependencyReport
Download 
http://repo1.maven.org/maven2/org/jacoco/org.jacoco.ant/0.6.2.201302030002/org.jacoco.ant-0.6.2.201302030002.pom
Download 
http://repo1.maven.org/maven2/org/jacoco/org.jacoco.core/0.6.2.201302030002/org.jacoco.core-0.6.2.201302030002.pom
Download 
http://repo1.maven.org/maven2/org/jacoco/org.jacoco.report/0.6.2.201302030002/org.jacoco.report-0.6.2.201302030002.pom
Download http://repo1.maven.org/maven2/org/ow2/asm/asm-all/4.1/asm-all-4.1.pom
:samza-api:propertyReport
:samza-api:taskReport
:samza-api:projectReport
:samza-core_2.10:dependencyReport
:samza-core_2.10:propertyReport
:samza-core_2.10:taskReport
:samza-core_2.10:projectReport
:samza-kafka_2.10:dependencyReport
:samza-kafka_2.10:propertyReport
:samza-kafka_2.10:taskReport
:samza-kafka_2.10:projectReport
:samza-kv_2.10:dependencyReport
:samza-kv_2.10:propertyReport
:samza-kv_2.10:taskReport
:samza-kv_2.10:projectReport
:samza-serializers_2.10:dependencyReport
:samza-serializers_2.10:propertyReport
:samza-serializers_2.10:taskReport
:samza-serializers_2.10:projectReport
:samza-shell:dependencyReport
:samza-shell:propertyReport
:samza-shell:taskReport
:samza-shell:projectReport
:samza-test_2.10:dependencyReport
:samza-test_2.10:propertyReport
:samza-test_2.10:taskReport
:samza-test_2.10:projectReport
:samza-yarn_2.10:dependencyReport
:samza-yarn_2.10:propertyReport
:samza-yarn_2.10:taskReport
:samza-yarn_2.10:projectReport{noformat}
However, the report is empty for dependency and looks basic for the other ones. 
 I don't get the whole project report.

Running against a specific subproject gets me a failure:
{noformat}jhoman-mn1:samza jhoman$ ./gradlew clean :samza-core: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 UP-TO-DATE
: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
:samza-core_2.10:dependencyReport
:samza-core_2.10:propertyReport
:samza-core_2.10:taskReport FAILED

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':samza-core_2.10:taskReport'.
> Could not determine the dependencies of task 
> ':samza-core_2.10: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.63 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)

Reply via email to