Well, I'm missing data to help you more, lets try to get them. In your IntelliJ install folder/bin, you should have an equivalent of the Windows file idea.exe.vmoptions
In this file, add: -Didea.keep.flex.temporary.files=true and restart IntelliJ It will allow the temporary config.xml to live a little bit more longer, just the time for you to catch it. This config.xml file will be created as soon as you click rebuild and will be in your /Users/carlosrovira/Library/Caches/IntelliJIdea14/compile-server/_temp_/IntelliJ_IDEA/ and will be named something like this: idea-7E89B9DF-E789E8C0.xml What I do to catch it, usually I use notepad++ and try to open the path/file I just mentioned and that you can find from the compilation output. Notepad++ won't be able to open it because it hasn't been re-created yet but will open a window in this folder, I switch to IJ, hit rebuild, switch back very quickly to notepad++, refresh, see the file and open it. If you can manage to do that, please link the content of this file here. Frédéric THOMAS ---------------------------------------- > From: carlos.rov...@codeoscopic.com > Date: Tue, 4 Aug 2015 19:58:27 +0200 > Subject: Re: [FlexJS] Setup Error > To: dev@flex.apache.org > > Hi Fred, I create a new one for this try but I make the cache and restart > invalidation with no luck :( > > 2015-08-04 19:47 GMT+02:00 Frédéric THOMAS <webdoubl...@hotmail.com>: > >> I was thinking IntelliJ adds data it detects on a particular SDK / Lib in >> a cache only the first time it parses it, then I guess it reuses some of >> those cached data to create its own config.xml, could it be your configured >> SDK / lib is in the same directory than an older one ? >> >> If yes, invalidate the cache and restart. >> >> Frédéric THOMAS >> >> >> ---------------------------------------- >>> From: carlos.rov...@codeoscopic.com >>> Date: Tue, 4 Aug 2015 19:09:47 +0200 >>> Subject: Re: [FlexJS] Setup Error >>> To: dev@flex.apache.org >>> >>> Thanks for checking it Fred, >>> I was looking through the configuration but can't see nothing that could >>> cause the problem >>> I'll try to make it in other mac I have from 0 and see what happens as I >>> have some time >>> >>> Thanks >>> >>> >>> >>> 2015-08-04 13:01 GMT+02:00 Frédéric THOMAS <webdoubl...@hotmail.com>: >>> >>>> Hi Carlos, >>>> >>>> It sounds like the FlexJS Nightly Lib still contain paths out of the >>>> framework directory in your configuration. >>>> I changed my phrasing in the Wiki to: >>>> >>>> While this window is still open, click on Global Libraries, we will >>>> add the FlexJS SDK also as a library, that's the second gotcha.1- Click >> on >>>> New Global Library, select <FLEXJS_INSTALL_FOLDER>\frameworks.2- Rename >> the >>>> library to something meaningful, I choose to name mine "FlexJS Nightly >> Lib". >>>> Which remove one step and is more accurate. >>>> >>>> Other than that, I can't see any reason it wouldn't work for you too. >>>> >>>> Be sure to follow those steps from the start even though you had >> previous >>>> FlexJS SDKs and FlexJS Libs configured in IntelliJ. >>>> >>>> Thanks for trying. >>>> Frédéric THOMAS >>>> >>>> >>>> ---------------------------------------- >>>>> From: carlos.rov...@codeoscopic.com >>>>> Date: Tue, 4 Aug 2015 02:31:00 +0200 >>>>> Subject: Re: [FlexJS] Setup Error >>>>> To: dev@flex.apache.org >>>>> >>>>> Hi, >>>>> >>>>> this is my output after rebuild step. As the wiki says: >>>>> >>>>> "You should be able to build your project now, click on Build -> >> Rebuild >>>>> project. >>>>> >>>>> (Fix the eventual error the compiler found and use Build -> Make >>>> project)" >>>>> >>>>> But I get 18 errors... >>>>> >>>>> Thanks for any clue about how to solve this. >>>>> >>>>> Thanks >>>>> >>>>> Carlos >>>>> >>>>> >>>>> >>>>> Full log: >>>>> >>>>> Information:[DataGridExample]: Starting Flex compiler: >>>>> >>>> >> /Library/Java/JavaVirtualMachines/jdk1.7.0_72.jdk/Contents/Home/jre/bin/java >>>>> -Dapplication.home=/Users/carlosrovira/dev/flex/flexjs-nightly >>>>> -Dfile.encoding=UTF-8 -Djava.awt.headless=true -Duser.language=en >>>>> -Duser.region=en -Xmx512m -classpath "/Applications/IntelliJ IDEA >>>>> >>>> >> 14.app/Contents/plugins/flex/lib/idea-flex-compiler-fix.jar:/Applications/IntelliJ >>>>> IDEA >>>>> >>>> >> 14.app/Contents/plugins/flex/lib/flex-compiler.jar:/Users/carlosrovira/dev/flex/flexjs-nightly/lib/flex-compiler-oem.jar" >>>>> com.intellij.flex.compiler.FlexCompiler 51743 >>>>> Information:[DataGridExample]: mxmlc >>>>> >>>> >> -load-config=/Users/carlosrovira/Library/Caches/IntelliJIdea14/compile-server/_temp_/IntelliJ_IDEA/idea-7E89B9DF-E789E8C0.xml >>>>> >>>> >> -load-config+=/Users/carlosrovira/dev/flex/flexjs-nightly\ide\IDEA\intellij-config.xml >>>>> -js-output-type=FLEXJS_DUAL >>>>> Information:[DataGridExample]: Compilation failed >>>>> Information:4/8/15 2:23 - *Compilation completed with 18 errors and 39 >>>>> warnings in 2s 738ms* >>>>> >>>> >> /Users/carlosrovira/dev/flex/flexjs-nightly/examples/DataGridExample/src/MyInitialView.mxml >>>>> Error:[DataGridExample]: interface method parent in interface IChild >> not >>>>> implemented by class MyInitialView >>>>> Error:[DataGridExample]: interface method visible in interface IUIBase >>>> not >>>>> implemented by class MyInitialView >>>>> Error:[DataGridExample]: interface method alpha in interface IUIBase >> not >>>>> implemented by class MyInitialView >>>>> Error:[DataGridExample]: interface method y in interface IUIBase not >>>>> implemented by class MyInitialView >>>>> Error:[DataGridExample]: interface method x in interface IUIBase not >>>>> implemented by class MyInitialView >>>>> Error:(27, 4) [DataGridExample]: Call to a possibly undefined method >>>> trace. >>>>> Error:(32, 31) [DataGridExample]: This attribute is unexpected. It will >>>> be >>>>> ignored. >>>>> Error:(32, 23) [DataGridExample]: This attribute is unexpected. It will >>>> be >>>>> ignored. >>>>> Error:(34, 35) [DataGridExample]: This attribute is unexpected. It will >>>> be >>>>> ignored. >>>>> Error:(34, 28) [DataGridExample]: This attribute is unexpected. It will >>>> be >>>>> ignored. >>>>> >>>> >> /Users/carlosrovira/dev/flex/flexjs-nightly/examples/DataGridExample/src/products/Product.as >>>>> Error:(38, 18) [DataGridExample]: Overriding a function that is not >>>> marked >>>>> for override >>>>> >>>> >> /Users/carlosrovira/dev/flex/flexjs-nightly/examples/DataGridExample/src/products/ProductItemRenderer.as >>>>> Error:(24, 14) [DataGridExample]: interface method parent in interface >>>>> IChild not implemented by class ProductItemRenderer >>>>> Error:(24, 14) [DataGridExample]: interface method visible in interface >>>>> IUIBase not implemented by class ProductItemRenderer >>>>> Error:(24, 14) [DataGridExample]: interface method alpha in interface >>>>> IUIBase not implemented by class ProductItemRenderer >>>>> Error:(24, 14) [DataGridExample]: interface method y in interface >> IUIBase >>>>> not implemented by class ProductItemRenderer >>>>> Error:(24, 14) [DataGridExample]: interface method x in interface >> IUIBase >>>>> not implemented by class ProductItemRenderer >>>>> Error:(31, 20) [DataGridExample]: Ambiguous reference to Image >>>>> Error:(38, 15) [DataGridExample]: Ambiguous reference to Image >>>>> /Users/carlosrovira/dev/flex/flexjs-nightly/frameworks/libs/Core.swc >>>>> Warning:[DataGridExample]: The definition flash.events.Event depended >> on >>>> by >>>>> org.apache.flex.events.Event in the SWC >>>>> /Users/carlosrovira/dev/flex/flexjs-nightly/frameworks/libs/Core.swc >>>> could >>>>> not be found >>>>> Warning:[DataGridExample]: The definition flash.events.IEventDispatcher >>>>> depended on by org.apache.flex.events.utils.MouseEventConverter in the >>>> SWC >>>>> /Users/carlosrovira/dev/flex/flexjs-nightly/frameworks/libs/Core.swc >>>> could >>>>> not be found >>>>> Warning:[DataGridExample]: The definition trace depended on by >>>>> org.apache.flex.events.utils.MouseEventConverter in the SWC >>>>> /Users/carlosrovira/dev/flex/flexjs-nightly/frameworks/libs/Core.swc >>>> could >>>>> not be found >>>>> Warning:[DataGridExample]: The definition flash.events.MouseEvent >>>> depended >>>>> on by org.apache.flex.events.utils.MouseEventConverter in the SWC >>>>> /Users/carlosrovira/dev/flex/flexjs-nightly/frameworks/libs/Core.swc >>>> could >>>>> not be found >>>>> Warning:[DataGridExample]: The definition flash.events.Event depended >> on >>>> by >>>>> org.apache.flex.events.utils.MouseEventConverter in the SWC >>>>> /Users/carlosrovira/dev/flex/flexjs-nightly/frameworks/libs/Core.swc >>>> could >>>>> not be found >>>>> Warning:[DataGridExample]: The definition >>>>> flash.utils.getQualifiedSuperclassName depended on by >>>>> org.apache.flex.core.SimpleCSSValuesImpl in the SWC >>>>> /Users/carlosrovira/dev/flex/flexjs-nightly/frameworks/libs/Core.swc >>>> could >>>>> not be found >>>>> Warning:[DataGridExample]: The definition >> flash.system.ApplicationDomain >>>>> depended on by org.apache.flex.core.SimpleCSSValuesImpl in the SWC >>>>> /Users/carlosrovira/dev/flex/flexjs-nightly/frameworks/libs/Core.swc >>>> could >>>>> not be found >>>>> Warning:[DataGridExample]: The definition Class depended on by >>>>> org.apache.flex.core.SimpleCSSValuesImpl in the SWC >>>>> /Users/carlosrovira/dev/flex/flexjs-nightly/frameworks/libs/Core.swc >>>> could >>>>> not be found >>>>> Warning:[DataGridExample]: The definition >> flash.utils.getDefinitionByName >>>>> depended on by org.apache.flex.core.SimpleCSSValuesImpl in the SWC >>>>> /Users/carlosrovira/dev/flex/flexjs-nightly/frameworks/libs/Core.swc >>>> could >>>>> not be found >>>>> Warning:[DataGridExample]: The definition >>>> flash.utils.getQualifiedClassName >>>>> depended on by org.apache.flex.core.SimpleCSSValuesImpl in the SWC >>>>> /Users/carlosrovira/dev/flex/flexjs-nightly/frameworks/libs/Core.swc >>>> could >>>>> not be found >>>>> Warning:[DataGridExample]: The definition Class depended on by >>>>> org.apache.flex.core.IStrand in the SWC >>>>> /Users/carlosrovira/dev/flex/flexjs-nightly/frameworks/libs/Core.swc >>>> could >>>>> not be found >>>>> Warning:[DataGridExample]: The definition flash.display.DisplayObject >>>>> depended on by org.apache.flex.utils.MXMLDataInterpreter in the SWC >>>>> /Users/carlosrovira/dev/flex/flexjs-nightly/frameworks/libs/Core.swc >>>> could >>>>> not be found >>>>> Warning:[DataGridExample]: The definition Class depended on by >>>>> org.apache.flex.utils.MXMLDataInterpreter in the SWC >>>>> /Users/carlosrovira/dev/flex/flexjs-nightly/frameworks/libs/Core.swc >>>> could >>>>> not be found >>>>> Warning:[DataGridExample]: The definition flash.events.IEventDispatcher >>>>> depended on by org.apache.flex.events.IEventDispatcher in the SWC >>>>> /Users/carlosrovira/dev/flex/flexjs-nightly/frameworks/libs/Core.swc >>>> could >>>>> not be found >>>>> Warning:[DataGridExample]: The definition flash.display.DisplayObject >>>>> depended on by org.apache.flex.utils.PointUtils in the SWC >>>>> /Users/carlosrovira/dev/flex/flexjs-nightly/frameworks/libs/Core.swc >>>> could >>>>> not be found >>>>> Warning:[DataGridExample]: The definition flash.geom.Point depended on >> by >>>>> org.apache.flex.utils.PointUtils in the SWC >>>>> /Users/carlosrovira/dev/flex/flexjs-nightly/frameworks/libs/Core.swc >>>> could >>>>> not be found >>>>> Warning:[DataGridExample]: The definition flash.geom.Point depended on >> by >>>>> org.apache.flex.geom.Point in the SWC >>>>> /Users/carlosrovira/dev/flex/flexjs-nightly/frameworks/libs/Core.swc >>>> could >>>>> not be found >>>>> Warning:[DataGridExample]: The definition >>>>> flash.display.DisplayObjectContainer depended on by >>>>> org.apache.flex.core.IChild in the SWC >>>>> /Users/carlosrovira/dev/flex/flexjs-nightly/frameworks/libs/Core.swc >>>> could >>>>> not be found >>>>> Warning:[DataGridExample]: The definition __AS3__.vec.Vector depended >> on >>>> by >>>>> org.apache.flex.core.Application in the SWC >>>>> /Users/carlosrovira/dev/flex/flexjs-nightly/frameworks/libs/Core.swc >>>> could >>>>> not be found >>>>> Warning:[DataGridExample]: The definition flash.display.StageAlign >>>> depended >>>>> on by org.apache.flex.core.Application in the SWC >>>>> /Users/carlosrovira/dev/flex/flexjs-nightly/frameworks/libs/Core.swc >>>> could >>>>> not be found >>>>> Warning:[DataGridExample]: The definition >>>> flash.utils.getQualifiedClassName >>>>> depended on by org.apache.flex.core.Application in the SWC >>>>> /Users/carlosrovira/dev/flex/flexjs-nightly/frameworks/libs/Core.swc >>>> could >>>>> not be found >>>>> Warning:[DataGridExample]: The definition flash.display.Sprite depended >>>> on >>>>> by org.apache.flex.core.Application in the SWC >>>>> /Users/carlosrovira/dev/flex/flexjs-nightly/frameworks/libs/Core.swc >>>> could >>>>> not be found >>>>> Warning:[DataGridExample]: The definition >> flash.system.ApplicationDomain >>>>> depended on by org.apache.flex.core.Application in the SWC >>>>> /Users/carlosrovira/dev/flex/flexjs-nightly/frameworks/libs/Core.swc >>>> could >>>>> not be found >>>>> Warning:[DataGridExample]: The definition flash.display.StageScaleMode >>>>> depended on by org.apache.flex.core.Application in the SWC >>>>> /Users/carlosrovira/dev/flex/flexjs-nightly/frameworks/libs/Core.swc >>>> could >>>>> not be found >>>>> Warning:[DataGridExample]: The definition flash.display.DisplayObject >>>>> depended on by org.apache.flex.core.Application in the SWC >>>>> /Users/carlosrovira/dev/flex/flexjs-nightly/frameworks/libs/Core.swc >>>> could >>>>> not be found >>>>> Warning:[DataGridExample]: The definition Class depended on by >>>>> org.apache.flex.core.Application in the SWC >>>>> /Users/carlosrovira/dev/flex/flexjs-nightly/frameworks/libs/Core.swc >>>> could >>>>> not be found >>>>> Warning:[DataGridExample]: The definition flash.events.Event depended >> on >>>> by >>>>> org.apache.flex.core.Application in the SWC >>>>> /Users/carlosrovira/dev/flex/flexjs-nightly/frameworks/libs/Core.swc >>>> could >>>>> not be found >>>>> Warning:[DataGridExample]: The definition Class depended on by >>>>> org.apache.flex.core.ClassFactory in the SWC >>>>> /Users/carlosrovira/dev/flex/flexjs-nightly/frameworks/libs/Core.swc >>>> could >>>>> not be found >>>>> Warning:[DataGridExample]: The definition flash.display.Stage depended >> on >>>>> by org.apache.flex.core.StageProxy in the SWC >>>>> /Users/carlosrovira/dev/flex/flexjs-nightly/frameworks/libs/Core.swc >>>> could >>>>> not be found >>>>> Warning:[DataGridExample]: The definition flash.events.Event depended >> on >>>> by >>>>> org.apache.flex.core.StageProxy in the SWC >>>>> /Users/carlosrovira/dev/flex/flexjs-nightly/frameworks/libs/Core.swc >>>> could >>>>> not be found >>>>> Warning:[DataGridExample]: The definition trace depended on by >>>>> org.apache.flex.core.ContainerBase in the SWC >>>>> /Users/carlosrovira/dev/flex/flexjs-nightly/frameworks/libs/Core.swc >>>> could >>>>> not be found >>>>> Warning:[DataGridExample]: The definition >>>>> flash.display.DisplayObjectContainer depended on by >>>>> org.apache.flex.core.ContainerBase in the SWC >>>>> /Users/carlosrovira/dev/flex/flexjs-nightly/frameworks/libs/Core.swc >>>> could >>>>> not be found >>>>> Warning:[DataGridExample]: The definition flash.display.DisplayObject >>>>> depended on by org.apache.flex.core.ContainerBase in the SWC >>>>> /Users/carlosrovira/dev/flex/flexjs-nightly/frameworks/libs/Core.swc >>>> could >>>>> not be found >>>>> Warning:[DataGridExample]: The definition flash.events.EventDispatcher >>>>> depended on by org.apache.flex.events.EventDispatcher in the SWC >>>>> /Users/carlosrovira/dev/flex/flexjs-nightly/frameworks/libs/Core.swc >>>> could >>>>> not be found >>>>> Warning:[DataGridExample]: The definition __AS3__.vec.Vector depended >> on >>>> by >>>>> org.apache.flex.core.UIBase in the SWC >>>>> /Users/carlosrovira/dev/flex/flexjs-nightly/frameworks/libs/Core.swc >>>> could >>>>> not be found >>>>> Warning:[DataGridExample]: The definition flash.display.Sprite depended >>>> on >>>>> by org.apache.flex.core.UIBase in the SWC >>>>> /Users/carlosrovira/dev/flex/flexjs-nightly/frameworks/libs/Core.swc >>>> could >>>>> not be found >>>>> Warning:[DataGridExample]: The definition flash.display.DisplayObject >>>>> depended on by org.apache.flex.core.UIBase in the SWC >>>>> /Users/carlosrovira/dev/flex/flexjs-nightly/frameworks/libs/Core.swc >>>> could >>>>> not be found >>>>> Warning:[DataGridExample]: The definition Class depended on by >>>>> org.apache.flex.core.UIBase in the SWC >>>>> /Users/carlosrovira/dev/flex/flexjs-nightly/frameworks/libs/Core.swc >>>> could >>>>> not be found >>>>> /Users/carlosrovira/dev/flex/flexjs-nightly/frameworks/libs/HTML.swc >>>>> Warning:[DataGridExample]: The definition flash.display.Sprite depended >>>> on >>>>> by org.apache.flex.html.supportClasses.DataItemRenderer in the SWC >>>>> /Users/carlosrovira/dev/flex/flexjs-nightly/frameworks/libs/HTML.swc >>>> could >>>>> not be found >>>>> >>>>> >>>>> >>>>> 2015-08-04 2:03 GMT+02:00 Carlos Rovira <carlos.rov...@codeoscopic.com >>>: >>>>> >>>>>> Hi Alex, >>>>>> >>>>>> thanks, installation finally was success with your MD5 update. >>>>>> >>>>>> >>>>>> >>>>>> 2015-08-04 0:51 GMT+02:00 Alex Harui <aha...@adobe.com>: >>>>>> >>>>>>> GCL keeps changing their download. Some future nightly will have some >>>>>>> version of GCL locked in to avoid this hassle in the future. >>>> Meanwhile, I >>>>>>> just updated the MD5 so try again. >>>>>>> >>>>>>> -Alex >>>>>>> >>>>>>> On 8/3/15, 3:22 PM, "carlos.rov...@gmail.com on behalf of Carlos >>>> Rovira" >>>>>>> <carlos.rov...@gmail.com on behalf of carlos.rov...@codeoscopic.com> >>>>>>> wrote: >>>>>>> >>>>>>>>Hi, >>>>>>>> >>>>>>>>I'm following Fred's wiki tutorial. >>>>>>>> >>>>>>>>First, I understand this only can be tested with a nightly FlexJS >> SDK, >>>>>>> but >>>>>>>>as I try to use the installer (3.2.0) to install a flex js nightly, >> the >>>>>>>>installer fails downloading Google Closure and stops in that step. >>>>>>>> >>>>>>>>Installer version 3.2.0 (mac) >>>>>>>>Using Locale: es_ES >>>>>>>>Se obtuvo la url de descargas del SDK desde el CGI. >>>>>>>>SDK version Apache FlexJS Nightly Build >>>>>>>>AIR version 18.0 >>>>>>>>Flash Player version 18.0 >>>>>>>>Creating Apache FlexJS home >>>>>>>>Creando directorio temporal >>>>>>>>Downloading Apache FlexJS from: >>>>>>>> >>>>>>> >>>> >> http://people.apache.org/~aharui/nightly/flexjs/apache-flex-flexjs-0.0.3-b >>>>>>>>in.tar.gz >>>>>>>>Verifying Apache FlexJS MD5 Signature >>>>>>>>The Apache FlexJS MD5 Signature of the downloaded files matches the >>>>>>>>reference. The file is valid. >>>>>>>>Descomprimiendo: >>>>>>> >>>> >> >>>>>>>>/Users/carlosrovira/dev/flex/flexjs-nightly/temp/apache-flex-flexjs-0.0.3- >>>>>>>>bin.tar.gz >>>>>>>>Descompresión finalizada: >>>>>>> >>>> >> >>>>>>>>/Users/carlosrovira/dev/flex/flexjs-nightly/temp/apache-flex-flexjs-0.0.3- >>>>>>>>bin.tar.gz >>>>>>>>Java is /Library/Java/Home/bin/java >>>>>>>>Installing Apache Flex Falcon Compiler from: >>>>>>>> >>>>>>> >>>> >> http://people.apache.org/~aharui/nightly/falcon/apache-flex-falconjx-0.0.3 >>>>>>>>-bin.zip >>>>>>>>Validating download: >>>>>>> >>>> >> >>>>>>>>/Users/carlosrovira/dev/flex/flexjs-nightly/in/apache-flex-falconjx-0.0.3- >>>>>>>>bin.zip >>>>>>>>Uncompressing: >>>>>>> >>>> >> >>>>>>>>/Users/carlosrovira/dev/flex/flexjs-nightly/in/apache-flex-falconjx-0.0.3- >>>>>>>>bin.zip >>>>>>>>Downloading Falcon library dependencies... >>>>>>>>Making lib directory >>>>>>>>/Users/carlosrovira/dev/flex/flexjs-nightly/in/falcon/compiler/lib >>>>>>>>Downloading org/antlr/antlr-complete/3.5.2/antlr-complete-3.5.2.jar >>>> from: >>>>>>>>http://search.maven.org/remotecontent?filepath= >>>>>>>>Downloading dist/commons/cli/binaries/commons-cli-1.2-bin.tar.gz >> from: >>>>>>>>http://archive.apache.org >>>>>>>>Downloading dist/commons/io/binaries/commons-io-2.4-bin.tar.gz from: >>>>>>>>http://archive.apache.org >>>>>>>>Downloading com/google/guava/guava/17.0/guava-17.0.jar from: >>>>>>>>http://search.maven.org/remotecontent?filepath= >>>>>>>>Downloading project/jburg/jburg-1.10.1.tar.gz from: >>>>>>>>http://downloads.sourceforge.net >>>>>>>>Downloading ./jflex-1.6.0.tar.gz from: http://jflex.de >>>>>>>>Downloading Code/JarDownload/lzma/lzma-9.20.jar.zip from: >>>>>>>>http://www.java2s.com >>>>>>>>Downloading >> org/apache/flex/flex-tool-api/1.0.0/flex-tool-api-1.0.0.jar >>>>>>>>from: http://search.maven.org/remotecontent?filepath= >>>>>>>>Downloading FalconJX library dependencies... >>>>>>>>Making lib directory >> /Users/carlosrovira/dev/flex/flexjs-nightly/js/lib >>>>>>>>Downloading args4j/args4j/2.0.28/args4j-2.0.28.jar from: >>>>>>>>http://search.maven.org/remotecontent?filepath= >>>>>>>>Downloading closure-compiler/compiler-20150609.zip from: >>>>>>>>http://dl.google.com >>>>>>>>Downloading dist/commons/io/binaries/commons-io-2.4-bin.tar.gz from: >>>>>>>>http://archive.apache.org >>>>>>>>Using file from cache: >>>>>>> >>>> >> >>>>>>>>/Users/carlosrovira/dev/flex/cache/dist/commons/io/binaries/commons-io-2.4 >>>>>>>>-bin.tar.gz >>>>>>>>Downloading com/google/guava/guava/17.0/guava-17.0.jar from: >>>>>>>>http://search.maven.org/remotecontent?filepath= >>>>>>>>Using file from cache: >>>>>>> >>>> >> >>>>>>>>/Users/carlosrovira/dev/flex/cache/com/google/guava/guava/17.0/guava-17.0. >>>>>>>>jar >>>>>>>>Downloading org/codeartisans/org.json/20131017/org.json-20131017.jar >>>>>>> from: >>>>>>>>http://search.maven.org/remotecontent?filepath= >>>>>>>>Downloading >> org/apache/flex/flex-tool-api/1.0.0/flex-tool-api-1.0.0.jar >>>>>>>>from: http://search.maven.org/remotecontent?filepath= >>>>>>>>Using file from cache: >>>>>>> >>>> >> >>>>>>>>/Users/carlosrovira/dev/flex/cache/org/apache/flex/flex-tool-api/1.0.0/fle >>>>>>>>x-tool-api-1.0.0.jar >>>>>>>>Falcon and FalconJX installed in >>>>>>>>/Users/carlosrovira/dev/flex/flexjs-nightly >>>>>>>>Installing Google Closure Library from: >>>>>>>>https://github.com/google/closure-library/archive/master.zip >>>>>>>>Validating download: >>>>>>>>/Users/carlosrovira/dev/flex/flexjs-nightly/in/master.zip >>>>>>>>Google Closure Library download failed >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>>2015-08-02 22:17 GMT+02:00 Carlos Rovira < >>>> carlos.rov...@codeoscopic.com >>>>>>>>: >>>>>>>> >>>>>>>>> Thanks Fred!, I'll try it tomorrow and will report my experience. >>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>>> 2015-08-02 21:00 GMT+02:00 Frédéric THOMAS < >> webdoubl...@hotmail.com >>>>>: >>>>>>>>> >>>>>>>>>> I did the first part, for standard FlexJS project >>>>>>>>>> >>>>>>>>>> >>>>>>> >>>> >> https://cwiki.apache.org/confluence/display/FLEX/Using+FlexJS+with+Intel >>>>>>>>>>liJ+IDEA >>>>>>>>>> I will continue later for Externs. >>>>>>>>>> >>>>>>>>>> Any feed back is welcome. >>>>>>>>>> >>>>>>>>>> Frédéric THOMAS >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> ---------------------------------------- >>>>>>>>>>> From: carlos.rov...@codeoscopic.com >>>>>>>>>>> Date: Sat, 1 Aug 2015 22:09:51 +0200 >>>>>>>>>>> Subject: Re: [FlexJS] Setup Error >>>>>>>>>>> To: dev@flex.apache.org >>>>>>>>>>> >>>>>>>>>>> Hi Fred, >>>>>>>>>>> that will be awesome. >>>>>>>>>>> Hope it could be >>>>>>>>>>> >>>>>>>>>>> Thanks! >>>>>>>>>>> >>>>>>>>>>> Carlos >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> 2015-08-01 20:29 GMT+02:00 Frédéric THOMAS < >>>> webdoubl...@hotmail.com >>>>>>>>: >>>>>>>>>>> >>>>>>>>>>>> Hi, >>>>>>>>>>>> >>>>>>>>>>>> I'm just taking the last of the 100 emails in late I have on >> this >>>>>>>>>>list. >>>>>>>>>>>> >>>>>>>>>>>> FlexJS works with IntelliJ at the price of a little different >>>>>>>>>>>> configuration than usual, I was supposed to fill the wiki with >> the >>>>>>>>>> steps >>>>>>>>>>>> last week, unfortunately, I didn't have the time, finger cross >>>> that >>>>>>>>>>>> tomorrow it will be done. >>>>>>>>>>>> >>>>>>>>>>>> Thanks, >>>>>>>>>>>> Frédéric THOMAS >>>>>>>>>>>> >>>>>>>>>>>> >>>>>>>>>>>> ---------------------------------------- >>>>>>>>>>>>> From: carlos.rov...@codeoscopic.com >>>>>>>>>>>>> Date: Sat, 1 Aug 2015 18:50:43 +0200 >>>>>>>>>>>>> Subject: Re: [FlexJS] Setup Error >>>>>>>>>>>>> To: dev@flex.apache.org; paul.hasti...@gmail.com >>>>>>>>>>>>> CC: aha...@adobe.com >>>>>>>>>>>>> >>>>>>>>>>>>> Some people in this list wrote a lot about setting up FlexJS in >>>>>>>>>> IntelliJ. >>>>>>>>>>>>> At that time I couldn't try that stuff but FWIK from that mails >>>> is >>>>>>>>>> that >>>>>>>>>>>> we >>>>>>>>>>>>> have some kind of support FlexJS support >>>>>>>>>>>>> I suppose maybe a 50% of the way. >>>>>>>>>>>>> >>>>>>>>>>>>> If you think in invest money in IDE, I think IntelliJ is a >> better >>>>>>>>>> option >>>>>>>>>>>>> than FB since is the preferred IDE right now for Flex and many >>>>>>>>>>other >>>>>>>>>>>> techs. >>>>>>>>>>>>> In the other hand Fb 4.7 is a dead IDE without any update in 5+ >>>>>>>>>>years. >>>>>>>>>>>>> >>>>>>>>>>>>> I'm trying to get some time this days to test FlexJS+IntelliJ, >> If >>>>>>>>>> I'll be >>>>>>>>>>>>> successful I'll update the wiki so others could try it >>>>>>>>>>>>> >>>>>>>>>>>>> >>>>>>>>>>>>> >>>>>>>>>>>>> >>>>>>>>>>>>> 2015-08-01 17:46 GMT+02:00 Paul Hastings < >>>> paul.hasti...@gmail.com >>>>>>>>: >>>>>>>>>>>>> >>>>>>>>>>>>>> On 7/31/2015 11:21 PM, Alex Harui wrote: >>>>>>>>>>>>>> >>>>>>>>>>>>>>> Looks like it is [1]. If you already have Creative Cloud >>>>>>>>>> subscriptions, >>>>>>>>>>>>>>> I’ve heard you can get it through that as well, but I could >> be >>>>>>>>>>wrong >>>>>>>>>>>> about >>>>>>>>>>>>>>> that. >>>>>>>>>>>>>>> >>>>>>>>>>>>>> >>>>>>>>>>>>>> trying to purchase 4.7 is a comedy of errors. >>>>>>>>>>>>>> >>>>>>>>>>>>>> the store gets my region correct (SE Asia) but you can't >>>> actually >>>>>>>>>>>> complete >>>>>>>>>>>>>> the sale as the form resets itself w/each selection. it comes >> up >>>>>>>>>>in >>>>>>>>>>>>>> singapore dollars, if you switch to thai baht, it resets the >>>> form >>>>>>>>>>>>>> completely. pick an option from the form & it resets itself >> back >>>>>>>>>>to >>>>>>>>>>>>>> singapore dollars. round & round we go ;-) >>>>>>>>>>>>>> >>>>>>>>>>>>>> the thought "they don't care anymore" kept popping into my >> head >>>>>>>>>>the >>>>>>>>>>>> whole >>>>>>>>>>>>>> time i was trying to get that darned form to work. geez >> louise. >>>>>>>>>> whoever >>>>>>>>>>>>>> created that needs a stern talking to. >>>>>>>>>>>>>> >>>>>>>>>>>>>> does intelliJ support flexJS? maybe i'll have to bite that >>>> bullet >>>>>>>>>>& >>>>>>>>>>>>>> relearn everything after all. >>>>>>>>>>>>>> >>>>>>>>>>>>> >>>>>>>>>>>>> >>>>>>>>>>>>> >>>>>>>>>>>>> -- >>>>>>>>>>>>> >>>>>>>>>>>>> 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/ Tres Creus, nº 104, 2-1, 08202 de Sabadell >>>> (Barcelona) >>>>>>>>>> con la >>>>>>>>>>>>> documentación necesaria. >>>>>>>>>>>> >>>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> -- >>>>>>>>>>> >>>>>>>>>>> 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/ Tres Creus, nº 104, 2-1, 08202 de Sabadell >> (Barcelona) >>>>>>>>>>con >>>>>>>>>> la >>>>>>>>>>> documentación necesaria. >>>>>>>>>> >>>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>>> -- >>>>>>>>> >>>>>>>>> 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/ Tres Creus, nº 104, 2-1, 08202 de Sabadell >>>>>>>>> (Barcelona) con la documentación necesaria. >>>>>>>>> >>>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>>-- >>>>>>>> >>>>>>>>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/ Tres Creus, nº 104, 2-1, 08202 de Sabadell (Barcelona) >> con >>>> la >>>>>>>>documentación necesaria. >>>>>>> >>>>>>> >>>>>> >>>>>> >>>>>> -- >>>>>> >>>>>> 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/ Tres Creus, nº 104, 2-1, 08202 de Sabadell >>>>>> (Barcelona) con la documentación necesaria. >>>>>> >>>>>> >>>>> >>>>> >>>>> -- >>>>> >>>>> 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/ Tres Creus, nº 104, 2-1, 08202 de Sabadell (Barcelona) con >> la >>>>> documentación necesaria. >>>> >>>> >>> >>> >>> >>> -- >>> >>> 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/ Tres Creus, nº 104, 2-1, 08202 de Sabadell (Barcelona) con la >>> documentación necesaria. >> >> > > > > -- > > 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/ Tres Creus, nº 104, 2-1, 08202 de Sabadell (Barcelona) con la > documentación necesaria.