Return-Path: Delivered-To: apmail-jakarta-ant-dev-archive@apache.org Received: (qmail 54338 invoked from network); 22 Jan 2003 22:05:21 -0000 Received: from exchange.sun.com (192.18.33.10) by 208.185.179.12.available.above.net with SMTP; 22 Jan 2003 22:05:21 -0000 Received: (qmail 20343 invoked by uid 97); 22 Jan 2003 22:06:46 -0000 Delivered-To: qmlist-jakarta-archive-ant-dev@jakarta.apache.org Received: (qmail 20306 invoked by uid 97); 22 Jan 2003 22:06:45 -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 20292 invoked by uid 50); 22 Jan 2003 22:06:44 -0000 Date: 22 Jan 2003 22:06:44 -0000 Message-ID: <20030122220644.20291.qmail@nagoya.betaversion.org> From: bugzilla@apache.org To: ant-dev@jakarta.apache.org Cc: Subject: DO NOT REPLY [Bug 16345] New: - ilasm task acts incorrectly with more than one input file X-Spam-Rating: 208.185.179.12.available.above.net 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=16345 ilasm task acts incorrectly with more than one input file Summary: ilasm task acts incorrectly with more than one input file Product: Ant Version: 1.5.1 Platform: All OS/Version: All Status: NEW Severity: Critical Priority: Other Component: Optional Tasks AssignedTo: ant-dev@jakarta.apache.org ReportedBy: mschilling@amberpoint.com Consider the following invocation of ilasm: If src/Test contains more than one .il file, this should assemble them all into a single DLL. In fact, it loops though the .il files, assembling each one into Test.dll. The final result is a Test.dll that contains only the contents of the last file. A second problem is that no dependency checking is done. Thus, with a single input file, the produced DLL is correct but it's built every time ANT runs, regardless of whether it needs rebuilding. -- To unsubscribe, e-mail: For additional commands, e-mail: