Hi Alex,
indeed, when building most of the time is spent by the closure compiler compiling the release build for the examples. It would be great if it was possible to skip this last build. Especially as I package the content of the war file for JS output from the js-debug or js-release depending on if debug is enabled. It would be great if we could set the build to debug and omit that really time-consuming release build as it wouldn't have any influence on the artifact built by the build. Chris ________________________________ Von: Alex Harui <aha...@adobe.com> Gesendet: Samstag, 2. Juli 2016 16:44:34 An: dev@flex.apache.org Betreff: Re: AW: AW: AW: LAST CALL] Release FlexJS/FalconJX 0.7.0 On 7/1/16, 3:15 PM, "carlos.rov...@gmail.com on behalf of Carlos Rovira" <carlos.rov...@gmail.com on behalf of carlos.rov...@codeoscopic.com> wrote: >Hi, > >just report that I changed to maven 3.3.9 to get compiler running, and >must >use -DskipTests (I suppose this is ok right now) >Then, externs where build easily and quick, and finaly I could run asjs >without problem, although this are 25'! I think you are saying it took 25 minutes to build? IMO, I haven't done a profile, but by watching the console, I'd say that a significant amount of that time is spent building the js-release optimized version by the Google Closure Compiler. Maybe we need options to skip building the js-release version or skip building all of the examples. -Alex