hmm weird now I am getting this warning with both installs This package depends on the following classes: GLMRubricTextPresentation You must resolve these dependencies before you will be able to load these definitions: GLMNewSmalltalkCodePresentation compileTextIn:from: debugSelection defaultSelectionActions evaluateSelection evaluateSelectionAndDo: installDefaultSelectionActions printSelection profileSelection GLMPharoMethodPresentation highlightSmalltalkContext renderGlamorouslyOn: smalltalkClass: GLMPharoPlaygroundPresentation renderGlamorouslyOn: updateVariableBindings variableBindings variableBindings:
On Wed, May 21, 2014 at 7:12 PM, kilon alios <[email protected]> wrote: > yeah it looks fine now, thank you Andrei :) > > > On Wed, May 21, 2014 at 7:05 PM, Andrei Chis > <[email protected]>wrote: > >> Now you should also be able to load Rubric through its configuration. >> I also updated Glamour to load Rubric through the configuration instead >> of directly loading the package. >> >> >> Cheers, >> Andrei >> >> >> On Wed, May 21, 2014 at 5:38 PM, Andrei Chis >> <[email protected]>wrote: >> >>> Seems that I placed some classes in the wrong packages. >>> Give it another try. >>> >>> Cheers, >>> Andrei >>> >>> >>> >>> On Wed, May 21, 2014 at 5:26 PM, kilon alios <[email protected]>wrote: >>> >>>> no that does not work either I am getting dependancies warning as well >>>> >>>> this (taken from >>>> http://pharobooks.gforge.inria.fr/PharoByExampleTwo-Eng/latest/PetitParser.pdf >>>> ) >>>> >>>> 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. >>>> >>>> >>>> >>>> >>>> On Wed, May 21, 2014 at 6:12 PM, Stephan Eggermont <[email protected]>wrote: >>>> >>>>> You'll probably be happier loading #development of >>>>> ConfigurationOfGlamour, and you might want to add >>>>> ConfigurationOfPetitParser. I'll take a look at the configuration of >>>>> Rubric >>>>> >>>>> Stephan >>>>> >>>>> Verstuurd vanaf mijn iPhone >>>>> >>>> >>>> >>> >> >
