You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildr.apache.org by "Victor Hugo Borja (JIRA)" <ji...@apache.org> on 2008/02/07 21:39:07 UTC

[jira] Created: (BUILDR-45) EarTask#add can take a project as argument, adding it's EAR supported packages

EarTask#add can take a project as argument, adding it's EAR supported packages
------------------------------------------------------------------------------

                 Key: BUILDR-45
                 URL: https://issues.apache.org/jira/browse/BUILDR-45
             Project: Buildr
          Issue Type: Improvement
          Components: Packaging
    Affects Versions: 1.3.1
            Reporter: Victor Hugo Borja
            Priority: Minor
             Fix For: 1.3.1
         Attachments: 0001-EarTask-add-now-supports-projects-as-arguments.patch

 When a project is supplied, all EAR supported packages are added from it into the EAR.

- multiple components can be added using the type=>component style

      package(:ear).add :lib => [ project('utilities'), artifacts("bat:man:jar:1.0", "art:ifact:jar:1.0") ],
                        :war => projects(:admin, :web),
                        :ejb => project('bar').package(:jar),
                        :jar => path_to("provided/java_app.jar")

- EarTask#push has become an alias of EarTask#add


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


[jira] Updated: (BUILDR-45) EarTask#add can take a project as argument, adding it's EAR supported packages

Posted by "Victor Hugo Borja (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/BUILDR-45?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Victor Hugo Borja updated BUILDR-45:
------------------------------------

    Attachment: 0001-EarTask-add-now-supports-projects-as-arguments.patch

> EarTask#add can take a project as argument, adding it's EAR supported packages
> ------------------------------------------------------------------------------
>
>                 Key: BUILDR-45
>                 URL: https://issues.apache.org/jira/browse/BUILDR-45
>             Project: Buildr
>          Issue Type: Improvement
>          Components: Packaging
>    Affects Versions: 1.3.1
>            Reporter: Victor Hugo Borja
>            Priority: Minor
>             Fix For: 1.3.1
>
>         Attachments: 0001-EarTask-add-now-supports-projects-as-arguments.patch
>
>
>  When a project is supplied, all EAR supported packages are added from it into the EAR.
> - multiple components can be added using the type=>component style
>       package(:ear).add :lib => [ project('utilities'), artifacts("bat:man:jar:1.0", "art:ifact:jar:1.0") ],
>                         :war => projects(:admin, :web),
>                         :ejb => project('bar').package(:jar),
>                         :jar => path_to("provided/java_app.jar")
> - EarTask#push has become an alias of EarTask#add

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


[jira] Resolved: (BUILDR-45) EarTask#add can take a project as argument, adding it's EAR supported packages

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

Assaf Arkin resolved BUILDR-45.
-------------------------------

    Resolution: Fixed

> EarTask#add can take a project as argument, adding it's EAR supported packages
> ------------------------------------------------------------------------------
>
>                 Key: BUILDR-45
>                 URL: https://issues.apache.org/jira/browse/BUILDR-45
>             Project: Buildr
>          Issue Type: Improvement
>          Components: Packaging
>    Affects Versions: 1.3.1
>            Reporter: Victor Hugo Borja
>            Priority: Minor
>             Fix For: 1.3.1
>
>         Attachments: 0001-EarTask-add-now-supports-projects-as-arguments.patch
>
>
>  When a project is supplied, all EAR supported packages are added from it into the EAR.
> - multiple components can be added using the type=>component style
>       package(:ear).add :lib => [ project('utilities'), artifacts("bat:man:jar:1.0", "art:ifact:jar:1.0") ],
>                         :war => projects(:admin, :web),
>                         :ejb => project('bar').package(:jar),
>                         :jar => path_to("provided/java_app.jar")
> - EarTask#push has become an alias of EarTask#add

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