Enric Jaen wrote:
Is it possible to have modules containing libs? If so,  where should I put the 
jars? Maybe inside META-INF/lib? I have not found this in the documentation.
Cheers,
/Enric



______________________________________________ Enviado desde Correo Yahoo! Más formas de estar en contacto. http://es.docs.yahoo.com/mail/overview/index.html


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Hi Enric,

This is indeed possible. You should put the .jar files in a folder named "lib" at the root level of the module archive, i.e. at the same level as META-INF/.
e.g.

META-INF/
   - module.xml
lib/
   - foo.jar
   - bar.jar
com/
   - sample/
         - MyModuleClass.class


HTH.
Suran.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to