Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 41579 invoked from network); 15 Oct 2004 14:28:25 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 15 Oct 2004 14:28:25 -0000 Received: (qmail 45174 invoked by uid 500); 15 Oct 2004 14:26:29 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 45048 invoked by uid 500); 15 Oct 2004 14:26:28 -0000 Mailing-List: contact user-help@ant.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 user@ant.apache.org Received: (qmail 45027 invoked by uid 99); 15 Oct 2004 14:26:28 -0000 X-ASF-Spam-Status: No, hits=0.6 required=10.0 tests=FROM_ENDS_IN_NUMS X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from [130.64.1.201] (HELO basalt.usg.tufts.edu) (130.64.1.201) by apache.org (qpsmtpd/0.28) with ESMTP; Fri, 15 Oct 2004 07:26:26 -0700 Received: from dhcp-130-64-37-116.medford.tufts.edu ([130.64.37.116] helo=coral.tufts.edu) by basalt.usg.tufts.edu with esmtp (TLSv1:RC4-MD5:128) (Exim 4.20) id 1CIT2F-00055t-So for user@ant.apache.org; Fri, 15 Oct 2004 10:26:23 -0400 Message-ID: <416FDE0B.10703@coral.tufts.edu> Date: Fri, 15 Oct 2004 10:26:19 -0400 From: Robert Dockins Organization: Tufts University User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.5) Gecko/20031007 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Ant Users List Subject: Re: AW: parsing ant build scripts from unusual sources References: In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N >>From: Robert Dockins [mailto:rdocki01@coral.tufts.edu] >>It seems to me that the restriction is mostly in people's heads :) > > Hmmm... The fact is that no build uses anything else than File-based > build files at this point. Just try to use a resource from an imported > build 'stream', like for example a .properties file, without making > assumptions where the imported build is coming from (i.e. load the > resource relative to the imported build, wherever it is). I don't really understand what you mean. Are you saying that the build XML is specified in a .properties file? A la, buildscript= ... or do you mean something else? If there is some problem that you anticipate, I'd like to understand it so I can test it. > Until you've got that working, don't boast too quickly ;-) --DD Fair enough. What I *do* have working, is loading a build script from a database text field, and running the build in a base directory that is determined by other information in the database record. The builds I am running are pretty simple at the moment, so I wouldn't call it a comprehensive test, but I haven't encountered problems yet. Robert Dockins --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org