RE: Ant with Eclipse question

2005-07-20 Thread Schulpen, D.P.H.
r [mailto:[EMAIL PROTECTED] > Sent: Wednesday, July 20, 2005 6:38 PM > To: Ant Users List > Subject: RE: Ant with Eclipse question > > the major differences between Eclipse and Net beans is that > net Beans generate the build automatically while eclipse > doesn't, Net beans

RE: Ant with Eclipse question

2005-07-20 Thread Nir Geier
# if param have different value code based upon different param value My net Bean knowledge is very poor while im an Eclipse Guru, Nir. -Original Message- From: Schulpen, D.P.H. [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 20, 2005 5:10 PM To: Ant Users List Subject: RE: Ant with Ec

RE: Ant with Eclipse question

2005-07-20 Thread Schulpen, D.P.H.
> I'd love to find a good article with the subject being "the > best way to use Ant in your Eclipse project". > > As far as I know there isn't any article with this title. > Eclipse is the most power tool for ant users. > I might be wrong here but as far as I know Eclipse is the > only tool wit

RE: Ant with Eclipse question

2005-07-20 Thread Erik Weibust
Thanks for the help Nir. So are you saying that I'm better off just letting Eclipse handle the compiling of my code and using Ant for all the other stuff (clean, war, jar, etc)? erik --- Nir Geier <[EMAIL PROTECTED]> wrote: > > Hi there. > > Eclipse build [output] dir and ant dir make no diff

RE: Ant with Eclipse question

2005-07-20 Thread Nir Geier
Hi there. Eclipse build [output] dir and ant dir make no difference. unless you have relation between the 2. ex. if you don't use ant to compile the classes and take the compiled one form eclipse you should set both to the same location - since ant needs the complied class