Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 33907 invoked from network); 15 Dec 2004 13:37:52 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 15 Dec 2004 13:37:52 -0000 Received: (qmail 63028 invoked by uid 500); 15 Dec 2004 13:20:38 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 62621 invoked by uid 500); 15 Dec 2004 13:20:31 -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 62492 invoked by uid 99); 15 Dec 2004 13:20:29 -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 maillnx-us311.fmr.com (HELO maillnx-us311.fmr.com) (192.223.178.26) by apache.org (qpsmtpd/0.28) with ESMTP; Wed, 15 Dec 2004 05:20:25 -0800 Received: from MSGMMKSM01WIN.DMN1.FMR.COM (MSGMMKSM01WIN.dmn1.fmr.com [10.33.139.32] (may be forged)) by maillnx-us311.fmr.com (Switch-3.1.2/Switch-3.1.0) with SMTP id iBFDK3Kk018139 for ; Wed, 15 Dec 2004 08:20:03 -0500 Received: from MSGMMKIV02WIN.DMN1.FMR.COM (10.33.148.31) by MSGMMKSM01WIN.DMN1.FMR.COM (Sigaba Gateway v3.83) with ESMTP id 10536064; Wed, 15 Dec 2004 08:20:03 -0500 Received: from MSGMMKIM02WIN.DMN1.FMR.COM ([172.25.108.84]) by MSGMMKIV02WIN.DMN1.FMR.COM with SMTP_server; Wed, 15 Dec 2004 08:20:02 -0500 Received: from MSGMMKCLE2WIN.fmr.com ([10.33.152.61]) by MSGMMKIM02WIN.DMN1.FMR.COM with Microsoft SMTPSVC(5.0.2195.6713); Wed, 15 Dec 2004 08:20:02 -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="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: RE: java cup and ant Date: Wed, 15 Dec 2004 08:20:02 -0500 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: java cup and ant Thread-Index: AcTip4H8yuiIINKDSj+04y2UFZm4awAAICcg From: "Dick, Brian E." To: "Ant Users List" X-OriginalArrivalTime: 15 Dec 2004 13:20:02.0523 (UTC) FILETIME=[C8D87AB0:01C4E2A8] X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Just because you use exec doesn't mean you are os-dependent. If the same exec-utable is available on all os's, then you maintain os independence. I use executables in my builds (i.e. m4, isql, sqlplus) and the same build files work on Windows, Solaris and RH. -----Original Message----- From: Sadaf_Choudhry [mailto:Sadaf_Choudhry@infosys.com]=20 Sent: Wednesday, December 15, 2004 7:55 AM To: Ant Users List Subject: RE: java cup and ant Hi Stefan, I understand that I can use , but that would make it os-dependent. I want the same ant script to run on windows and solaris. Any way out? Sadaf -----Original Message----- From: Stefan Bodewig [mailto:bodewig@apache.org]=20 Sent: Wednesday, December 15, 2004 5:55 PM To: user@ant.apache.org Subject: Re: java cup and ant Hi, I have the following script I get the following problem: [java] Unrecognized option "< condition.cup" [java] Usage: java_cup [options] [java] and expects a specification file on standard input. [java] Legal options include: [java] -package name specify package generated classes go in ..... The value of the variable file is "condition" Anybody ever done this through ant?? Any pointers?? Regards, Sadaf --------------------------------------------------------------------- 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 --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org