the major differences between Eclipse and Net beans is that net Beans generate 
the 
build automatically while eclipse doesn't, Net beans allow you to write code 
for several cases and using the ant build its generate the appropriate class.

ex:

# if some param exist
code based upon param1 

# 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 Eclipse question


> 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 with ant debugger all other tools have same things 
> (validation, autocompletion etc).

Give NetBeans (www.netbeans.org) a try. It too has an ant debugger, though I've 
never tried it myself. And it has the extra advantage of using ant for the 
entire build process; very little need to worry about IDE/project vs. ant 
settings.


 - Daan

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to