Done in rev. 1326936
Jacopo
On Apr 13, 2012, at 10:28 PM, Jacques Le Roux wrote:
> +1, build can be used before, like in ant build start. No needs for the burden each time
>
> Jacques
>
> From: "Jacopo Cappellato" <
[hidden email]>
>> 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