mvn package will create the WAR file (in the target directory), which you can then use in any servlet container.
Tapestry's localization support has only been partially "roughed in"; T4 has additional features, such as meta-data to control the charset and encoding when reading in a .properties file. On 3/19/07, Kovács István <[EMAIL PROTECTED]> wrote:
Hi, I've built an application using the quickstart Maven prototype. It all works fine, but serves the output in ISO-8859-1 (Latin-1), not UTF-8. Kent Tongs book on Tapestry 4 says "Tapestry always use UTF-8 to encode the output, regardless the encoding of the template". This seems to have changed - how do I set the encoding? The other question is: once I'm done, and I want to give the compiled application to others to test, how do I deploy it? The maven build does everything (downloads Jetty, packages, deploys - I have no idea where), but how do I get an archive that I can share? TIA, Kofa --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
-- Howard M. Lewis Ship TWD Consulting, Inc. Independent J2EE / Open-Source Java Consultant Creator and PMC Chair, Apache Tapestry Creator, Apache HiveMind Professional Tapestry training, mentoring, support and project work. http://howardlewisship.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]