On Tue, 2009-11-10 at 16:25 -0600, Ted Zlatanov wrote: > (BTW, I use Eclipse for Java development, is there a way to run the > Ant tasks automatically to rebuild the generated source if necessary? > It works fine otherwise.)
Yes. Go to Project->Properties->Builders, click "New", and add an Ant Builder (the defaults should be OK). You'll probably want to disable Java Builder while you're there. -- Eric Evans [email protected]
