Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Eclipse ==> Ant plugin?

Tags:

Can anybody please tell me how i can add the ant plugin to eclipse? Thanks

like image 715
aryaxt Avatar asked Jul 30 '10 16:07

aryaxt


People also ask

Is Ant installed with Eclipse?

Eclipse comes pre bundled with the Ant plugin, ready to use.

How do I run Ant app in Eclipse?

Tip. You also can start an Ant build by highlighting the project in the Package Explorer and selecting Run→ External Tools→ Run As→ Ant Build. If you want to select the targets to run, you also can select Run→ External Tools→ External Tools→ Targets, select the targets you want to run, and click Run.

How do I open Ant view in Eclipse?

To open this view, select Window→ Show View→ Other→ Ant (or Window→ Show View→ Ant if you've opened this view before).


1 Answers

Ant is integrated into eclipse. If you go to the Window menu, ant should be one of the views available to open.

like image 178
Goibniu Avatar answered Sep 28 '22 00:09

Goibniu