Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 78193 invoked from network); 26 Jan 2006 18:26:00 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 26 Jan 2006 18:26:00 -0000 Received: (qmail 48796 invoked by uid 500); 26 Jan 2006 18:25:41 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 48745 invoked by uid 500); 26 Jan 2006 18:25:40 -0000 Mailing-List: contact user-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Ant Users List" Reply-To: "Ant Users List" Delivered-To: mailing list user@ant.apache.org Received: (qmail 48734 invoked by uid 99); 26 Jan 2006 18:25:40 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 26 Jan 2006 10:25:40 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of brianorourke@gmail.com designates 66.249.82.205 as permitted sender) Received: from [66.249.82.205] (HELO xproxy.gmail.com) (66.249.82.205) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 26 Jan 2006 10:25:39 -0800 Received: by xproxy.gmail.com with SMTP id t16so250116wxc for ; Thu, 26 Jan 2006 10:25:18 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=SI3T7puR6adJec4inOceJKcFTntGmRfxn3RISxV+1LI8fQo+wLcoIMTYSmiFofgklexPkgw5IN0/eSkNwXI9PF0CmEcgwZHksaJ/zqU4rvYlg8pMNXYmThedc9quPaG+AFMTSEeSQ31fZ1VXzQaBI+P86CsYwvmze3x2YE0T5+4= Received: by 10.70.44.13 with SMTP id r13mr2488563wxr; Thu, 26 Jan 2006 10:25:14 -0800 (PST) Received: by 10.70.30.5 with HTTP; Thu, 26 Jan 2006 10:25:14 -0800 (PST) Message-ID: <314648e0601261025h2e64a80x8791705d60d2c2f3@mail.gmail.com> Date: Thu, 26 Jan 2006 13:25:14 -0500 From: Brian O'Rourke To: user@ant.apache.org Subject: Support for addText in Condition? MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_76978_6118115.1138299914111" X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N ------=_Part_76978_6118115.1138299914111 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Hello, I have a custom condition, and I would like it to support body text. Is suc= h a thing possible? I tried just adding an "addText" method to my Condition implementation, but I get an ExceptionInInitializationError. This is what I would like to do: select * from sometable Is such a thing possible? -Brian O'Rourke ------=_Part_76978_6118115.1138299914111--