Hello everybody,
I'm working on setting up a deployment configuration in which I do not want to touch the WEB-INF and the META-INF directories on the production (receiver) side.
So I tried using "excludePattern regex="WEB-INF"". That seemed like a good guess because the logs said:
(3) id=0 server: Path(./.\msgateway_app.war/META-INF) excluded.
(3) id=0 server: Path(./.\msgateway_app.war/WEB-INF) excluded.
But than dodeletes came into the picture, doing:
(3) id=0 server: directive[deletedir ./msgateway_app.war/WEB-INF]
(3) id=0 server: Deleting dir: /mnt/scheringprod2/installedApps/MS-Gateway_Application__detest_.ear/msgateway_app.war/WEB-INF
(3) id=0 server: deletedir ./msgateway_app.war/WEB-INF OK
(3) id=0 server: directive[reason missing-in-src]
What can I do to to make dodeletes exclude the right regex as well?
Thanks for helping!
-- Hans
Oh, I forgot to mention: I'm NOT using a filelist deployment.
Edited by tijger on 02/15/04 03:25 PM (server time).