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 749B210389 for ; Wed, 15 Jan 2014 15:43:38 +0000 (UTC) Received: (qmail 47746 invoked by uid 500); 15 Jan 2014 15:43:35 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 47707 invoked by uid 500); 15 Jan 2014 15:43:34 -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 47699 invoked by uid 99); 15 Jan 2014 15:43:34 -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 15:43:34 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of gruener.heinrich@googlemail.com designates 209.85.214.45 as permitted sender) Received: from [209.85.214.45] (HELO mail-bk0-f45.google.com) (209.85.214.45) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 15 Jan 2014 15:43:30 +0000 Received: by mail-bk0-f45.google.com with SMTP id v16so761134bkz.18 for ; Wed, 15 Jan 2014 07:43:08 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20120113; h=message-id:date:from:reply-to:user-agent:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=p9+DoYAAjlysT8p4mBWs4qZQiQ89H+ycROmIXby4kvI=; b=pf/j88aQX5NYw2LzjtfsYFEz/kWCaRXxzCgG6M/GtVVTKUPmxa8Hk7o8bYons6a5vK 34dEqJGGxojiXXpO3e0vyVa/0cAOKX6y1H5ROhdTySZjuPFxIGUVain3TUpyXyQlPOzK gv6T/MHdwqcFY9EWT3/0mekX/Ji2ydbkqn9e57D0sZTKYZJJn/KNvQSUZv2twTIN8Ccg BF7b93x3JU5PtzoR7QjYFVdqDmaCdcRt6Ex9psOZBXY6TMtumx1L05+u3zJp+ehWLEpK LOSDDTvYdxD0Fq7I9VVBYR3zGn0AxAJKRLXqvwr8jXaY/p2LiZ3d2tnRJQiXayMC/m0z YVHQ== X-Received: by 10.205.99.66 with SMTP id cr2mr39595bkc.159.1389800588722; Wed, 15 Jan 2014 07:43:08 -0800 (PST) Received: from [192.168.2.111] (erft-d932e24a.pool.mediaWays.net. [217.50.226.74]) by mx.google.com with ESMTPSA id dg4sm3936003bkc.10.2014.01.15.07.43.07 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 15 Jan 2014 07:43:07 -0800 (PST) Message-ID: <52D6AC89.8000409@googlemail.com> Date: Wed, 15 Jan 2014 16:43:05 +0100 From: =?ISO-8859-1?Q?Gr=FCner_Heinrich?= Reply-To: gruener.heinrich@web.de User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 MIME-Version: 1.0 To: Ant Users List Subject: Re: using ant for non build tasks References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org I use Ant as a framework and put a bunch of own tasks into it. It is now a automated-black-box-test-system. (www.microtest.eu) Am 15.01.2014 14:36, schrieb Mark Lybarger: > 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- > --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org