You mean split a build file in to smaller ones. That is possible. You can call targets of another build file from one using <antcall> or import a build file using <import>
rgds Antony Paul On Wed, 16 Mar 2005 06:03:24 +0000, THUFIR HAWAT <[EMAIL PROTECTED]> wrote: > a google search on "ant +decompose +'build.xml'" isn't sufficiently > answering the question of: can a build file be decomposed? > > thanks, > > Thufir > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- rgds Antony Paul http://www.geocities.com/antonypaul24/ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
