SeasideSt / Parasol

Testing web apps in Smalltalk using Selenium WebDriver.
MIT License
31 stars 16 forks source link

Loading Parasol fails due to “Conflict between existing BaselineOfZincHTTPComponents and ConfigurationOfZincHTTPComponents” #25

Closed Rinzwind closed 5 years ago

Rinzwind commented 5 years ago

Loading Parasol fails, see the Travis build logs for more details, the error is:

MetacelloConflictingProjectError: Load Conflict between existing BaselineOfZincHTTPComponents [baseline] from github://svenvc/zinc:master/repository and ConfigurationOfZincHTTPComponents stable from http://mc.stfx.eu/ZincHTTPComponents
jbrichau commented 5 years ago

This was fixed by pushing Seaside 3.3.0 to master because the baseline of Seaside 3.3.0 does not try to update Zinc when installing Seaside. (actual issue that was fixed: https://github.com/SeasideSt/Seaside/issues/1020)