<div>I admit I&#39;m a noob with Metacello :( I do not know the dev cycle with this.<br></div><div><br></div><div>Copy from the wiki of this project:</div><div><br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
How to load<br></blockquote><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br></blockquote><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Use a recent pharo image and evaluate<br></blockquote><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">-----------------------------------------------------------------<br>
</blockquote><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br></blockquote><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
 Gofer new<br></blockquote><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">  squeaksource: &#39;MetacelloRepository&#39;;<br></blockquote><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
  package: &#39;ConfigurationOfJQueryWidgetBox&#39;;<br></blockquote><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">  load.<br></blockquote><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
(Smalltalk at: #ConfigurationOfJQueryWidgetBox) loadLatestVersion</blockquote><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br></blockquote><div><br></div><div>For that I just use #loadLatestVersion for load. Now with you tip, for load my config I evaluate this:</div>
<div>(ConfigurationOfJQueryWidgetBox project version: &#39;2.7&#39;) load </div><div><br></div><div><br></div><div>Weel, I commit to repo with blessing #development, if this config is correct I change this to #release, or any let me know the next CORRECT step (I say again, I&#39;m noob with metacello).</div>
<div><br></div><div>Name: ConfigurationOfJQueryWidgetBox-GastonDallOglio.67<br>Author: GastonDallOglio<br>Time: 5 April 2012, 11:28:26 am<br>UUID: cd01f6de-f264-4585-88e3-4a3ad9f3d7a5<br>Ancestors: ConfigurationOfJQueryWidgetBox-PaulDeBruicker.66<br>
<br>&quot;added MapQuery, RegisteredInterval and SelectMenu.&quot;</div><div><br></div><div><br></div><div>Regards</div><div><br></div><div>PS: for convension, package JQWidgetBox-RegisteredInterval-Example should be renamed JQWidgetBox-RegisteredInterval-Dev, and SelectMenu wrapper haven&#39;t example and test :)</div>
<div><br></div><div><br></div><div class="gmail_quote">El 5 de abril de 2012 10:21, Nick Ager <span dir="ltr">&lt;<a href="mailto:nick.ager@gmail.com">nick.ager@gmail.com</a>&gt;</span> escribió:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi Gastón,<div><br></div><div><div class="gmail_quote"><div class="im"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="gmail_quote"><div><div>I do now, but one question, I blessing new conf that I write as #release? I do not know load JQueryWidgetBox if this is blessing as #development, any idea?</div>

</div></div></blockquote><div><br></div></div><div>I&#39;m not I quite understand. If you are asking how do you load a specific configuration for example before setting the blessing to #release for ConfigurationOfSeaside30 I would load it with:</div>

<div><br></div><div><span style="border-collapse:collapse;color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px">(ConfigurationOfSeaside30 project version: &#39;<span style="background-image:initial;background-color:rgb(255,255,204);color:rgb(34,34,34);background-repeat:initial initial">3.0</span>.<span style="background-image:initial;background-color:rgb(255,255,204);color:rgb(34,34,34);background-repeat:initial initial">7</span>&#39;) load: &#39;OneClick&#39;.</span></div>

<div><br></div><div>This allows you test the yet to be released version before making it available to everyone. There are plenty of people on this list and the Pharo list who should be able to help you if you get stuck.</div>

<div><br></div><div>Hope that helps</div><span class="HOEnZb"><font color="#888888"><div><br></div><div>Nick </div></font></span></div></div>
<br>_______________________________________________<br>
seaside mailing list<br>
<a href="mailto:seaside@lists.squeakfoundation.org">seaside@lists.squeakfoundation.org</a><br>
<a href="http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside" target="_blank">http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside</a><br>
<br></blockquote></div><br>