okay, i have finally decided to spend some time figuring out metacello..

for those doing the same, i would say, do this first:

http://sleepycoders.blogspot.com/2013/10/dead-simple-intro-to-metacello.html

then, use the “deep into pharo” chapter as needed..

anyway.. i am having a little bit of trouble doing one thing.

I need to include VoyageMongo in my project. It’s available in the project 
catalog, so i tried doing something like:

baseline01: spec
        <version: '0.1-baseline'>
        spec
                for: #common
                do: [ spec blessing: #baseline.
                        spec repository: 
'http://smalltalkhub.com/mc/sergio101/InternetRadioRest/main'.
                        spec package: 'InternetRadioJam'.
                        spec package: 'VoyageMongo’ ]

but that doesn’t work. i tried several other configurations with no luck..

The website for VoyageMongo shows:

Metacello new  
    repository: 'github://pharo-nosql/voyage/mc';
    baseline: 'Voyage';
    load: 'mongo tests’


but i can’t quite figure out the proper syntax to make this happen..

ideas?

thanks!


----
peace,
sergio
photographer, journalist, visionary

Public Key: http://bit.ly/29z9fG0
#BitMessage BM-NBaswViL21xqgg9STRJjaJaUoyiNe2dV
http://www.Village-Buzz.com
http://www.ThoseOptimizeGuys.com
http://www.coffee-black.com
http://www.painlessfrugality.com
http://www.twitter.com/sergio_101
http://www.facebook.com/sergio101

Attachment: signature.asc
Description: Message signed with OpenPGP using AMPGpg

Reply via email to