You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by "Denis Stepanov (JIRA)" <ji...@apache.org> on 2013/05/07 16:01:16 UTC

[jira] [Created] (TAP5-2112) Autoload should load MANIFEST.MF from the servlet context

Denis Stepanov created TAP5-2112:
------------------------------------

             Summary: Autoload should load MANIFEST.MF from the servlet context
                 Key: TAP5-2112
                 URL: https://issues.apache.org/jira/browse/TAP5-2112
             Project: Tapestry 5
          Issue Type: Bug
          Components: tapestry-core
    Affects Versions: 5.3.6
            Reporter: Denis Stepanov


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 is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira