On 3/24/15 11:47 PM, Peter Uhnák wrote:
On Sun, Mar 22, 2015 at 11:19 PM, Dale Henrichs
<dale.henri...@gemtalksystems.com
<mailto:dale.henri...@gemtalksystems.com>> wrote:
I keep an eye out for posts with Metacello in the subject line so
I missed this one ...
I'll keep that in mind next time.
If so then the trick is to use the Metacello `lock` ... Do the
following BEFORE loading the project that depends upon you sample
project:
Combined with onConflict: mentioned by Thierry this works like a
charm, thanks a lot. :)
(a Warning is dumped to the transcript) ...
I got a warning prompt which I had confirm ("proceed") couple of
times, but that's just a detail.
Peter,
There's an onWarningLog message that will catch the Warning, log it to
the Transcript and proceeed ... there's also an onWarning: message that
lets you customize your response ...
Dale