Hi. I will take a look. Can you file a bug report so I don't forget? v12 must be equivalent to the latest v12.x release.
You can load the Deployment group in the baseline if you want faster loading times ( it's all that's needed for runtime), but loading in Windows is slow because Seaside repo is in filetree format and Windows file system struggles with a lot of tiny files. On Wed, Dec 11, 2019, 07:09 Sanjay Minni <[email protected]> wrote: > I get an error when trying to load Willow-bootstrap and willow-JQueryUI > using > the Metacello script > > (prior to this I have loaded Willow 12.1.0 first in Pharo 8 / Windows 10) > > maybe this has something to do with the following line in > setUpDependencies: > baseline: 'Willow' with: [ spec repository: > 'github://ba-st/Willow:v12/source' ] > > if I pull in BaselineOfWillow-Bootstrap / JqueryUI thru iceberg, then edit > Willow:v12 to Willow:12.1.0, then I can successfully load thru iceberg > right-click metacello(default) > > except that it takes too long - seems it goes thru all the packages incl > seaside etc each time > > can the Baseline(s) be fixed in the appropriate way and can the loading be > optimised > > thanks > Sanjay > > > > > > ----- > cheers, > Sanjay > -- > Sent from: http://forum.world.st/Pharo-Smalltalk-Developers-f1294837.html > >
