Re: FlexJS Yeoman generator

2017-07-13 Thread Harbs
We’re already discussing that problem here:
https://www.patreon.com/posts/scaffold-apache-12918005?cid=6126089 
<https://www.patreon.com/posts/scaffold-apache-12918005?cid=6126089>

It works from the command line, so it seems like it’s an issue that’s connected 
to the VS Code extension.

> On Jul 13, 2017, at 9:12 PM, PKumar <prashaku...@gmail.com> wrote:
> 
> Hi Josh,
> 
> I  tried tried the yeoman & flexjs generator  with VCode. Everything is
> really good and working fine. One  problem i  am getting on creating mxml
> component. when i am trying to create the new mxml then i am getting 
> exception. check the attached screen shot.
> 
> 
> <http://apache-flex-development.247.n4.nabble.com/file/n63235/error1.png> 
> 
> _-_ 
>|   |╭──╮
>|--(o)--|│  Let's create an │
>   `-´   │  MXML component  │
>( _´U`_ )╰──╯
>/___A___\   /
> |  ~  | 
>   __'.___.'__   
> ´   `  |° ´ Y ` 
> 
> Uncaught Exception:  TypeError: Invalid property descriptor. Cannot both
> specify accessors and a value or writable attribute, #
> TypeError: Invalid property descriptor. Cannot both specify accessors and a
> value or writable attribute, #
>at Function.defineProperty ()
>at new ErrorEXError (C:\Users\Prashant
> Kumar\.vscode\extensions\samverschueren.yo-0.9.3\node_modules\error-ex\index.js:79:10)
>at vscode_1.window.showQuickPick.then.result (C:\Users\Prashant
> Kumar\.vscode\extensions\samverschueren.yo-0.9.3\out\prompts\list.js:20:23)
>at Object.m [as _notify] (c:\Program Files (x86)\Microsoft VS
> Code\resources\app\out\vs\workbench\node\extensionHostProcess.js:23:41973)
>at Object.enter (c:\Program Files (x86)\Microsoft VS
> Code\resources\app\out\vs\workbench\node\extensionHostProcess.js:23:45538)
>at n.Class.derive._oncancel._run (c:\Program Files (x86)\Microsoft VS
> Code\resources\app\out\vs\workbench\node\extensionHostProcess.js:23:47366)
>at n.Class.derive._oncancel._completed (c:\Program Files (x86)\Microsoft
> VS
> Code\resources\app\out\vs\workbench\node\extensionHostProcess.js:23:46807)
>at c:\Program Files (x86)\Microsoft VS
> Code\resources\app\out\vs\workbench\node\extensionHostProcess.js:23:63502
>at n.Class.derive._creator.done (c:\Program Files (x86)\Microsoft VS
> Code\resources\app\out\vs\workbench\node\extensionHostProcess.js:23:48667)
>at Object.m [as _notify] (c:\Program Files (x86)\Microsoft VS
> Code\resources\app\out\vs\workbench\node\extensionHostProcess.js:23:42115)
> 
> 
> 
> 
> --
> View this message in context: 
> http://apache-flex-development.247.n4.nabble.com/FlexJS-Yeoman-generator-tp63178p63235.html
> Sent from the Apache Flex Development mailing list archive at Nabble.com.



Re: FlexJS Yeoman generator

2017-07-13 Thread PKumar
Hi Josh,

I  tried tried the yeoman & flexjs generator  with VCode. Everything is
really good and working fine. One  problem i  am getting on creating mxml
component. when i am trying to create the new mxml then i am getting 
exception. check the attached screen shot.


<http://apache-flex-development.247.n4.nabble.com/file/n63235/error1.png> 

 _-_ 
|   |╭──╮
|--(o)--|│  Let's create an │
   `-´   │  MXML component  │
( _´U`_ )╰──╯
/___A___\   /
 |  ~  | 
   __'.___.'__   
 ´   `  |° ´ Y ` 

Uncaught Exception:  TypeError: Invalid property descriptor. Cannot both
specify accessors and a value or writable attribute, #
TypeError: Invalid property descriptor. Cannot both specify accessors and a
value or writable attribute, #
at Function.defineProperty ()
at new ErrorEXError (C:\Users\Prashant
Kumar\.vscode\extensions\samverschueren.yo-0.9.3\node_modules\error-ex\index.js:79:10)
at vscode_1.window.showQuickPick.then.result (C:\Users\Prashant
Kumar\.vscode\extensions\samverschueren.yo-0.9.3\out\prompts\list.js:20:23)
at Object.m [as _notify] (c:\Program Files (x86)\Microsoft VS
Code\resources\app\out\vs\workbench\node\extensionHostProcess.js:23:41973)
at Object.enter (c:\Program Files (x86)\Microsoft VS
Code\resources\app\out\vs\workbench\node\extensionHostProcess.js:23:45538)
at n.Class.derive._oncancel._run (c:\Program Files (x86)\Microsoft VS
Code\resources\app\out\vs\workbench\node\extensionHostProcess.js:23:47366)
at n.Class.derive._oncancel._completed (c:\Program Files (x86)\Microsoft
VS
Code\resources\app\out\vs\workbench\node\extensionHostProcess.js:23:46807)
at c:\Program Files (x86)\Microsoft VS
Code\resources\app\out\vs\workbench\node\extensionHostProcess.js:23:63502
at n.Class.derive._creator.done (c:\Program Files (x86)\Microsoft VS
Code\resources\app\out\vs\workbench\node\extensionHostProcess.js:23:48667)
at Object.m [as _notify] (c:\Program Files (x86)\Microsoft VS
Code\resources\app\out\vs\workbench\node\extensionHostProcess.js:23:42115)




--
View this message in context: 
http://apache-flex-development.247.n4.nabble.com/FlexJS-Yeoman-generator-tp63178p63235.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.


Re: FlexJS Yeoman generator

2017-07-13 Thread Olaf Krueger
Great Josh, you should post it on the users list!

@All
Please don't forget that everybody can support this awesome guy by being a
patron [1]

Olaf

[1] https://www.patreon.com/josht






--
View this message in context: 
http://apache-flex-development.247.n4.nabble.com/FlexJS-Yeoman-generator-tp63178p63207.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.


Re: FlexJS Yeoman generator

2017-07-12 Thread Harbs
Wow. That is pretty cool!

Talk about dogfooding. ;-) It’s really nice to see an actual project targeting 
node.

The way you setup the typdefs was very educational for me. I didn’t realize it 
can be done like that.

Thanks!

> On Jul 12, 2017, at 11:24 PM, Josh Tynjala  wrote:
> 
> Thanks, Harbs!
> 
> This project is actually written in ActionScript and built with the Node.js
> module support in FlexJS 0.8. Here's the source code on Github:
> 
> https://github.com/BowlerHatLLC/generator-flexjs
> 
> I even figured out how to make Travis CI compile with FlexJS (and Travis is
> running Linux, by the way):
> 
> https://travis-ci.org/BowlerHatLLC/generator-flexjs
> 
> - Josh
> 
> On Wed, Jul 12, 2017 at 12:59 PM, Harbs  wrote:
> 
>> Looks like Josh has been busy again!
>> 
>> https://www.patreon.com/posts/scaffold-apache-12918005 <
>> https://www.patreon.com/posts/scaffold-apache-12918005>
>> 
>> This makes creating new FlexJS projects a breeze even for newbies.
>> 
>> Way to go Josh! :-)
>> 
>> If someone wants to tweet about this and/or post on Facebook, that would
>> be awesome.
>> 
>> Harbs



Re: FlexJS Yeoman generator

2017-07-12 Thread piotrz
Posted! :) -> https://www.facebook.com/ApacheFlexSDK/posts/1096855740415368

Piotr



-
Apache Flex PMC
piotrzarzyck...@gmail.com
--
View this message in context: 
http://apache-flex-development.247.n4.nabble.com/FlexJS-Yeoman-generator-tp63178p63183.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.


Re: FlexJS Yeoman generator

2017-07-12 Thread Harbs
You are full of surprises. :-)

I’d love to hear the details. That would make an incredible article.

Thanks,
Harbs

> On Jul 12, 2017, at 11:24 PM, Josh Tynjala  wrote:
> 
> I even figured out how to make Travis CI compile with FlexJS (and Travis is
> running Linux, by the way):
> 
> https://travis-ci.org/BowlerHatLLC/generator-flexjs 
> 


Re: FlexJS Yeoman generator

2017-07-12 Thread piotrz
Ahh yes! :) But my English is always a problem. I will try to make it nice!
:)

Thanks,
Piotr



-
Apache Flex PMC
piotrzarzyck...@gmail.com
--
View this message in context: 
http://apache-flex-development.247.n4.nabble.com/FlexJS-Yeoman-generator-tp63178p63182.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.


Re: FlexJS Yeoman generator

2017-07-12 Thread Harbs
Feel free. You know how I feel about using Facebook. ;-)

> On Jul 12, 2017, at 11:03 PM, piotrz  wrote:
> 
> Go ahead and post it on our facebook! 



Re: FlexJS Yeoman generator

2017-07-12 Thread piotrz
Hi Harbs,

Awesome! :) Go ahead and post it on our facebook! 

Thanks Josh! :)

Piotr



-
Apache Flex PMC
piotrzarzyck...@gmail.com
--
View this message in context: 
http://apache-flex-development.247.n4.nabble.com/FlexJS-Yeoman-generator-tp63178p63179.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.


Re: FlexJS Yeoman generator

2017-07-12 Thread Josh Tynjala
Thanks, Harbs!

This project is actually written in ActionScript and built with the Node.js
module support in FlexJS 0.8. Here's the source code on Github:

https://github.com/BowlerHatLLC/generator-flexjs

I even figured out how to make Travis CI compile with FlexJS (and Travis is
running Linux, by the way):

https://travis-ci.org/BowlerHatLLC/generator-flexjs

- Josh

On Wed, Jul 12, 2017 at 12:59 PM, Harbs  wrote:

> Looks like Josh has been busy again!
>
> https://www.patreon.com/posts/scaffold-apache-12918005 <
> https://www.patreon.com/posts/scaffold-apache-12918005>
>
> This makes creating new FlexJS projects a breeze even for newbies.
>
> Way to go Josh! :-)
>
> If someone wants to tweet about this and/or post on Facebook, that would
> be awesome.
>
> Harbs


FlexJS Yeoman generator

2017-07-12 Thread Harbs
Looks like Josh has been busy again!

https://www.patreon.com/posts/scaffold-apache-12918005 


This makes creating new FlexJS projects a breeze even for newbies.

Way to go Josh! :-)

If someone wants to tweet about this and/or post on Facebook, that would be 
awesome.

Harbs