Something like this:

...

spec
������ ������ baseline: 'Voyage' with: [ spec repository: 'github://pharo-nosql/voyage/mc'; load: #( 'mongo' 'tests') ];
import: 'Voyage'.

spec
������ ������ package: 'InternetRadioJam' with: [ spec requires: 'Voyage' ]

...

On Wed, Feb 8, 2017 at 12:06 PM, sergio ruiz <sergio.rrd@gmail.com> wrote:

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

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


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 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