From dev-return-57079-apmail-ant-dev-archive=ant.apache.org@ant.apache.org Wed Apr 14 20:29:10 2004 Return-Path: Delivered-To: apmail-ant-dev-archive@www.apache.org Received: (qmail 70157 invoked from network); 14 Apr 2004 20:29:10 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 14 Apr 2004 20:29:10 -0000 Received: (qmail 38934 invoked by uid 500); 14 Apr 2004 20:28:56 -0000 Delivered-To: apmail-ant-dev-archive@ant.apache.org Received: (qmail 38888 invoked by uid 500); 14 Apr 2004 20:28:56 -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 38874 invoked from network); 14 Apr 2004 20:28:55 -0000 Received: from unknown (HELO central.purematrix.com) (66.180.124.162) by daedalus.apache.org with SMTP; 14 Apr 2004 20:28:55 -0000 Received: from purematrix.com (slip-32-102-170-141.co.us.prserv.net [32.102.170.141]) by central.purematrix.com (Postfix) with SMTP id 456843E5E; Wed, 14 Apr 2004 14:28:59 -0600 (MDT) Sender: jax@purematrix.com Message-ID: <407D9F05.B03236D7@purematrix.com> Date: Wed, 14 Apr 2004 14:28:53 -0600 From: "Jack J. Woehr" X-Mailer: Mozilla 4.78 [en] (X11; U; SunOS 5.9 sun4u) X-Accept-Language: en MIME-Version: 1.0 To: Ant Developers List Subject: Sql Task -- A comment and a diff Content-Type: multipart/mixed; boundary="------------DFF98FD37AFDF37763773FD2" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N --------------DFF98FD37AFDF37763773FD2 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit 1. The documentation for the Sql Task is, I believe, inaccurate. It doesn't mention that the 'keepformat' attribute set to 'true' will eliminate the effect of the REM, // and -- comments. 2. In any case, the attached diff should add the attribute 'commentchars' which allow the user to choose the single string of characters which constitute a line commenter when appearing at the head of the line. E.g.,