Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 29930 invoked from network); 13 Jan 2007 23:25:49 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 13 Jan 2007 23:25:49 -0000 Received: (qmail 3434 invoked by uid 500); 13 Jan 2007 23:25:52 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 3397 invoked by uid 500); 13 Jan 2007 23:25:51 -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 3386 invoked by uid 99); 13 Jan 2007 23:25:51 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 13 Jan 2007 15:25:51 -0800 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=DNS_FROM_RFC_ABUSE,DNS_FROM_RFC_POST,MSGID_FROM_MTA_HEADER,SPF_PASS,URI_NO_WWW_ANY_CGI X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of pons32@hotmail.com designates 65.54.246.213 as permitted sender) Received: from [65.54.246.213] (HELO bay0-omc3-s13.bay0.hotmail.com) (65.54.246.213) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 13 Jan 2007 15:25:40 -0800 Received: from hotmail.com ([65.54.168.14]) by bay0-omc3-s13.bay0.hotmail.com with Microsoft SMTPSVC(6.0.3790.2668); Sat, 13 Jan 2007 15:25:19 -0800 Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Sat, 13 Jan 2007 15:25:19 -0800 Message-ID: Received: from 65.54.168.200 by by113fd.bay113.hotmail.msn.com with HTTP; Sat, 13 Jan 2007 23:25:18 GMT X-Originating-IP: [206.173.244.228] X-Originating-Email: [pons32@hotmail.com] X-Sender: pons32@hotmail.com From: "Res Pons" To: anthill@lists.urbancode.com Cc: user@ant.apache.org Subject: Another Oddity with Anthill OS Date: Sat, 13 Jan 2007 15:25:18 -0800 Mime-Version: 1.0 Content-Type: text/plain; format=flowed X-OriginalArrivalTime: 13 Jan 2007 23:25:19.0556 (UTC) FILETIME=[17043040:01C7376A] X-Virus-Checked: Checked by ClamAV on apache.org I'm testing a dummy project which checks out a basic simple project out of Subversion and echoes bunch of paths. The purpose of this project is to see if I can force loading different property fiels at the command line via Anthill. Basically, I would like to use the same project 3x but each time tell Anthill to load a different prop.file from a different location. This works nicely and fine at the command line by executing cd scripts ant -propertyfile path/path/.build.properties and I don't specify -property file, the .build.properties in c:\ is automatically used. But this doesn't work in anthill unless I force two lines in the "Parameters to be passed to Ant during the build process." field in the project property sheet: anthill.build.ant.params -propertyfile c:\scripts\common\.build.properties delete anthill.build.ant.params ant -propertyfile common\.build.properties delete If I omit the 2nd line starting with ant, anthill crashes and worn't work. My project in svn has 3 fiels in it: /scripts which has the subfolder common, and build.xml and version.txt -common (subfolder) which has .build.properties _________________________________________________________________ Dave vs. Carl: The Insignificant Championship Series. �Who will win? http://clk.atdmt.com/MSN/go/msnnkwsp0070000001msn/direct/01/?href=http://davevscarl.spaces.live.com/?icid=T001MSN38C07001 --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org