Return-Path: Delivered-To: apmail-jakarta-ant-user-archive@apache.org Received: (qmail 21048 invoked from network); 29 Jan 2002 15:05:04 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 29 Jan 2002 15:05:04 -0000 Received: (qmail 2543 invoked by uid 97); 29 Jan 2002 15:04:56 -0000 Delivered-To: qmlist-jakarta-archive-ant-user@jakarta.apache.org Received: (qmail 2527 invoked by uid 97); 29 Jan 2002 15:04:56 -0000 Mailing-List: contact ant-user-help@jakarta.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 ant-user@jakarta.apache.org Received: (qmail 2516 invoked from network); 29 Jan 2002 15:04:55 -0000 Message-ID: <20020129150453.54218.qmail@web13406.mail.yahoo.com> Date: Tue, 29 Jan 2002 07:04:53 -0800 (PST) From: Diane Holt Subject: Re: Oh dear: was: Antwort: Odd Behaviour ... To: Ant Users List In-Reply-To: <200201291258.g0TCwtk12723@egwene.twibble.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N --- Fred Brkich wrote: > As for the "don't blame Ant" drift, well in my more tyrannical moments > I would insist that the definition of a software product would INCLUDE > the documentation that comes with it, > > I had exactly the same symptoms. I was using my own execution > > environment, rather than the MS-Dos ant.bat file. Unlike jdk 1.1, > > most of the javac compiler in jdk 1.3 is found in the tools.jar file. > > The problem was solved by "simply" adding the jar to my ant execution > > classpath. >From the "Running Ant" section of the user doc: Running Ant by Hand If you have installed Ant in the do-it-yourself way, Ant can be started with: java -Dant.home=c:\ant org.apache.tools.ant.Main [options] [target] These instructions actually do exactly the same as the ant command. The options and target are the same as when running Ant with the ant command. This example assumes you have set your classpath to include: ant.jar jars/classes for your XML parser the JDK's required jar/zip files Any documentation is only as good as the willingness of people to actually read it :) Diane ===== (holtdl@yahoo.com) __________________________________________________ Do You Yahoo!? Great stuff seeking new owners in Yahoo! Auctions! http://auctions.yahoo.com -- To unsubscribe, e-mail: For additional commands, e-mail: