Re: pls add a build option of getter setter,thanks,flexjs

2016-08-01 Thread lizhi
added. pls . https://issues.apache.org/jira/browse/FLEX-35117 -- View this message in context: http://apache-flex-development.247.n4.nabble.com/pls-add-a-build-option-of-getter-setter-thanks-flexjs-tp54282p54300.html Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: AW: AW: [FlexJS] ASDoc?

2016-08-01 Thread Alex Harui
I think there are past discussions about ASDoc and Falcon in the archives. I think FalconJX does keep the asdoc around in the AST nodes. I think you are probably right that Falcon doesn't. Some folks think that writing an ASDoc Emitter for FalconJX will be the fastest way for us to get ASDoc out

AW: AW: [FlexJS] ASDoc?

2016-08-01 Thread Christofer Dutz
Thinking about it, I think all the interceptor site us attach the content of the comment to the ast of falcon. I bet usually the comments are not carried along as the comments shouldn't have any effect on the compiled output. We probably need to serialize the nodes of the ast using a to be writt

Re: AW: [FlexJS] ASDoc?

2016-08-01 Thread Josh Tynjala
I think Adobe still uses the older asdoc in their AIR SDK with ASC 2.0 too. - Josh On Aug 1, 2016 7:52 AM, "Alex Harui" wrote: > > > On 8/1/16, 7:42 AM, "Christofer Dutz" wrote: > > >S ... any ideas/suggestions/whatever? Hope I didn't stumble over a > >"TODO: This feature has to be impleme

AW: [FlexJS] ASDoc?

2016-08-01 Thread Christofer Dutz
Ok ... replying to my self ... it turns out there are different implementations of the IASDocDelegate interface: - NilASDocDelegate - SimpleASDocDelegate - FlexJSASDocDelegate Unfortunately SimpleASDocDelegate seems to create instances of comments ... so it's a little more than Nil ... but h

Re: AW: [FlexJS] ASDoc?

2016-08-01 Thread Alex Harui
On 8/1/16, 7:42 AM, "Christofer Dutz" wrote: >S ... any ideas/suggestions/whatever? Hope I didn't stumble over a >"TODO: This feature has to be implemented" :-( I got lost reading your email. ASDoc generation works from the flex-sdk for generating ASDoc for flex-asjs. It is ASDoc, not Ja

AW: [FlexJS] ASDoc?

2016-08-01 Thread Christofer Dutz
Oh gee ... I can confirm it not no work ;-) I had a look at ant and was surprised to see it using the antTasks from the normal FDK. I used the asdoc-template.xml form framework to create a new template and used that in a new ASDoc mojo. It turned out the compiler doesn't understand doc-namesp

Re: [FlexJS] ASDoc?

2016-08-01 Thread Alex Harui
On 8/1/16, 5:57 AM, "Christofer Dutz" wrote: >Hi, > > >as I have just added the JavaDoc generation to the Java side of the >build, now I thought ... hey, how about adding ASDoc too. But >unfortunately I don't recall the latest state of that. Does ASDoc in >Falcon work? ASDoc from Falcon has ne

AW: [FlexJS] ASDoc?

2016-08-01 Thread Christofer Dutz
Well I would probably create a mojo for generating the asdocs and create a reporting plugin. So the ASDoc would be handled equally to the JavaDocs in Maven (I would like to name the artifacts "javadoc" though, cause I know this way Eclipse and IntelliJ should be able to auto-detect and auto-use

Re: [FlexJS] ASDoc?

2016-08-01 Thread Harbs
Peter said in May that it builds. I never really tried to get it to build myself. Having the docs built and pushed out automatically would be great though. Having a special build from the nightly would be cool too. On Aug 1, 2016, at 3:57 PM, Christofer Dutz wrote: > Hi, > > > as I have jus

[FlexJS] ASDoc?

2016-08-01 Thread Christofer Dutz
Hi, as I have just added the JavaDoc generation to the Java side of the build, now I thought ... hey, how about adding ASDoc too. But unfortunately I don't recall the latest state of that. Does ASDoc in Falcon work? Chris

Re: pls add a build option of getter setter,thanks,flexjs

2016-08-01 Thread Harbs
Li, Pease create a JIRA[1] with a simple test case that shows the issue. If you attach compiled Javascript that chows the problem along with modified Javascript that fixes the problem, it will probably be very helpful to those would would like to fix this. Thanks, Harbs [1]https://issues.apac

Re: [FlexJS] Enabled the site-generation with Asciidoctor

2016-08-01 Thread Justin Mclean
Hi, Looks good but this seems to be empty [1]. Justin [1] https://builds.apache.org/view/E-G/view/Flex/job/FlexJS%20Compiler%20(maven)/ws/target/site/dev-activity.html

AW: [FlexJS] Enabled the site-generation with Asciidoctor

2016-08-01 Thread Christofer Dutz
Oh ... jeah I picked up a similar discussion earlier this day on the infra-chat ... I'll check that out ... but you should be able to login to jenkins using your asf credentials. Chris Von: Harbs Gesendet: Montag, 1. August 2016 12:32:03 An: dev@flex.apache.or

Re: [FlexJS] Enabled the site-generation with Asciidoctor

2016-08-01 Thread Harbs
Hi Chris, This sounds really good, but none of the links are working for me. It looks like you need to be logged into Jenkins to see the resources. Harbs On Aug 1, 2016, at 1:02 PM, Christofer Dutz wrote: > Hi, > > > I'm currently working on the Site-generation for all modules. I just pushe

[FlexJS] Enabled the site-generation with Asciidoctor

2016-08-01 Thread Christofer Dutz
Hi, I'm currently working on the Site-generation for all modules. I just pushed some changes that allow providing documentation using asciidoctor. As an example, you can have a look at [1] and for an example of the graphics please have a look at [2] which are both generated from the resources

Re: FlexJS Application

2016-08-01 Thread Harbs
Here’s my thoughts. As far as scripts go: Currently, FlexJS is polluting the Global namespace with an awful lot of junk. Ideally, there should be a single global entry point and unless things are specifically attached to the window (or some other global), externally accessible variables and me

Re: FlexJS Application

2016-08-01 Thread Harbs
I was thinking that the application would be attached to automatically if the id does not exist (or if the id is not specified). I don’t see a reason to make it more complicated than that (i.e. beads or separate classes) On Aug 1, 2016, at 7:22 AM, Yishay Weiss wrote: > Subclassing is probab