On 10/20/15, 4:33 AM, "Harbs" <harbs.li...@gmail.com> wrote:
>I ran out of time for now. Well, thanks for trying. I am going to try to consolidate your comments and reply to them in this one post. >I’m now getting to the point of expanding the FalconJX nightly where it >fails: Is it possible you simply got a bad download? I guess I will take the time to add an MD5 check on the download. When you get an error, please try to provide a bit more (or the entire) console log so I have a bit more context to work from. There could be a redirect or a funky URL resolution earlier in the log that resulted in something other than a zip being downloaded. On 10/20/15, 4:14 AM, "Harbs" <harbs.li...@gmail.com> wrote: >It looks like the script requires a number of other env vars setup: >FALCONJX_HOME >GOOG_HOME >etc. > >Can I suggest that the script checks for ALL env vars at the start of the >script so all missing vars are discovered right away? > In theory, FALCONJX_HOME and GOOG_HOME are now optional. Did you get an error? If so, please provide the console output. On 10/20/15, 3:52 AM, "Harbs" <harbs.li...@gmail.com> wrote: >The script looks kind of odd to me. Why is it testing for both a >directory and file? (or am I not understanding it) > > <available file="${env.FLASHPLAYER_DEBUGGER}" > type="dir" > property="FLASHPLAYER_DEBUGGER" >value="${env.FLASHPLAYER_DEBUGGER}" /> > > <available file="${env.FLASHPLAYER_DEBUGGER}" > type="file" > property="FLASHPLAYER_DEBUGGER" >value="${env.FLASHPLAYER_DEBUGGER}" /> > I guess I incorrectly thought that on Mac it could point to the .app folder. I will fix the script. On 10/20/15, 3:45 AM, "Harbs" <harbs.li...@gmail.com> wrote: >It seems like the problem was that I did not have ant specified in the >ANT_HOME path. Odd. I thought it should be the parent directory. > In case it helps others, what did you finally set it to? I’m also curious about why your computer wasn’t already set up with ANT_HOME and FLASHPLAYER_DEBUGGER given that you’ve been running at least TLF builds and probably SDK builds as well. Thanks, -Alex