Return-Path: Delivered-To: apmail-ibatis-user-java-archive@www.apache.org Received: (qmail 30957 invoked from network); 19 Jan 2006 15:29:48 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 19 Jan 2006 15:29:48 -0000 Received: (qmail 70839 invoked by uid 500); 19 Jan 2006 15:29:31 -0000 Delivered-To: apmail-ibatis-user-java-archive@ibatis.apache.org Received: (qmail 70677 invoked by uid 500); 19 Jan 2006 15:29: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 70650 invoked by uid 99); 19 Jan 2006 15:29:30 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 19 Jan 2006 07:29:30 -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 jeffgbutler@gmail.com designates 66.249.82.201 as permitted sender) Received: from [66.249.82.201] (HELO xproxy.gmail.com) (66.249.82.201) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 19 Jan 2006 07:29:29 -0800 Received: by xproxy.gmail.com with SMTP id s19so144809wxc for ; Thu, 19 Jan 2006 07:29:07 -0800 (PST) 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=r3NOaSp8/+m2ADjDmgzGzNzQQS5g9aj7xGuV8btp9OhN4wtEAaYESDh0PwPCilat0neL5+CQq2lf1bWEp0oU8Y6fltzJfkG8DUi86ETz3aqm1CejBT2D4VoB/E6pUhtmaqCNgE4Ul5g8Cg4bDhr5Hk/Dl9qMstL10aR76nWttaQ= Received: by 10.70.60.17 with SMTP id i17mr853025wxa; Thu, 19 Jan 2006 07:29:07 -0800 (PST) Received: by 10.70.72.11 with HTTP; Thu, 19 Jan 2006 07:29:06 -0800 (PST) Message-ID: Date: Thu, 19 Jan 2006 09:29:06 -0600 From: Jeff Butler To: user-java@ibatis.apache.org Subject: Re: [ABATOR] Version 0.6.0 - Independence from Eclipse In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_5120_7262287.1137684546967" References: X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N ------=_Part_5120_7262287.1137684546967 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline If there is a syntax error in the config file, then an exception will be thrown. Other warnings (like unknown tables, etc.) should be logged in the Ant output. Or, if you are calling this directly from Java, the warnings are added to the list supplied in the Abator object's constructor. Sorry, I am not a NetBeans user so I can't help with the other question. I= n Eclipse, the documentation is displayed when you hover over an element in the XML file. Jeff Butler On 1/19/06, Meindert wrote: > > Hi Jeff, > > > > I thought there was a getting started guide with more information about > the config file, I can see now that this isn't necessary because it is al= l > in the DTD. > > Does anybody know how to make this visible in netbeans (it does the code > completion for the tag's but not the documentation)? > > > > I also was wondering what happens if there is a mistake in the config fil= e > (what doesn't result in a exception), I can see that 'abator.generate(nul= l)' > succeed but there are no output files generated, how can I debug this? > > > > *MEINDERT HOVING* > > *From:* Jeff Butler [mailto:jeffgbutler@gmail.com] > *Sent:* 19 January 2006 03:41 PM > *To:* user-java@ibatis.apache.org > *Subject:* Re: [ABATOR] Version 0.6.0 - Independence from Eclipse > > > > Hi Meindert, > > > > Maybe your browser had the page cached, or the Apache update didn't happe= n > fast enough? Everything looks OK to me this morning. > > > > I restructured SVN somewhat too, so I removed the SVN links from the > page. If you use Eclipse, then documentation is in the Eclipse help > system. If you don't use Eclipse, then documentation is included in the = zip > file. > > > > HTH - > > Jeff Butler > > > > On 1/19/06, *Meindert* wrote: > > Hi Jeff, > > > > Went to http://ibatis.apache.org/abator.html but there is no link for the > 0.6.0 release. > > (Ok, wasn't to difficult to figured out that it must be; > http://cvs.apache.org/builds/ibatis/alpha/abator0.6.0.zip ) > > And the link to the 'Documentation for Abator' doesn't work (http://svn.a= pache.org/repos/asf/ibatis/trunk/java/mapper/mapper2/tools/abator/org.apach= e.ibatis.abator.doc/html/gettingstarted/intro.html) > > > > Thanks for the tool > > Meindert > ------------------------------ > > *From:* Jeff Butler [mailto: jeffgbutler@gmail.com] > *Sent:* 19 January 2006 08:39 AM > *To:* user-java@ibatis.apache.org > *Subject:* [ABATOR] Version 0.6.0 - Independence from Eclipse > > > > I'm pleased to announce that Abator version 0.6.0 is now available. This > version is a restructuring of Abator to remove the Eclipse dependency as > much as possible. Abator can now run standalone, or as an Ant task. > > > > There is only one functional difference with this version - Abator now > handles primitive data types without generating Java code that contains > errors (thanks to Mark Bennett for identifying this bug). > > > > Also, I've redesigned some internal classes to make it possible to > extend/override the default code generating functions. See the README fi= le > in the 0.6.0 download for more information. > > > > The Eclipse plugin is not updated the use the new version of Abator yet, > I'll get to that over the weekend. > > > > More information available here: > > > > http://ibatis.apache.org/abator.html > > > > Enjoy! > > Jeff Butler > > > > > > -- > No virus found in this incoming message. > Checked by AVG Free Edition. > Version: 7.1.375 / Virus Database: 267.14.20/233 - Release Date: > 18/01/2006 > > > > -- > No virus found in this outgoing message. > Checked by AVG Free Edition. > Version: 7.1.375 / Virus Database: 267.14.20/233 - Release Date: > 18/01/2006 > > > > -- > No virus found in this incoming message. > Checked by AVG Free Edition. > Version: 7.1.375 / Virus Database: 267.14.20/233 - Release Date: > 18/01/2006 > > -- > No virus found in this outgoing message. > Checked by AVG Free Edition. > Version: 7.1.375 / Virus Database: 267.14.20/233 - Release Date: > 18/01/2006 > ------=_Part_5120_7262287.1137684546967 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline
If there is a syntax error in the config file, then an exception will = be thrown.
 
Other warnings (like unknown tables, etc.) should be logged in the Ant= output.  Or, if you are calling this directly from Java, the warnings= are added to the list supplied in the Abator  object's constructor.
 
Sorry, I am not a NetBeans user so I can't help with the other questio= n.  In Eclipse, the documentation is displayed when you hover over an = element in the XML file.
 
Jeff Butler


 
On 1/19/06, = Meindert <meindert@p= astelebusiness.com> wrote:

Hi Jeff,

 

I thought there was a getting start= ed guide with more information about the config file, I can see now that th= is isn't necessary because it is all in the DTD.

Does anybody know how to make this = visible in netbeans (it does the code completion for the tag's but not the = documentation)?

 

I also was wondering what happens i= f there is a mistake in the config file (what doesn't result in a exception= ), I can see that 'abator.generate(null)' succeed but there are no output f= iles generated, how can I debug this?

 

MEINDERT HOVI= NG

From: Jeff= Butler [mailto: jeffgbutler@gmail.com]
= Sent: 19 January 2006 03:41 PM=
To: user-java@ibatis.apache.org
Subject:
Re: [ABATOR] Version 0.6.0 - Independence from Eclipse<= /span>

On 1/19/06, Meindert < meindert@pastelebusiness.com> wrote:

Hi Jeff,

 

Went to http://ibatis.apache.org/abator.html but there is no link for the 0.6.0= release.

http://cvs.apache.org/builds/ibatis/alpha/abator0.6.0.zip )

http://svn.apache.org/repos/asf/ibatis/trunk/java/mapper/mapper2/tools/aba= tor/org.apache.ibatis.abator.doc/html/gettingstarted/intro.html )


From: Jeff= Butler [mailto:=20 jeffgbutler@gmail.com]
= Sent: 19 January 2006 08:39 AM=
To: user-java@ibatis.apache.org
Subject: [ABATOR] Version 0.6.0 - Independence from Eclipse

http://ibatis.apache.org= /abator.html=20

=  


--
No virus found in this outgoing message.
Check= ed by AVG Free Edition.
Version: 7.1.375 / Virus Database: 267.14.20/233= - Release Date: 18/01/2006


------=_Part_5120_7262287.1137684546967--