You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ode.apache.org by "Aaron Anderson (JIRA)" <ji...@apache.org> on 2010/02/28 04:16:36 UTC

[jira] Commented: (ODE-753) Maven build for ODE 2.0

    [ https://issues.apache.org/jira/browse/ODE-753?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12839352#action_12839352 ] 

Aaron Anderson commented on ODE-753:
------------------------------------

 I am having issues building the dao-hibernate module in the ODE trunk (2.0)  on Windows because of the variable substitution of build path without the escaping of the backslash in the groovy script. Utilizing the gmaven project variable replacing the line 

def process_instance_hbm_file = new File('${project.build.outputDirectory}', 'org/apache/ode/daohib/bpel/hobj/HProcessInstance.hbm.xml')

with

 def process_instance_hbm_file = new File(project.build.outputDirectory, 'org/apache/ode/daohib/bpel/hobj/HProcessInstance.hbm.xml')

fixes the issue.

> Maven build for ODE 2.0
> -----------------------
>
>                 Key: ODE-753
>                 URL: https://issues.apache.org/jira/browse/ODE-753
>             Project: ODE
>          Issue Type: Task
>          Components: Build System
>    Affects Versions: 2.0-beta2
>            Reporter: Jeff Yu
>             Fix For: 2.0-beta3
>
>
> This is the parent task for ODE 2.0 maven building, make it resolved only all of subtasks are finished.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.