You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org> on 2014/08/28 03:17:58 UTC

[jira] [Closed] (TAP5-2112) Support autoloading modules from app.war/META-INF/MANIFEST.MF

     [ https://issues.apache.org/jira/browse/TAP5-2112?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Howard M. Lewis Ship closed TAP5-2112.
--------------------------------------

    Resolution: Won't Fix

> Support autoloading modules from app.war/META-INF/MANIFEST.MF
> -------------------------------------------------------------
>
>                 Key: TAP5-2112
>                 URL: https://issues.apache.org/jira/browse/TAP5-2112
>             Project: Tapestry 5
>          Issue Type: Improvement
>          Components: tapestry-core
>    Affects Versions: 5.3.6
>            Reporter: Denis Stepanov
>            Priority: Minor
>              Labels: patch
>         Attachments: 0001-TAP5-2112-Autoload-should-load-MANIFEST.MF-from-the-.patch
>
>
> Correct manifest location for WAR is .war/META-INF/MANIFEST.MF
> Use-case is to support manifest generated by gradle:
> task customWar(type: War) {
>     manifest {
>         attributes 'Tapestry-Module-Classes': "x.y.z.TapModule"
>     }
> }



--
This message was sent by Atlassian JIRA
(v6.2#6252)