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 98783 invoked from network); 27 Jun 2000 10:03:00 -0000 Received: from unknown (HELO globalhub.psa.com.sg) (203.120.36.11) by locus.apache.org with SMTP; 27 Jun 2000 10:03:00 -0000 Received: from smssvr.psa (hq.psa.com.sg [172.18.34.4]) by globalhub.psa.com.sg (8.9.1/8.9.1) with ESMTP id RAA21330 for ; Tue, 27 Jun 2000 17:55:56 +0800 (SGT) Received: by smssvr.psa with Internet Mail Service (5.5.2650.21) id ; Tue, 27 Jun 2000 17:58:56 +0800 Message-ID: <8043C01911BBD111B35300805F9AC87B0363D7D9@tpcxsvr1.psa> From: "TERENCE YEO KAI SIANG, CUSD" To: ant-dev@jakarta.apache.org Subject: Build Fatal Error?? Date: Tue, 27 Jun 2000 17:59:07 +0800 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.21) Content-Type: text/plain; charset="iso-8859-1" X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N Hi : I'm new to the Ant Utility and was unsure of the following error : Buildfile: build.xml Project base dir set to: /usr/netscape/iPlanet/ias6/ias/iasProjects/estore/src Executing Target: compileSingle Compiling 1 source files to /usr/netscape/iPlanet/ias6/ias/iasProjects/estore/src/lib/classes BUILD FATAL ERROR: Target `MyTest.java' does not exist in this project. Basically, what my compileSingle target does is : ${estore.singleSource} being a property set when invoking the ant utility. MyTest.class was successfully generated in the appropriate directory but why does it complain the above error message?? Any ideas will be appreciated :) Thanks. Terence