J
Jason Cavett
I have a directory structure similar to this:
themes
- theme1
- theme2
- theme3
- ...
I want to be able to use Ant to deploy the themes. Each theme,
however, needs to be deployed as its own separate zip file. Is this
even possible using Ant. It would appear that I need some sort of
loop, but I don't see this as part of Ant (at least from my research).
Thanks for any help.
themes
- theme1
- theme2
- theme3
- ...
I want to be able to use Ant to deploy the themes. Each theme,
however, needs to be deployed as its own separate zip file. Is this
even possible using Ant. It would appear that I need some sort of
loop, but I don't see this as part of Ant (at least from my research).
Thanks for any help.