Hi Marten,<br><br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">while I was producing new ICs for headless systems I noticed, that there are references to class &quot;WAToolDecoration&quot; (bringing in the development stuff of Seaside), which is not available during runtime. This makes packaging more complicate ...</blockquote>
<div><br></div><div>Good catch - reviewing the code the reference to WAToolDecoration isn&#39;t really necessary. You can change JQMAdmin&gt;&gt;register:asApplicationAt: as follows: </div><div><br></div><div><div>JQMAdmin&gt;&gt;register: aComponentClass asApplicationAt: aString</div>
<div><span class="Apple-tab-span" style="white-space:pre">        </span>| application decorations |</div><div><span class="Apple-tab-span" style="white-space:pre">        </span>application := super register: aComponentClass asApplicationAt: aString.</div>
<div><span class="Apple-tab-span" style="white-space:pre">        </span>application preferenceAt: #scriptGeneratorClass put: JQMScriptGenerator.</div><div><span class="Apple-style-span"><span class="Apple-tab-span" style="white-space:pre">        </span>application preferenceAt: #rootDecorationClasses put: </span>#().</div>
<div><span class="Apple-tab-span" style="white-space:pre">        </span></div><div><span class="Apple-tab-span" style="white-space:pre">        </span>^ application</div></div><div><br></div><div>I&#39;ll include the fix in a new version I&#39;m about to release very soon...</div>
<div><br></div><div>Nick</div><div><br></div></div>