You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by Jacopo Cappellato <ja...@hotwaxmedia.com> on 2012/04/12 09:53:25 UTC

Removing depends="build" from "start-debug" ant target

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

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

Posted by Jacopo Cappellato <ja...@hotwaxmedia.com>.
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" <ja...@hotwaxmedia.com>
>> 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


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

Posted by Jacques Le Roux <ja...@les7arts.com>.
+1, build can be used before, like in ant build start. No needs for the burden each time

Jacques

From: "Jacopo Cappellato" <ja...@hotwaxmedia.com>
> 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