Return-Path: Delivered-To: apmail-ant-dev-archive@www.apache.org Received: (qmail 49436 invoked from network); 10 Dec 2004 16:52:12 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 10 Dec 2004 16:52:12 -0000 Received: (qmail 58696 invoked by uid 500); 10 Dec 2004 16:52:09 -0000 Delivered-To: apmail-ant-dev-archive@ant.apache.org Received: (qmail 58637 invoked by uid 500); 10 Dec 2004 16:52:09 -0000 Mailing-List: contact dev-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Ant Developers List" Reply-To: "Ant Developers List" Delivered-To: mailing list dev@ant.apache.org Received: (qmail 58620 invoked by uid 99); 10 Dec 2004 16:52:08 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=NO_REAL_NAME X-Spam-Check-By: apache.org Received: from ajax-1.apache.org (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.28) with ESMTP; Fri, 10 Dec 2004 08:52:07 -0800 Received: from ajax.apache.org (ajax.apache.org [127.0.0.1]) by ajax.apache.org (8.12.11/8.12.11) with ESMTP id iBAGq4CP018170 for ; Fri, 10 Dec 2004 17:52:04 +0100 Received: (from nobody@localhost) by ajax.apache.org (8.12.11/8.12.11/Submit) id iBAGq4CN018168; Fri, 10 Dec 2004 17:52:04 +0100 Date: Fri, 10 Dec 2004 17:52:04 +0100 Message-Id: <200412101652.iBAGq4CN018168@ajax.apache.org> From: bugzilla@apache.org To: dev@ant.apache.org Subject: DO NOT REPLY [Bug 32639] New: - Jar task doesn't report missing file in fixed fileset X-Bugzilla-Reason: AssignedTo X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG� RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND� INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bug.cgi?id=32639 Summary: Jar task doesn't report missing file in fixed fileset Product: Ant Version: 1.6.1 Platform: PC OS/Version: Windows XP Status: NEW Severity: normal Priority: P2 Component: Core tasks AssignedTo: dev@ant.apache.org ReportedBy: Matthew.H.Smith@noaa.gov The Ant jar task does not report a missing file when passed a fixed fileset to add to a jar. When I run the Java jar command from the command line, I get an error message like the following... CleanThread.class : no such file or directory But when I run the Ant jar command, no such error message... [jar] JARs are never empty, they contain at least a manifest file [jar] Building jar: C:\home\LRIT\baseline\Release2\jar\ProductWatch.jar BUILD SUCCESSFUL Total time: 9 seconds Here is the jar command from my build file -> The CleanThread.class is definitely in the "ToolExeSet" reference id, for when the file DOES exist, it gets added to the jar! What is happening? Thanks. -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org For additional commands, e-mail: dev-help@ant.apache.org