IntelliJ Ant Missing build window

I am working on a project in IntelliJ, and now that I have decided to add Ant support, I realized that the Ant Build window is missing. I recently upgraded to Ubuntu 11.10, but I doubt it matters. Is this a known bug?

+4
source share
2 answers

I am using IntelliJ IDEA Ultimate 10.5 and it works fine. Even without the build.xml file, I can open this window by pressing Ctrl + Shift + A and find Ant Build.

If you are missing this option, you may not have the Ant support plugin installed / enabled. Check File → Settings → Plugins.

+9
source

Make sure the Ant plugin is enabled in Settings | Plugins

+3
source

All Articles