Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 70072 invoked from network); 15 Sep 2003 15:13:53 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 15 Sep 2003 15:13:53 -0000 Received: (qmail 67628 invoked by uid 500); 15 Sep 2003 15:13:36 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 67595 invoked by uid 500); 15 Sep 2003 15:13:35 -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 67582 invoked from network); 15 Sep 2003 15:13:35 -0000 Received: from unknown (HELO spf13.us4.outblaze.com) (205.158.62.67) by daedalus.apache.org with SMTP; 15 Sep 2003 15:13:35 -0000 Received: from 205-158-62-68.outblaze.com (205-158-62-68.outblaze.com [205.158.62.68]) by spf13.us4.outblaze.com (Postfix) with QMQP id 1E07D1800F83 for ; Mon, 15 Sep 2003 15:13:37 +0000 (GMT) Received: (qmail 94913 invoked from network); 15 Sep 2003 15:13:37 -0000 Received: from unknown (HELO ws1-9.us4.outblaze.com) (205.158.62.37) by 205-158-62-153.outblaze.com with SMTP; 15 Sep 2003 15:13:37 -0000 Received: (qmail 21020 invoked by uid 1001); 15 Sep 2003 15:13:37 -0000 Message-ID: <20030915151337.21019.qmail@mail.com> Content-Type: text/plain; charset="iso-8859-1" Content-Disposition: inline Content-Transfer-Encoding: 7bit MIME-Version: 1.0 X-Mailer: MIME-tools 5.41 (Entity 5.404) Received: from [24.147.136.214] by ws1-9.us4.outblaze.com with http for wascallywabbit@earthling.net; Mon, 15 Sep 2003 10:13:37 -0500 From: "Wascally Wabbit" To: "Ant Users List" Date: Mon, 15 Sep 2003 10:13:37 -0500 Subject: Re: hi all..about org.apache.tools.ant.Project class implementation X-Originating-Ip: 24.147.136.214 X-Originating-Server: ws1-9.us4.outblaze.com X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Try looking at BuildFileTest.java (available from the Ant src distribution). This class loads a build file, creates a project, and executes targets (as specified by caller). -The Wabbit ----- Original Message ----- From: "teoman teoman" Date: Mon, 15 Sep 2003 07:59:46 -0700 To: user@ant.apache.org Subject: hi all..about org.apache.tools.ant.Project class implementation > I have a question about how to implement: > > org.apache.tools.ant.Project; > org.apache.tools.ant.Task; > org.apache.tools.ant.Target; > > classes in java program....my original intend is to load my build file into > my java object, and execute the target i want from my object.. > > thanks alot in advance.. > teoman > -- __________________________________________________________ Sign-up for your own personalized E-mail at Mail.com http://www.mail.com/?sr=signup CareerBuilder.com has over 400,000 jobs. Be smarter about your job search http://corp.mail.com/careers --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org