Re: Removing depends=build from start-debug ant target

2012-04-16 Thread Jacopo Cappellato
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 jacopo.cappell...@hotwaxmedia.com The following ant targets have different depends

Re: Removing depends=build from start-debug ant target

2012-04-13 Thread Jacques Le Roux
+1, build can be used before, like in ant build start. No needs for the burden each time Jacques From: Jacopo Cappellato jacopo.cappell...@hotwaxmedia.com The following ant targets have different depends attributes: * start (it was run) don't have the depends attribute set * start-debug has

Removing depends=build from start-debug ant target

2012-04-12 Thread Jacopo Cappellato
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?