On Thu, Apr 11, 2013 at 7:46 AM, Bernat Romagosa <
[email protected]> wrote:

> Hi list!
>
> How would one load a specific version of a dependence from within a
> configuration?
>
> For instance, imagine I want to load Iliad from its Metacello config, but
> after that I want to load a more updated version of a specific package.
> Something like:
>
>     spec
>         project: 'Iliad' with: '0.9.1.2';
>         project: 'Iliad' package: 'Iliad-Core' with:
> 'Iliad-Core0.9.1.2-NicolasPetton.83'
>
>
Don't know if it works but you can try defining the package in the baseline
besides the project reference..something like

spec
     package: 'Iliad-Core' with: [  spec repository: 'iliad repo here ...' ]

but I don't know what will happen because when you load the project Iliad
it will load also the Iliad-Core of 0.9.1.2

btw, why not just create another/particular version of ConfigurationOfIliad
for what you need?


> I hope I made myself clear.
>
> Thanks a lot!
>
> Bernat.
>
> --
> Bernat Romagosa.
>



-- 
Mariano
http://marianopeck.wordpress.com

Reply via email to