Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 7339 invoked from network); 17 Feb 2005 19:51:38 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 17 Feb 2005 19:51:38 -0000 Received: (qmail 59013 invoked by uid 500); 17 Feb 2005 19:51:24 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 58969 invoked by uid 500); 17 Feb 2005 19:51:24 -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 58956 invoked by uid 99); 17 Feb 2005 19:51:24 -0000 X-ASF-Spam-Status: No, hits=0.1 required=10.0 tests=FORGED_RCVD_HELO,X_PRIORITY_HIGH X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from mailhost.bordersgroupinc.com (HELO corpex01.bgpcorp.net) (198.179.227.51) by apache.org (qpsmtpd/0.28) with ESMTP; Thu, 17 Feb 2005 11:51:23 -0800 Received: from corpex03.bgpcorp.net ([170.71.220.106]) by corpex01.bgpcorp.net with Microsoft SMTPSVC(5.0.2195.6713); Thu, 17 Feb 2005 14:51:21 -0500 X-MimeOLE: Produced By Microsoft Exchange V6.0.6603.0 content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Subject: Trick to Run Exec Task with Dir set Date: Thu, 17 Feb 2005 14:51:21 -0500 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Help with Ant Thread-Index: AcUU+xNvgWKCXUPiTDK5TWxCoFe81gAAIWmQAADS00AACqK2UA== X-Priority: 1 Priority: Urgent Importance: high From: "Michael Wang \(IT\)" To: "Ant Users List" X-OriginalArrivalTime: 17 Feb 2005 19:51:21.0512 (UTC) FILETIME=[0DD9E280:01C5152A] X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Hi, I have the following ant script. =20 =09 I have to run "make" under ${directory.name} in order to get the code = compiled. for example, if I have the following files under ${directory.name} a.pc b.pc c.pc I have to cd to that directory, and run make -f mymakefile a make -f mymakefile b make -f mymakefile c Now, I keep getting error like "make: 1254-027 Cannot open mymakefile = a.". I verified under ${directory_name}, the file mymakefile is there. Any idea? Thanks. Mike --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org