Re: [Pharo-dev] Installing Rubric
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
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.p... ) 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 <stephan@stack.nl> 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
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 <kilon.alios@gmail.com> 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.p... )
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 <stephan@stack.nl>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
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 <chisvasileandrei@gmail.com>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 <kilon.alios@gmail.com>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.p... )
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 <stephan@stack.nl>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
yeah it looks fine now, thank you Andrei :) On Wed, May 21, 2014 at 7:05 PM, Andrei Chis <chisvasileandrei@gmail.com>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 <chisvasileandrei@gmail.com>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 <kilon.alios@gmail.com>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.p... )
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 <stephan@stack.nl>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
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 <kilon.alios@gmail.com> wrote:
yeah it looks fine now, thank you Andrei :)
On Wed, May 21, 2014 at 7:05 PM, Andrei Chis <chisvasileandrei@gmail.com>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 <chisvasileandrei@gmail.com>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 <kilon.alios@gmail.com>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.p... )
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 <stephan@stack.nl>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
On the other hand ConfigurationOfRubic seems to work now :) On Wed, May 21, 2014 at 7:19 PM, kilon alios <kilon.alios@gmail.com> wrote:
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 <kilon.alios@gmail.com>wrote:
yeah it looks fine now, thank you Andrei :)
On Wed, May 21, 2014 at 7:05 PM, Andrei Chis <chisvasileandrei@gmail.com>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 <chisvasileandrei@gmail.com
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 <kilon.alios@gmail.com>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.p... )
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 <stephan@stack.nl>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
Now also Glamour should load without any of the previous warnings. On Wed, May 21, 2014 at 7:21 PM, kilon alios <kilon.alios@gmail.com> wrote:
On the other hand ConfigurationOfRubic seems to work now :)
On Wed, May 21, 2014 at 7:19 PM, kilon alios <kilon.alios@gmail.com>wrote:
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 <kilon.alios@gmail.com>wrote:
yeah it looks fine now, thank you Andrei :)
On Wed, May 21, 2014 at 7:05 PM, Andrei Chis <chisvasileandrei@gmail.com
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 < chisvasileandrei@gmail.com> 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 <kilon.alios@gmail.com>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.p... )
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 <stephan@stack.nl>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
yeah all three configurations work now , Rubric , Glamour and Pettit. Great work Andrei, keep rocking :) PS: I am amazed the amount of stuff it loaded. What you guys feed those things ? Tons of code to study. Oh boy :D On Wed, May 21, 2014 at 8:49 PM, Andrei Chis <chisvasileandrei@gmail.com>wrote:
Now also Glamour should load without any of the previous warnings.
On Wed, May 21, 2014 at 7:21 PM, kilon alios <kilon.alios@gmail.com>wrote:
On the other hand ConfigurationOfRubic seems to work now :)
On Wed, May 21, 2014 at 7:19 PM, kilon alios <kilon.alios@gmail.com>wrote:
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 <kilon.alios@gmail.com>wrote:
yeah it looks fine now, thank you Andrei :)
On Wed, May 21, 2014 at 7:05 PM, Andrei Chis < chisvasileandrei@gmail.com> 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 < chisvasileandrei@gmail.com> 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 <kilon.alios@gmail.com>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.p... )
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 <stephan@stack.nl
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
Thanks, Andrei! Doru On Wed, May 21, 2014 at 8:10 PM, kilon alios <kilon.alios@gmail.com> wrote:
yeah all three configurations work now , Rubric , Glamour and Pettit. Great work Andrei, keep rocking :)
PS: I am amazed the amount of stuff it loaded. What you guys feed those things ? Tons of code to study. Oh boy :D
On Wed, May 21, 2014 at 8:49 PM, Andrei Chis <chisvasileandrei@gmail.com>wrote:
Now also Glamour should load without any of the previous warnings.
On Wed, May 21, 2014 at 7:21 PM, kilon alios <kilon.alios@gmail.com>wrote:
On the other hand ConfigurationOfRubic seems to work now :)
On Wed, May 21, 2014 at 7:19 PM, kilon alios <kilon.alios@gmail.com>wrote:
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 <kilon.alios@gmail.com>wrote:
yeah it looks fine now, thank you Andrei :)
On Wed, May 21, 2014 at 7:05 PM, Andrei Chis < chisvasileandrei@gmail.com> 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 < chisvasileandrei@gmail.com> 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 <kilon.alios@gmail.com>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.p... )
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 < stephan@stack.nl> 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
-- www.tudorgirba.com "Every thing has its own flow"
participants (4)
-
Andrei Chis -
kilon alios -
Stephan Eggermont -
Tudor Girba