I know this question has been asked before ( Can NetBeans auto-build java free-form (Ant) projects? ), but it was never answered. What i am looking for is a way to build & deploy my netbeans project using ant, just as if u clicked build and then deploy, whenever i save a file, including static files (js and css). Compile on Save does not use Ant.
I need this, because i have a custom build.xml, and the build time when only a couple of files changed is less then a sec (so not significally slower then Compile on Save).
Plugins welcome.