Tapestry should have a "production mode" (vs. development mode)
---------------------------------------------------------------

                 Key: TAPESTRY-1843
                 URL: https://issues.apache.org/jira/browse/TAPESTRY-1843
             Project: Tapestry
          Issue Type: New Feature
          Components: tapestry-core
    Affects Versions: 5.0.5
            Reporter: Howard M. Lewis Ship


It's very common for people to deactivate certain features in production, such 
as the verbose exception report.  Further, certain safe things (such as using 
automagically stripped/compressed JavaScript) are desirable only in production, 
but not in development.  Tapestry should define a symbol, 
tapestry.production-mode, that defaults to "true".  Developers can override 
this by adding -Dtapestry.production-mode=false to the launch command line.

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


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to