On Dec 17, 2007 5:22 AM, Don Brown <[EMAIL PROTECTED]> wrote: > On 12/17/07, Antonio Petrelli <[EMAIL PROTECTED]> wrote: > > The Struts 2/Tiles 2 plugin does not depend on tiles-jsp, so I suppose that > > it isn't there... > > Hmm...this is kinda a bigger issue - should our assembly contain all > the files for the frameworks that the plugin provides support for? We > don't include every Spring jar or a JSF framework with our JSF plugin. > I'd lean towards not including jars we don't have to - our downloads > are big enough (some would say 100 megs for a web framework with 2 > real dependencies is a bit overkill).
We couldn't even if we wanted to, since some of our plugins require JARs under an incompatible license. One thing we should work toward is a separate -plugins distribution. The -lib distribution should only contain the requisite dependencies (FreeMarker, OGNL, XWork, Struts2-Core, and Struts2-CodeBehind), and all the (other) plugins should be in a separate distribution. -Ted. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
