Hi Sebastian, Adding this around the load expression should make it work:
[ ... ] on: MCMergeOrLoadWarning do: [ :ex | ex resume: true]. btw, this is the same problem that caused broken builds when I updated Grease #stable back in March Johan On 11 May 2014, at 19:55, Sebastian Sastre <[email protected]> wrote: > Hi list and Sven :) > > I’d like to load some additional packages about Zinc without human > intervention > > If I use this: > > Gofer it > smalltalkhubUser: 'Pharo' > project: 'MetaRepoForPharo30'; > package: 'ConfigurationOfZincHTTPComponents'; > load. > > (Smalltalk at:#ConfigurationOfZincHTTPComponents) load. > ((Smalltalk at:#ConfigurationOfZincHTTPComponents) project version: > #stable) load: #('REST' 'SSO' 'WebSocket' 'Zodiac'). > > > I do get an UI asking for merge or to confirm load > > What am I doing wrong to make it automation friendly? > > sebastian > > o/ > > > > >
