[opencms-dev] copy jar files from lib during import module
Holger Schick
holgerschick at web.de
Mon Sep 11 02:16:27 CEST 2006
Hello,
I changed my opencms from version 6.0 to 6.2.2. In Version 6.0 i did
following entries in my manifest.xml so that the lib files from my
module where automatically copied into the lib folder of the opencms webinf:
...
<exportpoints>
<exportpoint
uri="/system/modules/de.schick.opencms.base/classes/"
destination="WEB-INF/classes/"/>
<exportpoint
uri="/system/modules/de.schick.opencms.base/lib/"
destination="WEB-INF/lib/"/>
</exportpoints>
...
<file>
<destination>system/modules/de.schick.opencms.base/lib</destination>
<type>folder</type>
<datelastmodified>Mon, 21 Nov 2005 14:09:36
GMT</datelastmodified>
<userlastmodified>Admin</userlastmodified>
<datecreated>Mon, 21 Nov 2005 14:09:36 GMT</datecreated>
<usercreated>Admin</usercreated>
<flags>0</flags>
<properties/>
<accesscontrol/>
</file>
<file>
<source>system/modules/de.schick.opencms.base/lib/base.jar</source>
<destination>system/modules/de.schick.opencms.base/lib/base.jar</destination>
<type>plain</type>
<datelastmodified>Mon, 21 Nov 2005 14:09:36
GMT</datelastmodified>
<userlastmodified>Admin</userlastmodified>
<datecreated>Mon, 21 Nov 2005 14:09:36 GMT</datecreated>
<usercreated>Admin</usercreated>
<flags>0</flags>
<properties/>
<accesscontrol/>
</file>
...
This worked for release 6.0. In my actual version it works but the jar
files are damaged. I always have to copy them by myself into the lib
folder of the web-inf.
Can anybody tell me how it works for version 6.2.2?
Thanks
holger
More information about the opencms-dev
mailing list