Return-Path: X-Original-To: apmail-ant-user-archive@www.apache.org Delivered-To: apmail-ant-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id E67EF9113 for ; Wed, 20 Jun 2012 14:44:41 +0000 (UTC) Received: (qmail 47175 invoked by uid 500); 20 Jun 2012 14:44:41 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 47049 invoked by uid 500); 20 Jun 2012 14:44:40 -0000 Mailing-List: contact user-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Ant Users List" Reply-To: "Ant Users List" Delivered-To: mailing list user@ant.apache.org Received: (qmail 47031 invoked by uid 99); 20 Jun 2012 14:44:40 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 20 Jun 2012 14:44:40 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=FSL_RCVD_USER,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of ddevienne@gmail.com designates 209.85.213.45 as permitted sender) Received: from [209.85.213.45] (HELO mail-yw0-f45.google.com) (209.85.213.45) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 20 Jun 2012 14:44:34 +0000 Received: by yhoo21 with SMTP id o21so6359140yho.4 for ; Wed, 20 Jun 2012 07:44:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; bh=qRE8agC+mMaB1cBo4cMQWtYpi3q8MkpqOoXsbN8+Zl4=; b=To2LTRKlS9f+GbUQ2HP98TTmyiO77cM0tWnndDhs/bfJtMuQrwgvzCA1JVek9EEfQ5 HCOj7r4L1os7IlyHhTxK/Q+vRBhbVglmgCBSjbGtI2yXcA6uoQL4Lk5YTPW5Vt3OpF8D L0U8JOORjgSEWyGnBToIxJUUXydl50TIenAKvBUq5joMmESES0lXt909VH7PsUjvWjRP TlNl2OPaIT2b9w96IpShThTTytB8i9xA4ZZZ2JQkgiDJv09dI8vkWGi+7BBcnxucfEPS 9jX/Rl600d3bLhUHDgJNKhUrmCHxmE4gEty7jODBV+HSQBCH06qNUAulJQQwy/iXF+Dp JWgQ== MIME-Version: 1.0 Received: by 10.236.152.97 with SMTP id c61mr27758778yhk.130.1340203453819; Wed, 20 Jun 2012 07:44:13 -0700 (PDT) Received: by 10.100.194.10 with HTTP; Wed, 20 Jun 2012 07:44:13 -0700 (PDT) In-Reply-To: <1339983826.3399.YahooMailNeo@web161004.mail.bf1.yahoo.com> References: <1339983826.3399.YahooMailNeo@web161004.mail.bf1.yahoo.com> Date: Wed, 20 Jun 2012 16:44:13 +0200 Message-ID: Subject: Re: compilearg From: Dominique Devienne To: Ant Users List , Michael Tabak Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org On Mon, Jun 18, 2012 at 3:43 AM, Michael Tabak wr= ote: > I'm running Ant 1.8.2. I have a line in my build file to override the des= tination directory: > =A0 > =A0=A0=A0=A0=A0=A0=A0 > =A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 > =A0=A0=A0=A0=A0=A0=A0 > =A0=A0=A0=A0 > > This is in my compile target. If I replace "-d output1.6" with -version o= r=A0 -verbose, the command works, but if I use > something like -cp . or -d output I get=A0 a "[javac] invalid flag: -d ou= tput1.6" and the build fails. try with line=3D"..." instead of value=3D"...". @value expects a single argument (possibly with embedded whitespace), while @line splits its content around whitespace to pass one or more arguments. --DD See http://ant.apache.org/manual/using.html#arg --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org