Return-Path: Mailing-List: contact ant-user-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list ant-user@jakarta.apache.org Received: (qmail 34059 invoked from network); 28 Nov 2000 01:41:48 -0000 Received: from cortex-gw.magna.com.au (HELO smtp.cortexebusiness.com.au) (203.174.140.214) by locus.apache.org with SMTP; 28 Nov 2000 01:41:48 -0000 Received: (from daemon@localhost) by smtp.cortexebusiness.com.au (8.10.0/8.10.0) id eAS1fj317261 for ; Tue, 28 Nov 2000 12:41:45 +1100 (EST) Received: from UNKNOWN(192.168.1.8), claiming to be "monkey.prod.thespot.com.au" via SMTP by ripley, id smtpdAAAtTa4RH; Tue Nov 28 12:41:38 2000 Received: (from daemon@localhost) by monkey.prod.thespot.com.au (8.10.0/8.10.0) id eAS1fc217600 for ; Tue, 28 Nov 2000 12:41:38 +1100 (EST) Received: from UNKNOWN(192.168.1.9), claiming to be "chunky.devl.ebinteractive.com.au" via SMTP by monkey, id smtpdAAAn0aixI; Tue Nov 28 12:41:31 2000 Received: from snotty (snotty.devl.ebinteractive.com.au [192.168.1.32]) by chunky.devl.ebinteractive.com.au (8.10.0/8.10.0) with SMTP id eAS1fUB27771 for ; Tue, 28 Nov 2000 12:41:30 +1100 (EST) From: "Conor MacNeill" To: Subject: RE: Target exposing Tasks? Date: Tue, 28 Nov 2000 12:43:10 +1100 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) In-Reply-To: X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Importance: Normal X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N Jim, I think you may have misunderstood Stefan. The change you desire is something that Simeon also wants to see for antidote. This does not mean that you would need to use antidote to see a target's tasks. This will be a core ant service. Unless, I misundestood you, of course :-) Conor -- Conor MacNeill conor@cortexebusiness.com.au Cortex eBusiness http://www.cortexebusiness.com.au > -----Original Message----- > From: James Cook [mailto:jimcook@iname.com] > Sent: Tuesday, 28 November 2000 12:22 > To: ant-user@jakarta.apache.org > Subject: RE: Target exposing Tasks? > > > Looking at the latest source snapshot, the antitode project seems to not > care about using Ant's Project|Target|Task objects, but rather it parses a > project from scratch. > > I would like Ant integration in my tool to be a little more dependent on > Ant, and less on a bundled GUI. Perhaps this is a shortterm design > workaround for the time being, but it seems that they spent a good deal of > time on it. Is this the direction for Antidote? If so, what's the > rationale? > > For my needs (and other integrators) I would propose that the Project, > Target, and Task objects expose their collections in Ant. I will make the > change on my local model and I can post a patch if this makes sense to the > committers. It's pretty simple if a committer chooses to do this on their > own. It's more of a design decision, I suppose. > > jim > > -----Original Message----- > From: Stefan Bodewig [mailto:bodewig@apache.org] > Sent: Monday, November 27, 2000 9:47 AM > To: ant-user@jakarta.apache.org > Subject: Re: Target exposing Tasks? > > > James Cook wrote: > > > Shouldn't the Target object expose its Vector of Task objects? How > > are people attempting to integrate Ant into their Tools getting the > > list of Task's for a given Target? > > Recent CVS sources do - or at least Simeon has proposed to make the > change and I haven't seen any objections. It's for exactly this > purpose so that Antidote (the new GUI for Ant) can get a list of > tasks. > > Stefan > >