[Pharo-project] PetitParser in 2.0
Hello How do I load PetitParser into Pharo-2.0? There is no entry in the configuration browser. Regards Hannes
hi, something like: Gofer it renggli: 'petit'; package: 'ConfigurationOfPetitParser'; load. (ConfigurationOfPetitParser project version: '1.5') load: #(Core PetitXml PetitJson PetitXPath PetitCSV) UI will not load in 2.0 right now because it uses glamour who is being migrated. It will throw a warning because BlockContext is not in the image anymore. You can safely ignore it. I copied the configuration into the "untrusted" directory. Some benevolent soul could prepare a reliable configuration for 2.0 and copy it into MetaRepoForPharo20... :) Esteban On Feb 14, 2013, at 6:46 PM, "H. Hirzel" <hannes.hirzel@gmail.com> wrote:
Hello
How do I load
PetitParser
into Pharo-2.0?
There is no entry in the configuration browser.
Regards
Hannes
Thank you for the status report and putting it into the 'untrusted' directory. Actually I am interested in the GUI. So I'll wait for Glamour to catch up. --Hannes On 2/14/13, Esteban Lorenzano <estebanlm@gmail.com> wrote:
hi,
something like:
Gofer it renggli: 'petit'; package: 'ConfigurationOfPetitParser'; load. (ConfigurationOfPetitParser project version: '1.5') load: #(Core PetitXml PetitJson PetitXPath PetitCSV)
UI will not load in 2.0 right now because it uses glamour who is being migrated. It will throw a warning because BlockContext is not in the image anymore. You can safely ignore it.
I copied the configuration into the "untrusted" directory. Some benevolent soul could prepare a reliable configuration for 2.0 and copy it into MetaRepoForPharo20... :)
Esteban
On Feb 14, 2013, at 6:46 PM, "H. Hirzel" <hannes.hirzel@gmail.com> wrote:
Hello
How do I load
PetitParser
into Pharo-2.0?
There is no entry in the configuration browser.
Regards
Hannes
On Fri, Feb 15, 2013 at 11:20 AM, H. Hirzel <hannes.hirzel@gmail.com> wrote:
Actually I am interested in the GUI. So I'll wait for Glamour to catch up.
you can load Glamour the same solution Esteban told you about PetitParser: select a subset of the whole suite. This should work. You can also start from an image with Glamour included: https://ci.inria.fr/rmod/job/GlamourOnPharo20/ -- Damien Cassou http://damiencassou.seasidehosting.st "Success is the ability to go from one failure to another without losing enthusiasm." Winston Churchill
participants (3)
-
Damien Cassou -
Esteban Lorenzano -
H. Hirzel