Re: [FlexJS] DOM/JQuery ASDocs viewable API html online.

2015-06-23 Thread Michael Schmalle
Yeah, it would be probably really easy for you to create XML from the intermediate model. But, for now I don't feel good committing it, there are things I need to reorganize and stuff, remove hundreds of license headers etc. I will put it on my list of things to do, on the list of many. :) You

Re: [FlexJS] DOM/JQuery ASDocs viewable API html online.

2015-06-23 Thread Alex Harui
On 6/23/15, 7:47 AM, Michael Schmalle teotigraphix...@gmail.com wrote: You can try and see if you could get asdoc working on those files but, I boiled it down and asdoc just didn't want to parse Object, it said Namespace not found and pointed to the package { declaration. I assume this is

Re: [FlexJS] DOM/JQuery ASDocs viewable API html online.

2015-06-23 Thread Alex Harui
On 6/23/15, 7:02 AM, Michael Schmalle teotigraphix...@gmail.com wrote: No, this is a full program. There is a huge amount of logic that goes into generating this stuff, same would be the case for XML. Right now it's AST - Intermediate Model - Velocity - HTML. Ah yes, I remember you

Re: [FlexJS] DOM/JQuery ASDocs viewable API html online.

2015-06-23 Thread Michael Schmalle
Yeah, don't worry about it man! I was just showing you the error. The Flex SDK asdoc emits DITA XML files and then runs XSL on the DITA files. So I guess, if you produced the same DITA spec from the new intermediate model, you could use the same XSL transformations. That would be the way to do it

[FlexJS] DOM/JQuery ASDocs viewable API html online.

2015-06-23 Thread Michael Schmalle
the HTML asdocs of JS and JQuery SWCs up on my server for the time being. These docs were made with My documenter I mentioned weeks before. My program had no problem creating these. The only thing is, I never finished it for global functions and constants, which this project uses. So I hacked in them

Re: [FlexJS] DOM/JQuery ASDocs viewable API html online.

2015-06-23 Thread piotrz
Thank you Mike! :) Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-development.247.n4.nabble.com/FlexJS-DOM-JQuery-ASDocs-viewable-API-html-online-tp48154p48155.html Sent from the Apache Flex Development mailing list archive

Re: [FlexJS] DOM/JQuery ASDocs viewable API html online.

2015-06-23 Thread Michael Schmalle
is wrong, Falcon parses this stuff fine but asdoc chokes and dies. So, just for people to get an example of the API, I posted the HTML asdocs of JS and JQuery SWCs up on my server for the time being. These docs were made with My documenter I mentioned weeks before. My program had no problem

Re: [FlexJS] DOM/JQuery ASDocs viewable API html online.

2015-06-23 Thread Alex Harui
to get an example of the API, I posted the HTML asdocs of JS and JQuery SWCs up on my server for the time being. These docs were made with My documenter I mentioned weeks before. My program had no problem creating these. The only thing is, I never finished it for global functions and constants, which

Re: [FlexJS] DOM/JQuery ASDocs viewable API html online.

2015-06-23 Thread Michael Schmalle
For others that use IJ, when you create a Lib for the JS swc, you can add the; http://www.teotigraphix.com/assets/apache/dom/asdoc/index.html as a documentation URL to the library and you can then use Ctrl-Q to pin or view the docs, which then shows you the function signature for all the

Re: [FalconJX] JS.swc actionscipt source for asdocs with the swc

2015-06-14 Thread Peter Ginneberge
To include asdocs in a (Flex) swc library, the following is required: - Generate asdocs adding the following arguments (via Ant): keep-xml = true skip-xsl = true - Create the swc as usual - Add the generated asdocs to the swc minus 2 files that aren't needed (ASDoc_Config.xml

Re: [FalconJX] JS.swc actionscipt source for asdocs with the swc

2015-06-14 Thread Alex Harui
On 6/13/15, 3:15 PM, Michael Schmalle teotigraphix...@gmail.com wrote: Hi, I was just curious if we can include the source for asdoc in the JS swc. IMHO it's pretty important dealing with the hundreds of classes and 1000's of fields and members a lot have some docs and most all have at least 1

[FalconJX] JS.swc actionscipt source for asdocs with the swc

2015-06-13 Thread Michael Schmalle
Hi, I was just curious if we can include the source for asdoc in the JS swc. IMHO it's pretty important dealing with the hundreds of classes and 1000's of fields and members a lot have some docs and most all have at least 1 @see tag that directs you to the w3c or whatever documentation. Not to

[FlexJS] Asdocs ANT build

2015-05-26 Thread Michael Schmalle
in there to look for 'sdk' as well. I checked out my repo in sdk and not flex-sdk. I am only saying this because I have seen Fred's comments elsewhere and the git checkout page says use sdk. As it stands, I have asdocs for all the 10+ projects going so people that like to see API or read asdoc, run

Re: [FlexJS] Asdocs ANT build

2015-05-26 Thread Alex Harui
asdocs for all the 10+ projects going so people that like to see API or read asdoc, run the asdocs/build.xml and it should work. I just rendered them 30 minutes ago using the current code and HEAD of develop in asjs. Mike

Re: [FlexJS] Asdocs ANT build

2015-05-26 Thread Michael Schmalle
asdocs for all the 10+ projects going so people that like to see API or read asdoc, run the asdocs/build.xml and it should work. I just rendered them 30 minutes ago using the current code and HEAD of develop in asjs. Mike

Re: [4.14.1] volunteers needed to update site, asdocs and post a blog

2015-04-07 Thread Tom Chiverton
On 31/03/15 12:45, Nicholas Kwiatkowski wrote: The only thing that isn't done is asdocs. The Apache SVN was doing weird things last night when I got to that point. I'll try again this evening. Did you crack this problem yet ? I'm going to be busy next week. Tom

Re: [4.14.1] volunteers needed to update site, asdocs and post a blog

2015-04-07 Thread Erik de Bruin
I did notice that on the installer page [1], the version number is not showing up on the badge. Can anybody take a stab at that one? Done. EdB -- Ix Multimedia Software Jan Luykenstraat 27 3521 VB Utrecht T. 06-51952295 I. www.ixsoftware.nl

Re: [4.14.1] volunteers needed to update site, asdocs and post a blog

2015-04-07 Thread Nicholas Kwiatkowski
AM, Tom Chiverton t...@extravision.com wrote: On 31/03/15 12:45, Nicholas Kwiatkowski wrote: The only thing that isn't done is asdocs. The Apache SVN was doing weird things last night when I got to that point. I'll try again this evening. Did you crack this problem yet ? I'm going

Re: [4.14.1] volunteers needed to update site, asdocs and post a blog

2015-03-31 Thread Erik de Bruin
On it. I'll have it out this evening when I get home from work. Awesome! Thanks, EdB -- Ix Multimedia Software Jan Luykenstraat 27 3521 VB Utrecht T. 06-51952295 I. www.ixsoftware.nl

Re: [4.14.1] volunteers needed to update site, asdocs and post a blog

2015-03-31 Thread Nicholas Kwiatkowski
The only thing that isn't done is asdocs. The Apache SVN was doing weird things last night when I got to that point. I'll try again this evening. -Nick On Tue, Mar 31, 2015 at 4:25 AM, Erik de Bruin e...@ixsoftware.nl wrote: On it. I'll have it out this evening when I get home from work

[4.14.1] volunteers needed to update site, asdocs and post a blog

2015-03-30 Thread Erik de Bruin
Hi, While the update is officially released, we still need to: - update the website [1] - publish the new ASDocs [2] - blog about the release [3] Thanks for volunteering! EdB 1: https://issues.apache.org/jira/browse/FLEX-34793 2: https://issues.apache.org/jira/browse/FLEX-34794 3: https

Re: [4.14.1] volunteers needed to update site, asdocs and post a blog

2015-03-30 Thread Nicholas Kwiatkowski
On it. I'll have it out this evening when I get home from work. -Nick On Mon, Mar 30, 2015 at 6:29 AM, Erik de Bruin e...@ixsoftware.nl wrote: Hi, While the update is officially released, we still need to: - update the website [1] - publish the new ASDocs [2] - blog about the release [3

FlexUnit Tutorials and ASDocs

2014-04-03 Thread Nicholas Kwiatkowski
Just a heads up, I've finished putting the FlexUnit tutorials and ASDocs on the staging website. For the most part, they should be good to go, but may need some styling tweaks because of the mdtext parser. If anybody wants to make any edits / corrections / additions to them, feel free. They've

ASDocs on Flex Website

2014-03-17 Thread Nicholas Kwiatkowski
Just a heads up -- I just pushed the 4.12 docs onto staging. When we feel good about the Team page, we can publish both changesets to production. Whomever ends up doing that -- just a heads up, it will take a long while (15 minutes) for everything to get pushed because of the number of changes

[DISCUSSION] 4.11.0 RC 2 ASDocs

2013-10-21 Thread Lee Burrows
Just reposting with new subject to separate conversations... On 21/10/2013 16:03, Lee Burrows wrote: Sorry, that was for the asdocs build - it seems to be doing everything correctly (including temporary creation of tempdita folder) but no files (other than examples) exist at the end

RE: [DISCUSSION] 4.11.0 RC 2 ASDocs

2013-10-21 Thread Maurice Amsellem
17:08 À : dev@flex.apache.org Objet : [DISCUSSION] 4.11.0 RC 2 ASDocs Just reposting with new subject to separate conversations... On 21/10/2013 16:03, Lee Burrows wrote: Sorry, that was for the asdocs build - it seems to be doing everything correctly (including temporary creation

RE: [DISCUSSION] 4.11.0 RC 2 ASDocs

2013-10-21 Thread Maurice Amsellem
Thanks. Since it contains static files only, can you also send topLevel.xml file located at the root of asdoc-output. Maurice De : Lee Burrows [mailto:subscripti...@leeburrows.com] Envoyé : lundi 21 octobre 2013 18:04 À : dev@flex.apache.org Objet : Re: [DISCUSSION] 4.11.0 RC 2 ASDocs zip

Re: [DISCUSSION] 4.11.0 RC 2 ASDocs

2013-10-21 Thread Lee Burrows
: lundi 21 octobre 2013 18:04 À : dev@flex.apache.org Objet : Re: [DISCUSSION] 4.11.0 RC 2 ASDocs zip attached. On 21/10/2013 16:33, Maurice Amsellem wrote: Can you add the following to the ascdoc ant task: keep-xml=true so that the intermediary files are not deleted. Then zip and share

RE: [DISCUSSION] 4.11.0 RC 2 ASDocs

2013-10-21 Thread Maurice Amsellem
Objet : Re: [DISCUSSION] 4.11.0 RC 2 ASDocs I included everything there was (except include_examples) On 21/10/2013 17:26, Maurice Amsellem wrote: Thanks. Since it contains static files only, can you also send topLevel.xml file located at the root of asdoc-output. Maurice De : Lee Burrows

Re: [DISCUSSION] 4.11.0 RC 2 ASDocs

2013-10-21 Thread Lee Burrows
my last word on the subject ;) ... asdocs build successfully when i use 4.10 (apache git master branch) On 21/10/2013 17:50, Maurice Amsellem wrote: That is going to be difficult to help you. It's probably one of the asdoc tools/libs that is missing or incorrectly build, or one

Re: ASDocs issue

2013-10-11 Thread Justin Mclean
Hi, Did you push the other ASDoc fixes required to get to this problem? Yes in the release branch. But the release branch is merged with develop so you should see it there as well. Some minor stuff like missing imports for Falcon and some improvements for SWFDump, but also: FLEX-33690

Re: ASDocs issue

2013-10-11 Thread Alex Harui
On 10/10/13 10:59 PM, Justin Mclean jus...@classsoftware.com wrote: Hi, Did you push the other ASDoc fixes required to get to this problem? Yes in the release branch. But the release branch is merged with develop so you should see it there as well. Hmm. I'll rebuild develop and see. None of

Re: ASDocs issue

2013-10-11 Thread Justin Mclean
Hi, None of the commit emails I see from you seem to mention develop branch. Look like my local develop branch was tracking release for some odd reason I'll fix and merge for you. Should I just push everything to develop then merge all of it to release? That seems the simplest way to me.

Re: ASDocs issue

2013-10-11 Thread Alex Harui
On 10/10/13 11:12 PM, Justin Mclean jus...@classsoftware.com wrote: Hi, None of the commit emails I see from you seem to mention develop branch. Look like my local develop branch was tracking release for some odd reason I'll fix and merge for you. OK, was able to reproduce the problem. I've

Re: ASDocs issue

2013-10-11 Thread Justin Mclean
Hi, Let me know if you get past this before you quit for the day otherwise I'll try to dig deeper. Day is already over for me. Any help would be appreciated. OK, pushed and merged (I think). Yep. looks good. Mind updating the RELEASE_NOTES? Thanks, Justin

RE: ASDocs issue

2013-10-11 Thread Maurice Amsellem
Hi Justin, I have created a test subdirectory in asdoc containing this single file and also build_test.xml so that I can quickly quickly changes to the asdoc compiler or templates Without having to run through the whole SDK classes asdocs (while I was working on the experimental asdoc

RE: ASDocs issue

2013-10-11 Thread Maurice Amsellem
: ASDocs issue On 10/10/13 11:12 PM, Justin Mclean jus...@classsoftware.com wrote: Hi, None of the commit emails I see from you seem to mention develop branch. Look like my local develop branch was tracking release for some odd reason I'll fix and merge for you. OK, was able to reproduce

RE: ASDocs issue

2013-10-11 Thread Maurice Amsellem
Objet : RE: ASDocs issue I have run the asdoc build.xml and getting this error: D:\ApacheFlex\git_source\flex-sdk\frameworks\projects\mobiletheme\src\spark\skins\mobile\ViewMenuSkin.mxml: Could not resolve s:ViewMenuLayout to a component implementation. s:ViewMenuLayout

RE: ASDocs issue

2013-10-11 Thread Maurice Amsellem
 : dev@flex.apache.org Objet : RE: ASDocs issue I have checked the asdoc build.xml and it's missing some of the changes I have made before (and I am sure I have commited and pushed, on 10/6). I have also noticed some of the classes I have removed in experimental (CalloutDropDownController, CallOutSkin

RE: ASDocs issue

2013-10-11 Thread Maurice Amsellem
to recover that lost changes by hand. Any idea ? Maurice -Message d'origine- De : Maurice Amsellem [mailto:maurice.amsel...@systar.com] Envoyé : vendredi 11 octobre 2013 10:13 À : dev@flex.apache.org Objet : RE: ASDocs issue Actually, the problem comes from asdoc build.xml It's

RE: ASDocs issue

2013-10-11 Thread Maurice Amsellem
to public, and the problem has gone. Maurice -Message d'origine- De : Justin Mclean [mailto:jus...@classsoftware.com] Envoyé : vendredi 11 octobre 2013 04:34 À : dev@flex.apache.org Objet : ASDocs issue Hi, We're currently getting this: doc: [asdoc] Loading configuration file

Re: ASDocs issue

2013-10-11 Thread Tom Chiverton
: ASDocs issue Actually, the problem comes from asdoc build.xml It's referencing (line 150 and 168 the namespace library://ns.adobe.com/flex/spark-mobilecomponents which does not exist) As far as I know, mobile components are also in the regular spar namespace (library://ns.adobe.com/flex/spark

RE: ASDocs issue

2013-10-11 Thread Maurice Amsellem
Thanks, I will do. -Message d'origine- De : Tom Chiverton [mailto:t...@extravision.com] Envoyé : vendredi 11 octobre 2013 10:46 À : dev@flex.apache.org Objet : Re: ASDocs issue Check the web view of the branch e.g. https://git-wip-us.apache.org/repos/asf/flex-sdk/repo?p=flex-sdk.git

RE: ASDocs issue

2013-10-11 Thread Maurice Amsellem
, to understand what went wrong. Maurice -Message d'origine- De : Maurice Amsellem Envoyé : vendredi 11 octobre 2013 11:04 À : dev@flex.apache.org Objet : RE: ASDocs issue Thanks, I will do. -Message d'origine- De : Tom Chiverton [mailto:t...@extravision.com] Envoyé : vendredi 11

RE: ASDocs issue

2013-10-11 Thread Maurice Amsellem
Amsellem [mailto:maurice.amsel...@systar.com] Envoyé : vendredi 11 octobre 2013 11:07 À : dev@flex.apache.org Objet : RE: ASDocs issue I have fixed the issue with AnimationTarget, and experimental manifest and now Experimental.swc and asdoc are compiling ok. Didn't commit yet. However, I noticed

RE: ASDocs issue

2013-10-11 Thread Maurice Amsellem
Committed to : https://git-wip-us.apache.org/repos/asf?p=flex-sdk.git;a=commit;h=5ae5a847 -Message d'origine- De : Maurice Amsellem [mailto:maurice.amsel...@systar.com] Envoyé : vendredi 11 octobre 2013 12:10 À : dev@flex.apache.org Objet : RE: ASDocs issue However, I noticed

Re: ASDocs issue

2013-10-11 Thread Justin Mclean
Hi, Status: - build is OK - asdoc build is OK (no error) - asdoc content looks good. Much appreciated for sorting that out. Thanks, Justin

RE: ASDocs issue

2013-10-11 Thread Maurice Amsellem
You're welcome. My configuration being a little tweaked (with .gitignored files), can you please double check ... Maurice -Message d'origine- De : Justin Mclean [mailto:jus...@classsoftware.com] Envoyé : vendredi 11 octobre 2013 13:01 À : dev@flex.apache.org Objet : Re: ASDocs

Re: ASDocs issue

2013-10-11 Thread Justin Mclean
Hi, My configuration being a little tweaked (with .gitignored files), can you please double check ... You might want to not check in changes to flex-sdk-description.xml but other than that all good from what I can see. Thanks, Justin

RE: ASDocs issue

2013-10-11 Thread Maurice Amsellem
Ah, OK sorry for that one. I will add it to my .gitignore. Maurice -Message d'origine- De : Justin Mclean [mailto:jus...@classsoftware.com] Envoyé : vendredi 11 octobre 2013 14:57 À : dev@flex.apache.org Objet : Re: ASDocs issue Hi, My configuration being a little tweaked

Re: ASDocs issue

2013-10-11 Thread Justin Mclean
Hi, Ah, OK sorry for that one. I will add it to my .gitignore. I wouldn't do that, sometime it does need to change and if someone else changes it you'll need to update it. Justin

RE: ASDocs issue

2013-10-11 Thread Maurice Amsellem
Ok, I will add it to .ignoreButKeepAnEyeOnIt file :-) -Message d'origine- De : Justin Mclean [mailto:jus...@classsoftware.com] Envoyé : vendredi 11 octobre 2013 23:29 À : dev@flex.apache.org Objet : Re: ASDocs issue Hi, Ah, OK sorry for that one. I will add it to my .gitignore. I

ASDocs issue

2013-10-10 Thread Justin Mclean
Hi, Looks like this file is showing up in ASdocs: SampleExperimental.as Should that be the case? and if so why is it missing an Apache header? Thanks, Justin

ASDocs issue

2013-10-10 Thread Justin Mclean
Hi, We're currently getting this: doc: [asdoc] Loading configuration file /Users/justinmclean/Documents/ApacheFlex4.11.0/frameworks/flex-config.xml [asdoc]

Re: ASDocs issue

2013-10-10 Thread Justin Mclean
Hi, Looks like an issue with the asdocs build file - just trying to sort. Justin

Re: ASDocs issue

2013-10-10 Thread Justin Mclean
Hi, Fixed that issue (and a few more) but now have this one: doc: [asdoc] Loading configuration file /Users/justinmclean/Documents/ApacheFlex4.11.0/frameworks/flex-config.xml [asdoc]

Re: ASDocs issue

2013-10-10 Thread Alex Harui
On 10/10/13 8:21 PM, Justin Mclean jus...@classsoftware.com wrote: Hi, Fixed that issue (and a few more) but now have this one: doc: [asdoc] Loading configuration file /Users/justinmclean/Documents/ApacheFlex4.11.0/frameworks/flex-config.xml [asdoc]

Re: ASDocs issue

2013-10-10 Thread Justin Mclean
Hi, I assume you meant ViewMenuLayout? The manifests, etc look ok. Yep I meant ViewMenuLayout. I guess you could dump the mobilecomponents.swc and see if that class is actually in there It;s in there: swfdump ./mobile/mobilecomponents.swc | grep ViewMenuLayout DoABC2

Re: ASDocs issue

2013-10-10 Thread Alex Harui
On 10/10/13 10:22 PM, Justin Mclean jus...@classsoftware.com wrote: but the main build should have failed in the same way. It compiles no issues. Did you push the other ASDoc fixes required to get to this problem? I just ran ant asdoc and got the AnimationTarget issue. I have a fix for

Re: ASDocs issue

2013-10-10 Thread Alex Harui
The TLF change is part of https://issues.apache.org/jira/browse/FLEX-33409 On 10/10/13 10:44 PM, Alex Harui aha...@adobe.com wrote: On 10/10/13 10:22 PM, Justin Mclean jus...@classsoftware.com wrote: but the main build should have failed in the same way. It compiles no issues. Did you push

[jira] [Created] (FLEX-33586) Packages missing from online asdocs

2013-06-09 Thread Lee Burrows (JIRA)
Lee Burrows created FLEX-33586: -- Summary: Packages missing from online asdocs Key: FLEX-33586 URL: https://issues.apache.org/jira/browse/FLEX-33586 Project: Apache Flex Issue Type

[DISCUSS] website asdocs

2013-01-14 Thread Michael Schmalle
Having the asdoc in the site folder, is this a good idea? The seems really wrong on a gut level to me but I don't have another solution at the moment. I am sitting still waiting on a broadband connection just to change my site info. This is also why I only selectively check out whiteboard

Re: [DISCUSS] website asdocs

2013-01-14 Thread Nicholas Kwiatkowski
Personally, I like having the ASDocs on the website (and therefore, we have to have it in the SVN). Otherwise I have to download 8 copies for my 8 different machines. I asked infra on IRC to see about the possibility to get a help.flex.apache.org that wasn't run through the CMS or something

Re: [DISCUSS] website asdocs

2013-01-14 Thread Michael Schmalle
I wasn't debating the fact that asdocs need to be public, I was questioning if having them in the CMS is our only option. As you said, republishing them kills the build and that proves there must be some other option or hosting solution. Mike Quoting Nicholas Kwiatkowski nicho...@spoon.as

RE: [DISCUSS] website asdocs

2013-01-14 Thread Kessler CTR Mark J
I like the https://flex.apache.org/v2/asdoc ASDOCs atm. It has less clutter than the adobe ones and load faster. -Original Message- From: Nicholas Kwiatkowski [mailto:nicho...@spoon.as] Sent: Monday, January 14, 2013 7:55 To: dev@flex.apache.org Subject: Re: [DISCUSS] website asdocs

Re: [DISCUSS] website asdocs

2013-01-14 Thread Michael Schmalle
if the playerglobal.swc somewhere has asdocs embedded. Mike Quoting Michael Schmalle apa...@teotigraphix.com: Quoting Harbs harbs.li...@gmail.com: Maybe, but there is the issue of the missing core classes (which I mentioned in the other thread I started). I answered this, the only way to get core