On 12/15/14, 11:26 AM, "mark goldin" <[email protected]> wrote:
>In previous SDKs I was using something like this: >mxmlc.exe -locale=fr_FR -library-path+= ... > >But in Apache SDKs there is no exe file anymore but a bat file. Can I use >same format to provide parameters for build process? >mxmlc.bat -locale=fr_FR -library-path+= ... Did you try it? What isn’t working? If you are using Ant or other build tools, you may need to see how they suggest to run .bat files. For Ant, the Apache Flex SDK comes with a set of ant tasks so that you don’t have to use <exec>. -Alex
