Hi,

I used the Sync task to copy dependencies to a lib folder like the example 15.17.

task syncTomcatLib(type: Sync) {
  from configurations.tomcatLib
  into "tomcat/lib"
}

The folder contains also some XML files which are deleted by the sync task.

How can I avoid the deletion of the XML files?

I tried "include" and "exclude" but it doesn't help.

Alternative:
Delete all JARs
Copy task

regards
Mathias Kalb




---------------------------------------------------------------------
To unsubscribe from this list, please visit:

   http://xircles.codehaus.org/manage_email


Reply via email to