I have used Ant for business automation in the past. The
document-production team needed to get the latest versions of all their
files, run multiple transforms on each file, and then produce PDF, help
files, and HTML. So I wrote an Ant file that had several targets, depending
on which output they wanted. It had some convenience tasks, too. Some of
those tasks involved creating zip files, so I am sure you can make
unzipping work, too.

Jay Bryant
On Jan 15, 2014 7:37 AM, "Mark Lybarger" <mlybar...@gmail.com> wrote:

> hi,
>
> i'm putting together a simple business "flow" process.  some zip files are
> pulled from a vendor.  i need a process to do the following, archive the
> input, unzip the zip files, and execute some transformation on some of the
> data.
>
> currently, it's on a windows server, but we have linux servers in our
> environment too.  i was thinking of using an ant script to handle/drive
> most of this execution.  as ant is primarily using for building (java
> appliations), does anyone see issues with using ant to drive this file
> processing and manipulation?
>
> thoughts/ideas are very welcome!
>
> thanks,
> -mark-
>

Reply via email to