> On 26 May 2019, at 11:04, Jeff Gray <[email protected]> wrote:
>
> Same problem with ZTimestamp.
> However, I tried Complex and that worked ok
You probably loaded that using the Catalog Browser.
In the case of the Complex project, that means doing
Metacello new
smalltalkhubUser: 'Pharo' project: 'MetaRepoForPharo70';
configuration: 'Complex';
version: #stable;
load.
Which is quite different:
- it uses a ConfigurationOf instead of a BaselineOf
- it loads code using classic HTTP Monticello instead of GitHub/Iceberg
- it uses class Monticello source packages instead of Filetree or Tonel
You need help from other Windows users I guess.