You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ode.apache.org by "Jeff Yu (JIRA)" <ji...@apache.org> on 2010/02/02 05:08:18 UTC

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

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.


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

Posted by "Aaron Anderson (JIRA)" <ji...@apache.org>.
    [ 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.


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

Posted by "Jeff Yu (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/ODE-753?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12839608#action_12839608 ] 

Jeff Yu commented on ODE-753:
-----------------------------

Thanks Aaron, I've filed a jira issue for this issue, will try to fix it soon. https://issues.apache.org/jira/browse/ODE-772.

> 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.


[jira] Issue Comment Edited: (ODE-753) Maven build for ODE 2.0

Posted by "Jeff Yu (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/ODE-753?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12839608#action_12839608 ] 

Jeff Yu edited comment on ODE-753 at 3/1/10 9:11 AM:
-----------------------------------------------------

Thanks Aaron, I've filed a jira issue for this issue, will try to apply your patch soon, I am wondering is it working in Linux platform with your solution?. https://issues.apache.org/jira/browse/ODE-772.

      was (Author: jeff.yu):
    Thanks Aaron, I've filed a jira issue for this issue, will try to fix it soon. https://issues.apache.org/jira/browse/ODE-772.
  
> 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.


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

Posted by "Jeff Yu (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/ODE-753?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jeff Yu reassigned ODE-753:
---------------------------

    Assignee: Jeff Yu

> 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
>            Assignee: 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.


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

Posted by "Binh Nguyen (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/ODE-753?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Binh Nguyen updated ODE-753:
----------------------------

    Attachment: ode-build-mvn-java1.6.log

Error when using Maven 2.2.1 (run by jdk1.6 in Fedora 9) to compile ODE 2 trunk code. Attached here is the output of the command: 
mvn compile  


> 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
>            Assignee: Jeff Yu
>             Fix For: 2.0-beta3
>
>         Attachments: ode-build-mvn-java1.6.log
>
>
> 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.