Hi, I tried to install O2 in Pharo 1.0 update #10517.
All I do was Loader new load: 'O2'. It works fine, but the problem I'm having is that oCompletion doesn't work with O2 browser. Any clue where I can start looking?
Thanks El problema no es mentirse, el problema es creerse _______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
Hi Juanjo. I think the problem is that ConfigurationOfO2 doesn't include oCompletion in the default group. Try the group 'Dev' and you will get it.
Look the conf: spec group: 'default' with: #('Core' ); group: 'Core' with: #( 'OmniBrowser2' 'O2-Standard' 'O2-Morphic' 'O2-Enhancements'); group: 'Dev' with: #( 'Core' 'O2-Refactory' 'OCForO2'); group: 'Tests' with: #(); group: 'Core Tests' with: #('Core' 'Tests' ); Cheers Mariano 2010/5/28 JuanjoE <[hidden email]> Hi, I tried to install O2 in Pharo 1.0 update #10517. _______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
Mariano, is there a way to update this?
Alexandre On 28 May 2010, at 08:18, Mariano Martinez Peck wrote: > Hi Juanjo. I think the problem is that ConfigurationOfO2 doesn't include oCompletion in the default group. Try the group 'Dev' and you will get it. > > Look the conf: > > spec > group: 'default' with: #('Core' ); > group: 'Core' with: #( 'OmniBrowser2' 'O2-Standard' 'O2-Morphic' 'O2-Enhancements'); > group: 'Dev' with: #( 'Core' 'O2-Refactory' 'OCForO2'); > group: 'Tests' with: #(); > group: 'Core Tests' with: #('Core' 'Tests' ); > > > Cheers > > Mariano > > > 2010/5/28 JuanjoE <[hidden email]> > Hi, I tried to install O2 in Pharo 1.0 update #10517. > > All I do was Loader new load: 'O2'. It works fine, but the problem I'm having is that oCompletion doesn't work with O2 browser. Any clue where I can start looking? > > > Thanks > > El problema no es mentirse, el problema es creerse > > _______________________________________________ > Pharo-project mailing list > [hidden email] > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project > > _______________________________________________ > Pharo-project mailing list > [hidden email] > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;. _______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
On Fri, May 28, 2010 at 6:00 PM, Alexandre Bergel <[hidden email]> wrote: Mariano, is there a way to update this? Yes, of course. This problem already appeared. In one mail I suggested O2 maintainers to change that. There are two possibilities: - Change the current version and put 'Dev' as default instead of core - Create a new version and release it (not in development) with a new baseline and in that baseline you put 'Dev' as default group. Anyway, it would be cool to update ConfigurationOf02 since there are new versions of its dependencies. Cheers Mariano Alexandre _______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
Free forum by Nabble | Edit this page |