Return-Path: Mailing-List: contact ant-dev-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list ant-dev@jakarta.apache.org Received: (qmail 22684 invoked from network); 30 Jan 2001 00:18:50 -0000 Received: from mail.alphalink.com.au (203.24.205.7) by h31.sny.collab.net with SMTP; 30 Jan 2001 00:18:50 -0000 Received: from donalgar (d128-ps0-mel.alphalink.com.au [202.161.104.128]) by mail.alphalink.com.au (8.9.3/8.9.3) with SMTP id LAA16048; Tue, 30 Jan 2001 11:18:56 +1100 Message-Id: <3.0.6.32.20010130111912.0098db10@alphalink.com.au> X-Sender: gdonald@alphalink.com.au X-Mailer: QUALCOMM Windows Eudora Light Version 3.0.6 (32) Date: Tue, 30 Jan 2001 11:19:12 +1100 To: ant-dev@jakarta.apache.org From: Peter Donald Subject: Re: Problems with the current bootstrap process Cc: ant-dev@jakarta.apache.org In-Reply-To: References: <3.0.6.32.20010130032340.008a3100@alphalink.com.au> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N At 06:00 29/1/01 +0100, Stefan Bodewig wrote: >I've gone back and forth, tried jikes and several different JDKs, all >lead to the same result - the compiler picks up Constants.java from >the source file in src/main not build/src, no matter what I do. > >I've tried to ensure a Constants.class has been built before, I've >specified the order in which the source directories should be searched >via - I've run out of ideas. > >Is the current setup working for anybody? Does ant -version after a >bootstrap from a fresh cvs-update give anything useful for anybody? If >so, I have to conclude something's wrong with my setup and try to >nail down the problem in a new and clean environment. Nope not working except in very rare situations. Guess why ? Constants.java is compiled in bootstrap phase rather than in actual compile phase ;) Doh !! Cheers, Pete *-----------------------------------------------------* | "Faced with the choice between changing one's mind, | | and proving that there is no need to do so - almost | | everyone gets busy on the proof." | | - John Kenneth Galbraith | *-----------------------------------------------------*