On 16/01/13 3:15 AM, Sven Van Caekenberghe wrote:
The easiest solution is to switch to 2.0 where this repackaging conflict is already resolved.
Porting my code to 2.0 makes it not the easiest solution at the moment.
For a non-interactive CI build based on Metacello loading, this should work:
[ ConfigurationOfZincHTTPComponents load ]
on: MCMergeOrLoadWarning do: [ :warning |
Transcript crShow: 'Ignoring with Load anyway ', warning
printString.
warning resume: true ].
That worked fine.
