Muhammed, the base package is meant to be the place where you put superclasses of pages, components and mixins, so classes there will be transformed. It's one of the Tapestry controlled packages. If you want something not to be transformed, you have to put it somewhere.

On Thu, 03 Oct 2013 18:19:29 -0300, Muhammad Gelbana <m.gelb...@gmail.com> wrote:

I'm running my web project with jetty while including my module classed
using the jvm parameter

-Dtapestry.modules=my.package.module1,my.package.module2,my.package.module3

In one of those modules, I have a class in the base package, typically:

*com.skycomm.ipkaizen.portal.admin.base.ProbeCommandResponseSorter*

The module's qualified name is

*com.skycomm.ipkaizen.portal.admin.services.PortalAdminModule*

Isn't it enough to mention the module's qualified name in the *
tapestry.modules* jvm parameter for the *
com.skycomm.ipkaizen.portal.admin.base* package to be identified and
excluded from runtime modifications ??


Regards
*---------------------*
*Muhammad Gelbana*
http://www.linkedin.com/in/mgelbana


--
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