On Thursday 27 October 2011 06:26 PM, Richard S. Hall wrote:
On 10/27/11 02:48 , Sahoo wrote:
On Thursday 27 October 2011 12:06 PM, Felix Meschberger wrote:
Hi,
Am 27.10.2011 um 07:48 schrieb Sahoo:
On Wednesday 26 October 2011 09:56 PM, Richard S. Hall wrote:
Just wondering, can't this just be calculated after calling
resolve()?
It is possible, but one has to understand how resolver decides when to
update a bundle vs. install a new one if one is interested in new
bundles only.
Hmm, so you say deploy() should return only newly installed bundles
and not updated ones ? I am not sure, whether is logical. I would
rather imagine this method to return all bundles the deploy method
has touched, thus both newly installed and updated bundles - if at all.
That's fine with me as well. On a second thought, that's better as
one can easily find out what's installed from the returned list.
So, then it could be calculated fairly easily already after resolve(),
right?
How? Can no other thread install bundles while obr.depoy() is being called?
Thanks,
Sahoo