Return-Path: Delivered-To: apmail-jakarta-ant-user-archive@apache.org Received: (qmail 43724 invoked from network); 11 Dec 2002 10:01:18 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 11 Dec 2002 10:01:18 -0000 Received: (qmail 5763 invoked by uid 97); 11 Dec 2002 10:02:31 -0000 Delivered-To: qmlist-jakarta-archive-ant-user@jakarta.apache.org Received: (qmail 5732 invoked by uid 97); 11 Dec 2002 10:02:30 -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 5719 invoked by uid 98); 11 Dec 2002 10:02:29 -0000 X-Antivirus: nagoya (v4218 created Aug 14 2002) Message-ID: <3DF72749.6010604@tomra.no> Date: Wed, 11 Dec 2002 12:53:45 +0100 From: Kyrre Lugg User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.1) Gecko/20020826 X-Accept-Language: en-us, en MIME-Version: 1.0 To: ant-user@jakarta.apache.org Subject: Scripting with global collection of sub-projects basedirs Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N I wish to create a collection of sub-project basedirs (instead of separate propertiesd). Then I wish to iterate through that collection and call a specific target of the sub-projects. The collection should be globally available in the top level build file. I suppose I must use the script task, but I really do not know where to start. How do I create such a collection which is available to the different targets with scripts inside? How do I refer to the elements in it? Maybe it is not even possible? regards, Kyrre Lugg -- To unsubscribe, e-mail: For additional commands, e-mail: