Re: Ibtor not preserving custom methods

2009-05-25 Thread Jeff Butler
Sorry - make that two *ant* tasks - not two eclipse tasks. Jeff Butler On Mon, May 25, 2009 at 2:19 PM, Jeff Butler wrote: > There are two eclipse tasks - one in the base ibator.jar, another in the > eclipse plugin. You need to use the one in the eclipse plugin. You are not > using the Ant ta

Re: Ibtor not preserving custom methods

2009-05-25 Thread Jeff Butler
There are two eclipse tasks - one in the base ibator.jar, another in the eclipse plugin. You need to use the one in the eclipse plugin. You are not using the Ant task in eclipse. Look in the ecflipse help for Ibator - there is a page on running Ant in eclipse. Here's the SVN link too: http://s

Re: Ibtor not preserving custom methods

2009-05-25 Thread NathanM
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 integrat

Re: ibator ant task help

2009-05-25 Thread Jeff Butler
The eclipse plugin for ibator includes an ant task. So you can run ant in eclipse, or you could run eclipse headless if you want it totally automated. Jeff Butler On Mon, May 25, 2009 at 10:11 AM, Brad Balmer wrote: > Thanks, I missed this in my search. > > Does anybody know if there is a wa

Re: Ibtor not preserving custom methods

2009-05-25 Thread Jeff Butler
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 On Mon, May 25, 2009 at 1:42 PM, NathanM wrote: > > I believe you're right. But

Re: Ibtor not preserving custom methods

2009-05-25 Thread NathanM
I believe you're right. But that puts me in a bit of a bind. I had to put in a custom JavaTypeResolver, which wouldn't work with the Eclipse plugin because I couldn't add it to the classpath. I've done it from the command line and now the ant build task, but i run into the problem mentioned here.

Re: ibator ant task help

2009-05-25 Thread Brad Balmer
Thanks, I missed this in my search. Does anybody know if there is a way to call the plugin from an ant task? DelGurth wrote: On Mon, May 25, 2009 at 3:33 PM, Brad Balmer wrote: I am trying to switch from using the eclipse plugin to using the ant task to generate my files. It seems that

Re: ibator ant task help

2009-05-25 Thread DelGurth
On Mon, May 25, 2009 at 3:33 PM, Brad Balmer wrote: > I am trying to switch from using the eclipse plugin to using the ant task to > generate my files.  It seems that no matter what I do, ibator replaces my > existing .java and .xml files instead of only merging the new changes. > > Is this a side

ibator ant task help

2009-05-25 Thread Brad Balmer
I am trying to switch from using the eclipse plugin to using the ant task to generate my files. It seems that no matter what I do, ibator replaces my existing .java and .xml files instead of only merging the new changes. Is this a side effect from switching from the plugin to an ant build?