I downloaded the full FlexJS SDK, through contextual menu, "Show dev builds", selecting "Apache FlexJS Nightly build", and ticking all 5 options ( I think all options are required and you can't continue without ticking it)
2015-08-07 10:53 GMT+02:00 Frédéric THOMAS <[email protected]>: > Maybe I should have mentioned to download the full FlexJS SDK with all > options ticked for the first issue. > For the second one, bold the path /frameworks > > Thanks Carlos, > Frédéric THOMAS > > > ---------------------------------------- > > From: [email protected] > > Date: Fri, 7 Aug 2015 10:46:55 +0200 > > Subject: Re: [FlexJS] Setup Error > > To: [email protected] > > > > Hi Fred, > > > > that changes made it :) > > > > I get compilation succeed, mostly the two points was that SDK was not > > considering flash player global and air swc... I don't know if it IDEA > > should detect this automatically or if we must set up manually. > > > > The other thing was remove the js/lib folder and invalidate and restart > > IDEA. I think this folder was introduced a few days ago by Josh Tynjala, > > but again don't know more about the need. I simply remove from IDEA > > configuration and left in the SDK as I downloaded from Flex SDK Installer > > 3.2.0 > > > > Thanks for your patience and support! I'll move to the second part of the > > tutorial for the follow up! :) > > > > Carlos > > > > > > > > > > 2015-08-06 19:17 GMT+02:00 Frédéric THOMAS <[email protected]>: > > > >> Please read frameworks instead of framework and check also the complete > >> SDK look like this one: > >> > https://cwiki.apache.org/confluence/download/attachments/57903041/Project%20Structure.jpg?version=3&modificationDate=1438538367000&api=v2 > >> > >> Frédéric THOMAS > >> > >> > >> ---------------------------------------- > >>> From: [email protected] > >>> To: [email protected] > >>> Subject: RE: [FlexJS] Setup Error > >>> Date: Thu, 6 Aug 2015 18:12:07 +0100 > >>> > >>> I noticed 2 things here, you SDK doesn't seems to be well defined as I > >> can't see the playerglobal.swc in the external libraries. > >>> > >>> It should look like this: http://snag.gy/lwZQj.jpg > >>> > >>> In your FlexJS Nighly Lib, I can see js/lib/jquery.swc and > >> js/libs/js.swc, they shouldn't be there, only things under framework as > >> mentioned previously. > >>> > >>> Can you fix your SDK and FlexJS Nightly Lib and try again ? > >>> > >>> Thanks, > >>> Frédéric THOMAS > >>> > >>> > >>> ________________________________ > >>>> From: [email protected] > >>>> Date: Wed, 5 Aug 2015 17:01:22 +0200 > >>>> Subject: Re: [FlexJS] Setup Error > >>>> To: [email protected] > >>>> > >>>> Hi Fred, > >>>> > >>>> I'm on Mac, so the file is located > >>>> here: > >> /Users/carlosrovira/Library/Preferences/IntelliJIdea14/idea.vmoptions > >>>> I added the line you mentioned: -Didea.keep.flex.temporary.files=true > >>>> but the file was deleted, > >>>> I tried using the internal vmoptions file in IDEA but always the file > >>>> was deleted, > >>>> so I get to make a quick copy-paste to get the file. Here is the > content > >>>> Attached is the mConfig.xml file. > >>>> > >>>> <flex-config xmlns="http://www.adobe.com/2006/flex-config"> > >>>> <compiler> > >>>> <warn-no-constructor>false</warn-no-constructor> > >>>> <accessible>true</accessible> > >>>> <fonts> > >>>> <managers> > >>>> <manager-class>flash.fonts.JREFontManager</manager-class> > >>>> <manager-class>flash.fonts.BatikFontManager</manager-class> > >>>> <manager-class>flash.fonts.AFEFontManager</manager-class> > >>>> <manager-class>flash.fonts.CFFFontManager</manager-class> > >>>> </managers> > >>>> </fonts> > >>>> <source-path> > >>>> > >>>> > >> > <path-element>/Users/carlosrovira/dev/flex/flexjs-nightly/examples/DataGridExample/src</path-element> > >>>> </source-path> > >>>> <debug>true</debug> > >>>> <theme> > >>>> > >>>> > >> > <filename>/Users/carlosrovira/dev/flex/flexjs-nightly/frameworks/themes/Spark/spark.css</filename> > >>>> </theme> > >>>> <namespaces> > >>>> <namespace> > >>>> <uri>http://ns.adobe.com/mxml/2009</uri> > >>>> > >>>> > >> > <manifest>/Users/carlosrovira/dev/flex/flexjs-nightly/frameworks/mxml-2009-manifest.xml</manifest> > >>>> </namespace> > >>>> <namespace> > >>>> > >>>> <uri>library://ns.adobe.com/flex/spark<http://ns.adobe.com/flex/spark > >>></uri> > >>>> > >>>> > >> > <manifest>/Users/carlosrovira/dev/flex/flexjs-nightly/frameworks/spark-manifest.xml</manifest> > >>>> </namespace> > >>>> <namespace> > >>>> > >>>> <uri>library://ns.adobe.com/flex/mx<http://ns.adobe.com/flex/mx > ></uri> > >>>> > >>>> > >> > <manifest>/Users/carlosrovira/dev/flex/flexjs-nightly/frameworks/mx-manifest.xml</manifest> > >>>> </namespace> > >>>> <namespace> > >>>> <uri>http://www.adobe.com/2006/mxml</uri> > >>>> > >>>> > >> > <manifest>/Users/carlosrovira/dev/flex/flexjs-nightly/frameworks/mxml-manifest.xml</manifest> > >>>> </namespace> > >>>> </namespaces> > >>>> <library-path> > >>>> > >>>> > >> > <path-element>/Users/carlosrovira/dev/flex/flexjs-nightly/frameworks/libs/Flat.swc</path-element> > >>>> > >>>> > >> > <path-element>/Users/carlosrovira/dev/flex/flexjs-nightly/frameworks/libs/HTML.swc</path-element> > >>>> > >>>> > >> > <path-element>/Users/carlosrovira/dev/flex/flexjs-nightly/frameworks/libs/HTML5.swc</path-element> > >>>> > >>>> > >> > <path-element>/Users/carlosrovira/dev/flex/flexjs-nightly/frameworks/libs/Charts.swc</path-element> > >>>> > >>>> > >> > <path-element>/Users/carlosrovira/dev/flex/flexjs-nightly/frameworks/libs/JQuery.swc</path-element> > >>>> > >>>> > >> > <path-element>/Users/carlosrovira/dev/flex/flexjs-nightly/frameworks/libs/Mobile.swc</path-element> > >>>> > >>>> > >> > <path-element>/Users/carlosrovira/dev/flex/flexjs-nightly/frameworks/libs/Binding.swc</path-element> > >>>> > >>>> > >> > <path-element>/Users/carlosrovira/dev/flex/flexjs-nightly/frameworks/libs/Effects.swc</path-element> > >>>> > >>>> > >> > <path-element>/Users/carlosrovira/dev/flex/flexjs-nightly/frameworks/libs/Network.swc</path-element> > >>>> > >>>> > >> > <path-element>/Users/carlosrovira/dev/flex/flexjs-nightly/frameworks/libs/CreateJS.swc</path-element> > >>>> > >>>> > >> > <path-element>/Users/carlosrovira/dev/flex/flexjs-nightly/frameworks/libs/DragDrop.swc</path-element> > >>>> > >>>> > >> > <path-element>/Users/carlosrovira/dev/flex/flexjs-nightly/frameworks/libs/Graphics.swc</path-element> > >>>> > >>>> > >> > <path-element>/Users/carlosrovira/dev/flex/flexjs-nightly/frameworks/libs/Formatters.swc</path-element> > >>>> > >>>> > >> > <path-element>/Users/carlosrovira/dev/flex/flexjs-nightly/frameworks/libs/GoogleMaps.swc</path-element> > >>>> > >>>> > >> > <path-element>/Users/carlosrovira/dev/flex/flexjs-nightly/frameworks/libs/Collections.swc</path-element> > >>>> > >>>> > >> > <path-element>/Users/carlosrovira/dev/flex/flexjs-nightly/frameworks/libs/Binding.swc</path-element> > >>>> > >>>> > >> > <path-element>/Users/carlosrovira/dev/flex/flexjs-nightly/frameworks/libs/Charts.swc</path-element> > >>>> > >>>> > >> > <path-element>/Users/carlosrovira/dev/flex/flexjs-nightly/frameworks/libs/Collections.swc</path-element> > >>>> > >>>> > >> > <path-element>/Users/carlosrovira/dev/flex/flexjs-nightly/frameworks/libs/Core.swc</path-element> > >>>> > >>>> > >> > <path-element>/Users/carlosrovira/dev/flex/flexjs-nightly/frameworks/libs/CreateJS.swc</path-element> > >>>> > >>>> > >> > <path-element>/Users/carlosrovira/dev/flex/flexjs-nightly/frameworks/libs/DragDrop.swc</path-element> > >>>> > >>>> > >> > <path-element>/Users/carlosrovira/dev/flex/flexjs-nightly/frameworks/libs/Effects.swc</path-element> > >>>> > >>>> > >> > <path-element>/Users/carlosrovira/dev/flex/flexjs-nightly/frameworks/libs/Flat.swc</path-element> > >>>> > >>>> > >> > <path-element>/Users/carlosrovira/dev/flex/flexjs-nightly/frameworks/libs/Formatters.swc</path-element> > >>>> > >>>> > >> > <path-element>/Users/carlosrovira/dev/flex/flexjs-nightly/frameworks/libs/GoogleMaps.swc</path-element> > >>>> > >>>> > >> > <path-element>/Users/carlosrovira/dev/flex/flexjs-nightly/frameworks/libs/Graphics.swc</path-element> > >>>> > >>>> > >> > <path-element>/Users/carlosrovira/dev/flex/flexjs-nightly/frameworks/libs/HTML.swc</path-element> > >>>> > >>>> > >> > <path-element>/Users/carlosrovira/dev/flex/flexjs-nightly/frameworks/libs/HTML5.swc</path-element> > >>>> > >>>> > >> > <path-element>/Users/carlosrovira/dev/flex/flexjs-nightly/frameworks/libs/JQuery.swc</path-element> > >>>> > >>>> > >> > <path-element>/Users/carlosrovira/dev/flex/flexjs-nightly/frameworks/libs/Mobile.swc</path-element> > >>>> > >>>> > >> > <path-element>/Users/carlosrovira/dev/flex/flexjs-nightly/frameworks/libs/Network.swc</path-element> > >>>> > >>>> > >> > <path-element>/Users/carlosrovira/dev/flex/flexjs-nightly/frameworks/themes/Halo/Halo.swc</path-element> > >>>> > >>>> > >> > <path-element>/Users/carlosrovira/dev/flex/flexjs-nightly/js/libs/jquery.swc</path-element> > >>>> > >>>> > >> > <path-element>/Users/carlosrovira/dev/flex/flexjs-nightly/js/libs/js.swc</path-element> > >>>> </library-path> > >>>> <locale /> > >>>> </compiler> > >>>> <target-player>18.0</target-player> > >>>> <swf-version>29</swf-version> > >>>> > >>>> > >> > <static-link-runtime-shared-libraries>false</static-link-runtime-shared-libraries> > >>>> <file-specs> > >>>> > >>>> > >> > <path-element>/Users/carlosrovira/dev/flex/flexjs-nightly/examples/DataGridExample/src/DataGridExample.mxml</path-element> > >>>> </file-specs> > >>>> > >>>> > >> > <output>/Users/carlosrovira/dev/flex/flexjs-nightly/examples/DataGridExample/out/production/DataGridExample/DataGridExample.swf</output> > >>>> </flex-config> > >>>> > >>>> > >>>> 2015-08-04 20:38 GMT+02:00 Frédéric THOMAS > >>>> <[email protected]<mailto:[email protected]>>: > >>>> Also, please, in Compiler Options, additional compiler arguments, add: > >>>> -dump-config=myConfig.xml > >>>> Compiler will create a file in your project root folder called > >>>> myConfig.xml, please link it here too. > >>>> > >>>> Thanks, > >>>> Frédéric THOMAS > >>>> > >>>> > >>>> ---------------------------------------- > >>>>> From: [email protected]<mailto:[email protected]> > >>>>> To: [email protected]<mailto:[email protected]> > >>>>> Subject: RE: [FlexJS] Setup Error > >>>>> Date: Tue, 4 Aug 2015 19:31:57 +0100 > >>>>> > >>>>> 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: [email protected]<mailto: > >> [email protected]> > >>>>>> Date: Tue, 4 Aug 2015 19:58:27 +0200 > >>>>>> Subject: Re: [FlexJS] Setup Error > >>>>>> To: [email protected]<mailto:[email protected]> > >>>>>> > >>>>>> 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 > >>>> <[email protected]<mailto:[email protected]>>: > >>>>>> > >>>>>>> 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: > >>>> [email protected]<mailto:[email protected]> > >>>>>>>> Date: Tue, 4 Aug 2015 19:09:47 +0200 > >>>>>>>> Subject: Re: [FlexJS] Setup Error > >>>>>>>> To: [email protected]<mailto:[email protected]> > >>>>>>>> > >>>>>>>> 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 > >>>> <[email protected]<mailto:[email protected]>>: > >>>>>>>> > >>>>>>>>> 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: > >>>> [email protected]<mailto:[email protected]> > >>>>>>>>>> Date: Tue, 4 Aug 2015 02:31:00 +0200 > >>>>>>>>>> Subject: Re: [FlexJS] Setup Error > >>>>>>>>>> To: [email protected]<mailto:[email protected]> > >>>>>>>>>> > >>>>>>>>>> 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 > >>>> <[email protected]<mailto:[email protected]> > >>>>>>>>: > >>>>>>>>>> > >>>>>>>>>>> Hi Alex, > >>>>>>>>>>> > >>>>>>>>>>> thanks, installation finally was success with your MD5 update. > >>>>>>>>>>> > >>>>>>>>>>> > >>>>>>>>>>> > >>>>>>>>>>> 2015-08-04 0:51 GMT+02:00 Alex Harui > >>>> <[email protected]<mailto:[email protected]>>: > >>>>>>>>>>> > >>>>>>>>>>>> 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, > >>>> "[email protected]<mailto:[email protected]> on behalf of > >>>> Carlos > >>>>>>>>> Rovira" > >>>>>>>>>>>> <[email protected]<mailto:[email protected]> on > >>>> behalf of > >>>> [email protected]<mailto:[email protected]>> > >>>>>>>>>>>> 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 < > >>>>>>>>> [email protected]<mailto: > [email protected] > >>> > >>>>>>>>>>>>>: > >>>>>>>>>>>>> > >>>>>>>>>>>>>> Thanks Fred!, I'll try it tomorrow and will report my > >> experience. > >>>>>>>>>>>>>> > >>>>>>>>>>>>>> > >>>>>>>>>>>>>> > >>>>>>>>>>>>>> 2015-08-02 21:00 GMT+02:00 Frédéric THOMAS < > >>>>>>> [email protected]<mailto:[email protected]> > >>>>>>>>>>: > >>>>>>>>>>>>>> > >>>>>>>>>>>>>>> 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: > >>>> [email protected]<mailto:[email protected]> > >>>>>>>>>>>>>>>> Date: Sat, 1 Aug 2015 22:09:51 +0200 > >>>>>>>>>>>>>>>> Subject: Re: [FlexJS] Setup Error > >>>>>>>>>>>>>>>> To: [email protected]<mailto:[email protected]> > >>>>>>>>>>>>>>>> > >>>>>>>>>>>>>>>> Hi Fred, > >>>>>>>>>>>>>>>> that will be awesome. > >>>>>>>>>>>>>>>> Hope it could be > >>>>>>>>>>>>>>>> > >>>>>>>>>>>>>>>> Thanks! > >>>>>>>>>>>>>>>> > >>>>>>>>>>>>>>>> Carlos > >>>>>>>>>>>>>>>> > >>>>>>>>>>>>>>>> > >>>>>>>>>>>>>>>> 2015-08-01 20:29 GMT+02:00 Frédéric THOMAS < > >>>>>>>>> [email protected]<mailto:[email protected]> > >>>>>>>>>>>>>: > >>>>>>>>>>>>>>>> > >>>>>>>>>>>>>>>>> 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: > >>>> [email protected]<mailto:[email protected]> > >>>>>>>>>>>>>>>>>> Date: Sat, 1 Aug 2015 18:50:43 +0200 > >>>>>>>>>>>>>>>>>> Subject: Re: [FlexJS] Setup Error > >>>>>>>>>>>>>>>>>> To: [email protected]<mailto:[email protected]>; > >>>> [email protected]<mailto:[email protected]> > >>>>>>>>>>>>>>>>>> CC: [email protected]<mailto:[email protected]> > >>>>>>>>>>>>>>>>>> > >>>>>>>>>>>>>>>>>> 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 < > >>>>>>>>> [email protected]<mailto:[email protected]> > >>>>>>>>>>>>>: > >>>>>>>>>>>>>>>>>> > >>>>>>>>>>>>>>>>>>> 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. > >>>>> > >>>> > >>>> > >>>> > >>>> > >>>> -- > >>>> [ > >> > https://dl.dropboxusercontent.com/u/8496144/logo_codeoscopic_170x70t.png] > >>>> Carlos Rovira > >>>> Director General > >>>> M: +34 607 22 60 05 > >>>> http://www.codeoscopic.com > >>>> http://www.avant2.es<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.
