dao-hibernate module build failed in the Windows
------------------------------------------------
Key: ODE-772
URL: https://issues.apache.org/jira/browse/ODE-772
Project: ODE
Issue Type: Sub-task
Components: Build System
Affects Versions: 2.0-beta2
Reporter: Jeff Yu
Fix For: 2.0-beta3
Quote from :Aaron Anderson:
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.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.