Return-Path: Delivered-To: apmail-ibatis-user-java-archive@www.apache.org Received: (qmail 25176 invoked from network); 28 Feb 2008 20:28:39 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 28 Feb 2008 20:28:39 -0000 Received: (qmail 29981 invoked by uid 500); 28 Feb 2008 20:28:31 -0000 Delivered-To: apmail-ibatis-user-java-archive@ibatis.apache.org Received: (qmail 29973 invoked by uid 500); 28 Feb 2008 20:28:31 -0000 Mailing-List: contact user-java-help@ibatis.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user-java@ibatis.apache.org Delivered-To: mailing list user-java@ibatis.apache.org Received: (qmail 29962 invoked by uid 99); 28 Feb 2008 20:28:31 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 28 Feb 2008 12:28:31 -0800 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 jeffgbutler@gmail.com designates 209.85.146.177 as permitted sender) Received: from [209.85.146.177] (HELO wa-out-1112.google.com) (209.85.146.177) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 28 Feb 2008 20:27:57 +0000 Received: by wa-out-1112.google.com with SMTP id j5so8736774wah.24 for ; Thu, 28 Feb 2008 12:28:07 -0800 (PST) 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=zJh5OcqMHq3ob4hTR8sBvdQw9ElR5NPSf+mWvbDXSAE=; b=beFbuDUiddZVCUcbxBrtDOmxTj3Gc1rkw5ZpzLDGeZ6qrTdzyhWnYKTcJ7NItuB9lxGbrkoH0VGmGoxu+9f0AbFLx3PoAsz2kiZ91/qSZ3pAFM+gJ0mJ7zu8kg47DEjKD/1XNfFfmasOe5MzPHTOjzwdyTykAVq08FZ+TrVopYE= 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=CNfmZaTao7ObBR+c02lrrfOB/SXbjb2y0YMVxHxOk2/dd7mQyHL546G3wACHfVtn8UmAmz6E0Cf8E6w8FN4FIhDAzBUashxFKd46CvlCS7oYeGomJr0N/tHel759ZfPYE2MsAjmZEvvywoY2VJPte5XhmklciPvHKg93EI4U29A= Received: by 10.114.158.1 with SMTP id g1mr10100329wae.97.1204230487119; Thu, 28 Feb 2008 12:28:07 -0800 (PST) Received: by 10.114.111.3 with HTTP; Thu, 28 Feb 2008 12:28:07 -0800 (PST) Message-ID: Date: Thu, 28 Feb 2008 14:28:07 -0600 From: "Jeff Butler" To: user-java@ibatis.apache.org Subject: Re: Does Abator from trunk override user added methods to the DAO/DAOImpl files on regen? In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_10199_16961571.1204230487107" References: X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_10199_16961571.1204230487107 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Members added to Java files are preserved with the Eclipse plugin only. So you would need to rebuild the plugin to make this work. Outside of Eclipse, you have to do a manual merge. Some day I'll learn Antlr and fix this for good! It's just too easy in Eclipse :) Jeff Butler On Thu, Feb 28, 2008 at 12:23 PM, Jared Blitzstein < mailing-list@blitzstein.net> wrote: > (Sorry if this is a repost (or possibly a 3 post), something is messed > up with my out going email but I think I fixed it) > > I'm pretty sure adding methods in the generated spring DAO impl/ > interface in the current abator release were preserved when you > regenerated, but they're not being preserved when doing a regen from > trunk. Can anyone confirm if that is what is supposed to happen? > ------=_Part_10199_16961571.1204230487107 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline
Members added to Java files are preserved with the Eclipse plugin only.  So you would need to rebuild the plugin to make this work.  Outside of Eclipse, you have to do a manual merge.
 
Some day I'll learn Antlr and fix this for good!  It's just too easy in Eclipse :)
 
Jeff Butler


 
On Thu, Feb 28, 2008 at 12:23 PM, Jared Blitzstein <mailing-list@blitzstein.net> wrote:
(Sorry if this is a repost (or possibly a 3 post), something is messed
up with my out going email but I think I fixed it)

I'm pretty sure adding methods in the generated spring DAO impl/
interface in the current abator release were preserved when you
regenerated, but they're not being preserved when doing a regen from
trunk. Can anyone confirm if that is what is supposed to happen?

------=_Part_10199_16961571.1204230487107--