On Tue, 04 Dec 2012 19:47:53 -0200, Muhammad Gelbana <m.gelb...@gmail.com> wrote:

I'm trying to narrow down tapestry's minimal dependcies as I'm having some issues with deploying my app into tomcat.

Why don't you use Maven for that? Check http://maven.apache.org/plugins/maven-dependency-plugin/tree-mojo.html.

I believe the mentioned JARs are the minimal that tapestry needs to run,
but what about these two:

tapestry-javadoc-5.3.6.jar
tapestry-jmx-5.3.6.jar

Does tapestry need them to basically operate ?

tapestry-javadoc is used for generating documentation and tapestry-jmx is only used if you want to expose Tapestry stuff in JMX, so no, Tapestry don't need them.

--
Thiago H. de Paula Figueiredo

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to