You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@flex.apache.org by mark goldin <ma...@gmail.com> on 2014/12/15 20:26:23 UTC

Mxmlc parameters

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+= ...

Thanks

Re: Mxmlc parameters

Posted by mark goldin <ma...@gmail.com>.
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 <ma...@gmail.com> wrote:

> I am using TFS's proj files.
>
> On Mon, Dec 15, 2014 at 4:19 PM, Alex Harui <ah...@adobe.com> wrote:
>
>>
>>
>> On 12/15/14, 11:26 AM, "mark goldin" <ma...@gmail.com> 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
>>
>>
>

Re: Mxmlc parameters

Posted by mark goldin <ma...@gmail.com>.
I am using TFS's proj files.

On Mon, Dec 15, 2014 at 4:19 PM, Alex Harui <ah...@adobe.com> wrote:

>
>
> On 12/15/14, 11:26 AM, "mark goldin" <ma...@gmail.com> 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
>
>

Re: Mxmlc parameters

Posted by Alex Harui <ah...@adobe.com>.

On 12/15/14, 11:26 AM, "mark goldin" <ma...@gmail.com> 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