Created
September 1, 2010 19:54
-
-
Save nalmeida/561236 to your computer and use it in GitHub Desktop.
Como resolver o problema de "broken pipe" no TextMate
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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