When I run the basic Ant Build from Sublime Text 2 (Ctrl+B), it works, but it runs all targets. I want to specify/override the default build target. I added a new build system like:
{
"cmd": ["ant", "my_target"]
}
But it fails with:
[Error 2] The system cannot find the file specified
[Finished]
Whats wrong?