actionscript3-tmbundle icon indicating copy to clipboard operation
actionscript3-tmbundle copied to clipboard

Class Import Error

Open mattarau opened this issue 13 years ago • 1 comments

Since I've updated the bundle to the sg branch, when a try to import a Class (CMD+SHIFT+I) textmate deletes all my code and shows this this error:

/Users/maraujo/Library/Application Support/TextMate/Support/lib/textmate.rb:150: warning: Insecure world writable dir /Users/maraujo in PATH, mode 040757 /Users/maraujo/Library/Application Support/TextMate/Support/lib/textmate.rb:150: warning: Insecure world writable dir /Users/maraujo in PATH, mode 040757 /Users/maraujo/Library/Application Support/TextMate/Support/lib/textmate.rb:150: warning: Insecure world writable dir /Users/maraujo in PATH, mode 040757 Could not find the build file at /Users/maraujo/Sites/medsoft/Cliente.Flash.View/build.yaml

Can't find anything like this here. I think probably it is a simple solution. Thanks in advance

mattarau avatar Feb 08 '11 21:02 mattarau

Is this still happening, I've just tried to re-create and can't. However the problem looks to be triggered from the internal TextMate library.

Quickly searching for 'Insecure world writable dir' would suggest this is related to standard ruby behaviour when you have an insecure path in your $PATH.

simongregory avatar Jul 04 '11 20:07 simongregory