I would like to know how i can include files from multiple locations in one zip file in Ant task.
I am able to use <zip> to generate from single folder using basedir
I don’t know how I could give multiple locations
ex locations: C:\Temp\D1
C:\Work\DataSets\
...
Like this (more in the docs):