Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 90315 invoked from network); 1 Aug 2005 01:42:09 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 1 Aug 2005 01:42:09 -0000 Received: (qmail 94093 invoked by uid 500); 1 Aug 2005 01:42:03 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 94045 invoked by uid 500); 1 Aug 2005 01:42:03 -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 94032 invoked by uid 99); 1 Aug 2005 01:42:03 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 31 Jul 2005 18:42:03 -0700 X-ASF-Spam-Status: No, hits=0.6 required=10.0 tests=URIBL_SBL X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [64.235.234.14] (HELO chiron.lunarpages.com) (64.235.234.14) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 31 Jul 2005 18:41:54 -0700 Received: from pcp05109618pcs.potshe01.pa.comcast.net ([69.139.22.34] helo=[127.0.0.1]) by chiron.lunarpages.com with esmtpa (Exim 4.50) id 1DzPJY-0001sL-Nh; Sun, 31 Jul 2005 18:42:00 -0700 Message-ID: <42ED7DB5.9010300@omnytex.com> Date: Sun, 31 Jul 2005 21:41:09 -0400 From: "Frank W. Zammetti" Reply-To: fzlists@omnytex.com Organization: Omnytex Technologies User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) X-Accept-Language: en-us, en MIME-Version: 1.0 To: THUFIR HAWAT CC: Ant Users List Subject: Re: AW: AW: Multiple IFs, or IFs on tasks References: <3CD9A35A043C094EA8773DBB698E801B01865D11@z011134.bk.fin.local> <47794.12.27.179.239.1119626651.squirrel@webmail.chiron.lunarpages.com> <42EBE80D.2030508@omnytex.com> <42EBF9C2.6000002@omnytex.com> <98c2b60d05073108133256ec94@mail.gmail.com> <42ED4E31.3070006@omnytex.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - chiron.lunarpages.com X-AntiAbuse: Original Domain - ant.apache.org X-AntiAbuse: Originator/Caller UID/GID - [0 0] / [47 12] X-AntiAbuse: Sender Address Domain - omnytex.com X-Source: X-Source-Args: X-Source-Dir: X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Not really... each target performs a specific task, and the one main target antcalls all the others in the proper sequence. It's really no more complicated than a series of method calls. Each target, or method in the analogy, is fairly small and simple, there just happens to be a fair number of them. As with writing actual code, if you space things well and comment decently, the visual cues of where the various parts are makes it look relatively organized. Frank THUFIR HAWAT wrote: > On 7/31/05, Frank W. Zammetti wrote: > >>50 lines? >> >>I have one script that is upwards of 700 lines. I wouldn't worry about >>50 ;) >> >>Frank > > > > How do you organize that? 700 lines is just way too big to read, isn't it? > > -Thufir > > > > -- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies http://www.omnytex.com --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org