[
https://issues.apache.org/jira/browse/ODE-846?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12878504#action_12878504
]
Rafal Rusin commented on ODE-846:
---------------------------------
I know it's a small problem, but I'm not sure how it worked for you. After
applying I get:
buildr aborted!
NameError : undefined local variable or method `hibernate_requires' for
project("ode:dao-hibernate-db"):Buildr::Project
/media/joker/dev/ode-1.X/Rakefile:300
I posted it here: http://github.com/rafalrusin/ode/tree/trunk-buildr14
I also did this patch:
-Release.find.tag_name = lambda { |version| "APACHE_ODE_#{version.upcase}" } if
Release.find
+#Release.find.tag_name = lambda { |version| "APACHE_ODE_#{version.upcase}" }
if Release.find
> Migration to Buildr 1.4 - hibernate handling
> --------------------------------------------
>
> Key: ODE-846
> URL: https://issues.apache.org/jira/browse/ODE-846
> Project: ODE
> Issue Type: Improvement
> Components: Build System
> Affects Versions: 1.3.4
> Reporter: Antoine Toulme
> Fix For: 1.3.5
>
>
> It sounds like your Rakefile is not handling well the lifecycle of the
> hibernate task. By setting part of the hibernate classpath as containing the
> result of the compilation of a project, you are creating a cycle.
> The attached patch will fix this problem when you move to Buildr 1.4.0.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.