Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 18963 invoked from network); 4 Jan 2005 14:32:31 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 4 Jan 2005 14:32:31 -0000 Received: (qmail 40489 invoked by uid 500); 4 Jan 2005 14:32:11 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 40440 invoked by uid 500); 4 Jan 2005 14:32:10 -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 40425 invoked by uid 99); 4 Jan 2005 14:32:10 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from Unknown (HELO moon.harbinger-systems.com) (203.199.140.102) by apache.org (qpsmtpd/0.28) with ESMTP; Tue, 04 Jan 2005 06:32:07 -0800 Received: from vayu.harbinger.com ([192.168.2.2]) by moon.harbinger-systems.com (8.11.6/8.11.6/SuSE Linux 0.5) with ESMTP id j04ETqR18666 for ; Tue, 4 Jan 2005 19:59:52 +0530 Received: from poonam (poonam.harbinger.com [192.168.2.25]) by vayu.harbinger.com (8.11.6/8.11.6/SuSE Linux 0.5) with SMTP id j04EKnb16116 for ; Tue, 4 Jan 2005 19:50:49 +0530 Message-ID: <012501c4f269$5e397c10$1902a8c0@harbinger.com> Reply-To: "Poonam" From: "Poonam" To: "Ant Users List" References: <000801c4f267$dd751e50$0a01a8c0@gloria> Subject: Re: Ant should have an ext directory Date: Tue, 4 Jan 2005 19:56:23 +0530 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Hello, Can you please help me to run a CMD file from ant? My CMD file contains 3-4 statements each dependent on previous one. I have tried using apply and exec. or Thanks, Poonam ----- Original Message ----- From: "Stephen McConnell" To: "'Ant Users List'" Sent: Tuesday, January 04, 2005 7:45 PM Subject: RE: Ant should have an ext directory > > > > -----Original Message----- > > From: galenboyerdev@hotpop.com [mailto:galenboyerdev@hotpop.com] > > Sent: 04 January 2005 23:26 > > To: Ant Users List > > Subject: Re: Ant should have an ext directory > > > > "Robert r. Sanders" writes: > > > > > Yeah, but I don't think this is what the question was about. > > > > I understood that. > > > > > It would be nice to have a place to put the (global) ant > extensions > > > you are using to keep them separate from the main/default ant > > > libraries to help with file management, etc... The best I can > think > > > of: Create an ext directory in a central location, then use a > build > > > process to merge it with a base ANT install; then copy the results > > > out to everyone in your department. Not as nice as if ANT > supported > > > this directly, but it might help. > > > > This is seemingly what Maven offers, was my point. I guess one could > > say ant should offer it, but the impetus of the Maven project is ant. > > Maven (from what I've read and talked to others about) offers a way to > > have a server host all of a project's libraries, with different > > versions, and then an xml file describes what libraries they want. No > > sticking the libs in source control for checkout, no shared folders of > > libraries without control over their sources. No worrys of which > > versions you might have. Instead, describe your needs in an xml file > > ant let Maven take care of putting them where they should be. > > However - the maven support for ant is not so up-to-date. From what I > understand Maven does not support the 1.6 series. > > Stephen. > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: user-unsubscribe@ant.apache.org > For additional commands, e-mail: user-help@ant.apache.org > > > --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org