Re: Template Packaging Question
Jeremy Torres <[email protected]>
| Newsgroups | gmane.comp.cms.jahia.template |
|---|---|
| Message-ID | <[email protected]> |
Thanks for the reply. One JAR it is... Serge Huber wrote: > > Sorry it's not possible to include more than one JAR, but you can > always build a JAR that contains all the external libraries extracted > and repackaged into your JAR (yes I know it's not the cleanest solution). > > Regards, > Serge Huber. > > Jeremy Torres wrote: > >> I know you can specificy a JAR file in the templates.xml file, such as: >> >> <parameter name="classes-file">corporate_templates.jar</parameter> >> >> However, is it possible to package more than one JAR file? There are >> potentially 3rd party JARs that my templates would need and it would >> be nice to deploy them with the JAR of templates. Is this possible? >> >> Thanks, >> Jeremy >> >>