I get this error:
"bash: line 1: selected_theme: command not found cat: /Users/{myname}/Library/Application Support/TextMate/Support/css/ webpreview.css: No such file or directory"
when running a Ruby script from Textmate (build 1324, and today's (Nov 17) SVN checkout for the bundles).
Does anyone have a hint?
Best regards, Erik van Eykelen http://railsgigs.com - where start-ups meet developers
Same problem here (Built 1324, too). Didn't find a hint on the list.
No ideas?
Am 17.11.2006 um 09:24 schrieb Erik van Eykelen:
I get this error:
"bash: line 1: selected_theme: command not found cat: /Users/{myname}/Library/Application Support/TextMate/Support/css/ webpreview.css: No such file or directory"
when running a Ruby script from Textmate (build 1324, and today's (Nov 17) SVN checkout for the bundles).
Does anyone have a hint?
Best regards, Erik van Eykelen http://railsgigs.com - where start-ups meet developers
"bash: line 1: selected_theme: command not found cat: /Users/{myname}/Library/Application Support/TextMate/Support/css/ webpreview.css: No such file or directory"
Hey,
My Support Dir is in /Library/Application Support/TextMate/Support I think it should not be in your home dir. Do you check out the whole textmate svn trunk to your home dir?
mfg, Soryu.
hm… actually i found a AppSupport/TextMate Dir in /Library _and_ ~/ Library. i have no idea how it came there… but neither of this dirs have the css/webpreview.css
i'm going to have to do a reinstall next week or the week after anyway and no time to further invertigate now. i'm gonna see if it works then.
thanks for the heads-up, soryu.
niko.
Am 26.11.2006 um 23:15 schrieb Soryu:
"bash: line 1: selected_theme: command not found cat: /Users/{myname}/Library/Application Support/TextMate/Support/css/ webpreview.css: No such file or directory"
Hey,
My Support Dir is in /Library/Application Support/TextMate/Support I think it should not be in your home dir. Do you check out the whole textmate svn trunk to your home dir?
mfg, Soryu.
For new threads USE THIS: textmate@lists.macromates.com (threading gets destroyed and the universe will collapse if you don't) http://lists.macromates.com/mailman/listinfo/textmate
On Nov 26, 2006, at 5:15 PM, Soryu wrote:
"bash: line 1: selected_theme: command not found cat: /Users/{myname}/Library/Application Support/TextMate/Support/css/ webpreview.css: No such file or directory"
Hey,
My Support Dir is in /Library/Application Support/TextMate/Support I think it should not be in your home dir. Do you check out the whole textmate svn trunk to your home dir?
I keep my support dir in ~/Lib/App... because I like to commit my changes back to the svn repo :)
Erik and Niko, make sure your *entire* svn checkout is up-to-date. If you only update the Bundles and not the Support, or vice versa, you can get interesting errors.
Ok, here's the official answer:
Rails -> Database -> Migrate to Current is b0rked in TextMate build 1324. The web preview stuff got updated a couple days before build 1324 was put together, but this command didn't get updated until almost 3 weeks later.
If you don't want to get an error when running this command, you need a subversion checkout of the bundles. If you don't have one already, see http://macromates.com/wiki/Main/SubversionCheckout. If you do have one, make sure it's updated to at least r6193 (though obviously HEAD is best).
Make sure you tell TextMate to reload bundles (or probably, restart TextMate, or you won't get the theme changes, or any changes to Dialog.tmPlugin, if any were made).
If you can reproduce this error with any other command, or after following these steps, I will be extremely surprised.
On Nov 17, 2006, at 3:24 AM, Erik van Eykelen wrote:
I get this error:
"bash: line 1: selected_theme: command not found cat: /Users/{myname}/Library/Application Support/TextMate/Support/css/ webpreview.css: No such file or directory"
when running a Ruby script from Textmate (build 1324, and today's (Nov 17) SVN checkout for the bundles).
Does anyone have a hint?