trimStrings is broken in the 1.0.0 release.  It's been fixed in SVN for some
time now, but not officially released.

There will be a maintenance release of Abator soon.

Jeff Butler


On 2/16/07, Brad Balmer <[EMAIL PROTECTED]> wrote:

Using eclipse I just grabbed the latest (I'm guessing) version.

When I generate my files the trimStrings doesn't seem to be working
correctly.  Are there any dependencies that I am missing?  I didn't see
any listed on the site.

Here is a part of my xml:

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE abatorConfiguration PUBLIC "-//Apache Software Foundation//DTD
Abator for iBATIS Configuration 1.0//EN"
"http://ibatis.apache.org/dtd/abator-config_1_0.dtd";>

<abatorConfiguration>
   <abatorContext defaultModelType="flat" generatorSet="Java5" >

       <javaModelGenerator targetPackage="com.floydware.rosy.model"
           targetProject="Floydware">
           <property name="enableSubPackages" value="false" />
           <property name="trimStrings" value="true" />
       </javaModelGenerator>

Thanks

Reply via email to