Return-Path: Delivered-To: apmail-jakarta-ant-user-archive@apache.org Received: (qmail 15692 invoked from network); 13 Sep 2002 15:07:27 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 13 Sep 2002 15:07:27 -0000 Received: (qmail 7708 invoked by uid 97); 13 Sep 2002 15:07:00 -0000 Delivered-To: qmlist-jakarta-archive-ant-user@jakarta.apache.org Received: (qmail 7607 invoked by uid 97); 13 Sep 2002 15:06:58 -0000 Mailing-List: contact ant-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Ant Users List" Reply-To: "Ant Users List" Delivered-To: mailing list ant-user@jakarta.apache.org Received: (qmail 7524 invoked by uid 98); 13 Sep 2002 15:06:57 -0000 X-Antivirus: nagoya (v4218 created Aug 14 2002) Message-ID: <20020913150605.28463.qmail@web20418.mail.yahoo.com> Date: Fri, 13 Sep 2002 08:06:05 -0700 (PDT) From: Matt Benson Subject: RE: Wildcard in Target To: karen.schaper@danzas.com, Ant Users List In-Reply-To: <002501c25b36$a7b12040$4b8cc902@darien.aeilogis.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Even if the beans are not built generically, it may be possible to use a cleverly designed structure of separate build files (one per bean, perhaps in some organized directory structure) with a parent build file using to call a target that invokes on these separate build files, which of course, can inherit from a common parent using entity includes, or you can get inheritance for properties and/or references from the parent build file using the inheritall and inheritrefs attributes of and . -Matt --- Karen Schaper wrote: > It doesn't look like the foreach will work since > each bean is not built > generically. > > Is this really the only solution? > > ************************************** > Karen Schaper > Marketlink Java Developer > Danzas AEI > (845) 268-6300 > ************************************** > > -----Original Message----- > From: Matt Benson [mailto:gudnabrsam@yahoo.com] > Sent: Friday, September 13, 2002 10:51 AM > To: Ant Users List; karen.schaper@danzas.com > Subject: RE: Wildcard in Target > > is part of the ant-contrib project at > http://ant-contrib.sourceforge.net . > > -Matt > > --- Karen Schaper wrote: > > I don't see the task in the ant1.4.1 > > manual? Is this some > > sort of extension or special task that someone has > > created? If so how > > do I get it? > > > > Thanks > > > > ************************************** > > Karen Schaper > > Marketlink Java Developer > > Danzas AEI > > (845) 268-6300 > > ************************************** > > > > -----Original Message----- > > From: Matt Benson [mailto:gudnabrsam@yahoo.com] > > Sent: Friday, September 13, 2002 10:42 AM > > To: Ant Users List; karen.schaper@danzas.com > > Subject: Re: Wildcard in Target > > > > Dare I say it? If the build process of each bean > is > > fairly generic I would think you could use good > old > > in some way. Not being familiar with > > beans > > I can't say much more than that but it has served > me > > well for dynamic stuff. > > > > -Matt > > > > > > --- Karen Schaper > wrote: > > > Hi All, > > > > > > > > > > > > Our build script is getting quite large to > > maintain. > > > Is there a way to > > > simplify the following portion of a build script > > so > > > that each new > > > > > > "build.beanD, build.beanE.etc" does not have to > be > > > added to the depends > > > of build.all.beans? > > > > > > > > > > > > I tried using a wild card in the depends such as > > > "build.bean*" but this > > > does not work. > > > > > > > > > > > > Any suggestions? > > > > > > > > > > > > > > > > > > Sample Code: > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > depends="build.beanA,build.beanB,build.beanC" > > > name="build.all.beans"/> > > > > > > > > > > > > > > > > > > > > > > > > ************************************** > > > > > > Karen Schaper > > > > > > Marketlink Java Developer > > > > > > Danzas AEI > > > > > > (845) 268-6300 > > > > > > ************************************** > > > > > > > > > > > > > -- > > > To unsubscribe, e-mail: > > > > > > For additional commands, e-mail: > > > > > > > > __________________________________________________ > > Do you Yahoo!? > > Yahoo! News - Today's headlines > > http://news.yahoo.com > > > > -- > > To unsubscribe, e-mail: > > > > For additional commands, e-mail: > > > > > > > > -- > > To unsubscribe, e-mail: > > > > For additional commands, e-mail: > > > > > > > __________________________________________________ > Do you Yahoo!? > Yahoo! News - Today's headlines > http://news.yahoo.com > __________________________________________________ Do you Yahoo!? Yahoo! News - Today's headlines http://news.yahoo.com -- To unsubscribe, e-mail: For additional commands, e-mail: