Jeff Butler-2 wrote:
> 
> If you use the eclipse integrated ant task in eclipse you can solve both
> problems - you can control the classpath through the Ant launch
> configuration, anf the integrated ant task supports Java merging.
> 
> Jeff Butler
> 
> 
> 

I thought I *was* using the integrated ant task and it is overwriting
everything. Do you see anything wrong with my ant target snippet below? 

It works but it does not automerge the java files. 

Nathan


    <target name="genfiles" description="Generate the files">
      <taskdef name="ibator"
               classname="org.apache.ibatis.ibator.ant.IbatorAntTask"
               classpath="lib\ibator.jar;bin" />
      <ibator overwrite="false" configfile="ibatorConfig.xml"
verbose="false" >
        <propertyset>
          <propertyref name="generated.source.dir"/>
        </propertyset>
      </ibator>
    </target>




-- 
View this message in context: 
http://www.nabble.com/Ibtor-not-preserving-custom-methods-tp23679529p23710953.html
Sent from the iBATIS - User - Java mailing list archive at Nabble.com.

Reply via email to