AW: AW: AW: [FlexJS] Starting with the Docs

2016-09-13 Thread Christofer Dutz
Hi all, How about me turning on the site deployment feature (It's the identical setup to the one of the Maven project). It would automatically deploy a sub-directory of "https://flex.apache.org"; ... I would suggest "https://flex.apache.org/flexjs";. We could have a look at what it produces an

AW: [DRAFT] Apache FlexJS 0.7.0 and Apache Flex FalconJX 0.7.0 Released

2016-09-13 Thread Christofer Dutz
So what's the status on releasing? I would like to start promoting the Maven release ... Chris Von: omup...@gmail.com im Auftrag von OmPrakash Muppirala Gesendet: Dienstag, 13. September 2016 01:44:45 An: dev@flex.apache.org Betreff: Re: [DRAFT] Apache FlexJS

AW: [FlexJS]Image

2016-09-13 Thread Christofer Dutz
I think those last changes broke the framework build: https://builds.apache.org/view/E-G/view/Flex/job/FlexJS%20Framework%20(maven)/255/console Chris Von: Harbs Gesendet: Montag, 12. September 2016 20:11:18 An: dev@flex.apache.org Betreff: Re: [FlexJS]Image Th

AW: [FlexJS]Image

2016-09-13 Thread Christofer Dutz
Ok, I think I found the problem. By removing the reference to ImageView and ImageModel, the compiler now no-longer adds the JS for both to the JS output. This is then missing later down the stream. I added both to the basic-manifest which made them part of the lib again. Now the Cordova exampl

Re: [DRAFT] Apache FlexJS 0.7.0 and Apache Flex FalconJX 0.7.0 Released

2016-09-13 Thread Harbs
One thing I noticed is that JIRA has not been updated to the fact that there’s a 0.7.0 release. On Sep 13, 2016, at 10:10 AM, Christofer Dutz wrote: > So what's the status on releasing? I would like to start promoting the Maven > release ... > > > Chris > >

Re: AW: [FlexJS]Image

2016-09-13 Thread Peter Ent
Sorry about that. The changes seemed so utterly minor. I'll be sure to run a more complete build in the future. ―peter On 9/13/16, 5:01 AM, "Christofer Dutz" wrote: >Ok, > > >I think I found the problem. By removing the reference to ImageView and >ImageModel, the compiler now no-longer adds the

Re: [DRAFT] Apache FlexJS 0.7.0 and Apache Flex FalconJX 0.7.0 Released

2016-09-13 Thread Alex Harui
On 9/13/16, 2:03 AM, "Harbs" wrote: >One thing I noticed is that JIRA has not been updated to the fact that >there’s a 0.7.0 release. Thanks for the reminder. I updated JIRA. > >On Sep 13, 2016, at 10:10 AM, Christofer Dutz >wrote: > >> So what's the status on releasing? I would like to sta

Re: AW: AW: AW: [FlexJS] Starting with the Docs

2016-09-13 Thread Alex Harui
On 9/13/16, 12:07 AM, "Christofer Dutz" wrote: >Hi all, > > >How about me turning on the site deployment feature (It's the identical >setup to the one of the Maven project). It would automatically deploy a >sub-directory of "https://flex.apache.org"; ... I would suggest >"https://flex.apache.or

Re: flexjs ,pack full folder in a js.

2016-09-13 Thread Alex Harui
I'm not sure I understand the problem. Are you asking for assets to be copied into the destination folder or into a .js file? -Alex On 9/12/16, 8:09 PM, "lizhi" wrote: >i gen js file >http://codepen.io/matrix3d/pen/mAZmVy >it is work,but miss some file,sound.as etc. >i do not know all of the m

Re: flexjs ,pack full folder in a js.

2016-09-13 Thread lizhi
a.as b.as c.as .. etc all pack in d.as 发自我的iPhone -- Original -- From: Alex Harui [via Apache Flex Development] Date: 周二,9月 13,2016 23:23 To: lizhi Subject: Re: flexjs ,pack full folder in a js. I'm not sure I understand the problem. Are you asking for

Re: flexjs ,pack full folder in a js.

2016-09-13 Thread Alex Harui
On 9/13/16, 8:34 AM, "lizhi" wrote: >a.as b.as c.as .. etc all pack in d.as Still not sure I understand. If d.as references a.as and b.as, in the bin/js-release they should all get packed in. -Alex

Re: flexjs ,pack full folder in a js.

2016-09-13 Thread lizhi
yes,it is.but i also have e.as .a lot of than.and i can not hand code all of tham 发自我的iPhone -- Original -- From: Alex Harui [via Apache Flex Development] Date: 周三,9月 14,2016 00:04 To: lizhi Subject: Re: flexjs ,pack full folder in a js. On 9/13/16, 8:34

AW: AW: AW: AW: [FlexJS] Starting with the Docs

2016-09-13 Thread Christofer Dutz
Well I just set it up to publish the content once. We can have a look at it then. I generally set it up to scm:svn:https://svn.apache.org/repos/infra/websites/production/flex/content/maven/flexjs/${website.path} While website-path is always set to "latest-dev" during development and to the ve

Re: flexjs ,pack full folder in a js.

2016-09-13 Thread Alex Harui
On 9/13/16, 9:04 AM, "lizhi" wrote: >yes,it is.but i also have e.as .a lot of than.and i can not hand code all >of tham I still don't understand. Are you trying to have classes added to the output that are not referenced by any other classes? There is the -includes compiler option for someth

Re: flexjs ,pack full folder in a js.

2016-09-13 Thread lizhi
simple,i have a lot of flash runtime api,stage3d,sound,loader,etc.i want pack all of them in a js file.see the code pen link. 发自我的iPhone -- Original -- From: Alex Harui [via Apache Flex Development] Date: 周三,9月 14,2016 00:21 To: lizhi Subject: Re: flexjs ,pack

Re: flexjs ,pack full folder in a js.

2016-09-13 Thread lizhi
if en not ,i try cn。我想把整个src 文件夹里面所有的文件,打包到单独的js文件中。就像creaejs等提供的单独文件。 发自我的iPhone -- Original -- From: Alex Harui [via Apache Flex Development] Date: 周三,9月 14,2016 00:21 To: lizhi Subject: Re: flexjs ,pack full folder in a js. On 9/13/16, 9:04 AM, "lizhi"

Re: flexjs ,pack full folder in a js.

2016-09-13 Thread Alex Harui
On 9/13/16, 9:22 AM, "lizhi" wrote: >simple,i have a lot of flash runtime api,stage3d,sound,loader,etc.i want >pack all of them in a js file.see the code pen link. I still don't understand. FlexJS supports libraries via CompC where each class has its own JS file for debugging. We don't suppo

Re: flexjs ,pack full folder in a js.

2016-09-13 Thread Alex Harui
On 9/13/16, 9:25 AM, "lizhi" wrote: >if en not ,i try cn。我想把整个src 文件夹里面所有的文件,打包到单独的js文件中。就 像creaejs等提供的单独文件。 I would try using Google Closure Compiler directly with most optimizations turned off. HTH, -Alex

Re: flexjs ,pack full folder in a js.

2016-09-13 Thread lizhi
and i think this useful。if it is support by flexjs,the user do not need study the goo。 发自我的iPhone -- Original -- From: Alex Harui [via Apache Flex Development] Date: 周三,9月 14,2016 00:30 To: lizhi Subject: Re: flexjs ,pack full folder in a js. On 9/13/16,

Re: flexjs ,pack full folder in a js.

2016-09-13 Thread Alex Harui
On 9/13/16, 9:29 AM, "lizhi" wrote: >but flexjs not gen all js in the debug folder。 Any JS files referenced in the build should be in the output. How are you specifying the set of files to the compiler? Please show the entire set of options. -Alex

Re: flexjs ,pack full folder in a js.

2016-09-13 Thread lizhi
but flexjs not gen all js in the debug folder。 发自我的iPhone -- Original -- From: Alex Harui [via Apache Flex Development] Date: 周三,9月 14,2016 00:30 To: lizhi Subject: Re: flexjs ,pack full folder in a js. On 9/13/16, 9:22 AM, "lizhi" <[hidden email]> wrote:

Re: flexjs ,pack full folder in a js.

2016-09-13 Thread Alex Harui
On 9/13/16, 9:32 AM, "lizhi" wrote: >and i think this useful。if it is support by flexjs,the user do not need >study the goo。 I'm still unclear what you want. If you want a -combined.js like CreateJS has, I think Google Closure Compiler can do that for you. -Alex

Re: flexjs ,pack full folder in a js.

2016-09-13 Thread lizhi
I want all as file in flash.*.but it is just get the used as file.the Sprite.as I used it is get.but the sound.as,I not used so it is not get js.it is good to some app.but it is lib not app. 发自我的iPhone -- Original -- From: Alex Harui [via Apache Flex Development]

Re: flexjs ,pack full folder in a js.

2016-09-13 Thread Alex Harui
On 9/13/16, 9:39 AM, "lizhi" wrote: >I want all as file in flash.*.but it is just get the used as file.the >Sprite.as I used it is get.but the sound.as,I not used so it is not get >js.it is good to some app.but it is lib not app. If you use compc, there are various options to include files. I

Re: flexjs ,pack full folder in a js.

2016-09-13 Thread lizhi
thanks iwill try the compc ,inow use the mxmlc。itis diff?https://github.com/matrix3d/spriteflexjs/blob/master/test/buildmain.bat 发自我的iPhone -- Original -- From: Alex Harui [via Apache Flex Development] Date: 周三,9月 14,2016 01:01 To: lizhi Subject: Re: flexjs ,pa

FlexJS installation broken

2016-09-13 Thread David Frank
Hey guys, I tried to install FlexJS using the Apache Flex SDK Installer, but it aborted due to a failed installation of Adobe Air. I then downloaded the FlexJS binary zip, extracted it, and tried to use the ant installation, but that too failed with the message, "in\falcon\compiler.jx\down

Re: [DRAFT] Apache FlexJS 0.7.0 and Apache Flex FalconJX 0.7.0 Released

2016-09-13 Thread OmPrakash Muppirala
On Mon, Sep 12, 2016 at 4:44 PM, OmPrakash Muppirala wrote: > > > On Mon, Sep 12, 2016 at 1:46 PM, Josh Tynjala > wrote: > >> Om, can you give my latest changes a try? I tweaked the NPM scripts to >> actually run inside Node, which should clear up the cross-platform issues, >> like requiring Cyg

Re: [DRAFT] Apache FlexJS 0.7.0 and Apache Flex FalconJX 0.7.0 Released

2016-09-13 Thread Josh Tynjala
Just tried flexjs@next on Mac. Looks good to me! - Josh On Tue, Sep 13, 2016 at 11:55 AM, OmPrakash Muppirala wrote: > On Mon, Sep 12, 2016 at 4:44 PM, OmPrakash Muppirala > > wrote: > > > > > > > On Mon, Sep 12, 2016 at 1:46 PM, Josh Tynjala > > wrote: > > > >> Om, can you give my latest cha

Re: FlexJS installation broken

2016-09-13 Thread Alex Harui
On 9/13/16, 11:02 AM, "David Frank" wrote: >Hey guys, > >I tried to install FlexJS using the Apache Flex SDK Installer, but it >aborted due to a failed installation of Adobe Air. Which version did you try? > >I then downloaded the FlexJS binary zip, extracted it, and tried to use >the ant ins

AW: AW: AW: AW: [FlexJS] Starting with the Docs

2016-09-13 Thread Christofer Dutz
Hi, ok ... as I never activated the deployment feature, I had to fix a little, but now it is probably working. The only problem I am having is that I don't quite understand how the site works. I have a subversion repository which seems to contain the website content, but then this seems to be

Re: AW: AW: AW: AW: [FlexJS] Starting with the Docs

2016-09-13 Thread Alex Harui
On 9/13/16, 1:48 PM, "Christofer Dutz" wrote: >Could someone please explain how these Website SCMs play together? I >noticed recently that I updated the installer.xml, but my changes didn't >directly find their way into the website, but now it's online. So there >must be some mechanisms in pla

RE: FlexJS installation broken

2016-09-13 Thread David Frank
Hey Alex, Yes, my next question was as to why the ant installer was downloading Falcon version 0.6.0. So, your ant command answered that. The new command did again fail on the air sdk download, though. Looks like it was a timeout of some sort. I downloaded the air sdk from https://airdownload.

Re: flexjs ,pack full folder in a js.

2016-09-13 Thread Justin Mclean
Hi, At I guess I think lizhi is using wildcard import “import flash.*” but he not seeing all of the JS files in the flash package included. Justin

Re: [DRAFT] Apache FlexJS 0.7.0 and Apache Flex FalconJX 0.7.0 Released

2016-09-13 Thread Justin Mclean
Hi, > I have pushed the new bits as a pre-release to npm. Just a word of caution here, by doing this you are probably not in line with ASF policy. I could point you to the usual links about release etc but this discussion on the incubator list is recent and relevant. [1] Thanks, Justin 1. ht

Re: [DRAFT] Apache FlexJS 0.7.0 and Apache Flex FalconJX 0.7.0 Released

2016-09-13 Thread OmPrakash Muppirala
I read that thread and I don't see any obvious violation. Can you please expand on what you think is a violation? How do you think we should fix the said violation? Thanks, Om On Tue, Sep 13, 2016 at 2:52 PM, Justin Mclean wrote: > Hi, > > > I have pushed the new bits as a pre-release to npm.

Re: [DRAFT] Apache FlexJS 0.7.0 and Apache Flex FalconJX 0.7.0 Released

2016-09-13 Thread Josh Tynjala
If that's the case, I guess we'll need to switch to using "npm pack" for testing NPM builds in the future. It produces an archive that is the same as what gets downloaded when a version is published to NPM's servers, but you can use it to install locally. Running the following command in the same

Re: [DRAFT] Apache FlexJS 0.7.0 and Apache Flex FalconJX 0.7.0 Released

2016-09-13 Thread OmPrakash Muppirala
The npm flexjs package is a thing on its own which points to only released Apache artifacts. We are not publishing unreleased apache code anywhere. Still not sure what the violation is. Thanks, Om On Tue, Sep 13, 2016 at 3:12 PM, Josh Tynjala wrote: > If that's the case, I guess we'll need to

Re: [FlexJS] need help in creating reusable tabBar control

2016-09-13 Thread dhwanishah85
Thanks Josh and Justin, It is really confusing. I have created a task where i have uploaded the example.https://issues.apache.org/jira/browse/FLEX-35132 Please feel free to give your suggestions and feedback. Thanks Dhwani My Apache Flex community contribution is working on the open source Moons

Re: flexjs ,pack full folder in a js.

2016-09-13 Thread lizhi
not this,i just want find a option include all src in a js 发自我的iPhone -- Original -- From: Justin Mclean [via Apache Flex Development] Date: 周三,9月 14,2016 05:19 To: lizhi Subject: Re: flexjs ,pack full folder in a js. Hi, At I guess I think lizhi is using

is it there a exmple of compc

2016-09-13 Thread lizhi
i can not find this at there. and the mxmlc work %FLEX_HOME%/js/bin/mxmlc %ARGS% -external-library-path="%FLEX_HOME%\js\libs\js.swc" -compiler.source-path=../src src/%main%.as -define=CONFIG::as_only,false -define=CONFIG::js_only,true but the compc not work %FLEX_HOME%/js/bin/compc %ARGS% -externa

Re: flexjs ,pack full folder in a js.

2016-09-13 Thread lizhi
see this https://rawgit.com/matrix3d/matrix3d.github.io/master/assets/html5/flexjsstage3d/bin/js-release/SpriteFlexjsMain.js http://codepen.io/matrix3d/pen/mAZmVy thanks this js i build with %FLEX_HOME%/js/bin/mxmlc %ARGS% -external-library-path="%FLEX_HOME%\js\libs\js.swc" -compiler.source-path=..

Re: is it there a exmple of compc

2016-09-13 Thread Alex Harui
Compc is in the adobe docs, and every SWC in flex-asjs/frameworks/projects uses compc with configurations in src/main/config On 9/13/16, 8:05 PM, "lizhi" wrote: >i can not find this at there. > >and the mxmlc work >%FLEX_HOME%/js/bin/mxmlc %ARGS% >-external-library-path="%FLEX_HOME%\js\libs\js.s

Re: flexjs ,pack full folder in a js.

2016-09-13 Thread Alex Harui
Looks like you are still using mxmlc. On 9/13/16, 8:09 PM, "lizhi" wrote: >see this >https://rawgit.com/matrix3d/matrix3d.github.io/master/assets/html5/flexjss >tage3d/bin/js-release/SpriteFlexjsMain.js >http://codepen.io/matrix3d/pen/mAZmVy >thanks >this js i build with >%FLEX_HOME%/js/bin/mxml

Re: flexjs ,pack full folder in a js.

2016-09-13 Thread lizhi
it is work,but the bytearray.as class use mxmlc work. and compc get error. ''' set FLEX_HOME=d:/sdk/flexjs set main=SpriteFlexjsMain start %FLEX_HOME%/js/bin/compc %ARGS% -external-library-path="%FLEX_HOME%\js\libs\js.swc" -include-sources=../src -include-sources=src/%main%.as -define=CONFIG::as_o

Re: flexjs ,pack full folder in a js.

2016-09-13 Thread Alex Harui
Don't use "char" as a parameter name. On 9/13/16, 9:51 PM, "lizhi" wrote: >it is work,but the bytearray.as class use mxmlc work. > >and compc get error. >''' >set FLEX_HOME=d:/sdk/flexjs >set main=SpriteFlexjsMain >start %FLEX_HOME%/js/bin/compc %ARGS% >-external-library-path="%FLEX_HOME%\js\lib

Re: flexjs ,pack full folder in a js.

2016-09-13 Thread lizhi
thanks a lot. jsout/flash/utils/setTimeout.js:11: ERROR - required "org.apache.flex.utils.Lang uage" namespace never provided and how add this lib %FLEX_HOME%\frameworks\js\FlexJS\generated-sources this is my cmd java -jar %FLEX_HOME%\js\lib\google\closure-compiler\compiler.jar --js jsout --

Re: flexjs ,pack full folder in a js.

2016-09-13 Thread lizhi
can you give the closure cmd used by mxmlc? -- View this message in context: http://apache-flex-development.247.n4.nabble.com/flexjs-pack-full-folder-in-a-js-tp55085p55132.html Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: [FlexJS][Falcon-JX] Reflection related question

2016-09-13 Thread Greg Dove
Alex, just a quick update on this I didn't get to work on this as much over the weekend as I'd hoped, but I have progressed it since. I iterated through a few different approaches for various aspects of the reflection stuff, but I have settled on what I think is a good output type for js, There

Re: [FlexJS][Falcon-JX] Reflection related question

2016-09-13 Thread Alex Harui
OK, looking forward to seeing it. -Alex On 9/13/16, 10:58 PM, "Greg Dove" wrote: >Alex, just a quick update on this >I didn't get to work on this as much over the weekend as I'd hoped, but I >have progressed it since. I iterated through a few different approaches >for >various aspects of th

Re: flexjs ,pack full folder in a js.

2016-09-13 Thread Alex Harui
On 9/13/16, 10:13 PM, "lizhi" wrote: >thanks a lot. > >jsout/flash/utils/setTimeout.js:11: ERROR - required >"org.apache.flex.utils.Lang >uage" namespace never provided Yes, you may need to add the Language.as file/folder. > >and how add this lib %FLEX_HOME%\frameworks\js\FlexJS\generated-sour

Re: flexjs ,pack full folder in a js.

2016-09-13 Thread lizhi
this is my bat java -jar %FLEX_HOME%\js\lib\google\closure-compiler\compiler.jar --js bin\js-swc --js %FLEX_HOME%\frameworks\js\FlexJS\generated-sources -- View this message in context: http://apache-flex-development.247.n4.nabble.com/flexjs-pack-full-folder-in-a-js-tp55085p55137.html Sent

Re: flexjs ,pack full folder in a js.

2016-09-13 Thread lizhi
thanks a lot. but i get this error. D:\proj\git\spriteflexjs\test>java -jar d:/sdk/flexjs\js\lib\google\closure-comp iler\compiler.jar --js bin\js-swc --js d:/sdk/flexjs\frameworks\js\FlexJS\genera ted-sources ERROR - Circular dependency detected: org.apache.flex.html.Slider -> org.apache. flex.htm

Re: flexjs ,pack full folder in a js.

2016-09-13 Thread Alex Harui
Yes, there will be circulars in the framework code. Instead of specifying all of the framework sources, just specify Language.js On 9/13/16, 11:18 PM, "lizhi" wrote: >this is my bat >java -jar %FLEX_HOME%\js\lib\google\closure-compiler\compiler.jar --js >bin\js-swc --js %FLEX_HOME%\frameworks\j

Re: flexjs ,pack full folder in a js.

2016-09-13 Thread lizhi
thanks agine. and can you give me the option bat used by mxmlc. i get a lot of error bin/js-swc/flash/media/SoundMixer.js:80: WARNING - The @expose annotation is dep recated. Use @nocollapse or @export instead. useSpeakerphoneForVoice: { -- View this message in context: http://apache-flex-devel

AW: AW: AW: AW: AW: [FlexJS] Starting with the Docs

2016-09-13 Thread Christofer Dutz
I'll ask the Infra guys on Hipchat about this ... probably the times when I noticed my changes "going online" was when one of you guys released his changed from the staging site and then my stuff came with it. Chris Von: Alex Harui Gesendet: Dienstag, 13. Sept