You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user-java@ibatis.apache.org by Jeff Butler <je...@gmail.com> on 2006/01/19 07:38:58 UTC

[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 file
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

Re: [ABATOR] Version 0.6.0 - Independence from Eclipse

Posted by Larry Meadors <lm...@apache.org>.
http://svn.apache.org/repos/asf/ibatis/trunk/java/mapper/mapper2/tools/abator/eclipse/org.apache.ibatis.abator.doc/html/gettingstarted/intro.html

But you may need to check that out instead - when i click on it, I get
the HTML source.
Larry

On 1/19/06, Meindert <me...@pastelebusiness.com> 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.apache.org/repos/asf/ibatis/trunk/java/mapper/mapper2/tools/abator/org.apache.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 file
> 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
>

Re: [ABATOR] Version 0.6.0 - Independence from Eclipse

Posted by Jeff Butler <je...@gmail.com>.
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.  In
Eclipse, the documentation is displayed when you hover over an element in
the XML file.

Jeff Butler



On 1/19/06, Meindert <me...@pastelebusiness.com> 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 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 if 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 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 happen
> 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* <me...@pastelebusiness.com> 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.apache.org/repos/asf/ibatis/trunk/java/mapper/mapper2/tools/abator/org.apache.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 file
> 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
>

RE: [ABATOR] Version 0.6.0 - Independence from Eclipse

Posted by Meindert <me...@pastelebusiness.com>.
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 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 if 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 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 happen
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 <HYPERLINK
"mailto:meindert@pastelebusiness.com"meindert@pastelebusiness.com> wrote: 

Hi Jeff,

 

Went to HYPERLINK "http://ibatis.apache.org/abator.html"
\nhttp://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; HYPERLINK
"http://cvs.apache.org/builds/ibatis/alpha/abator0.6.0.zip"
\nhttp://cvs.apache.org/builds/ibatis/alpha/abator0.6.0.zip )

And the link to the 'Documentation for Abator' doesn't work (HYPERLINK
"http://svn.apache.org/repos/asf/ibatis/trunk/java/mapper/mapper2/tools/abat
or/org.apache.ibatis.abator.doc/html/gettingstarted/intro.html" \n
http://svn.apache.org/repos/asf/ibatis/trunk/java/mapper/mapper2/tools/abato
r/org.apache.ibatis.abator.doc/html/gettingstarted/intro.html )

 

Thanks for the tool

  Meindert

   _____  

From: Jeff Butler [mailto: HYPERLINK "mailto:jeffgbutler@gmail.com"
\njeffgbutler@gmail.com] 
Sent: 19 January 2006 08:39 AM
To: HYPERLINK "mailto:user-java@ibatis.apache.org"
\nuser-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 file
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:

 

HYPERLINK "http://ibatis.apache.org/abator.html"
\nhttp://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
 

Re: [ABATOR] Version 0.6.0 - Independence from Eclipse

Posted by Jeff Butler <je...@gmail.com>.
Hi Meindert,

Maybe your browser had the page cached, or the Apache update didn't happen
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 <me...@pastelebusiness.com> 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.apache.org/repos/asf/ibatis/trunk/java/mapper/mapper2/tools/abator/org.apache.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 file
> 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
>

RE: [ABATOR] Version 0.6.0 - Independence from Eclipse

Posted by Meindert <me...@pastelebusiness.com>.
Hi Jeff,

 

Went to HYPERLINK
"http://ibatis.apache.org/abator.html"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; HYPERLINK
"http://cvs.apache.org/builds/ibatis/alpha/abator0.6.0.zip"http://cvs.apache
.org/builds/ibatis/alpha/abator0.6.0.zip )

And the link to the ‘Documentation for Abator’ doesn’t work (HYPERLINK
"http://svn.apache.org/repos/asf/ibatis/trunk/java/mapper/mapper2/tools/abat
or/org.apache.ibatis.abator.doc/html/gettingstarted/intro.html"http://svn.ap
ache.org/repos/asf/ibatis/trunk/java/mapper/mapper2/tools/abator/org.apache.
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 file
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:

 

HYPERLINK
"http://ibatis.apache.org/abator.html"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