Doesn't a Maven build ultimately produce the same SDK that the Flex
installer produces? Surely, it's expected to work with Flash Builder,
IntelliJ IDEA, and other IDEs, so it can't be all that different. I guess
the VSCode extension could be making extra assumptions that these IDEs do
not, and I can make a few tweaks so that my code works with both flavors of
FlexJS. I just need to know what's different.

- Josh

On Mon, Nov 7, 2016 at 2:39 PM, Carlos Rovira <carlos.rov...@codeoscopic.com
> wrote:

> Hi Josh,
>
> maybe the VSCode extension could help here, if we could configure a
> compiler from a downloaded sdk or the compiler from maven in .m2
> repository. So people could choose one flavor or another. Could this be
> possible?
>
> thanks
>
>
>
> 2016-11-07 15:37 GMT+01:00 Josh Tynjala <joshtynj...@gmail.com>:
>
> > The only build that happens is triggered by tasks.json. Ideally, you'd
> use
> > the asconfigc utility so that it uses the same compiler settings as the
> > VSCode extension. However, you're free to run the compiler directly, or a
> > build script like Maven or Ant instead.
> >
> > The extension looks for asconfig.json to configure the compiler, but it
> > doesn't produce a build. The compiler is designed to be kept in memory by
> > an IDE to provide completion and things.
> >
> > - Josh
> >
> > On Nov 6, 2016 10:55 PM, "piotrz" <piotrzarzyck...@gmail.com> wrote:
> >
> > > Josh, Carlos,
> > >
> > > I thought that it is working like that:
> > >
> > > - asconfig.json - is triggering build with source map
> > > - tasks.json - is launching build using asconfig.json
> > >
> > > So my understanding was that if I change tasks.json to maven I will be
> in
> > > some way build everything two times.
> > >
> > >
> > >
> > > -----
> > > Apache Flex PMC
> > > piotrzarzyck...@gmail.com
> > > --
> > > View this message in context: http://apache-flex-
> > > development.2333347.n4.nabble.com/FlexJS-Falcon-Build-
> > > concerns-tp56292p56326.html
> > > Sent from the Apache Flex Development mailing list archive at
> Nabble.com.
> > >
> >
>
>
>
> --
>
> Carlos Rovira
> Director General
> M: +34 607 22 60 05
> http://www.codeoscopic.com
> http://www.avant2.es
>
>
> Este mensaje se dirige exclusivamente a su destinatario y puede contener
> información privilegiada o confidencial. Si ha recibido este mensaje por
> error, le rogamos que nos lo comunique inmediatamente por esta misma vía y
> proceda a su destrucción.
>
> De la vigente Ley Orgánica de Protección de Datos (15/1999), le comunicamos
> que sus datos forman parte de un fichero cuyo responsable es CODEOSCOPIC
> S.A. La finalidad de dicho tratamiento es facilitar la prestación del
> servicio o información solicitados, teniendo usted derecho de acceso,
> rectificación, cancelación y oposición de sus datos dirigiéndose a nuestras
> oficinas c/ Paseo de la Habana 9-11, 28036, Madrid con la documentación
> necesaria.
>

Reply via email to