Reputation: 220
I am new to eclipse, please help me understand how can i build any project in eclipse with ant as easily as in is done in netbean like building jar,war,ear or aar for axis2 etc
thanks in advance
Upvotes: 2
Views: 182
Reputation: 9850
Eclipse does not use Ant to build projects.
To generate JAR/WAR/etc look into File -> Export menu.
To run Ant targets from an existing buildfile, show Window -> Show View -> Ant and than drag the buildfile into that new Ant view.
Upvotes: 1