[
https://issues.apache.org/jira/browse/TAP5-2112?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jochen Kemnade updated TAP5-2112:
---------------------------------
Labels: patch (was: )
> 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)