I already did that. The problem is this: I have a 3rd party module A. Both
my own code and another 3rd party module B depend on it. The standard
location of module A should be at classpath:META-INF/modules/ but it brings
in a lot of js files and sub-folders and makes the module root path(
classpath:META-INF/modules) a bit messy. So I want to put module A at
classpath:META-INF/modules/A. How can I achieve it?

2015-03-22 18:39 GMT+08:00 Chris Poulsen <mailingl...@nesluop.dk>:

> Drop the 3rd party module in the usual place for modules
> (classpath:META-INF/modules) and reference it.
>
> http://tapestry.apache.org/javascript-rewrite.html has some info on the
> infrastructure and the tapestry source code (setup of the core
> stack/bootstrap modules etc. are good inspiration as well),
>
>
>
>
> On Sat, Mar 21, 2015 at 4:19 PM, Rural Hunter <ruralhun...@gmail.com>
> wrote:
>
> > How to work out if I want to config the path of a third-party module if I
> > use js stack?
> >
> > 2015-03-20 17:07 GMT+08:00 Chris Poulsen <mailingl...@nesluop.dk>:
> >
> > > In a javascript stack?
> > >
> > > On Fri, Mar 20, 2015 at 4:05 AM, Rural Hunter <ruralhun...@gmail.com>
> > > wrote:
> > >
> > > > Hi,
> > > >
> > > > I'm testing tapestry 5.4. I'm wondering where to put the
> > requirejs.config
> > > > code for my own modules and third-party modules?
> > > >
> > > > ---------------------------------------------------------------------
> > > > To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
> > > > For additional commands, e-mail: users-h...@tapestry.apache.org
> > > >
> > > >
> > >
> >
>

Reply via email to