Re: [FlexJS] COMPILE::SWF and COMPILE::JS

2017-02-25 Thread piotrz
Hi Chris, Did you have a chance to look into that? Cause I was trying to use COMPILE::JS in my app and it's failed. Thanks, Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-development.247.n4.nabble.com/FlexJS-COMPILE-SWF-and-COMPIL

Re: [FlexJS] COMPILE::SWF and COMPILE::JS

2017-02-15 Thread Christofer Dutz
Ok … so I double checked. Alex is correct. The app mojo does currently only set the defines to SWF. I’ll look into that right away … Chris Am 15.02.17, 17:01 schrieb "Alex Harui" : On 2/15/17, 1:20 AM, "Christofer Dutz" wrote: >The plugin is built to set them in applic

Re: [FlexJS] COMPILE::SWF and COMPILE::JS

2017-02-15 Thread Alex Harui
On 2/15/17, 1:20 AM, "Christofer Dutz" wrote: >The plugin is built to set them in applications and I think it usually >does this correctly or we would be having problems. >But I could double check … The AppMojo looks like it sets the flags for SWF,true and JS,false whether the javascript flag

Re: [FlexJS] COMPILE::SWF and COMPILE::JS

2017-02-15 Thread Christofer Dutz
The plugin is built to set them in applications and I think it usually does this correctly or we would be having problems. But I could double check … Chris Am 15.02.17, 01:24 schrieb "Alex Harui" : I'm not sure Maven is set up to handle these flags properly for applications. In theor

RE: [FlexJS] COMPILE::SWF and COMPILE::JS

2017-02-14 Thread Yishay Weiss
We haven’t needed conditional compilation in our ported app so far. What cases have you run into? From: Justin Mclean<mailto:jus...@classsoftware.com> Sent: Wednesday, February 15, 2017 2:42 AM To: dev@flex.apache.org<mailto:dev@flex.apache.org> Subject: Re: [FlexJS] COMPILE::SWF

Re: [FlexJS] COMPILE::SWF and COMPILE::JS

2017-02-14 Thread Alex Harui
On 2/14/17, 4:42 PM, "Justin Mclean" wrote: >Hi, > >> I'm not sure Maven is set up to handle these flags properly for >>applications. > >Chris what's needed to support this? Is it possible? Of course it is possible. In the dual branch I am setting up the compiler to handle COMPILE::SWF,AUTO.

Re: [FlexJS] COMPILE::SWF and COMPILE::JS

2017-02-14 Thread Justin Mclean
Hi, > I'm not sure Maven is set up to handle these flags properly for applications. Chris what's needed to support this? Is it possible? > In theory, we want app developers to not need to use these flags. Currently AFAIKS an application developer needs these as there several AS only component

Re: [FlexJS] COMPILE::SWF and COMPILE::JS

2017-02-14 Thread Alex Harui
I'm not sure Maven is set up to handle these flags properly for applications. In theory, we want app developers to not need to use these flags. -Alex On 2/14/17, 4:17 PM, "Justin Mclean" wrote: >HI, > >> How are you setting these options? Maven, Ant, command-line, IDE? > >Maven using the boil

Re: [FlexJS] COMPILE::SWF and COMPILE::JS

2017-02-14 Thread Justin Mclean
HI, > How are you setting these options? Maven, Ant, command-line, IDE? Maven using the boilerplate archtype, generated like so: mvn -s /Users/justinmclean/Documents/FlexJSTest/settings-template.xml archetype:generate -DarchetypeGroupId=org.apache.flex.flexjs.framework -DarchetypeArtifactId=f

Re: [FlexJS] COMPILE::SWF and COMPILE::JS

2017-02-14 Thread Alex Harui
How are you setting these options? Maven, Ant, command-line, IDE? -Alex On 2/14/17, 1:44 PM, "Justin Mclean" wrote: >Hi, > >Can anyone tell me why this code: > > >http://ns.adobe.com/mxml/2009"; >xmlns:js="library://ns.apache.org/flexjs/basic" >applicationComple