Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [p2-dev] feedback on provisioning action change

I think it will be fine, sort of like a "pipe via intermediate variable".
As with pipes, it may be tricky to pass the same result to more than one action; can you assign the result to another variable and use it more than
once?
Naturally all actions needs to either set the result to nothing, or to something meaningful.

+1 in general.

- henrik


On Dec 29, 2012, at 3:12, Pascal Rapicault wrote:

In the context of https://bugs.eclipse.org/bugs/show_bug.cgi?id=397183 I'm adding a new special variable called "lastResult" that will contain the result of the execution of the last action.
I'm soliciting feedback on this change.

Pascal
_______________________________________________
p2-dev mailing list
p2-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/p2-dev


Back to the top