The following ant targets have different "depends" attributes: * "start" (it was "run") don't have the "depends" attribute set * "start-debug" has depends="build"
I would like to remove depends="build" from "start-debug" to make it faster to run and also make it consistent with "start". What do you think? Jacopo