Return-Path: Delivered-To: apmail-jakarta-ant-dev-archive@apache.org Received: (qmail 91402 invoked from network); 9 Jan 2003 17:51:33 -0000 Received: from exchange.sun.com (192.18.33.10) by daedalus.apache.org with SMTP; 9 Jan 2003 17:51:33 -0000 Received: (qmail 7172 invoked by uid 97); 9 Jan 2003 17:52:50 -0000 Delivered-To: qmlist-jakarta-archive-ant-dev@jakarta.apache.org Received: (qmail 7150 invoked by uid 97); 9 Jan 2003 17:52:49 -0000 Mailing-List: contact ant-dev-help@jakarta.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 ant-dev@jakarta.apache.org Received: (qmail 7136 invoked by uid 50); 9 Jan 2003 17:52:49 -0000 Date: 9 Jan 2003 17:52:49 -0000 Message-ID: <20030109175249.7135.qmail@nagoya.betaversion.org> From: bugzilla@apache.org To: ant-dev@jakarta.apache.org Cc: Subject: DO NOT REPLY [Bug 15929] New: - ant under re-sorts files, destroying dependencies. X-Spam-Rating: daedalus.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://nagoya.apache.org/bugzilla/show_bug.cgi?id=15929 ant under re-sorts files, destroying dependencies. Summary: ant under re-sorts files, destroying dependencies. Product: Ant Version: 1.5.1 Platform: Sun OS/Version: Solaris Status: NEW Severity: Major Priority: Other Component: Core tasks AssignedTo: ant-dev@jakarta.apache.org ReportedBy: richard@dftltd.demon.co.uk We are using ant to build our Vitria application. One of the requirements is to run a utility called "importidl". The files in a given directory need to be imported in a particular order. We created a flat file with the files in the required order and used it in fileset statement as shown in the extract below: For some reason, ant re-orders the files according to the last modified date, instead of taking the files in the order in which they appear in the file "buildfiles" (i.e. order is same as if specifying includes="*.idl"). The only workaround we have come up with is to each file independently, which is a major pain (both for setup and maintenance). Is there a standard way of establishing the dependencies? Thanks. -- To unsubscribe, e-mail: For additional commands, e-mail: