From: Eloy D. <elo...@gm...> - 2008-06-11 14:55:25
|
Hehehe, yeah that's also true. But the Tools dir isn't in the load path by default. On 11 jun 2008, at 16:52, Allison Newman wrote: > 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 >> >> > > ------------------------------------------------------------------------- > 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 |