Return-Path: Mailing-List: contact ant-user-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list ant-user@jakarta.apache.org Delivered-To: moderator for ant-user@jakarta.apache.org Received: (qmail 52871 invoked from network); 30 Jan 2001 18:10:25 -0000 Received: from imo-r10.mx.aol.com (152.163.225.10) by h31.sny.collab.net with SMTP; 30 Jan 2001 18:10:25 -0000 Received: from ERICWEI@aol.com by imo-r10.mx.aol.com (mail_out_v29.5.) id t.e8.fd810de (15877) for ; Tue, 30 Jan 2001 13:09:37 -0500 (EST) Received: from web48.aolmail.aol.com (web48.aolmail.aol.com [205.188.161.9]) by air-id07.mx.aol.com (v77.35) with ESMTP; Tue, 30 Jan 2001 13:09:36 -0500 Date: Tue, 30 Jan 2001 13:09:36 EST From: ERICWEI@aol.com Subject: Javac problem To: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Mailer: Unknown (No Version) Message-ID: X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N I have what may be a very stupid question, because I have been using ant for only a couple hours now. But here we go: here is a portion of my simple.xml file being used by ant: [other targets and init] the zip never gets reached. here is the output: clean: [deltree] DEPRECATED - The deltree task is deprecated. Use delete instead. [deltree] Deleting: C:\WebApps\backoffice\web-inf [deltree] DEPRECATED - The deltree task is deprecated. Use delete instead. prepare: [mkdir] Created dir: C:\WebApps\backoffice\web-inf [mkdir] Created dir: C:\WebApps\backoffice\zip print1: this is test1 compile: [javac] Compiling 1 source file to C:\WebApps\backoffice\web-inf BUILD SUCCESSFUL i have no clue why the zip never runs. any help would be greatly appreciated. thanks, eric