Hi,<br><br>we are currently developing several OpenCMS modules which have jar dependencies with version numbers, e.g. mydep-1.0.jar.<br><br>Those jars are put in the appropriate lib folder in the module and are published upon upload (i.e. copied to the WEB-INF/lib dir).<br>
However, if I update my module and the dependency version changes - to let's say mydep-1.1.jar - I end up with 2 versions of the same dependency in my WEB-INF/lib.<br><br>I also deleted the module but it then leaves the additional jars in the WEB-INF/lib and tells me that there are no publish history entries.<br>
<br>Does OpenCMS delete additional jar files if a module is deleted or the jar is not a module dependency any more?<br><br><br>Another short question:<br><br>We're building our modules with ant and also create the manifest files.<br>
Those files have the <class> element under <module> which seems to denote the module action class (at least that's what an exported manifest seems to say).<br><br>However, if I upload the module via CmsShell, the module is imported correctly, except the module action class which stays empty in the module admin view.<br>
<br>Any ideas of what might be wrong here?<br><br><br>Thanks in advance.<br><br><br>Regards<br><br>Thomas<br>