<HTML><BODY style="word-wrap: break-word; -khtml-nbsp-mode: space; -khtml-line-break: after-white-space; "><BR><DIV><DIV>Le 14 juil. 06 à 13:04, Allan Odgaard a écrit :</DIV><BR class="Apple-interchange-newline"><BLOCKQUOTE type="cite"><P style="margin: 0.0px 0.0px 0.0px 0.0px"><FONT face="Helvetica" size="3" style="font: 12.0px Helvetica">Well, I wanted you to try something which didn’t use (directly or indirectly) the plist ruby gem. And of course something which actually worked (at least from Terminal.)</FONT></P></BLOCKQUOTE><DIV><BR class="khtml-block-placeholder"></DIV>sorry i don't have very much gems...</DIV><DIV><BR><BLOCKQUOTE type="cite"> <P style="margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Helvetica; min-height: 14.0px"><BR></P> <P style="margin: 0.0px 0.0px 0.0px 0.0px"><FONT face="Helvetica" size="3" style="font: 12.0px Helvetica">But try put the following line before the require 'plist' in your script:</FONT></P> <P style="margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Helvetica; min-height: 14.0px"><BR></P> <P style="margin: 0.0px 0.0px 0.0px 0.0px"><FONT face="Helvetica" size="3" style="font: 12.0px Helvetica"><SPAN class="Apple-converted-space">   </SPAN>$:.reject! { |path| path =~ %r{TextMate.*/Support/lib$} }</FONT></P> <P style="margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Helvetica; min-height: 14.0px"><BR></P> <P style="margin: 0.0px 0.0px 0.0px 0.0px"><FONT face="Helvetica" size="3" style="font: 12.0px Helvetica">That should solve the plist clash. It’s not ideal, but will have to do until I find a better solution.</FONT></P> </BLOCKQUOTE></DIV><BR><DIV>it works fine from TextMate...</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>thanks a lot !!!</DIV></BODY></HTML>