[Glass] Locked by Smalltalkhub and Tonel
Bruno Buzzi Brassesco
bruno.brasesco at gmail.com
Tue Oct 6 13:04:17 PDT 2020
I have 3 dependencies on Smalltalkhub that are not working.
All were moved to github but stored in Tonel format:
https://github.com/pharo-contributions/XML-XMLParser
https://github.com/pharo-contributions/XML-XPath
https://github.com/pharo-contributions/XML-XMLWriter
Which is the best way to install them on GS ?
1) Wait until GS includes Tonel format ?
2) Fork and install them in Pharo then locally save them as FileTree (then
git push).
3) Try with *http://deprecated.smalltalkhub.com/
<http://deprecated.smalltalkhub.com/>* (available until november)
4) Other possibility ?
At this point I believe that a dependency on github is much better than the
deprecated smalltalkhub (so 1 or 2 will be the way to go).
regards,
bruno
Dependencies:
spec
for: #'common'
do: [
spec project: 'XMLParser' with: [
spec className: 'ConfigurationOfXMLParser';
loads: #('default');
versionString: #stable;
repository: 'http://www.smalltalkhub.com/mc/PharoExtras/XMLParser/main'].
spec project: 'XPath' with: [
spec className: 'ConfigurationOfXPath';
loads: #('default');
versionString: #stable;
file: 'ConfigurationOfXPath';
repository: 'http://www.smalltalkhub.com/mc/PharoExtras/XPath/main'].
spec project: 'XMLWriter' with: [
spec className: 'ConfigurationOfXMLWriter';
versionString: #stable;
file: 'ConfigurationOfXMLWriter';
repository: 'http://smalltalkhub.com/mc/PharoExtras/XMLWriter/main';
loads: #('Core').
].
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.gemtalksystems.com/mailman/private/glass/attachments/20201006/8a3816d0/attachment.htm>
More information about the Glass
mailing list