Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 24239 invoked from network); 17 Feb 2006 17:23:51 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 17 Feb 2006 17:23:51 -0000 Received: (qmail 40018 invoked by uid 500); 17 Feb 2006 17:23:44 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 39966 invoked by uid 500); 17 Feb 2006 17:23:44 -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 39955 invoked by uid 99); 17 Feb 2006 17:23:44 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 17 Feb 2006 09:23:44 -0800 X-ASF-Spam-Status: No, hits=1.4 required=10.0 tests=DNS_FROM_RFC_ABUSE,DNS_FROM_RFC_WHOIS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [68.142.201.66] (HELO web30913.mail.mud.yahoo.com) (68.142.201.66) by apache.org (qpsmtpd/0.29) with SMTP; Fri, 17 Feb 2006 09:23:43 -0800 Received: (qmail 89584 invoked by uid 60001); 17 Feb 2006 17:23:22 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:Subject:To:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=38vptKo5AvuTsvkKs3IG7Mmnrj06QunPZE9K/izGPIz1QtI8Nbib4MMRXjp4RH2hk0Tmbpfc3u5qGT0rNqAdEms7DIfBguiDVJaD/KCl52o0NqrS19JbNvCidCkiGcyz1jTLgR4ATgpA/iVB4DdERll8fN1NvRR1DaXnRUAjrtw= ; Message-ID: <20060217172322.89582.qmail@web30913.mail.mud.yahoo.com> Received: from [66.10.233.130] by web30913.mail.mud.yahoo.com via HTTP; Fri, 17 Feb 2006 09:23:22 PST Date: Fri, 17 Feb 2006 09:23:22 -0800 (PST) From: Matt Benson Subject: Re: AW: AW: AW: AW: AW: AW: how to exec with a set of files as multiple arguments? To: Ant Users List In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N The code sez if parallel execute the runParallel() method, which builds a command line out of the maximum # of files available, executes, then repeats until all available files have been exhausted. :) -Matt --- Jan.Materne@rzf.fin-nrw.de wrote: > > > >http://ant.apache.org/manual/CoreTasks/apply.html > > > >parallel > > Run the command only once, appending all files as > arguments. > > If false, command will be executed once for every > file. > > > Ok, thats written in the manual. But I read the code > (which is the only > valid source ;-) > > So: where is my error? > > > Jan > > --------------------------------------------------------------------- > To unsubscribe, e-mail: > user-unsubscribe@ant.apache.org > For additional commands, e-mail: > user-help@ant.apache.org > > __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org