Re: Adding Jewel classes to Apache Royale AS3 reference

2019-05-30 Thread Carlos Rovira
t; *Date: *Thursday, May 30, 2019 at 6:51 AM >> *To: *"dev@royale.apache.org" , Alex Harui < >> aha...@adobe.com> >> *Subject: *Re: Adding Jewel classes to Apache Royale AS3 reference >> >> >> >> Hi, >> >> >> >> @Alex Harui

Re: Adding Jewel classes to Apache Royale AS3 reference

2019-05-30 Thread Carlos Rovira
: *Thursday, May 30, 2019 at 6:51 AM > *To: *"dev@royale.apache.org" , Alex Harui < > aha...@adobe.com> > *Subject: *Re: Adding Jewel classes to Apache Royale AS3 reference > > > > Hi, > > > > @Alex Harui , do you know why I click in for exa

Re: Adding Jewel classes to Apache Royale AS3 reference

2019-05-30 Thread Alex Harui
el classes to Apache Royale AS3 reference Hi, @Alex Harui<mailto:aha...@adobe.com> , do you know why I click in for example "Jewel Card" component in ASDoc I get "Loading..." but nothing is showing up. https://royale.apache.org/asdoc/index.html#!org.apa

Re: Adding Jewel classes to Apache Royale AS3 reference

2019-05-30 Thread Carlos Rovira
Hi, @Alex Harui , do you know why I click in for example "Jewel Card" component in ASDoc I get "Loading..." but nothing is showing up. https://royale.apache.org/asdoc/index.html#!org.apache.royale.jewel/Alert I need to solve this issue to get new Reference up in website, and to avoid all new

Re: Adding Jewel classes to Apache Royale AS3 reference

2019-05-28 Thread Carlos Rovira
I mean the rest of ASDoc is showing as before, but not Jewel El mar., 28 may. 2019 a las 19:52, Carlos Rovira () escribió: > Ok, > > I tried (we always can revert). > And I get Jewel showing in ASDoc. > But, If I click in for example "Card" component I get "Loading..." but > nothing is showing

Re: Adding Jewel classes to Apache Royale AS3 reference

2019-05-28 Thread Carlos Rovira
Ok, I tried (we always can revert). And I get Jewel showing in ASDoc. But, If I click in for example "Card" component I get "Loading..." but nothing is showing up what could be happening? Thanks Carlos El mar., 28 may. 2019 a las 19:43, Carlos Rovira () escribió: > Hi, > > I think I get

Re: Adding Jewel classes to Apache Royale AS3 reference

2019-05-28 Thread Carlos Rovira
Hi, I think I get ASDocs building and generating with ANT. Now I need to upload results to website, but this seems not direct. There's some guide, email or something to now what I should overlay in "asdic" folder on the website? I was thinking it should be just upload "bin/bin-release", but I'm

Re: Adding Jewel classes to Apache Royale AS3 reference

2019-05-24 Thread Alex Harui
It appears that the CI build is failing but not reporting a failure. So that may also be why you are not getting JSON files on your computers. A volunteer is needed to clean up the files that are causing errors. I guess that means that nobody is using our ASDoc, since otherwise I think this

Re: Adding Jewel classes to Apache Royale AS3 reference

2019-05-24 Thread Alex Harui
ASDoc builds with Ant just fine on Mac. Or at least it used to. -Alex On 5/24/19, 9:47 AM, "Carlos Rovira" wrote: Hi, it seems this is tied to windows and I'm on Mac so when I tun "ant" on ASDoc folder it doesn't generate anything So others

Re: Adding Jewel classes to Apache Royale AS3 reference

2019-05-24 Thread Carlos Rovira
Hi, it seems this is tied to windows and I'm on Mac so when I tun "ant" on ASDoc folder it doesn't generate anything So others running Windows will need to generate this. Can someone on Windows do this? thanks in advance El vie., 24 may. 2019 a las 18:37, Carlos Rovira () escribió: >

Re: Adding Jewel classes to Apache Royale AS3 reference

2019-05-24 Thread Carlos Rovira
Hi Alex, without doubt something for our todo list, but there's many things in the plate and maybe other bigger fish to fry for now. I'll try to run vía ant and see if I can get something generated that can be committed to ref site thanks! El vie., 24 may. 2019 a las 18:19, Alex Harui ()

Re: Adding Jewel classes to Apache Royale AS3 reference

2019-05-24 Thread Alex Harui
Carlos, When I compare the Ant build to the Maven build, I can see that the Ant build runs the ASDoc compiler to generate the JSON and the Maven build does not. We definitely need more committers to understand enough of both Ant and Maven so I don't have to do these investigations and have

Re: Adding Jewel classes to Apache Royale AS3 reference

2019-05-24 Thread Carlos Rovira
Hi Alex, in my latest commit I added to the files you pointed in your email the missed libraries I detected. I build with maven ASDoc app, but I didn't get a delta output. I was expecting some files to commit to reference repo Maybe I must run an ANT command line instruction? if so what should I

Re: Adding Jewel classes to Apache Royale AS3 reference

2019-05-19 Thread Carlos Rovira
Hi Andrew, I just committed the initials of Basic and Jewel structure, with some tables, and set of pages to be filled. First I put inside Frameworks, but finally as I started to add specific pages for each component, I need to move it one level up. Please feel free to edit as you want any text

Re: Adding Jewel classes to Apache Royale AS3 reference

2019-05-19 Thread Carlos Rovira
Hi, since people coming would want to know about sets ready to use, I'd only list complete ones, that for me are: - Basic is for smallest, fastest, PAYG - Jewel is a great off-the-shelf look and feel and is less concerned about small and fast - MXRoyale/MXSpark emulate Flex - MaterialDesignLite

Re: Adding Jewel classes to Apache Royale AS3 reference

2019-05-19 Thread Alex Harui
Royale ASDoc is a Royale app. The code is in examples/royale/ASDoc. There are two main config files: src/main/config/asdoc-js-config.xml src/main/config/asdoc-swf-config.xml The source paths need to be updated to include Jewel and any other swcs. Basic is for smallest, fastest, PAYG Express

Re: Adding Jewel classes to Apache Royale AS3 reference

2019-05-18 Thread Andrew Wetmore
I wonder if there should be coverage of all the component sets in both ASDoc and the help docs. @aharui had a good, succinct decription of the style and purpose of each set in an email to this group, but I can't find it. On Sat, May 18, 2019, 5:33 AM Carlos Rovira, wrote: > Hi, > > one thing

Adding Jewel classes to Apache Royale AS3 reference

2019-05-18 Thread Carlos Rovira
Hi, one thing people complains about docs and reference was about AS3 Reference not complete. For example, I notice Jewel UI set is not listed. There's some place where I can read how that works to try to add it or someone can explain what we should do? or if others have some cycles go and add