[hibernate-issues] [Hibernate-JIRA] Commented: (HHH-5707) Update Gradle build for 0.9-rc-2 release
Strong Liu (JIRA)
noreply at atlassian.com
Fri Nov 5 10:36:13 EDT 2010
[ http://opensource.atlassian.com/projects/hibernate/browse/HHH-5707?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=39022#action_39022 ]
Strong Liu commented on HHH-5707:
---------------------------------
this breaks the compatibility with 0.9 rc1, got an error with it.
{quote}
papa-mac:hibernate-core stliu$ gradle idea
:buildSrc:compileJava UP-TO-DATE
:buildSrc:compileGroovy UP-TO-DATE
:buildSrc:processResources UP-TO-DATE
:buildSrc:classes UP-TO-DATE
:buildSrc:jar UP-TO-DATE
:buildSrc:assemble UP-TO-DATE
:buildSrc:compileTestJava UP-TO-DATE
:buildSrc:compileTestGroovy UP-TO-DATE
:buildSrc:processTestResources UP-TO-DATE
:buildSrc:testClasses UP-TO-DATE
:buildSrc:test UP-TO-DATE
:buildSrc:check UP-TO-DATE
:buildSrc:build UP-TO-DATE
:hibernate-c3p0:ideaModule
:hibernate-core:ideaModule
:hibernate-ehcache:ideaModule
:hibernate-entitymanager:ideaModule
:hibernate-envers:ideaModule
:hibernate-infinispan:ideaModule
:hibernate-oscache:ideaModule
:hibernate-proxool:ideaModule
:hibernate-swarmcache:ideaModule
:release:ideaModule
:ideaModule
:ideaProject
FAILURE: Build failed with an exception.
* Where:
Build file '/Users/stliu/projects/hibernate/hibernate-core/build.gradle' line: 17
* What went wrong:
Execution failed for task ':ideaProject'.
Cause: Failed to notify action.
Cause: groovy.lang.MissingMethodException: No signature of method: groovy.util.Node.asNode() is applicable for argument types: () values: []
Possible solutions: hashCode(), asType(java.lang.Class), remove(groovy.util.Node), isCase(java.lang.Object), use([Ljava.lang.Object;), use(java.lang.Class, groovy.lang.Closure)
* Try:
Run with -s or -d option to get more details. Run with -S option to get the full (very verbose) stacktrace.
BUILD FAILED
Total time: 3 mins 12.967 secs
{quote}
> Update Gradle build for 0.9-rc-2 release
> ----------------------------------------
>
> Key: HHH-5707
> URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-5707
> Project: Hibernate Core
> Issue Type: Task
> Components: build
> Environment:
> Reporter: Steve Ebersole
> Fix For: 4.0.0.Alpha1
>
>
> The main issue I saw here was with the aggregated javadoc tasks in buildSrc.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://opensource.atlassian.com/projects/hibernate/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the hibernate-issues
mailing list