On Tue, 20 May 2014 08:41:23 -0300, Mihkel Jõhvik <mihkeljoh...@gmail.com> wrote:

Hi!

Hi!

In essence, I'm working on a multi-module project where both modules
contain Tapestry components. The tapestry plugin works, but only for
components defined within the containing module. I'd like to be able to
access components from a referenced module/library as well. Any chance this
is supported and I've just not found a way to configure IDEA properly?

Make sure the referenced module/library code is in the classpath of the webapp one. In addition, you may use @SubModule in the webapp's AppModule for including the library's module class explicitly, as the implicit inclusion through MANIFEST.MF won't happen unless the library is inside a JAR. These instructions are IDE-agnostic.

--
Thiago H. de Paula Figueiredo
Tapestry, Java and Hibernate consultant and developer
http://machina.com.br

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

Reply via email to