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

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

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

Jacopo Cappellato-4
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
Reply | Threaded
Open this post in threaded view
|

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

Jacques Le Roux
Administrator
+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
Reply | Threaded
Open this post in threaded view
|

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

Jacopo Cappellato-4
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