Return-Path: Delivered-To: apmail-jakarta-ant-user-archive@apache.org Received: (qmail 8233 invoked from network); 4 Jul 2002 01:00:09 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 4 Jul 2002 01:00:09 -0000 Received: (qmail 10032 invoked by uid 97); 4 Jul 2002 01:00:14 -0000 Delivered-To: qmlist-jakarta-archive-ant-user@jakarta.apache.org Received: (qmail 9963 invoked by uid 97); 4 Jul 2002 01:00:13 -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 9873 invoked by uid 98); 4 Jul 2002 01:00:10 -0000 X-Antivirus: nagoya (v4198 created Apr 24 2002) Message-ID: <20020704005957.20157.qmail@web13405.mail.yahoo.com> Date: Wed, 3 Jul 2002 17:59:57 -0700 (PDT) From: Diane Holt Subject: Re: Odd failure for 1.5Beta3 on Compaq Tru64 Unix To: Ant Users List In-Reply-To: <5.1.0.14.2.20020703164247.03164c50@popeye.llnl.gov> 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 Are you in some kind of evil parallel universe? :) The behaviour you get is the exact opposite of what you should get (and I do). Ie., with target's name set to "", and no args, I get the "Target `main'..." output, etc. What happens if you set 'default=""', when that's your target's name? What happens if you capture the 'java' command line (up to the "n" in Main) and execute it yourself? I dunno, maybe I'm missing something obvious, but this one is a complete puzzler to me. The only way you should get "Target `' doesn't exist..." is if target == null, and I don't see how you could have a default specified and end up with target being null. And, given Peter's change (which is theoretically only temporarily in, so don't get too attached to it :), if you don't have a default specified, but you do have a target named "main", then that's what target should be set to, so again, not null. Are you up for adding a little debug output to Project.java? (I could do it, but since things work for me, the output wouldn't be all that meaningful.) Diane ===== (holtdl@yahoo.com) __________________________________________________ Do You Yahoo!? Sign up for SBC Yahoo! Dial - First Month Free http://sbc.yahoo.com -- To unsubscribe, e-mail: For additional commands, e-mail: