On Sat, Jul 01, 2017 at 02:35:07PM +0200, Stephane Ducasse wrote:
Hi
I 'm trying to define a baseline for our project and I defined it as
baseline: spec <baseline> spec for: #common do: [ spec baseline: 'SmaCC' with: [ spec repository: 'github://ThierryGoubier/SmaCC'; loads: 'SmaCC-GLR-Runtime' ];
package: 'SmaCC-Solidity' "we could say that SmaccSolidity depends on Smacc-Runtime but I do not know how to say it" ]
Now I thought that I could try to load it using the following
Metacello new baseline: 'SmaccSolidity'; repository: 'github://RMODINRIA-Blockchain/SmaCC-Solidity'; load.
But I get an error telling me that the baseline constructor does not understand load ;(
It loaded ok for me in a fresh image (pharo 6), maybe local problem? As for dependency on a package, here's an older answer by Thierry: http://forum.world.st/How-to-depend-on-another-Github-repo-from-the-baseline... Peter