Re: [FlexJS] Setup Error

2015-08-07 Thread Carlos Rovira
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 webdoubl...@hotmail.com:

 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=3modificationDate=1438538367000api=v2

 Frédéric THOMAS


 
  From: webdoubl...@hotmail.com
  To: dev@flex.apache.org
  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: carlos.rov...@codeoscopic.com
  Date: Wed, 5 Aug 2015 17:01:22 +0200
  Subject: Re: [FlexJS] Setup Error
  To: dev@flex.apache.org
 
  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-constructorfalse/warn-no-constructor
  accessibletrue/accessible
  fonts
  managers
  manager-classflash.fonts.JREFontManager/manager-class
  manager-classflash.fonts.BatikFontManager/manager-class
  manager-classflash.fonts.AFEFontManager/manager-class
  manager-classflash.fonts.CFFFontManager/manager-class
  /managers
  /fonts
  source-path
 
 
 path-element/Users/carlosrovira/dev/flex/flexjs-nightly/examples/DataGridExample/src/path-element
  /source-path
  debugtrue/debug
  theme
 
 
 filename/Users/carlosrovira/dev/flex/flexjs-nightly/frameworks/themes/Spark/spark.css/filename
  /theme
  namespaces
  namespace
  urihttp://ns.adobe.com/mxml/2009/uri
 
 
 manifest/Users/carlosrovira/dev/flex/flexjs-nightly/frameworks/mxml-2009-manifest.xml/manifest
  /namespace
  namespace
 
  urilibrary://ns.adobe.com/flex/sparkhttp://ns.adobe.com/flex/spark
 /uri
 
 
 manifest/Users/carlosrovira/dev/flex/flexjs-nightly/frameworks/spark-manifest.xml/manifest
  /namespace
  namespace
 
  urilibrary://ns.adobe.com/flex/mxhttp://ns.adobe.com/flex/mx/uri
 
 
 manifest/Users/carlosrovira/dev/flex/flexjs-nightly/frameworks/mx-manifest.xml/manifest
  /namespace
  namespace
  urihttp://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

Re: [FlexJS] Setup Error

2015-08-07 Thread Carlos Rovira
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 webdoubl...@hotmail.com:

 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: carlos.rov...@codeoscopic.com
  Date: Fri, 7 Aug 2015 10:46:55 +0200
  Subject: Re: [FlexJS] Setup Error
  To: dev@flex.apache.org
 
  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 webdoubl...@hotmail.com:
 
  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=3modificationDate=1438538367000api=v2
 
  Frédéric THOMAS
 
 
  
  From: webdoubl...@hotmail.com
  To: dev@flex.apache.org
  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: carlos.rov...@codeoscopic.com
  Date: Wed, 5 Aug 2015 17:01:22 +0200
  Subject: Re: [FlexJS] Setup Error
  To: dev@flex.apache.org
 
  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-constructorfalse/warn-no-constructor
  accessibletrue/accessible
  fonts
  managers
  manager-classflash.fonts.JREFontManager/manager-class
  manager-classflash.fonts.BatikFontManager/manager-class
  manager-classflash.fonts.AFEFontManager/manager-class
  manager-classflash.fonts.CFFFontManager/manager-class
  /managers
  /fonts
  source-path
 
 
 
 path-element/Users/carlosrovira/dev/flex/flexjs-nightly/examples/DataGridExample/src/path-element
  /source-path
  debugtrue/debug
  theme
 
 
 
 filename/Users/carlosrovira/dev/flex/flexjs-nightly/frameworks/themes/Spark/spark.css/filename
  /theme
  namespaces
  namespace
  urihttp://ns.adobe.com/mxml/2009/uri
 
 
 
 manifest/Users/carlosrovira/dev/flex/flexjs-nightly/frameworks/mxml-2009-manifest.xml/manifest
  /namespace
  namespace
 
  urilibrary://ns.adobe.com/flex/sparkhttp://ns.adobe.com/flex/spark
 /uri
 
 
 
 manifest/Users/carlosrovira/dev/flex/flexjs-nightly/frameworks/spark-manifest.xml/manifest
  /namespace
  namespace
 
  urilibrary://ns.adobe.com/flex/mxhttp://ns.adobe.com/flex/mx
 /uri
 
 
 
 manifest/Users/carlosrovira/dev/flex/flexjs-nightly/frameworks/mx-manifest.xml/manifest
  /namespace
  namespace
  urihttp://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

Re: [FlexJS] Setup Error

2015-08-07 Thread Carlos Rovira
Hi Fred,

just let you know that I complete the tutorial (run  debug in chrome)
without incidents.
Waiting for the follow up about externs! :)

Thanks

Carlos

2015-08-07 11:00 GMT+02:00 Carlos Rovira carlos.rov...@codeoscopic.com:

 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 webdoubl...@hotmail.com:

 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: carlos.rov...@codeoscopic.com
  Date: Fri, 7 Aug 2015 10:46:55 +0200
  Subject: Re: [FlexJS] Setup Error
  To: dev@flex.apache.org
 
  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 webdoubl...@hotmail.com:
 
  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=3modificationDate=1438538367000api=v2
 
  Frédéric THOMAS
 
 
  
  From: webdoubl...@hotmail.com
  To: dev@flex.apache.org
  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: carlos.rov...@codeoscopic.com
  Date: Wed, 5 Aug 2015 17:01:22 +0200
  Subject: Re: [FlexJS] Setup Error
  To: dev@flex.apache.org
 
  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-constructorfalse/warn-no-constructor
  accessibletrue/accessible
  fonts
  managers
  manager-classflash.fonts.JREFontManager/manager-class
  manager-classflash.fonts.BatikFontManager/manager-class
  manager-classflash.fonts.AFEFontManager/manager-class
  manager-classflash.fonts.CFFFontManager/manager-class
  /managers
  /fonts
  source-path
 
 
 
 path-element/Users/carlosrovira/dev/flex/flexjs-nightly/examples/DataGridExample/src/path-element
  /source-path
  debugtrue/debug
  theme
 
 
 
 filename/Users/carlosrovira/dev/flex/flexjs-nightly/frameworks/themes/Spark/spark.css/filename
  /theme
  namespaces
  namespace
  urihttp://ns.adobe.com/mxml/2009/uri
 
 
 
 manifest/Users/carlosrovira/dev/flex/flexjs-nightly/frameworks/mxml-2009-manifest.xml/manifest
  /namespace
  namespace
 
  urilibrary://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
 
  urilibrary://ns.adobe.com/flex/mxhttp://ns.adobe.com/flex/mx
 /uri
 
 
 
 manifest/Users/carlosrovira/dev/flex/flexjs-nightly/frameworks/mx-manifest.xml/manifest
  /namespace
  namespace
  urihttp://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

RE: [FlexJS] Setup Error

2015-08-07 Thread Frédéric THOMAS
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: carlos.rov...@codeoscopic.com
 Date: Fri, 7 Aug 2015 10:46:55 +0200
 Subject: Re: [FlexJS] Setup Error
 To: dev@flex.apache.org

 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 webdoubl...@hotmail.com:

 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=3modificationDate=1438538367000api=v2

 Frédéric THOMAS


 
 From: webdoubl...@hotmail.com
 To: dev@flex.apache.org
 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: carlos.rov...@codeoscopic.com
 Date: Wed, 5 Aug 2015 17:01:22 +0200
 Subject: Re: [FlexJS] Setup Error
 To: dev@flex.apache.org

 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-constructorfalse/warn-no-constructor
 accessibletrue/accessible
 fonts
 managers
 manager-classflash.fonts.JREFontManager/manager-class
 manager-classflash.fonts.BatikFontManager/manager-class
 manager-classflash.fonts.AFEFontManager/manager-class
 manager-classflash.fonts.CFFFontManager/manager-class
 /managers
 /fonts
 source-path


 path-element/Users/carlosrovira/dev/flex/flexjs-nightly/examples/DataGridExample/src/path-element
 /source-path
 debugtrue/debug
 theme


 filename/Users/carlosrovira/dev/flex/flexjs-nightly/frameworks/themes/Spark/spark.css/filename
 /theme
 namespaces
 namespace
 urihttp://ns.adobe.com/mxml/2009/uri


 manifest/Users/carlosrovira/dev/flex/flexjs-nightly/frameworks/mxml-2009-manifest.xml/manifest
 /namespace
 namespace

 urilibrary://ns.adobe.com/flex/sparkhttp://ns.adobe.com/flex/spark
/uri


 manifest/Users/carlosrovira/dev/flex/flexjs-nightly/frameworks/spark-manifest.xml/manifest
 /namespace
 namespace

 urilibrary://ns.adobe.com/flex/mxhttp://ns.adobe.com/flex/mx/uri


 manifest/Users/carlosrovira/dev/flex/flexjs-nightly/frameworks/mx-manifest.xml/manifest
 /namespace
 namespace
 urihttp://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

RE: [FlexJS] Setup Error

2015-08-07 Thread Frédéric THOMAS
 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) just let you know that I complete the tutorial (run  debug in chrome)
 without incidents.

Ok, good to know. 
IntelliJ should have detected everything though, don't know why it didn't.
Anyway, I updated the SDK snapshot on the wiki to show the details of the 
configured SDK, I hope it will help in case someone else get the same issue.

 Waiting for the follow up about externs! :)

I will probably finish this on Sunday.

And once released, I will update the issue to Jetbrains probably linking the 
wiki to it.

Another thing I would have liked to do before the release is to modify the 
front compiler to avoid to have 2 build configurations in IJ when working with 
externs but not sure I will have the time, I'm quite busy at the moment and 
I've seen a last call already.

Thanks again Carlos,
Frédéric THOMAS



 From: carlos.rov...@codeoscopic.com
 Date: Fri, 7 Aug 2015 11:27:24 +0200
 Subject: Re: [FlexJS] Setup Error
 To: dev@flex.apache.org

 Hi Fred,

 just let you know that I complete the tutorial (run  debug in chrome)
 without incidents.
 Waiting for the follow up about externs! :)

 Thanks

 Carlos

 2015-08-07 11:00 GMT+02:00 Carlos Rovira carlos.rov...@codeoscopic.com:

 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 webdoubl...@hotmail.com:

 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: carlos.rov...@codeoscopic.com
 Date: Fri, 7 Aug 2015 10:46:55 +0200
 Subject: Re: [FlexJS] Setup Error
 To: dev@flex.apache.org

 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 webdoubl...@hotmail.com:

 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=3modificationDate=1438538367000api=v2

 Frédéric THOMAS


 
 From: webdoubl...@hotmail.com
 To: dev@flex.apache.org
 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: carlos.rov...@codeoscopic.com
 Date: Wed, 5 Aug 2015 17:01:22 +0200
 Subject: Re: [FlexJS] Setup Error
 To: dev@flex.apache.org

 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-constructorfalse/warn-no-constructor
 accessibletrue/accessible
 fonts
 managers
 manager-classflash.fonts.JREFontManager/manager-class
 manager-classflash.fonts.BatikFontManager/manager-class
 manager-classflash.fonts.AFEFontManager/manager-class
 manager-classflash.fonts.CFFFontManager/manager-class
 /managers
 /fonts
 source-path



 path-element/Users/carlosrovira/dev/flex/flexjs-nightly/examples/DataGridExample/src/path-element
 /source-path
 debugtrue/debug
 theme



 filename/Users/carlosrovira/dev/flex/flexjs-nightly/frameworks/themes/Spark/spark.css/filename
 /theme
 namespaces
 namespace

Re: [FlexJS] Setup Error

2015-08-07 Thread Josh Tynjala
I did not introduce this folder (and it's been there for a while), but I
can explain what's in it. js/lib contains the JAR files for the AS3 to JS
transpilers. There is also js/bin, which contains the executables that
invoke these JAR files so that you can transpile AS3 to JS on the command
line.

- Josh

On Fri, Aug 7, 2015 at 1:46 AM, Carlos Rovira carlos.rov...@codeoscopic.com
 wrote:

 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 webdoubl...@hotmail.com:

  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=3modificationDate=1438538367000api=v2
 
  Frédéric THOMAS
 
 
  
   From: webdoubl...@hotmail.com
   To: dev@flex.apache.org
   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: carlos.rov...@codeoscopic.com
   Date: Wed, 5 Aug 2015 17:01:22 +0200
   Subject: Re: [FlexJS] Setup Error
   To: dev@flex.apache.org
  
   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-constructorfalse/warn-no-constructor
   accessibletrue/accessible
   fonts
   managers
   manager-classflash.fonts.JREFontManager/manager-class
   manager-classflash.fonts.BatikFontManager/manager-class
   manager-classflash.fonts.AFEFontManager/manager-class
   manager-classflash.fonts.CFFFontManager/manager-class
   /managers
   /fonts
   source-path
  
  
 
 path-element/Users/carlosrovira/dev/flex/flexjs-nightly/examples/DataGridExample/src/path-element
   /source-path
   debugtrue/debug
   theme
  
  
 
 filename/Users/carlosrovira/dev/flex/flexjs-nightly/frameworks/themes/Spark/spark.css/filename
   /theme
   namespaces
   namespace
   urihttp://ns.adobe.com/mxml/2009/uri
  
  
 
 manifest/Users/carlosrovira/dev/flex/flexjs-nightly/frameworks/mxml-2009-manifest.xml/manifest
   /namespace
   namespace
  
   urilibrary://ns.adobe.com/flex/sparkhttp://ns.adobe.com/flex/spark
  /uri
  
  
 
 manifest/Users/carlosrovira/dev/flex/flexjs-nightly/frameworks/spark-manifest.xml/manifest
   /namespace
   namespace
  
   urilibrary://ns.adobe.com/flex/mxhttp://ns.adobe.com/flex/mx
 /uri
  
  
 
 manifest/Users/carlosrovira/dev/flex/flexjs-nightly/frameworks/mx-manifest.xml/manifest
   /namespace
   namespace
   urihttp://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

Re: [FlexJS] Setup Error

2015-08-07 Thread Alex Harui


On 8/7/15, 8:55 AM, Frédéric THOMAS webdoubl...@hotmail.com wrote:
Another thing I would have liked to do before the release is to modify
the front compiler to avoid to have 2 build configurations in IJ when
working with externs but not sure I will have the time, I'm quite busy at
the moment and I've seen a last call already.

Not sure what that means, but I’d guess we are two weeks away from any
votes on a release.

I’m almost done with the AS side of FlexJSStore, then have to finish the
JS side and I want to see the following compiler issues fixed:
  - Functions and goog.bind
  - non-scalar initializers in the constructor
  - generate missing getters and setters

Volunteers always welcome!
-Alex
  



RE: [FlexJS] Setup Error

2015-08-07 Thread Frédéric THOMAS
 Hi Fred, I only just started on HTTPService, then realized having
 conditional compile would be useful. Not much to share there. I am
 hoping we can fully re-write all of our JS files in AS after this next
 release. Feel free to create a branch and get started if you have the
 cycles.

I'm fine with that, whatever the time it takes.
I will need your help though to do them in the dependency order.

Frédéric THOMAS



 From: aha...@adobe.com
 To: dev@flex.apache.org
 Subject: Re: [FlexJS] Setup Error
 Date: Fri, 7 Aug 2015 17:39:45 +



 On 8/7/15, 10:11 AM, Frédéric THOMAS webdoubl...@hotmail.com wrote:


Btw, Alex, IIRC, you already started to replace one of the JS lib with
externs, can you commit it in a branch ? I would eventually finish it and
use it as test for what I just mentioned.

 Hi Fred, I only just started on HTTPService, then realized having
 conditional compile would be useful. Not much to share there. I am
 hoping we can fully re-write all of our JS files in AS after this next
 release. Feel free to create a branch and get started if you have the
 cycles.

 Thanks,

 -Alex


  

Re: [FlexJS] Setup Error

2015-08-07 Thread Alex Harui
Sounds ok to me.

-Alex

On 8/7/15, 9:47 AM, Frédéric THOMAS webdoubl...@hotmail.com wrote:

 Not sure what that means, but I’d guess we are two weeks away from any
 votes on a release.

Good to know, in this case I will modify the compiler first and update
the wiki after if once again, there are no objections.

Today while using externs, we can code for FP and / or JS, when coding
for both, we use -define to conditionally compile the AS3 part and the
JS one.
It means 2 calls to the compiler from IJ (2 build configurations) with
different options, for example:

JS: -define+=COMPILE::AS3,false -define+=COMPILE::JS,true
-js-output-type=FLEXJS
AS3: -define+=COMPILE::AS3,true -define+=COMPILE::JS,false
-include-file=js/out/HtmlContainer.js,out\production\HtmlContainer\js\out\
HtmlContainer.js

In the same optic I added FLEXJS_DUAL to compile both AS3 and JS in one
call from IJ (which means 1 build configuration only), I would like to
simplify the configuration also for externs.

The result would be only 1 build configuration: COMPILE::AS3,AUTO
-define+=COMPILE::JS,AUTO
And the rest would be inferred and the AS3 and the JS would be built in a
once.

Does it make sense ?

Frédéric THOMAS



 From: aha...@adobe.com
 To: dev@flex.apache.org
 Subject: Re: [FlexJS] Setup Error
 Date: Fri, 7 Aug 2015 16:16:27 +



 On 8/7/15, 8:55 AM, Frédéric THOMAS webdoubl...@hotmail.com wrote:
Another thing I would have liked to do before the release is to modify
the front compiler to avoid to have 2 build configurations in IJ when
working with externs but not sure I will have the time, I'm quite busy
at
the moment and I've seen a last call already.

 Not sure what that means, but I’d guess we are two weeks away from any
 votes on a release.

 I’m almost done with the AS side of FlexJSStore, then have to finish the
 JS side and I want to see the following compiler issues fixed:
 - Functions and goog.bind
 - non-scalar initializers in the constructor
 - generate missing getters and setters

 Volunteers always welcome!
 -Alex


 



RE: [FlexJS] Setup Error

2015-08-07 Thread Frédéric THOMAS

Btw, Alex, IIRC, you already started to replace one of the JS lib with externs, 
can you commit it in a branch ? I would eventually finish it and use it as test 
for what I just mentioned.


Frédéric THOMAS



 From: aha...@adobe.com
 To: dev@flex.apache.org
 Subject: Re: [FlexJS] Setup Error
 Date: Fri, 7 Aug 2015 16:51:24 +

 Sounds ok to me.

 -Alex

 On 8/7/15, 9:47 AM, Frédéric THOMAS webdoubl...@hotmail.com wrote:

 Not sure what that means, but I’d guess we are two weeks away from any
 votes on a release.

Good to know, in this case I will modify the compiler first and update
the wiki after if once again, there are no objections.

Today while using externs, we can code for FP and / or JS, when coding
for both, we use -define to conditionally compile the AS3 part and the
JS one.
It means 2 calls to the compiler from IJ (2 build configurations) with
different options, for example:

JS: -define+=COMPILE::AS3,false -define+=COMPILE::JS,true
-js-output-type=FLEXJS
AS3: -define+=COMPILE::AS3,true -define+=COMPILE::JS,false
-include-file=js/out/HtmlContainer.js,out\production\HtmlContainer\js\out\
HtmlContainer.js

In the same optic I added FLEXJS_DUAL to compile both AS3 and JS in one
call from IJ (which means 1 build configuration only), I would like to
simplify the configuration also for externs.

The result would be only 1 build configuration: COMPILE::AS3,AUTO
-define+=COMPILE::JS,AUTO
And the rest would be inferred and the AS3 and the JS would be built in a
once.

Does it make sense ?

Frédéric THOMAS



 From: aha...@adobe.com
 To: dev@flex.apache.org
 Subject: Re: [FlexJS] Setup Error
 Date: Fri, 7 Aug 2015 16:16:27 +



 On 8/7/15, 8:55 AM, Frédéric THOMAS webdoubl...@hotmail.com wrote:
Another thing I would have liked to do before the release is to modify
the front compiler to avoid to have 2 build configurations in IJ when
working with externs but not sure I will have the time, I'm quite busy
at
the moment and I've seen a last call already.

 Not sure what that means, but I’d guess we are two weeks away from any
 votes on a release.

 I’m almost done with the AS side of FlexJSStore, then have to finish the
 JS side and I want to see the following compiler issues fixed:
 - Functions and goog.bind
 - non-scalar initializers in the constructor
 - generate missing getters and setters

 Volunteers always welcome!
 -Alex




  

Re: [FlexJS] Setup Error

2015-08-07 Thread Alex Harui


On 8/7/15, 10:44 AM, Frédéric THOMAS webdoubl...@hotmail.com wrote:

 Hi Fred, I only just started on HTTPService, then realized having
 conditional compile would be useful. Not much to share there. I am
 hoping we can fully re-write all of our JS files in AS after this next
 release. Feel free to create a branch and get started if you have the
 cycles.

I'm fine with that, whatever the time it takes.
I will need your help though to do them in the dependency order.

The swcs are compiled in the following order due to some dependencies.
You can check the compile-config.xml to see the exact set of dependencies
in each folder.

ant dir=${basedir}/projects/Core target=compile/
ant dir=${basedir}/projects/Graphics target=compile/
ant dir=${basedir}/projects/Binding target=compile/
ant dir=${basedir}/projects/HTML target=compile/
ant dir=${basedir}/projects/Flat target=compile/
ant dir=${basedir}/projects/Charts target=compile/
ant dir=${basedir}/projects/Collections target=compile/
ant dir=${basedir}/projects/CreateJS target=compile/
ant dir=${basedir}/projects/DragDrop target=compile/
ant dir=${basedir}/projects/Effects target=compile/
ant dir=${basedir}/projects/Formatters target=compile/
ant dir=${basedir}/projects/GoogleMaps target=compile/
ant dir=${basedir}/projects/HTML5 target=compile/
ant dir=${basedir}/projects/JQuery target=compile/
ant dir=${basedir}/projects/Mobile target=compile/
ant dir=${basedir}/projects/Network target=compile/

Within the Core.swc, if we coded everything correctly and didn’t make a
rat’s nest of dependencies, porting the org/apache/flex/core and
org/apache/flex/utils folders first should clear the way for doing other
files in that swc.


Thanks,
-Alex



Re: [FlexJS] Setup Error

2015-08-07 Thread Alex Harui


On 8/7/15, 10:11 AM, Frédéric THOMAS webdoubl...@hotmail.com wrote:


Btw, Alex, IIRC, you already started to replace one of the JS lib with
externs, can you commit it in a branch ? I would eventually finish it and
use it as test for what I just mentioned.

Hi Fred, I only just started on HTTPService, then realized having
conditional compile would be useful.  Not much to share there.  I am
hoping we can fully re-write all of our JS files in AS after this next
release.  Feel free to create a branch and get started if you have the
cycles.

Thanks,

-Alex
  



RE: [FlexJS] Setup Error

2015-08-06 Thread Frédéric THOMAS
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: carlos.rov...@codeoscopic.com 
 Date: Wed, 5 Aug 2015 17:01:22 +0200 
 Subject: Re: [FlexJS] Setup Error 
 To: dev@flex.apache.org 
  
 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-constructorfalse/warn-no-constructor 
  accessibletrue/accessible 
  fonts 
managers 
  manager-classflash.fonts.JREFontManager/manager-class 
  manager-classflash.fonts.BatikFontManager/manager-class 
  manager-classflash.fonts.AFEFontManager/manager-class 
  manager-classflash.fonts.CFFFontManager/manager-class 
/managers 
  /fonts 
  source-path 
 
 path-element/Users/carlosrovira/dev/flex/flexjs-nightly/examples/DataGridExample/src/path-element
  
  /source-path 
  debugtrue/debug 
  theme 
 
 filename/Users/carlosrovira/dev/flex/flexjs-nightly/frameworks/themes/Spark/spark.css/filename
  
  /theme 
  namespaces 
namespace 
  urihttp://ns.adobe.com/mxml/2009/uri 
   
 manifest/Users/carlosrovira/dev/flex/flexjs-nightly/frameworks/mxml-2009-manifest.xml/manifest
  
/namespace 
namespace 
   
 urilibrary://ns.adobe.com/flex/sparkhttp://ns.adobe.com/flex/spark/uri 
   
 manifest/Users/carlosrovira/dev/flex/flexjs-nightly/frameworks/spark-manifest.xml/manifest
  
/namespace 
namespace 
   
 urilibrary://ns.adobe.com/flex/mxhttp://ns.adobe.com/flex/mx/uri 
   
 manifest/Users/carlosrovira/dev/flex/flexjs-nightly/frameworks/mx-manifest.xml/manifest
  
/namespace 
namespace 
  urihttp://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

RE: [FlexJS] Setup Error

2015-08-06 Thread Frédéric THOMAS
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=3modificationDate=1438538367000api=v2

Frédéric THOMAS



 From: webdoubl...@hotmail.com
 To: dev@flex.apache.org
 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: carlos.rov...@codeoscopic.com
 Date: Wed, 5 Aug 2015 17:01:22 +0200
 Subject: Re: [FlexJS] Setup Error
 To: dev@flex.apache.org

 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-constructorfalse/warn-no-constructor
 accessibletrue/accessible
 fonts
 managers
 manager-classflash.fonts.JREFontManager/manager-class
 manager-classflash.fonts.BatikFontManager/manager-class
 manager-classflash.fonts.AFEFontManager/manager-class
 manager-classflash.fonts.CFFFontManager/manager-class
 /managers
 /fonts
 source-path

 path-element/Users/carlosrovira/dev/flex/flexjs-nightly/examples/DataGridExample/src/path-element
 /source-path
 debugtrue/debug
 theme

 filename/Users/carlosrovira/dev/flex/flexjs-nightly/frameworks/themes/Spark/spark.css/filename
 /theme
 namespaces
 namespace
 urihttp://ns.adobe.com/mxml/2009/uri

 manifest/Users/carlosrovira/dev/flex/flexjs-nightly/frameworks/mxml-2009-manifest.xml/manifest
 /namespace
 namespace

 urilibrary://ns.adobe.com/flex/sparkhttp://ns.adobe.com/flex/spark/uri

 manifest/Users/carlosrovira/dev/flex/flexjs-nightly/frameworks/spark-manifest.xml/manifest
 /namespace
 namespace

 urilibrary://ns.adobe.com/flex/mxhttp://ns.adobe.com/flex/mx/uri

 manifest/Users/carlosrovira/dev/flex/flexjs-nightly/frameworks/mx-manifest.xml/manifest
 /namespace
 namespace
 urihttp://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

RE: [FlexJS] Setup Error

2015-08-04 Thread Frédéric THOMAS
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

Re: [FlexJS] Setup Error

2015-08-04 Thread Carlos Rovira
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

RE: [FlexJS] Setup Error

2015-08-04 Thread Frédéric THOMAS
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

RE: [FlexJS] Setup Error

2015-08-04 Thread Frédéric THOMAS
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

Re: [FlexJS] Setup Error

2015-08-04 Thread Carlos Rovira
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

RE: [FlexJS] Setup Error

2015-08-04 Thread Frédéric THOMAS
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: webdoubl...@hotmail.com
 To: dev@flex.apache.org
 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: 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

Re: [FlexJS] Setup Error

2015-08-03 Thread Carlos Rovira
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

Re: [FlexJS] Setup Error

2015-08-03 Thread Carlos Rovira
 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

Re: [FlexJS] Setup Error

2015-08-03 Thread Carlos Rovira
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-bin.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/flex-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+IntelliJ+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

Re: [FlexJS] Setup Error

2015-08-03 Thread Alex Harui
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

RE: [FlexJS] Setup Error

2015-08-02 Thread Frédéric THOMAS
I did the first part, for standard FlexJS project 
https://cwiki.apache.org/confluence/display/FLEX/Using+FlexJS+with+IntelliJ+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.
  

Re: [FlexJS] Setup Error

2015-08-02 Thread Carlos Rovira
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+IntelliJ+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

Re: [FlexJS] Setup Error

2015-08-01 Thread Carlos Rovira
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.


RE: [FlexJS] Setup Error

2015-08-01 Thread Frédéric THOMAS
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.
  

Re: [FlexJS] Setup Error

2015-08-01 Thread Paul Hastings
Be my guest.

On Sun, Aug 2, 2015, 12:18 PM Alex Harui aha...@adobe.com wrote:



 On 8/1/15, 8:46 AM, Paul Hastings paul.hasti...@gmail.com wrote:

 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.

 Is it ok if I forward this to folks within Adobe?

 Thanks,
 -Alex




Re: [FlexJS] Setup Error

2015-08-01 Thread Alex Harui


On 8/1/15, 8:46 AM, Paul Hastings paul.hasti...@gmail.com wrote:

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.

Is it ok if I forward this to folks within Adobe?

Thanks,
-Alex



Re: [FlexJS] Setup Error

2015-08-01 Thread Paul Hastings

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.


Re: [FlexJS] Setup Error

2015-08-01 Thread Carlos Rovira
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.


Re: [FlexJS] Setup Error

2015-07-31 Thread Paul Hastings

On 7/31/2015 7:51 PM, Alex Harui wrote:

this stuff may not work in FB 4.6, we are only testing with FB 4.7 as that
is the only version Adobe says will support Apache Flex SDKs.


as a clarification, we've been using FB 4.6 w/apache SDKs since forever.



Re: [FlexJS] Setup Error

2015-07-31 Thread Alex Harui
Hi,

Well, the instructions say to set up a new project first, then copy the
example code to overwrite what the new project wizard generates.  Also,
this stuff may not work in FB 4.6, we are only testing with FB 4.7 as that
is the only version Adobe says will support Apache Flex SDKs.

Can you use FB 4.7?  If you still have troubles, expand the project in the
project explorer so we can see what files you have in there.

Thanks,
-Alex

On 7/31/15, 1:21 AM, Deepak MS megharajdee...@gmail.com wrote:

Hello,
I tried installing FlexJS nightly and installation was successful.

I then followed these steps mentioned here (in FB 4.6):
https://cwiki.apache.org/confluence/display/FLEX/Using+FlexJS+with+Adobe+F
lash+Builder

I copied databinding example to my workspace and then created new project
with same name in FB. But I am ending up with following error(Screenshot):

http://pasteboard.co/2mF2FciW.png

It's not allowing me to even open the project tree.

As mentioned in the wiki page, I ignored that error and tried to run the
application and I get this error:
http://pasteboard.co/2mFoqIqb.png

I know that bin-debug is still not created for it and it wont run. How do
I
compile the project?



Re: [FlexJS] Setup Error

2015-07-31 Thread Alex Harui


On 7/31/15, 8:19 AM, Paul Hastings paul.hasti...@gmail.com wrote:

On 7/31/2015 8:54 PM, Alex Harui wrote:
 Interesting.  Supposedly, only FB 4.7 correctly handles Apache Flex’s
HTML
 wrappers.

perhaps we're not doing as much w/the wrappers? about 1/3 of the time
we're 
re-doing them as cf pages. but nobody's noticed anything untoward.

 For FlexJS, we are relying on the sequence of calls FB 4.7 makes to
 flex-oem-compiler.jar.  If FB 4.6 makes different calls, which I think
it
 does, then things will not work.

rats. is 4.7 even still for sale?

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.

-Alex

[1] http://www.adobe.com/products/flash-builder-family.html



Re: [FlexJS] Setup Error

2015-07-31 Thread Deepak MS
Hi Alex,
Yeah, I had tried both the ways infact(creating project in workspace and
copying sample there ).

I need to check with the stakeholders on procuring 4.7 I reckon, which may
take time.

Well, I am not sure what % of people are on 4.6. If majority of them are
still on 4.6 and cant procure 4.7 for some reason, is there an alternative
way to use flexjs?

I remember there was a free upgrade from 4.6 to 4.7 sometime back, which
isn't anymore though.
On 31 Jul 2015 18:22, Alex Harui aha...@adobe.com wrote:

 Hi,

 Well, the instructions say to set up a new project first, then copy the
 example code to overwrite what the new project wizard generates.  Also,
 this stuff may not work in FB 4.6, we are only testing with FB 4.7 as that
 is the only version Adobe says will support Apache Flex SDKs.

 Can you use FB 4.7?  If you still have troubles, expand the project in the
 project explorer so we can see what files you have in there.

 Thanks,
 -Alex

 On 7/31/15, 1:21 AM, Deepak MS megharajdee...@gmail.com wrote:

 Hello,
 I tried installing FlexJS nightly and installation was successful.
 
 I then followed these steps mentioned here (in FB 4.6):
 
 https://cwiki.apache.org/confluence/display/FLEX/Using+FlexJS+with+Adobe+F
 lash+Builder
 
 I copied databinding example to my workspace and then created new project
 with same name in FB. But I am ending up with following error(Screenshot):
 
 http://pasteboard.co/2mF2FciW.png
 
 It's not allowing me to even open the project tree.
 
 As mentioned in the wiki page, I ignored that error and tried to run the
 application and I get this error:
 http://pasteboard.co/2mFoqIqb.png
 
 I know that bin-debug is still not created for it and it wont run. How do
 I
 compile the project?




Re: [FlexJS] Setup Error

2015-07-31 Thread Alex Harui


On 7/31/15, 8:25 AM, Deepak MS megharajdee...@gmail.com wrote:

Hi Alex,
Yeah, I had tried both the ways infact(creating project in workspace and
copying sample there ).

I need to check with the stakeholders on procuring 4.7 I reckon, which may
take time.

Looks like 4.7 is available [1] but I haven’t tried it.  I’ve heard it is
also part of Creative Cloud.
You might want to use 4.7 in trial mode just to see if you can get past
this problem.  It will give you leverage with the stakeholders as well if
you can demo FlexJS for them.


Well, I am not sure what % of people are on 4.6. If majority of them are
still on 4.6 and cant procure 4.7 for some reason, is there an alternative
way to use flexjs?

Well, you can use a text editor and command-line and/or ANT.  And some
folks have it working in IntelliJ.  It used to work in FDT, but I don’t
know if it still does.

-Alex

[1] http://www.adobe.com/products/flash-builder-family.html



Re: [FlexJS] Setup Error

2015-07-31 Thread Paul Hastings

On 7/31/2015 8:54 PM, Alex Harui wrote:

Interesting.  Supposedly, only FB 4.7 correctly handles Apache Flex’s HTML
wrappers.


perhaps we're not doing as much w/the wrappers? about 1/3 of the time we're 
re-doing them as cf pages. but nobody's noticed anything untoward.



For FlexJS, we are relying on the sequence of calls FB 4.7 makes to
flex-oem-compiler.jar.  If FB 4.6 makes different calls, which I think it
does, then things will not work.


rats. is 4.7 even still for sale?

we were going to move to intellij a while back but my muscle memory put the 
brakes on that (and very surprisingly we learned to live w/out design view--that 
was our main reason for not upgrading to 4.7).






Re: [FlexJS] Setup Error

2015-07-31 Thread Peter Ginneberge



On 31/07/2015 18:21, 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.

-Alex

[1] http://www.adobe.com/products/flash-builder-family.html



I have FB 4.7 as part of Creative Cloud 2014.

regards,
Peter


[FlexJS] Setup Error

2015-07-31 Thread Deepak MS
Hello,
I tried installing FlexJS nightly and installation was successful.

I then followed these steps mentioned here (in FB 4.6):
https://cwiki.apache.org/confluence/display/FLEX/Using+FlexJS+with+Adobe+Flash+Builder

I copied databinding example to my workspace and then created new project
with same name in FB. But I am ending up with following error(Screenshot):

http://pasteboard.co/2mF2FciW.png

It's not allowing me to even open the project tree.

As mentioned in the wiki page, I ignored that error and tried to run the
application and I get this error:
http://pasteboard.co/2mFoqIqb.png

I know that bin-debug is still not created for it and it wont run. How do I
compile the project?