Hi all,
I am trying to get my Pier configuration working, and now I have trouble
loading some stuff, because Squeaksource is down. The following things did I
find:
ConfigurationOfZincHTTPComponents refers to the configuration of XML on
squeaksource.
ConfigurationOfXMLSupport has some packages, that it still loads from
squeaksource:
package: 'Collections-OrderPreservingDictionary' with: [ spec
repository: 'http://www.squeaksource.com/OrderPreservingDict' ];
package: 'Collections-BitmapCharacterSet' with: [ spec
repository: 'http://www.squeaksource.com/BitmapCharacterSet' ];
package: 'Pastell' with: [ spec requires: #('XML-Parser');
repository: 'http://www.squeaksource.com/Pastell' ] ].
and in Gemstone there are even more references (to an old
grease from squeasource.
Can someone fix these configurations? I do not have the rights to write in
these repositories.
Thx!
Diego