Return-Path: Delivered-To: apmail-ibatis-dev-archive@www.apache.org Received: (qmail 48676 invoked from network); 18 Jul 2008 13:24:25 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 18 Jul 2008 13:24:25 -0000 Received: (qmail 91174 invoked by uid 500); 18 Jul 2008 13:24:25 -0000 Delivered-To: apmail-ibatis-dev-archive@ibatis.apache.org Received: (qmail 91003 invoked by uid 500); 18 Jul 2008 13:24:25 -0000 Mailing-List: contact dev-help@ibatis.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ibatis.apache.org Delivered-To: mailing list dev@ibatis.apache.org Received: (qmail 90992 invoked by uid 99); 18 Jul 2008 13:24:25 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 18 Jul 2008 06:24:25 -0700 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of clinton.begin@gmail.com designates 209.85.146.182 as permitted sender) Received: from [209.85.146.182] (HELO wa-out-1112.google.com) (209.85.146.182) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 18 Jul 2008 13:23:31 +0000 Received: by wa-out-1112.google.com with SMTP id v33so139109wah.24 for ; Fri, 18 Jul 2008 06:23:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:in-reply-to:mime-version:content-type:references; bh=L7lJVwOcFepUOz+NsxF3vtdzAH+FqkDCfvRoUyAtVtk=; b=Drnyw7nD/Wi14tu1jL0DDCVj0cYEEJyXJvz46frCI1yG799kmQ9IHAhMlLwD6lRGb0 RtBTLCfbsSMHCtNtSCYqj9JMqQf8mRpYJ5JSPgWGnEOHH40GSaAHyXYMjuCAs05ahTV4 OdnSKG2KEvaluJ/bVO7u+79wB+HNWX/kZVaoM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:references; b=YLeEmeqMGP1h4EeKFc+qo0N2rC1i3uTLm6mNBlyCLbtCcDdTX/zvgEjfZddvIQLYfX xX4pE5h56JLDuu4H+M9lZshNNBswITEPxRz0l5yNw8eV6+cCP4Zu1VYnPlqlWU+unj8m Gr8zwkJXGLgtEXTp2Wz/mNwvOfPVzg3lQ8XuQ= Received: by 10.115.91.11 with SMTP id t11mr107265wal.41.1216387435435; Fri, 18 Jul 2008 06:23:55 -0700 (PDT) Received: by 10.114.135.14 with HTTP; Fri, 18 Jul 2008 06:23:55 -0700 (PDT) Message-ID: <16178eb10807180623k12f3cad1l68bd82116492dbdb@mail.gmail.com> Date: Fri, 18 Jul 2008 07:23:55 -0600 From: "Clinton Begin" To: dev@ibatis.apache.org Subject: Re: iBATIS-375 [patch] In-Reply-To: <383C450C-0EDD-4302-AA0B-B0468D784108@ezabel.com> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_83286_13274171.1216387435439" References: <16178eb10807172336k5c777ab0re51aea6fc8ff0256@mail.gmail.com> <383C450C-0EDD-4302-AA0B-B0468D784108@ezabel.com> X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_83286_13274171.1216387435439 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline By default iBATIS should use the DTD in the JAR file, although some parsers have ignored this and hit the web anyway. But your tools will need to be configured appropriately. I know IntelliJ IDEA allows a mapping of a doctype URL to any file on the filesystem. Clinton On Fri, Jul 18, 2008 at 6:27 AM, Ian Zabel wrote: > Clinton, > Thanks! > > Looks like that link is not quite working properly, however. But I did find > this: > http://parabuild.viewtier.com:8080/parabuild/build/results.htm?cid=e107&buildrunid=9925 > > One question, off-topic. This patch modifies the DTD. What strategy do most > people use for pointing their xml to the new DTD for development builds? > I've changed my xml doctype to SYSTEM and pointed it to a local version of > the DTD. Is there a better way? Would be nice if anyone knows how set up the > XML to use a DTD from the iBatis JAR in META-INF or something. > > Ian. > > On Jul 18, 2008, at 2:36 AM, Clinton Begin wrote: > > I've applied the patch. It looks like an okay feature. I'm going to see > if there's a better way for iBATIS 3, but for now this will do. > > I've update the iBATIS homepage to include a link to the continuous > integration server. Follow the instructions for "Developer Release" on the > download page once it updates. > > http://ibatis.apache.org/javadownloads.cgi > > Cheers, > Clinton > > On Thu, Jul 17, 2008 at 9:12 PM, Ian Zabel wrote: > >> Gents, >> >> I've created a patch for the following issue which seems to have some >> popularity, and is a personal pain point for our legacy code. >> >> https://issues.apache.org/jira/browse/IBATIS-375 >> >> Would love to see this make it into an official release. >> >> Regards, >> Ian. >> > > > ------=_Part_83286_13274171.1216387435439 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline
By default iBATIS should use the DTD in the JAR file, although some parsers have ignored this and hit the web anyway.   But your tools will need to be configured appropriately.  I know IntelliJ IDEA allows a mapping of a doctype URL to any file on the filesystem.

Clinton

On Fri, Jul 18, 2008 at 6:27 AM, Ian Zabel <ian@ezabel.com> wrote:
Clinton,

Thanks!

Looks like that link is not quite working properly, however. But I did find this: http://parabuild.viewtier.com:8080/parabuild/build/results.htm?cid=e107&buildrunid=9925

One question, off-topic. This patch modifies the DTD. What strategy do most people use for pointing their xml to the new DTD for development builds? 
I've changed my xml doctype to SYSTEM and pointed it to a local version of the DTD. Is there a better way? Would be nice if anyone knows how set up the XML to use a DTD from the iBatis JAR in META-INF or something. 

Ian.

On Jul 18, 2008, at 2:36 AM, Clinton Begin wrote:

I've applied the patch.  It looks like an okay feature.  I'm going to see if there's a better way for iBATIS 3, but for now this will do.

I've update the iBATIS homepage to include a link to the continuous integration server.  Follow the instructions for "Developer Release" on the download page once it updates.

http://ibatis.apache.org/javadownloads.cgi

Cheers,
Clinton

On Thu, Jul 17, 2008 at 9:12 PM, Ian Zabel <ian@ezabel.com> wrote:
Gents,

I've created a patch for the following issue which seems to have some popularity, and is a personal pain point for our legacy code.

https://issues.apache.org/jira/browse/IBATIS-375

Would love to see this make it into an official release.

Regards,
Ian.



------=_Part_83286_13274171.1216387435439--