I have been using Ant to build my projects for a number of years but am fairly new to Eclipse. I have a couple of questions about how to best use Ant while developing a project in Eclipse.
Should I be setting my output dir in my Eclipse project properties to the same thing I set as my destdir in my build.xml? Or, does it make more sense to let Eclipse and it auto-compile output to put classes in one place and then have my build.xml javac task put output in a different place? I'd love to find a good article with the subject being "the best way to use Ant in your Eclipse project". Thanks, erik Erik Weibust Java developer and blogger - http://erik.weibust.net co-leader J2EE SIG - Dallas, TX - http://j2eesig.org --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
