Return-Path: Mailing-List: contact dev-help@ant.apache.org; run by ezmlm Delivered-To: mailing list dev@ant.apache.org Received: (qmail 12670 invoked from network); 13 Mar 2003 21:39:36 -0000 Received: from exchange.sun.com (192.18.33.10) by daedalus.apache.org with SMTP; 13 Mar 2003 21:39:36 -0000 Received: (qmail 13176 invoked by uid 50); 13 Mar 2003 21:41:22 -0000 Date: 13 Mar 2003 21:41:22 -0000 Message-ID: <20030313214122.13175.qmail@nagoya.betaversion.org> From: bugzilla@apache.org To: dev@ant.apache.org Cc: Subject: DO NOT REPLY [Bug 10719] - Files processed under SQL task are hacked 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=10719 Files processed under SQL task are hacked ------- Additional Comments From stevel@apache.org 2003-03-13 21:41 ------- Note that the ${sql.comment} trick to per-platform comments does not work, because does not (currently) expand comments in the inline text, something we cannot change for backwards compatibility. An expand-properties attribute could enable that, of course.