On 5/13/15, 4:35 AM, "kevin.godell" <kevin.god...@gmail.com> wrote:

>I hope that the patch wasn't the cause of the build failing!

The build likes to fail waiting for flexunit results.  At some point it
will get past that failure point.
That said, I’m not 100% sure that was the right patch.  IMO, the problem
is that SCRIPT_HOME isn’t being set for some scenarios.  If SCRIPT_HOME
does get set, I think you do want the slash.  But I could be wrong about
that.

>
>Quick question for you, I need to change the file permissions on the
>/bin/mxmlc so that it is user executable. Every time I download the flexjs
>nightly, I have to chmod 744 mxmlc so that IntelliJ wont complain about
>the
>permission to execute. I understand how to edit a file using the online
>interface on github, but how do you change the permissions of a file? And
>do
>you know which repo that file is contained in? The installer grabs the
>files
>and puts them all together for me, so I don't really know where it lives
>before making it to my flexjs sdk.
>

I think bin/mxmlc comes in from the Falcon install in flex-falcon repo.
The file is in the compiler/commandline folder.  The install script should
be in root of flex-falcon in installer.xml, and the file gets packaged by
build.xml.  Not sure where the right place is to do the chmod, but there
is probably other chmod going on for js/bin somehow.

Thanks again for your help on this.

-Alex

Reply via email to