On 7/13/14 7:46 AM, "Christofer Dutz" <christofer.d...@c-ware.de> wrote:
>Actually I was pretty surprized to see that I could execute the sh files >on my Windows machine without any need of Cygwin. You might have Git Bash in the path. It doesn't have to be cygwin,it just needs to run .sh files. The .sh files might do some command line and string parsing and grep stuff that might be hard to replicate in Ant without making custom Ant tasks. >Well I would like to reduce the amount of dependencies needed to build >flex. Currently it's more difficult to setup than it needs to be. No argument there. > >Think I have my hands in way too much different parts here. So I guess I >won't start refactoring the SDKs build itself ... it was much more a >simple question what else Cygwin is needed for. What however I think >might be worth investigating would be to have some sort of watchdog >wrapper around execution of Flash tests that kills the Flashplayer if a >test doesn't return within a given time. Mustella already has a watchdog, but it doesn't always work. In the Mustella source is a C app that used to work on Windows, but I haven't tried it in a long time. Because C requires yet another compiler and there is no Mac version I have not tried make it work. -Alex