From: Allison N. <dem...@ma...> - 2008-06-11 14:52:04
|
Either that, or Craig mistyped the name. There's an 'e' in standaloneify... On Wednesday, June 11, 2008, at 04:46PM, "Eloy Duran" <elo...@gm...> wrote: >> ruby standalonify.rb -d ScriptWindow_.app ScriptWindow.app >> ruby: No such file or directory -- standalonify.rb (LoadError) >> >> I am in the directory where the app resides before running above code. > >The problem is that standaloneify.rb is not in your load path so you >need to specify the full path: >$ ruby /System/Library/Frameworks/RubyCocoa.framework/Versions/Current/ >Tools/standalonify.rb -d ScriptWindow_.app ScriptWindow.app > >Eloy > >------------------------------------------------------------------------- >Check out the new SourceForge.net Marketplace. >It's the best place to buy or sell services for >just about anything Open Source. >http://sourceforge.net/services/buy/index.php >_______________________________________________ >Rubycocoa-talk mailing list >Rub...@li... >https://lists.sourceforge.net/lists/listinfo/rubycocoa-talk > > |