Re: [FlexJS] Failing build for simple example

2017-08-16 Thread piotrz
Thanks Josh! That is another reason to make the release happen! Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-development.247.n4.nabble.com/FlexJS-Failing-build-for-simple-example-tp63695p63902.html Sent from the Apache Flex Devel

Re: [FlexJS] Failing build for simple example

2017-08-16 Thread Josh Tynjala
Yes, if we release a new version of the compiler, then Moonshine can be updated to use it. Alternatively, Moonshine could be refactored to allow users to optionally point to a different version of the compiler, similar to how the VSCode extension provides the nextgenas.sdk.editor setting. - Josh

Re: [FlexJS] Failing build for simple example

2017-08-16 Thread piotrz
The bundled jars are using released version of compiler, so the deal is to release new version. Then it could be used there? Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-development.247.n4.nabble.com/FlexJS-Failing-build-for-si

Re: [FlexJS] Failing build for simple example

2017-08-16 Thread Josh Tynjala
Everything is compiled into a single "fat" JAR, so unfortunately no. - Josh On Wed, Aug 16, 2017 at 10:44 AM, Alex Harui wrote: > Bummer. There is no way to overwrite the compiler jars? > > -Alex > > On 8/16/17, 10:34 AM, "Josh Tynjala" wrote: > > >Moonshine currently uses the 0.8.0 compiler

Re: [FlexJS] Failing build for simple example

2017-08-16 Thread Alex Harui
Bummer. There is no way to overwrite the compiler jars? -Alex On 8/16/17, 10:34 AM, "Josh Tynjala" wrote: >Moonshine currently uses the 0.8.0 compiler for code intelligence. Nightly >builds of FlexJS specify a new fxg-base-class compiler option in >flex-config.xml, but this compiler option did

Re: [FlexJS] Failing build for simple example

2017-08-16 Thread Josh Tynjala
Moonshine currently uses the 0.8.0 compiler for code intelligence. Nightly builds of FlexJS specify a new fxg-base-class compiler option in flex-config.xml, but this compiler option didn't exist in 0.8.0. There is currently no way to force Moonshine to use the newer compiler for code intelligence

Re: Re: [FlexJS] Failing build for simple example

2017-08-16 Thread vincent
Bonjour, En congés jusqu'au 4 septembre, je prendrais connaissance de votre message à mon retour. Cordialement, Vincent/AFTER24

Re: [FlexJS] Failing build for simple example

2017-08-16 Thread piotrz
Hi, This option "flash.display.Sprite" flex-config seems to breaking code completion in Moonshine. I've just configured Moonshine on clean Windows 7 PC and started to getting following things in console [1]. Once I commented out in flex-config that option everything started to work. Anyone have