Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save nalmeida/561236 to your computer and use it in GitHub Desktop.
Save nalmeida/561236 to your computer and use it in GitHub Desktop.
Como resolver o problema de "broken pipe" no TextMate
Como resolver o problema de "broken pipe" do AS3 Bundle no TextMate.
#1 Dê permissão de escrita no diretório do Flex SDK (chmod -Rf 777 Diretorio)
#2 Configure corretamente o caminho no TextMate
#1 TextMate > Preferences
#2 Advanced > Shell Variables
#3 TM_FLEX_PATH : caminho do diretório do SDK (ex.:/Applications/Util/flex_sdk_3)
#3 Desligue o Daemon
#4 Reinicie o TextMate
#5 Ligue o Daemon
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment