Return-Path: Mailing-List: contact ant-user-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list ant-user@jakarta.apache.org Received: (qmail 55719 invoked from network); 11 Jan 2001 20:35:22 -0000 Received: from junior.lgc.com (134.132.72.99) by h31.sny.collab.net with SMTP; 11 Jan 2001 20:35:22 -0000 Received: from lgchvw02 by junior.lgc.com (8.8.8/lgc.1.26) id OAA17982; Thu, 11 Jan 2001 14:34:07 -0600 (CST) Received: from 134.132.92.92 by lgchvw02 (InterScan E-Mail VirusWall NT); Thu, 11 Jan 2001 14:35:31 -0600 (Central Standard Time) Received: by lgchexch001 with Internet Mail Service (5.5.2653.19) id ; Thu, 11 Jan 2001 14:34:26 -0600 Message-ID: <462F323275D6D311BA0200805F356C52EC6C59@lgcadev001.zycor.lgc.com> From: Steve Donie To: "Ant-User (E-mail)" Subject: finding out the results of a fileset Date: Thu, 11 Jan 2001 14:36:08 -0600 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="iso-8859-1" X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N I have a jar task that creates a fileset that should have files in it, but the build is failing with the message, "E:\Work\tahoe\tools\build.xml:193: Cannot create jar archive E:\Work\tahoe\dist\20010111\com_lgc_dsClient.jar: no files were included." Here's the snippet of build.xml: I am also puzzled about the echo task in this target not working - should it? How can I tell what files a fileset is looking for, which one it found, etc.? I can't tell if it is processing the ClientManifest.txt or not. If I take out the excludes line above, I do get a jar file, but it has EVERYTHING in the ${classes} dir, which is not what I want - I just want the files listed in the ClientManifest.txt.