From dev-return-62693-apmail-ant-dev-archive=ant.apache.org@ant.apache.org Thu Jan 06 23:12:36 2005 Return-Path: Delivered-To: apmail-ant-dev-archive@www.apache.org Received: (qmail 10011 invoked from network); 6 Jan 2005 23:12:35 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 6 Jan 2005 23:12:35 -0000 Received: (qmail 52445 invoked by uid 500); 6 Jan 2005 23:12:34 -0000 Delivered-To: apmail-ant-dev-archive@ant.apache.org Received: (qmail 52370 invoked by uid 500); 6 Jan 2005 23:12:33 -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 52356 invoked by uid 99); 6 Jan 2005 23:12:33 -0000 X-ASF-Spam-Status: No, hits=0.2 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; Thu, 06 Jan 2005 15:12:32 -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 j06NCTn5006390 for ; Fri, 7 Jan 2005 00:12:29 +0100 Received: (from nobody@localhost) by ajax.apache.org (8.12.11/8.12.11/Submit) id j06NCT89006388; Fri, 7 Jan 2005 00:12:29 +0100 Date: Fri, 7 Jan 2005 00:12:29 +0100 Message-Id: <200501062312.j06NCT89006388@ajax.apache.org> From: bugzilla@apache.org To: dev@ant.apache.org Subject: DO NOT REPLY [Bug 5035] - Patternset and fileset enhancements 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=5035 ------- Additional Comments From ddevienne@lgc.com 2005-01-07 00:12 ------- No, you can't for these tasks that care about the relative paths of files listed by the fileset, like Javac. A fileset can have only a single dir. If you nest other filesets with different dirs, you must choose one of these dirs to be the unique 'main' fileset dir, and doing so you change the relative filename of any files from nested fileset with a different dir. With , that would result in *inventing* new package names for Java sources. assumes the relative filename matches the package name to do timestamp checking, and changing the relative filename of a .java file is equivalent for to re- packaging the .java file, and will not look in the correct place for the generated .class file, that SUN's Javac outputs in a directory corresponding to the real package name. No, really, it's difficult to explain, as my confusing explanation above demonstrates (!), but you can't have nested filesets because many tasks need the correct relative filename, and we can't change all tasks out there that do. -- 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