Hi Jeff, Thank you for improving the great tool!
I have been trying to make it work with Eclipse ant integration. I could generate artifacts using Eclipse ant integration without a problem. But if I configure IbatorConfig.xml to use my custom extension classes (e.g. javaTypeResolver), I get ClassNotFoundException. In the 'External Tools Configuraion', I added a JAR that contains my custom extension classes (rewritten for 1.2.0) to the 'User Entries' classpath and chose 'Run in the same JRE as the workspace' as Runtime JRE. I just specified a path to the JDBC driver as <classPathEntry /> in the IbatorConfig.xml. Is there any extra configuration required for ibator 1.2.0 ? My environment: - Eclipse 3.4.1 - Java 1.5.0_16 (Mac OS X 10.5.5) Thanks, Iwao on 08.12.12 7:37 AM Jeff Butler said the following: > Ibator version 1.2.0 is now available. Ibator is a code generation > tool for iBATIS. It runs standalone, or as an Eclipse plugin. It is > the renamed and improved version of Abator This is a significant > upgrade from Abator version 1.1.0 and includes many new features. > Noteworthy changes include: > > - New plugin mechanism for extending Ibator > - New generated method: insertSelective > - Several bugs fixed > - Major internal refactoring > - Many other minor changes > - Upgrade to Eclipse version 3.4.1 for the plugin, and fix the errors > with Eclipse 3.4.1 that were happening with the Abator plugin > > See the "What's New?" page for complete details of the changes here: > > http://ibatis.apache.org/docs/tools/ibator/whatsNew.html > > See this page for download links and other information: > > http://ibatis.apache.org/ibator.html > > When migrating from Abator, some changes will be required to existing > XML configuration files, but they've been kept to a minimum. See the > "Migrating from Abator" page for more details here: > > http://ibatis.apache.org/docs/tools/ibator/migratingFromAbator.html > > My thanks again to the great iBATIS community for all the feedback > about Ibator since the last release of Abator. > > Jeff Butler
