After opening one too many command prompt windows in order to run a specific Ant task I realized that it would be nice to be able to either double click those build.xml files or to right click them and have a submenu with all available targets.
I was sure that someone already did this and after a bit of googeling the only thing that came up was exactly this but for NAnt, the extension is NAntMenu. There seems to be nothing like this for Ant :-(
Technorati Tags: 



Ooops! Fat fingers again:
http://www.elpagestion.com/os_ant_en.shtml is the correct URL
Take a look at http://www.elpagestion.com/os_ant_en.html
It's a LGPL shell extension that can fit your needs.
[...] etion
Since I was using the command line quite a bit lately, and since there seems to be no shell extension for Ant, I was thinking that command completion specific for Ant would be of muc [...]