<div dir="ltr">Hello,<div><br></div><div>It seems that some recent changes in the ConfigurationOfText have broken the loading in the Pharo 3.0.</div><div><br></div><div>I&#39;m loading GetText with the following script in my config.</div>
<div>spec<br></div><div><div><span class="" style="white-space:pre">        </span>project: &#39;GetText&#39;</div><div><span class="" style="white-space:pre">                </span>with: [ </div><div><span class="" style="white-space:pre">                        </span>spec</div>
<div><span class="" style="white-space:pre">                                </span>className: &#39;ConfigurationOfGettext&#39;;</div><div><span class="" style="white-space:pre">                                </span>file: &#39;ConfigurationOfGettext&#39;;</div><div><span class="" style="white-space:pre">                                </span>loads: #(&#39;Core&#39; );</div>
<div>                                version: &#39;1.3&#39;; &quot;tried #development too&quot;<br></div><div><span class="" style="white-space:pre">                                </span>repository: &#39;<a href="http://smalltalkhub.com/mc/PharoExtras/Gettext/main&#39;">http://smalltalkhub.com/mc/PharoExtras/Gettext/main&#39;</a>].</div>
</div><div><br></div><div>I get this error whatever version I put.</div><div><br></div><div>&#39;The version &#39;&#39;1.3&#39;&#39; is not defined in ConfigurationOfGettext for the current platform, because an exception occurred while creating the version:. Error: The imported version:&#39;&#39;1.1-baseline&#39;&#39; for version: 1.3 referenced from the method: #version13: in configuration ConfigurationOfGettext has not been defined.. Evaluate the following to see the error: &#39;&#39;[ConfigurationOfGettext project ] </div>
<div><span class="" style="white-space:pre">        </span>on: MetacelloErrorInProjectConstructionNotification </div><div><span class="" style="white-space:pre">        </span>do: [:ex | ex resume: true ].&#39;&#39;</div><div>Possible versions include: #(#bleedingEdge #development #stable &#39;&#39;1.0-baseline&#39;&#39; &#39;&#39;1.0&#39;&#39; &#39;&#39;1.1&#39;&#39; &#39;&#39;1.2&#39;&#39;)&#39; </div>
<div><br></div><div>I tried to debug and compared with the changes from the previous version but didn&#39;t find any workable solution.</div><div><br></div><div>Usman</div></div>