Return-Path: Delivered-To: apmail-ibatis-user-java-archive@www.apache.org Received: (qmail 96563 invoked from network); 16 Aug 2006 18:38:51 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 16 Aug 2006 18:38:51 -0000 Received: (qmail 27718 invoked by uid 500); 16 Aug 2006 18:38:49 -0000 Delivered-To: apmail-ibatis-user-java-archive@ibatis.apache.org Received: (qmail 27706 invoked by uid 500); 16 Aug 2006 18:38:49 -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 27694 invoked by uid 99); 16 Aug 2006 18:38:49 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 16 Aug 2006 11:38:49 -0700 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=DNS_FROM_RFC_ABUSE,HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of johnhurt@gmail.com designates 64.233.184.226 as permitted sender) Received: from [64.233.184.226] (HELO wr-out-0506.google.com) (64.233.184.226) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 16 Aug 2006 11:38:48 -0700 Received: by wr-out-0506.google.com with SMTP id 67so63217wri for ; Wed, 16 Aug 2006 11:38:27 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=gNx8dJ2PqRvPftlD+nXrKVEPxWoCtfpdecqdyXACf+nr7OWr2Yx2qetwfVt7PSRUaITJkP/iychq+0PMBAMN4qaNIjWlwE5OBP6oGzrTQMHDArV9Q1Mfgd1BEOJrgNW5+bGjoduAy/xMmycHGKDD6s0m+0YmA8ducx1212oDO6g= Received: by 10.65.154.10 with SMTP id g10mr1107195qbo; Wed, 16 Aug 2006 11:38:27 -0700 (PDT) Received: by 10.65.15.8 with HTTP; Wed, 16 Aug 2006 11:38:27 -0700 (PDT) Message-ID: Date: Wed, 16 Aug 2006 11:38:27 -0700 From: "Mississippi John Hurt" To: user-java@ibatis.apache.org Subject: Re: How tell Abator to Not Put Comments in Generated Code? In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_99970_22338516.1155753507315" References: X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N ------=_Part_99970_22338516.1155753507315 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline That's fine, its not a big deal. I just sort the properties block, then remove the comments in a single block, delete the get/setters, then just have eclipse re-generate the get/setters. It works fine. Thanks! On 8/16/06, Jeff Butler wrote: > > The Javadoc comments are required in Abator for merge purposes. So > there's not an option to turn them off. > > If you're using Eclipse, I suppose you could write a Javadoc comment > remover plugin fairly easily - but this would disable the Abator merge > function. Usually people want more comments, not less :) > > Would you like to see different things in the Javadoc comments? > > Jeff Butler > > > On 8/16/06, Mississippi John Hurt wrote: > > > > Hi, > > > > How can I configure Abator to not generate comments in the generated > > code, for instance model properties and get/setters? Thanks. > > > > > > ------=_Part_99970_22338516.1155753507315 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline That's fine, its not a big deal. I just sort the properties block, then remove the comments in a single block, delete the get/setters, then just have eclipse re-generate the get/setters. It works fine. Thanks!

On 8/16/06, Jeff Butler <jeffgbutler@gmail.com> wrote:
The Javadoc comments are required in Abator for merge purposes.  So there's not an option to turn them off.
 
If you're using Eclipse, I suppose you could write a Javadoc comment remover plugin fairly easily - but this would disable the Abator merge function.  Usually people want more comments, not less :)
 
Would you like to see different things in the Javadoc comments?
 
Jeff Butler

 
On 8/16/06, Mississippi John Hurt <johnhurt@gmail.com > wrote:
Hi,

How can I configure Abator to not generate comments in the generated code, for instance model properties and get/setters?  Thanks.
 


------=_Part_99970_22338516.1155753507315--