Return-Path: X-Original-To: apmail-ant-user-archive@www.apache.org Delivered-To: apmail-ant-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 651A010E44 for ; Wed, 15 Jan 2014 13:37:31 +0000 (UTC) Received: (qmail 71696 invoked by uid 500); 15 Jan 2014 13:37:19 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 71582 invoked by uid 500); 15 Jan 2014 13:37:11 -0000 Mailing-List: contact user-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Ant Users List" Reply-To: "Ant Users List" Delivered-To: mailing list user@ant.apache.org Received: (qmail 71166 invoked by uid 99); 15 Jan 2014 13:36:54 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 15 Jan 2014 13:36:54 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of mlybarger@gmail.com designates 209.85.160.53 as permitted sender) Received: from [209.85.160.53] (HELO mail-pb0-f53.google.com) (209.85.160.53) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 15 Jan 2014 13:36:48 +0000 Received: by mail-pb0-f53.google.com with SMTP id ma3so1142835pbc.12 for ; Wed, 15 Jan 2014 05:36:28 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=3mIz3tsjSqO2Xy+9lC/HxbewGjx8Mid/mdOmm5FrePU=; b=fFx7gSa/sDO3YwPsJQWLsoEYqISArHFbi7DNC4VUnB+p1sqe3v/1WQ7PrPgN5rhy/l OYS8UcMMI79aVaFD7T8y0VHFa2+3K/HnN3qt7GSi8+AdACX0xsoiaVnbyyzE7FJxoIFJ rkVXgq35Un+8V/micFUABdDgsbWCN6lJ+P/mKgHRlrtv0fph+Z3u/rFNAK0aHmSEcP7n 0s3PJJITaY87iisWOl/g7o8KoYvmbLeA8Mb3BKyg6uYIPh6nGJMNduhreVNtKfapmVi/ TfkOsWdjL6CG2o9UTTTur1Q58V107Hs2kGzYt1Ym1et3H+pfWo3aey4ZXge8g7Gmf9zs +N4w== MIME-Version: 1.0 X-Received: by 10.67.5.233 with SMTP id cp9mr2642615pad.147.1389792988637; Wed, 15 Jan 2014 05:36:28 -0800 (PST) Received: by 10.68.182.130 with HTTP; Wed, 15 Jan 2014 05:36:28 -0800 (PST) Date: Wed, 15 Jan 2014 08:36:28 -0500 Message-ID: Subject: using ant for non build tasks From: Mark Lybarger To: Ant Users List Content-Type: multipart/alternative; boundary=047d7b15b1e566446204f0026558 X-Virus-Checked: Checked by ClamAV on apache.org --047d7b15b1e566446204f0026558 Content-Type: text/plain; charset=ISO-8859-1 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- --047d7b15b1e566446204f0026558--