On Sun, Sep 23, 2018 at 3:43 PM OmPrakash Muppirala <bigosma...@gmail.com> wrote:
> Thanks. I decided to stick with 1.8 :-) > > BTW, this is when I run: mvn clean install in the royale-asjs directory: > I am seeing this error: > > [ERROR] Failed to execute goal > org.apache.royale.compiler:royale-maven-plugin:0.9.4-SNAPSHOT:compile-as > (default-compile-as) on project Core: Could not resolve dependencies for > project org.apache.royale.framework:Core:swc:0.9.4-SNAPSHOT: Failure to > find com.adobe.air.framework:airglobal:swc:20.0 in > https://repository.apache.org/content/repositories/releases was cached in > the local repository, resolution will not be reattempted until the update > interval of apache-release has elapsed or updates are forced -> [Help 1] > > I don't see a `com` directory on > https://repository.apache.org/content/repositories/releases > > Is that expected? > > Thanks, > Om > > > On Sun, Sep 23, 2018 at 2:15 AM Carlos Rovira <carlosrov...@apache.org> > wrote: > >> Hi Om, >> >> I have Java 8 and 10 installed, and I think I was able to compile three >> repos, but I find AMF java example doesn't work, since BlazeDS needs a >> Lower version I need to go with 8 for this example. Maybe other part needs >> as well 7 or 8. >> I think trying another SDK should be left to some time between releases, >> since if not you can find spending more time that you thought. >> >> just my 2 >> >> Thanks >> >> Carlos >> >> El dom., 23 sept. 2018 a las 8:14, OmPrakash Muppirala (< >> bigosma...@gmail.com>) escribió: >> >> > Okay trying this out now. >> > >> > First question: The release doc [1] says we need Java 1.7 or higher. >> Has >> > anyone tried Java 10? That is the default version available through >> all >> > installation channels. >> > Any pitfalls I should consider? >> > >> > Thanks, >> > Om >> > >> > On Fri, Sep 21, 2018 at 12:23 PM Carlos Rovira <carlosrov...@apache.org >> > >> > wrote: >> > >> > > I think we are ready to go, so let's go! ;-) >> > > >> > > Good luck Om! :) >> > > >> > > El vie., 21 sept. 2018 a las 18:19, Alex Harui >> (<aha...@adobe.com.invalid >> > > >) >> > > escribió: >> > > >> > > > Yes, I think they are ready. I removed the release/0.9.4 branches >> so >> > the >> > > > scripts should be able to make a new one. >> > > > >> > > > -Alex >> > > > >> > > > On 9/21/18, 8:58 AM, "OmPrakash Muppirala" <bigosma...@gmail.com> >> > > wrote: >> > > > >> > > > Alex said in his last email that the repos are ready. Will try >> in >> > a >> > > > few >> > > > minutes. >> > > > >> > > > Thanks, >> > > > Om >> > > > >> > > > On Fri, Sep 21, 2018, 7:24 AM Piotr Zarzycki < >> > > > piotrzarzyck...@gmail.com> >> > > > wrote: >> > > > >> > > > > Om, >> > > > > >> > > > > In my opinion you have everything ready to go! Since develop >> is >> > > ready >> > > > > probably you will start doing steps from the beginning, so in >> the >> > > > results >> > > > > we will get branches release/0.9.4. However they already >> exists, >> > > > because >> > > > > of >> > > > > my previous attempt. >> > > > > >> > > > > Maybe before you even start they need to be removed. >> > > > > >> > > > > Thanks, >> > > > > Piotr >> > > > > >> > > > > >> > > > > >> > > > > pt., 21 wrz 2018 o 16:16 OmPrakash Muppirala < >> > bigosma...@gmail.com >> > > > >> > > > > napisał(a): >> > > > > >> > > > > > So am I clear to try and release? Or should I wait for any >> > other >> > > > feature >> > > > > > or bug? >> > > > > > >> > > > > > Thanks, >> > > > > > Om >> > > > > > >> > > > > > On Fri, Sep 21, 2018, 6:20 AM Carlos Rovira < >> > > > carlosrov...@apache.org> >> > > > > > wrote: >> > > > > > >> > > > > > > Hi Alex >> > > > > > > >> > > > > > > El vie., 21 sept. 2018 a las 3:06, Alex Harui >> > > > > (<aha...@adobe.com.invalid >> > > > > > >) >> > > > > > > escribió: >> > > > > > > >> > > > > > > > I made some adjustments to the repos so that they >> "should" >> > be >> > > > ready >> > > > > to >> > > > > > > run >> > > > > > > > the scripts and produce the 0.9.4 release. Of course, I >> > > could >> > > > be >> > > > > > wrong. >> > > > > > > > We'll see how Om fares. >> > > > > > > > >> > > > > > > > >> > > > > > > so cool :) >> > > > > > > >> > > > > > > >> > > > > > > > I also put in a change that should fix the dependencies >> > > > issue. So >> > > > > the >> > > > > > > > remaining questions are around the AMF problem. I'm >> > thinking >> > > > of >> > > > > > looking >> > > > > > > > into what it takes to support Small Messages. However, >> I >> > > > don't know >> > > > > > > > anything about them. How often will migrating people be >> > > using >> > > > Small >> > > > > > > > Messages? Is it fair to tell them to turn off Small >> > > Messages? >> > > > > > > > >> > > > > > > >> > > > > > > I think for now, that small messages is a BlazeDS >> feature. I >> > > > search for >> > > > > > > ZendAMF small messages and didn't fin d anything. So my >> bet >> > is >> > > > that >> > > > > small >> > > > > > > messages is something only present in BlazeDS and Data >> > Services >> > > > Adobe >> > > > > > > software. >> > > > > > > >> > > > > > > In the other hand, I'll be check new info from Darrell in >> 1-2 >> > > > hours >> > > > > from >> > > > > > > now, but I think the problem with ZendAMF could be >> something >> > > > like the >> > > > > one >> > > > > > > happened with coldfusion where ArrayCollection needs some >> > > special >> > > > > > > treatment. I asked Darryl to start with simple connections >> > like >> > > > we have >> > > > > > in >> > > > > > > our example (send and receive a String, then a simple >> object, >> > > > and so >> > > > > > > on...). I think is not good to start trying from a real >> app >> > > > scenario >> > > > > > where >> > > > > > > many other things could be working against you. For >> example, >> > in >> > > > our >> > > > > > > application, we have set up an additional encoding to byte >> > > array. >> > > > > > Something >> > > > > > > that even I was completely forget, and when I started to >> try >> > > > AMF, I was >> > > > > > > always getting nothing until I reach to that point. >> > > > > > > >> > > > > > > So, as I said before, nothing should stop us to release >> now. >> > If >> > > > things >> > > > > go >> > > > > > > ok, Harbs will be next release manager, and I hope to be >> the >> > > > next one >> > > > > :) >> > > > > > > >> > > > > > > Thanks >> > > > > > > >> > > > > > > >> > > > > > > >> > > > > > > > >> > > > > > > > Thanks, >> > > > > > > > -Alex >> > > > > > > > >> > > > > > > -- >> > > > > > > Carlos Rovira >> > > > > > > >> > > > >> > > >> > >> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&data=02%7C01%7Caharui%40adobe.com%7Cdb30ed90e46d4f4a1e9508d61fdb15d1%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636731423152768393&sdata=veGxp96IIELNTLlVFcclWR2UjezGP6nZIs%2FRTWkdyzg%3D&reserved=0 >> > > > > > > >> > > > > > >> > > > > >> > > > > >> > > > > -- >> > > > > >> > > > > Piotr Zarzycki >> > > > > >> > > > > Patreon: * >> > > > >> > > >> > >> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com%7Cdb30ed90e46d4f4a1e9508d61fdb15d1%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636731423152778398&sdata=%2BSZmNefKrj5UVuIYD3UISFlFLrkVZWy42DT0Zq6zkbw%3D&reserved=0 >> > > > > < >> > > > >> > > >> > >> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com%7Cdb30ed90e46d4f4a1e9508d61fdb15d1%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636731423152778398&sdata=%2BSZmNefKrj5UVuIYD3UISFlFLrkVZWy42DT0Zq6zkbw%3D&reserved=0 >> > > > >* >> > > > > >> > > > >> > > > >> > > > >> > > >> > > -- >> > > Carlos Rovira >> > > http://about.me/carlosrovira >> > > >> > >> >> >> -- >> Carlos Rovira >> http://about.me/carlosrovira >> >