Its finally uploaded. You can find this new table here: http://home.apache.org/~pent/Flex2RoyaleApp
I need to do some work on a couple Royale components to get this to look better, but that's the idea. I took the raw JSON and added a "commentary" element to a couple in Express. Again, this is driven from a config file to limit the number of JSON files it needs to open. Compare with previous version at: http://home.apache.org/~pent/Flex2Royale —peter On 10/10/17, 9:46 AM, "Peter Ent" <p...@adobe.com.INVALID> wrote: >I figured put -r would not work. So this morning I've been trying to >upload it. I didn't bother yesterday because I figured this would happen. >The put -r keeps timing out. For some reason a single file is fine, but a >mass of files keeps failing. Probably my internet connection. I will keep >doing it piecemeal throughout the day; that should work. > >‹peter > >On 10/10/17, 12:28 AM, "Alex Harui" <aha...@adobe.com.INVALID> wrote: > >>Doesn't "put -r" work? See [1]. I think the key is to use mkdir to make >>the destination folder on the server before using put. >> >>HTH, >>-Alex >> >>[1] >>https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fstackove >>r >>flow.com%2Fquestions%2F10084941%2Fhow-can-i-upload-an-entire-fol&data=02% >>7 >>C01%7C%7Ce14c075efb57450f7bde08d50f9770f3%7Cfa7b1b5a7b34438794aed2c178dec >>e >>e1%7C0%7C0%7C636432065483689350&sdata=VKFE3jSG5bSlfwo%2Bcg7%2FgiZoLuWPuzW >>i >>1QIV4S1m%2B5c%3D&reserved=0 >>der-that-contains-other-folders-using-sftp-on-li >> >>On 10/9/17, 1:55 PM, "Peter Ent" <p...@adobe.com.INVALID> wrote: >> >>>I've built a little app that produces a table that looks through the >>>ASDoc JSON files. This app is driven by a config file that contains a >>>map >>>from Flex components to Royale Express components. For each Royale >>>component listed in the config file, the corresponding ASDoc JSON file >>>is >>>loaded and if it has a new ASDoc tag, @commentary, it shows that in the >>>last column. >>> >>>I would like to show this to you, but I cannot figure out how to post >>>the >>>site (about 6 MB, its js-debug) to my home.apache.org account. I can >>>transfer the file there as a .tar but it looks like ssh is prevented on >>>home.apache.org at this point. >>> >>>Using ASDoc + a driver file is one way to do this. Another way is to >>>just >>>scan all of the ASDoc JSON files looking for some clues about which >>>classes could be compared to Flex components. I would say this would >>>mean >>>adding some more ASDoc tags (e.g., @flexcomponent, @flexdocurl) and it >>>may take longer to scan through all the JSON files and build the table. >>> >>>I need to sync up with changes to the repos and then I'll publish my >>>example in the royale-as/examples directory so you can build it for >>>yourselves and take a look. >>> >>>‹peter >> >