Sanjay, I've tried it on a Windows machine with a fresh Pharo installation and it works fine. The v12 branch of Willow is pointing to the same commit that v12.1.0 tag so this shouldn't be a problem.
Can you describe in more detail the error that you're getting and the steps to reproduce from a fresh Pharo install? I know that the loading in Windows is really painful specially for projects in filetree format like Seaside. If you don't need the tests you can load the "Deployment" group that pulls less parts of Seaside onto the image so it should be faster. You can also use the #willow channel in the Pharo discord server or in Buenos Aires Smalltalk Slack (ask me for an invitation if you want) to ask questions. Regards Gabriel On Wed, Dec 11, 2019 at 7:09 AM 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 > >
