no that does not work either I am getting dependancies warning as well��
Gofer new
smalltalkhubUser: 'Moose' project: 'PetitParser';
package: 'ConfigurationOfPetitParser';
load.
(Smalltalk at: #ConfigurationOfPetitParser) perform: #loadDefault.
gives me this :
"This package depends on the following classes:
�� GLMHighlighterTextDecorator
You must resolve these dependencies before you will be able to load these definitions:��
�� GLMPersonStyler
�� key
�� parser
Select Proceed to continue, or close this window to cancel the operation."
and this :
Gofer new��
�� smalltalkhubUser: 'Moose' project: 'Glamour';
�� package: 'ConfigurationOfGlamour';
�� load.
(Smalltalk at: #ConfigurationOfGlamour)
�� perform: #loadDevelopment.
gives me same dependencies missing.��