You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ace.apache.org by "Marcel Offermans (Created) (JIRA)" <ji...@apache.org> on 2012/03/26 23:46:25 UTC

[jira] [Created] (ACE-235) Add a stand-alone builder for creating deployment packages and refactor the Ant task to use it.

Add a stand-alone builder for creating deployment packages and refactor the Ant task to use it.
-----------------------------------------------------------------------------------------------

                 Key: ACE-235
                 URL: https://issues.apache.org/jira/browse/ACE-235
             Project: ACE
          Issue Type: Task
            Reporter: Marcel Offermans
            Assignee: Marcel Offermans


Currently, we have a simple builder for deployment packages, but it is linked to the Ant task. It makes sense to separate builder and Ant task, creating a new project for the former, so we can reuse the builder in other scenarios.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (ACE-235) Add a stand-alone builder for creating deployment packages and refactor the Ant task to use it.

Posted by "J.W. Janssen (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/ACE-235?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13239272#comment-13239272 ] 

J.W. Janssen commented on ACE-235:
----------------------------------

Looks good, Marcel!

Two minor things:
* several magic String-constants are sprinkled throughout the code;
* all methods now throw Exception, which works, but I cannot embed this builder in my own code and let it deal with specific errors.

                
> Add a stand-alone builder for creating deployment packages and refactor the Ant task to use it.
> -----------------------------------------------------------------------------------------------
>
>                 Key: ACE-235
>                 URL: https://issues.apache.org/jira/browse/ACE-235
>             Project: ACE
>          Issue Type: Task
>            Reporter: Marcel Offermans
>            Assignee: Marcel Offermans
>
> Currently, we have a simple builder for deployment packages, but it is linked to the Ant task. It makes sense to separate builder and Ant task, creating a new project for the former, so we can reuse the builder in other scenarios.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Resolved] (ACE-235) Add a stand-alone builder for creating deployment packages and refactor the Ant task to use it.

Posted by "Marcel Offermans (Resolved) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/ACE-235?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Marcel Offermans resolved ACE-235.
----------------------------------

    Resolution: Fixed

Committed an implementation for a stand-alone builder. It includes tests (which also double as examples on how to use it).
                
> Add a stand-alone builder for creating deployment packages and refactor the Ant task to use it.
> -----------------------------------------------------------------------------------------------
>
>                 Key: ACE-235
>                 URL: https://issues.apache.org/jira/browse/ACE-235
>             Project: ACE
>          Issue Type: Task
>            Reporter: Marcel Offermans
>            Assignee: Marcel Offermans
>
> Currently, we have a simple builder for deployment packages, but it is linked to the Ant task. It makes sense to separate builder and Ant task, creating a new project for the former, so we can reuse the builder in other scenarios.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira