Return-Path: Delivered-To: apmail-jakarta-ant-user-archive@apache.org Received: (qmail 74006 invoked from network); 3 Jul 2002 23:14:14 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 3 Jul 2002 23:14:14 -0000 Received: (qmail 7809 invoked by uid 97); 3 Jul 2002 23:14:22 -0000 Delivered-To: qmlist-jakarta-archive-ant-user@jakarta.apache.org Received: (qmail 7793 invoked by uid 97); 3 Jul 2002 23:14:22 -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 7781 invoked by uid 98); 3 Jul 2002 23:14:21 -0000 X-Antivirus: nagoya (v4198 created Apr 24 2002) Message-Id: <5.1.0.14.2.20020703160247.03135ab0@popeye.llnl.gov> X-Sender: e669350@popeye.llnl.gov X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Wed, 03 Jul 2002 16:13:47 -0700 To: "Ant Users List" From: "N. J. O'Neill" Subject: Re: Odd failure for 1.5Beta3 on Compaq Tru64 Unix In-Reply-To: <20020703221537.18960.qmail@web13403.mail.yahoo.com> References: <5.1.0.14.2.20020703143430.030e38d0@popeye.llnl.gov> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N At 03:15 PM 7/3/02, Diane wrote: >Try adding a set -x/set +x before/after the 'java' command line at the end >of the script, and see what the command line actually looks like when you >run it w/o a target or the -verbose flag. (And, if needed, what it does >when you do, for a comparison.) > >Diane > >===== >(holtdl@yahoo.com) > Here you go: =========================================================== > ant + /g/g1/njoneill/jdk1.3.1_compaq/bin/java -classpath /g/g1/ njoneill/ant/jakarta-ant-1.5Beta3/lib/xml-apis.jar:/g/g1/nj oneill/ant/jakarta-ant-1.5Beta3/lib/xercesImpl.jar:/g/g1/nj oneill/ant/jakarta-ant-1.5Beta3/lib/optional.jar:/g/g1/njon eill/ant/jakarta-ant-1.5Beta3/lib/ant.jar:/g/g1/njoneill/jd k1.3.1_compaq/lib/tools.jar -Dant.home=/g/g1/njoneill/ant/j akarta-ant-1.5Beta3 org.apache.tools.ant.Main Buildfile: build.xml BUILD FAILED Target `' does not exist in this project. Total time: 1 second + set +x =========================================================== > ant program + /g/g1/njoneill/jdk1.3.1_compaq/bin/java -classpath /g/g1/ njoneill/ant/jakarta-ant-1.5Beta3/lib/xml-apis.jar:/g/g1/nj oneill/ant/jakarta-ant-1.5Beta3/lib/xercesImpl.jar:/g/g1/nj oneill/ant/jakarta-ant-1.5Beta3/lib/optional.jar:/g/g1/njon eill/ant/jakarta-ant-1.5Beta3/lib/ant.jar:/g/g1/njoneill/jd k1.3.1_compaq/lib/tools.jar -Dant.home=/g/g1/njoneill/ant/j akarta-ant-1.5Beta3 org.apache.tools.ant.Main program Buildfile: build.xml program: [echo] hello world BUILD SUCCESSFUL Total time: 1 second + set +x =========================================================== ------------------------------------------------------------- Neil J. O'Neill Information Management & Graphics Group Email: njoneill@llnl.gov Lawrence Livermore National Lab. Phone: (925) 424-3023 P.O. Box 808, Mailstop L-561 FAX: (925) 423-8704 Livermore CA, 94551-0808 -- To unsubscribe, e-mail: For additional commands, e-mail: