Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 91753 invoked from network); 30 Dec 2004 07:02:57 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 30 Dec 2004 07:02:57 -0000 Received: (qmail 46989 invoked by uid 500); 30 Dec 2004 07:02:46 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 46946 invoked by uid 500); 30 Dec 2004 07:02:46 -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 46924 invoked by uid 99); 30 Dec 2004 07:02:46 -0000 X-ASF-Spam-Status: No, hits=0.1 required=10.0 tests=FORGED_RCVD_HELO X-Spam-Check-By: apache.org Received-SPF: neutral (hermes.apache.org: 204.127.202.56 is neither permitted nor denied by domain of hoju@visi.com) Received: from sccrmhc12.comcast.net (HELO sccrmhc12.comcast.net) (204.127.202.56) by apache.org (qpsmtpd/0.28) with ESMTP; Wed, 29 Dec 2004 23:02:43 -0800 Received: from nicki.visi.com (c-66-41-141-26.mn.client2.attbi.com[66.41.141.26]) by comcast.net (sccrmhc12) with SMTP id <20041230070240012003mdl4e>; Thu, 30 Dec 2004 07:02:40 +0000 Message-Id: <5.2.1.1.0.20041230010117.03b589f0@pop.shell.visi.com> X-Sender: hoju@pop.shell.visi.com X-Mailer: QUALCOMM Windows Eudora Version 5.2.1 Date: Thu, 30 Dec 2004 01:02:37 -0600 To: "Ant Users List" From: Jacob Kjome Subject: Re: Newbee Question on In-Reply-To: <000a01c4edaa$0fe1b550$adeae518@WEConsultants> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N At 08:26 AM 12/29/2004 -0500, you wrote: >Hi Antoine and Ivan, > >Just tried the following: > > destdir="classes" > > > > Since when do you pass an argument to a VM with the value in quotes? Remove the "'s and see if that fixes the issue. Jake >and this: > >debug="${debug}" debuglevel="${debuglevel}"> > > > > >But recieve the following error: > >C:\Documents and Settings\Ed Taylor\My Documents\Builds\JManagerBuild>ant >Buildfile: build.xml > >init: > >compile: > [javac] Compiling 30 source files to C:\Documents and Settings\Ed >Taylor\My Documents\Builds\JManagerBuild\classes > [javac] javac: invalid flag: -Xlint="unchecked" > [javac] Usage: javac > [javac] where possible options include: > [javac] -g Generate all debugging info > [javac] -g:none Generate no debugging info > [javac] -g:{lines,vars,source} Generate only some debugging info > [javac] -nowarn Generate no warnings > [javac] -verbose Output messages about what the >compiler is doing > [javac] -deprecation Output source locations where >deprecated APIs are used > [javac] -classpath Specify where to find user class files > [javac] -cp Specify where to find user class files > [javac] -sourcepath Specify where to find input source >files > [javac] -bootclasspath Override location of bootstrap >class files > [javac] -extdirs Override location of installed >extensions > [javac] -endorseddirs Override location of endorsed >standards path > [javac] -d Specify where to place generated >class files > [javac] -encoding Specify character encoding used by >source files > [javac] -source Provide source compatibility with >specified release > [javac] -target Generate class files for specific >VM version > [javac] -version Version information > [javac] -help Print a synopsis of standard options > [javac] -X Print a synopsis of nonstandard >options > [javac] -J Pass directly to the runtime >system > > > >I think something else is wrong beause if I execute (javac -version), I >recive the following error also: > >javac -version > >javac 1.5.0 >javac: no source files >Usage: javac >where possible options include: > -g Generate all debugging info > -g:none Generate no debugging info > -g:{lines,vars,source} Generate only some debugging info > -nowarn Generate no warnings > -verbose Output messages about what the compiler is doing > -deprecation Output source locations where deprecated APIs >are used > -classpath Specify where to find user class files > -cp Specify where to find user class files > -sourcepath Specify where to find input source files > -bootclasspath Override location of bootstrap class files > -extdirs Override location of installed extensions > -endorseddirs Override location of endorsed standards path > -d Specify where to place generated class files > -encoding Specify character encoding used by source files > -source Provide source compatibility with specified >release > -target Generate class files for specific VM version > -version Version information > -help Print a synopsis of standard options > -X Print a synopsis of nonstandard options > -J Pass directly to the runtime system --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org