Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

IntelliJ Ant Build Window Missing

I've been working on a project in IntelliJ and now when I decided to add Ant support I realised that the Ant Build Window is missing. I have recently upgraded to Ubuntu 11.10 but I doubt it makes any difference. Is this a known bug?

like image 682
nebkat Avatar asked Oct 16 '11 18:10

nebkat


2 Answers

I am using IntelliJ IDEA Ultimate 10.5 and it works just fine. Even without having build.xml file I can open that window by pressing Ctrl + Shift + A and searching for Ant Build.

If you are missing this option you probably don't have installed/enabled Ant support plugin. Check out File -> Settings -> Plugins.

like image 104
Tomasz Nurkiewicz Avatar answered Sep 21 '22 04:09

Tomasz Nurkiewicz


Please check that Ant plug-in in enabled in Settings | Plugins.

like image 26
CrazyCoder Avatar answered Sep 23 '22 04:09

CrazyCoder