<br><br><div class="gmail_quote">On Thu, Dec 1, 2011 at 4:56 PM, jtuchel <span dir="ltr">&lt;<a href="mailto:jtuchel@objektfabrik.de">jtuchel@objektfabrik.de</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Hi Mariano<br>
<br>
thanks a lot. This change feels much better.<br>
<br>
I could solve my problem by changing this one line manually and proceeding<br>
the load. This is of course just a dirty workaround.<br>
<br>
Still I&#39;d like to understand how I can find the place at which the package<br>
version for OSProcess is defined within the prerequisite chain of<br>
ConfigurationOfMagma. I couldn&#39;t find it yet... ;-)<br>
<br></blockquote><div><br>For those cases I usually do something along: <br>ConfigurationOfMagma project lastVersion record loaderPolicy loadDirective<br><br>- I use #record instead of #load to avoid actually loading everything. Record will fetch everything but not actually load each package.<br>
- I use #lastVersion in this example, but you can use the version you want.<br><br>As you can see, the trick is loaderPolicy loadDirective, which answers all the stuff it will load and the order:<br><br>-&gt;<br> linear load : <br>
    linear load : 1.2 [ConfigurationOfMagma]<br>        load : ConfigurationOfMaClientServer<br>    linear load : 1.2 [ConfigurationOfMagma]<br>        linear load : 1.3 [ConfigurationOfMaClientServer]<br>            load : ConfigurationOfMaBase<br>
        linear load : 1.3 [ConfigurationOfMaClientServer]<br>            load : ConfigurationOfOSProcess<br>        linear load : 1.3 [ConfigurationOfMaClientServer]<br><span style="color: rgb(255, 102, 102);">            linear load : 1.0 [ConfigurationOfMaBase]</span><br>
                load : Collections-BTree-lr.73<br>                load : Ma exception handling-cmm.38<br>                load : Ma base additions-cmm.193<br>                load : Ma proxy support-cmm.45<br>                load : Ma Squeak domain-cmm.34<br>
                load : MaFixedWidthReport-cmm.7<br>                load : Ma special collections-cmm.120<br>                load : Ma traverse object graphs-cmm.32<br>                load : Ma Statistics-cmm.25<br>                load : Ma files additions-cmm.13<br>
                load : Ma contextual search-cmm.36<br>                load : Ma object serialization-cmm.250<br>                load : Ma object serialization tester-cmm.34<br>                load : Ma special collections tester-cmm.15<br>
     <span style="color: rgb(255, 102, 102);">       linear load : 4.4.0 [ConfigurationOfOSProcess]</span><br style="color: rgb(255, 102, 102);"><span style="color: rgb(255, 102, 102);">                load : OSProcess-dtl.59</span><br>
            load : Ma client server-cmm.217<br>            load : Ma Armored Code-cmm.150<br>            load : Ma client server tester-cmm.22<br>        load : WriteBarrier-cmm.28<br>        load : Magma client-cmm.540<br>
<br>So it seems ConfigurationOfMagma requires ConfigurationOfMaClientServer, which requires ConfigurationOfOSProcess.<br>So there you go. <br>For more details you may want to read the metacello chapter of PBE2: <a href="https://gforge.inria.fr/scm/viewvc.php/*checkout*/PharoByExampleTwo-Eng/Metacello/Metacello.pdf?root=pharobooks">https://gforge.inria.fr/scm/viewvc.php/*checkout*/PharoByExampleTwo-Eng/Metacello/Metacello.pdf?root=pharobooks</a><br>
<br>Cheers<br> </div><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
Joachim<br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
View this message in context: <a href="http://forum.world.st/Re-Pharo-users-pharo-users-Can-t-Load-Magma-in-Pharo-1-3-tp3933449p4129097.html" target="_blank">http://forum.world.st/Re-Pharo-users-pharo-users-Can-t-Load-Magma-in-Pharo-1-3-tp3933449p4129097.html</a><br>

</font></span><div class="HOEnZb"><div class="h5">Sent from the Magma mailing list archive at Nabble.com.<br>
_______________________________________________<br>
Magma mailing list<br>
<a href="mailto:Magma@lists.squeakfoundation.org">Magma@lists.squeakfoundation.org</a><br>
<a href="http://lists.squeakfoundation.org/mailman/listinfo/magma" target="_blank">http://lists.squeakfoundation.org/mailman/listinfo/magma</a><br>
</div></div></blockquote></div><br><br clear="all"><br>-- <br>Mariano<br><a href="http://marianopeck.wordpress.com" target="_blank">http://marianopeck.wordpress.com</a><br><br>