Yes, I tried. I replaced .exe with .bat and let TFS run it. This is a
bottom part of a log file:
Build succeeded.
    0 Warning(s)
    0 Error(s)

Time Elapsed 00:00:01.10

So, it did not even work?

On Mon, Dec 15, 2014 at 4:20 PM, mark goldin <[email protected]> wrote:

> I am using TFS's proj files.
>
> On Mon, Dec 15, 2014 at 4:19 PM, Alex Harui <[email protected]> wrote:
>
>>
>>
>> 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
>>
>>
>

Reply via email to