Made a bit more progress, but the build is failing here now: [exec] [INFO] [INFO] Apache Royale: Examples: Royale: DataBindingExample_as SUCCESS [ 2.469 s]
[exec] [INFO] [INFO] Apache Royale: Examples: Royale: DataBindingExample_Flat FAILURE [ 1.756 s] [exec] [INFO] [INFO] Apache Royale: Examples: Royale: DataBindingExampleWithLayout SKIPPED [exec] [INFO] [INFO] Apache Royale: Examples: Royale: DataGridExample ... SKIPPED Detailed error: [exec] [INFO] [INFO] ------------------------------------------------------------------------ [exec] [INFO] [INFO] BUILD FAILURE [exec] [INFO] [INFO] ------------------------------------------------------------------------ [exec] [INFO] [INFO] Total time: 07:03 min [exec] [INFO] [INFO] Finished at: 2018-09-30T12:17:45-07:00 [exec] [INFO] [INFO] ------------------------------------------------------------------------ [exec] [INFO] [ERROR] Failed to execute goal org.apache.maven.plugins:maven-dependency-plugin:2.10:unpack (unpack-fonts) on project DataBindingExample_Flat: Unable to find artifact. Could not find artifact org.apache.royale.framework:Fonts:war:0.9.4 in apache-release ( https://repository.apache.org/content/repositories/releases) [exec] [INFO] [ERROR] [exec] [INFO] [ERROR] Try downloading the file manually from the project website. [exec] [INFO] [ERROR] [exec] [INFO] [ERROR] Then, install it using the command: [exec] [INFO] [ERROR] mvn install:install-file -DgroupId=org.apache.royale.framework -DartifactId=Fonts -Dversion=0.9.4 -Dpackaging=war -Dfile=/path/to/file [exec] [INFO] [ERROR] [exec] [INFO] [ERROR] Alternatively, if you host your own repository you can deploy the file there: [exec] [INFO] [ERROR] mvn deploy:deploy-file -DgroupId=org.apache.royale.framework -DartifactId=Fonts -Dversion=0.9.4 -Dpackaging=war -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id] [exec] [INFO] [ERROR] [exec] [INFO] [ERROR] [exec] [INFO] [ERROR] org.apache.royale.framework:Fonts:war:0.9.4 [exec] [INFO] [ERROR] [exec] [INFO] [ERROR] from the specified remote repositories: [exec] [INFO] [ERROR] apache-release ( https://repository.apache.org/content/repositories/releases, releases=true, snapshots=false), [exec] [INFO] [ERROR] apache-snapshots ( https://repository.apache.org/content/repositories/snapshots, releases=false, snapshots=true), [exec] [INFO] [ERROR] apache.snapshots ( https://repository.apache.org/snapshots, releases=false, snapshots=true), [exec] [INFO] [ERROR] central (https://repo.maven.apache.org/maven2, releases=true, snapshots=false) [exec] [INFO] [ERROR] -> [Help 1] [exec] [INFO] [ERROR] [exec] [INFO] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [exec] [INFO] [ERROR] Re-run Maven using the -X switch to enable full debug logging. [exec] [INFO] [ERROR] [exec] [INFO] [ERROR] For more information about the errors and possible solutions, please read the following articles: [exec] [INFO] [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException [exec] [INFO] [ERROR] [exec] [INFO] [ERROR] After correcting the problems, you can resume the build with the command [exec] [INFO] [ERROR] mvn <goals> -rf :DataBindingExample_Flat [exec] [INFO] ------------------------------------------------------------------------ [exec] [INFO] Reactor Summary: [exec] [INFO] Apache Royale: Framework: Parent 0.9.5-SNAPSHOT .... FAILURE [07:08 min] [exec] [INFO] Apache Royale: Framework ........................... SKIPPED [exec] [INFO] Apache Royale: Framework: Fonts .................... SKIPPED Can someone please take a look? On Sun, Sep 30, 2018 at 9:13 AM OmPrakash Muppirala <bigosma...@gmail.com> wrote: > Thanks for the quick fix! Will pull develop and try again. Will report > in a while. > > Regards, > Om > > > On Sun, Sep 30, 2018, 8:47 AM Carlos Rovira <carlosrov...@apache.org> > wrote: > >> Hi Om, >> >> error is now fixed. Can you try to release again? >> thanks >> >> Carlos >> >> >> >> >> >> El dom., 30 sept. 2018 a las 17:27, Carlos Rovira (< >> carlosrov...@apache.org>) >> escribió: >> >> > Hi, >> > >> > just reverted the two generated commits for release, I left to you >> remove >> > new branches generated. >> > About the fail, I was wrong, since I saw this very quickly. It's not >> about >> > JDK, I'm using as well 1.8. I was confused for other thing I had some >> weeks >> > ago, and was trying to use another JDK, but I don't remember what was. >> > >> > Anyway, the problem is about java doc, in the new class >> > AMFCompressionException.java I introduce some months ago. >> > since we never execute java doc generation we didn't see this. >> > >> > I'm going to try to fix this removing the problems I see, and I'll try >> to >> > see if I can try to use java doc to test if I pass the problem. >> > >> > I'll report soon. >> > >> > Carlos >> > >> > >> > El dom., 30 sept. 2018 a las 17:12, Carlos Rovira (< >> > carlosrov...@apache.org>) escribió: >> > >> >> Hi, since I'm going to work now on some compiler changes, I'll revert >> >> those 2 commits in each repo. I'll try to pass as well maven with java >> 1.8 >> >> in amp and see if I get the same error >> >> >> >> El dom., 30 sept. 2018 a las 15:16, Piotr Zarzycki (< >> >> piotrzarzyck...@gmail.com>) escribió: >> >> >> >>> Om, >> >>> >> >>> I think if you got fail during the process you should right after >> that. >> >>> 1) Remove created release tags >> >>> 2) Revert all changes which Maven did in develop branches to the >> previous >> >>> state >> >>> >> >>> Thanks, >> >>> Piotr >> >>> >> >>> niedz., 30 wrz 2018 o 12:40 Carlos Rovira < >> carlos.rov...@codeoscopic.com >> >>> > >> >>> napisał(a): >> >>> >> >>> > Hi Om, >> >>> > don't have many time now, but seems you are using JDK 1.8 and that >> >>> project >> >>> > needs to be 1.7 or will fail >> >>> > I'll connect some hours later to see if you could use that sdk >> >>> > good luck! :) >> >>> > >> >>> > El dom., 30 sept. 2018 a las 11:34, Piotr Zarzycki (< >> >>> > piotrzarzyck...@gmail.com>) escribió: >> >>> > >> >>> > > Hi Om, >> >>> > > >> >>> > > Have you tried build that example on their own? Is it failing with >> >>> the >> >>> > same >> >>> > > stack trace? >> >>> > > >> >>> > > Thanks, >> >>> > > Piotr >> >>> > > >> >>> > > On Sun, Sep 30, 2018, 9:31 AM OmPrakash Muppirala < >> >>> bigosma...@gmail.com> >> >>> > > wrote: >> >>> > > >> >>> > > > So, I made a lot of progress (much more than last time), but >> >>> > > unfortunately >> >>> > > > the build failed at this stage. Looks like an issue with the >> >>> > > > SampleAmfWebApp. Anyone else seeing this error or am I doing >> >>> something >> >>> > > > wrong? >> >>> > > > >> >>> > > > [exec] [INFO] [INFO] Apache Royale: Examples: Native: >> >>> USStatesMap >> >>> > > > ....... SUCCESS [ 1.001 s] >> >>> > > > >> >>> > > > [exec] [INFO] [INFO] Apache Royale: Examples: NodeJS >> >>> > > > .................... SUCCESS [ 0.210 s] >> >>> > > > >> >>> > > > [exec] [INFO] [INFO] Apache Royale: Examples: NodeJS: >> >>> HelloWorld >> >>> > > > ........ SUCCESS [ 0.945 s] >> >>> > > > >> >>> > > > [exec] [INFO] [INFO] Apache Royale: Examples: AMF Web Apps >> >>> > > > .............. SUCCESS [ 0.202 s] >> >>> > > > >> >>> > > > [exec] [INFO] [INFO] Apache Royale: Examples: AMF Web Apps: >> >>> > > > SampleAmfWebApp FAILURE [01:51 min] >> >>> > > > >> >>> > > > [exec] [INFO] [INFO] Apache Royale: Examples: >> Integrationtests >> >>> > > > .......... SKIPPED >> >>> > > > >> >>> > > > [exec] [INFO] [INFO] compc >> >>> > > > .............................................. SKIPPED >> >>> > > > >> >>> > > > [exec] [INFO] [INFO] compiler-asc >> >>> > > > ....................................... SKIPPED >> >>> > > > >> >>> > > > [exec] [INFO] [INFO] compiler-compc >> >>> > > > ..................................... SKIPPED >> >>> > > > >> >>> > > > [exec] [INFO] [INFO] compiler-mxmlc >> >>> > > > ..................................... SKIPPED >> >>> > > > >> >>> > > > [exec] [INFO] [INFO] compiler-optimizer >> >>> > > > ................................. SKIPPED >> >>> > > > >> >>> > > > [exec] [INFO] [INFO] compiler-swfdump >> >>> > > > ................................... SKIPPED >> >>> > > > >> >>> > > > [exec] [INFO] [INFO] mxmlc >> >>> > > > .............................................. SKIPPED >> >>> > > > >> >>> > > > [exec] [INFO] [INFO] Apache Royale: Distribution >> >>> > > > ........................ SKIPPED >> >>> > > > >> >>> > > > [exec] [INFO] [INFO] Apache Royale: ManualTests >> >>> > > > ......................... SKIPPED >> >>> > > > >> >>> > > > [exec] [INFO] [INFO] Apache Royale: ManualTests: UnitTests >> >>> > > > .............. SKIPPED >> >>> > > > >> >>> > > > [exec] [INFO] [INFO] Apache Royale: Testsuite 0.9.4 >> >>> > > > ..................... SKIPPED >> >>> > > > >> >>> > > > [exec] [INFO] [INFO] >> >>> > > > >> >>> > >> >>> >> ------------------------------------------------------------------------ >> >>> > > > >> >>> > > > [exec] [INFO] [INFO] BUILD FAILURE >> >>> > > > >> >>> > > > [exec] [INFO] [INFO] >> >>> > > > >> >>> > >> >>> >> ------------------------------------------------------------------------ >> >>> > > > >> >>> > > > [exec] [INFO] [INFO] Total time: 14:11 min >> >>> > > > >> >>> > > > [exec] [INFO] [INFO] Finished at: 2018-09-30T00:25:37-07:00 >> >>> > > > >> >>> > > > [exec] [INFO] [INFO] >> >>> > > > >> >>> > >> >>> >> ------------------------------------------------------------------------ >> >>> > > > >> >>> > > > [exec] [INFO] [ERROR] Failed to execute goal >> >>> > > > org.apache.maven.plugins:maven-javadoc-plugin:2.10.3:jar >> >>> > > (attach-javadocs) >> >>> > > > on project SampleAmfWebApp: MavenReportException: Error while >> >>> > generating >> >>> > > > Javadoc: >> >>> > > > >> >>> > > > [exec] [INFO] [ERROR] Exit code: 1 - >> >>> > > > >> >>> > > > >> >>> > > >> >>> > >> >>> >> /Users/om/p/os/royale/release/royale-asjs/examples/amf/SampleAmfWebApp/src/main/java/org/apache/royale/net/remoting/amf/adapter/AMFCompressionException.java:31: >> >>> > > > error: @param name not found >> >>> > > > >> >>> > > > [exec] [INFO] [ERROR] * @param code >> >>> > > > >> >>> > > > [exec] [INFO] [ERROR] ^ >> >>> > > > >> >>> > > > [exec] [INFO] [ERROR] >> >>> > > > >> >>> > > > >> >>> > > >> >>> > >> >>> >> /Users/om/p/os/royale/release/royale-asjs/examples/amf/SampleAmfWebApp/src/main/java/org/apache/royale/net/remoting/amf/adapter/AMFCompressionException.java:31: >> >>> > > > warning: no description for @param >> >>> > > > >> >>> > > > [exec] [INFO] [ERROR] * @param code >> >>> > > > >> >>> > > > [exec] [INFO] [ERROR] ^ >> >>> > > > >> >>> > > > [exec] [INFO] [ERROR] >> >>> > > > >> >>> > > > >> >>> > > >> >>> > >> >>> >> /Users/om/p/os/royale/release/royale-asjs/examples/amf/SampleAmfWebApp/src/main/java/org/apache/royale/net/remoting/amf/adapter/AMFCompressionException.java:33: >> >>> > > > warning: no @param for compressionError >> >>> > > > >> >>> > > > [exec] [INFO] [ERROR] public >> >>> > > > AMFCompressionException(AMFCompressionError compressionError) { >> >>> > > > >> >>> > > > [exec] [INFO] [ERROR] ^ >> >>> > > > >> >>> > > > [exec] [INFO] [ERROR] >> >>> > > > >> >>> > > > >> >>> > > >> >>> > >> >>> >> /Users/om/p/os/royale/release/royale-asjs/examples/amf/SampleAmfWebApp/src/main/java/org/apache/royale/net/remoting/amf/adapter/AMFCompressionException.java:40: >> >>> > > > error: @param name not found >> >>> > > > >> >>> > > > [exec] [INFO] [ERROR] * @param code >> >>> > > > >> >>> > > > [exec] [INFO] [ERROR] ^ >> >>> > > > >> >>> > > > [exec] [INFO] [ERROR] >> >>> > > > >> >>> > > > >> >>> > > >> >>> > >> >>> >> /Users/om/p/os/royale/release/royale-asjs/examples/amf/SampleAmfWebApp/src/main/java/org/apache/royale/net/remoting/amf/adapter/AMFCompressionException.java:40: >> >>> > > > warning: no description for @param >> >>> > > > >> >>> > > > [exec] [INFO] [ERROR] * @param code >> >>> > > > >> >>> > > > [exec] [INFO] [ERROR] ^ >> >>> > > > >> >>> > > > [exec] [INFO] [ERROR] >> >>> > > > >> >>> > > > >> >>> > > >> >>> > >> >>> >> /Users/om/p/os/royale/release/royale-asjs/examples/amf/SampleAmfWebApp/src/main/java/org/apache/royale/net/remoting/amf/adapter/AMFCompressionException.java:41: >> >>> > > > warning: no description for @param >> >>> > > > >> >>> > > > [exec] [INFO] [ERROR] * @param cause >> >>> > > > >> >>> > > > [exec] [INFO] [ERROR] ^ >> >>> > > > >> >>> > > > [exec] [INFO] [ERROR] >> >>> > > > >> >>> > > > >> >>> > > >> >>> > >> >>> >> /Users/om/p/os/royale/release/royale-asjs/examples/amf/SampleAmfWebApp/src/main/java/org/apache/royale/net/remoting/amf/adapter/AMFCompressionException.java:43: >> >>> > > > warning: no @param for compressionError >> >>> > > > >> >>> > > > [exec] [INFO] [ERROR] public >> >>> > > > AMFCompressionException(AMFCompressionError compressionError, >> >>> Throwable >> >>> > > > cause) { >> >>> > > > >> >>> > > > [exec] [INFO] [ERROR] ^ >> >>> > > > >> >>> > > > [exec] [INFO] [ERROR] >> >>> > > > >> >>> > > > [exec] [INFO] [ERROR] Command line was: >> >>> > > > >> >>> > > > >> >>> > > >> >>> > >> >>> >> /Library/Java/JavaVirtualMachines/jdk1.8.0_181.jdk/Contents/Home/jre/../bin/javadoc >> >>> > > > @options @packages >> >>> > > > >> >>> > > > [exec] [INFO] [ERROR] >> >>> > > > >> >>> > > > [exec] [INFO] [ERROR] Refer to the generated Javadoc files >> in >> >>> > > > >> >>> > > > >> >>> > > >> >>> > >> >>> >> '/Users/om/p/os/royale/release/royale-asjs/examples/amf/SampleAmfWebApp/target/apidocs' >> >>> > > > dir. >> >>> > > > >> >>> > > > [exec] [INFO] [ERROR] -> [Help 1] >> >>> > > > >> >>> > > > [exec] [INFO] [ERROR] >> >>> > > > >> >>> > > > [exec] [INFO] [ERROR] To see the full stack trace of the >> >>> errors, >> >>> > > > re-run Maven with the -e switch. >> >>> > > > >> >>> > > > [exec] [INFO] [ERROR] Re-run Maven using the -X switch to >> >>> enable >> >>> > > full >> >>> > > > debug logging. >> >>> > > > >> >>> > > > [exec] [INFO] [ERROR] >> >>> > > > >> >>> > > > [exec] [INFO] [ERROR] For more information about the errors >> >>> and >> >>> > > > possible solutions, please read the following articles: >> >>> > > > >> >>> > > > [exec] [INFO] [ERROR] [Help 1] >> >>> > > > >> >>> > >> >>> >> http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException >> >>> > > > >> >>> > > > [exec] [INFO] [ERROR] >> >>> > > > >> >>> > > > [exec] [INFO] [ERROR] After correcting the problems, you >> can >> >>> > resume >> >>> > > > the build with the command >> >>> > > > >> >>> > > > [exec] [INFO] [ERROR] mvn <goals> -rf :SampleAmfWebApp >> >>> > > > >> >>> > > > On Sat, Sep 29, 2018 at 11:58 AM OmPrakash Muppirala < >> >>> > > bigosma...@gmail.com >> >>> > > > > >> >>> > > > wrote: >> >>> > > > >> >>> > > > > Okay, trying now. >> >>> > > > > >> >>> > > > > On Tue, Sep 25, 2018 at 9:52 AM Piotr Zarzycki < >> >>> > > > piotrzarzyck...@gmail.com> >> >>> > > > > wrote: >> >>> > > > > >> >>> > > > >> Om, >> >>> > > > >> >> >>> > > > >> I think if you first try to build Royale framework with Maven >> >>> all >> >>> > the >> >>> > > > >> dependencies will be downloaded. During framework build you >> >>> should >> >>> > get >> >>> > > > >> question about license related to player global etc. Once >> you do >> >>> > > > >> successful >> >>> > > > >> build you could try to go and play with script for release. >> - >> >>> That >> >>> > > way >> >>> > > > to >> >>> > > > >> go make you sure that script won't fail later during the >> >>> process. >> >>> > > > >> >> >>> > > > >> Thanks, >> >>> > > > >> Piotr >> >>> > > > >> >> >>> > > > >> pon., 24 wrz 2018 o 07:35 Alex Harui >> <aha...@adobe.com.invalid> >> >>> > > > >> napisał(a): >> >>> > > > >> >> >>> > > > >> > According to the archives, try running: >> >>> > > > >> > >> >>> > > > >> > mvn -s settings-template.xml clean install >> >>> > > > >> > >> >>> > > > >> > Thanks, >> >>> > > > >> > -Alex >> >>> > > > >> > >> >>> > > > >> > On 9/23/18, 3:48 PM, "OmPrakash Muppirala" < >> >>> bigosma...@gmail.com >> >>> > > >> >>> > > > >> wrote: >> >>> > > > >> > >> >>> > > > >> > 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://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepository.apache.org%2Fcontent%2Frepositories%2Freleases&data=02%7C01%7Caharui%40adobe.com%7C2f3f5b1ac35b4355b12008d621a6b2e7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636733397180561746&sdata=MWZN3TH8kh%2BKbX5CidHQhPOU6mKPIp2e7UP%2FwPXa2Mk%3D&reserved=0 >> >>> > > > >> > 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://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frepository.apache.org%2Fcontent%2Frepositories%2Freleases&data=02%7C01%7Caharui%40adobe.com%7C2f3f5b1ac35b4355b12008d621a6b2e7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636733397180561746&sdata=MWZN3TH8kh%2BKbX5CidHQhPOU6mKPIp2e7UP%2FwPXa2Mk%3D&reserved=0 >> >>> > > > >> > > >> >>> > > > >> > > 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%7C2f3f5b1ac35b4355b12008d621a6b2e7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636733397180561746&sdata=7jtT72NAAcBmC8vBe48l1%2Fsugb085ST7sxh%2FfLyYpzU%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%7C2f3f5b1ac35b4355b12008d621a6b2e7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636733397180561746&sdata=VlfEFrmkwQC5UnUxxWv0VlNGx%2FBmgtWRZmGNplONbUE%3D&reserved=0 >> >>> > > > >> > >> > > > > < >> >>> > > > >> > >> > > > >> >>> > > > >> > >> > > >> >>> > > > >> > >> > >> >>> > > > >> > >> >> >>> > > > >> > >> >>> > > > >> >> >>> > > > >> >>> > > >> >>> > >> >>> >> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com%7C2f3f5b1ac35b4355b12008d621a6b2e7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636733397180561746&sdata=VlfEFrmkwQC5UnUxxWv0VlNGx%2FBmgtWRZmGNplONbUE%3D&reserved=0 >> >>> > > > >> > >> > > > >* >> >>> > > > >> > >> > > > > >> >>> > > > >> > >> > > > >> >>> > > > >> > >> > > > >> >>> > > > >> > >> > > > >> >>> > > > >> > >> > > >> >>> > > > >> > >> > > -- >> >>> > > > >> > >> > > Carlos Rovira >> >>> > > > >> > >> > > >> >>> > > > >> > >> >>> > > > >> >> >>> > > > >> >>> > > >> >>> > >> >>> >> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&data=02%7C01%7Caharui%40adobe.com%7C2f3f5b1ac35b4355b12008d621a6b2e7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636733397180561746&sdata=7jtT72NAAcBmC8vBe48l1%2Fsugb085ST7sxh%2FfLyYpzU%3D&reserved=0 >> >>> > > > >> > >> > > >> >>> > > > >> > >> > >> >>> > > > >> > >> >> >>> > > > >> > >> >> >>> > > > >> > >> -- >> >>> > > > >> > >> Carlos Rovira >> >>> > > > >> > >> >> >>> > > > >> > >> >>> > > > >> >> >>> > > > >> >>> > > >> >>> > >> >>> >> https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira&data=02%7C01%7Caharui%40adobe.com%7C2f3f5b1ac35b4355b12008d621a6b2e7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636733397180561746&sdata=7jtT72NAAcBmC8vBe48l1%2Fsugb085ST7sxh%2FfLyYpzU%3D&reserved=0 >> >>> > > > >> > >> >> >>> > > > >> > > >> >>> > > > >> > >> >>> > > > >> > >> >>> > > > >> > >> >>> > > > >> >> >>> > > > >> -- >> >>> > > > >> >> >>> > > > >> Piotr Zarzycki >> >>> > > > >> >> >>> > > > >> Patreon: *https://www.patreon.com/piotrzarzycki >> >>> > > > >> <https://www.patreon.com/piotrzarzycki>* >> >>> > > > >> >> >>> > > > > >> >>> > > > >> >>> > > >> >>> > >> >>> > >> >>> > -- >> >>> > >> >>> > <http://www.codeoscopic.com> >> >>> > >> >>> > Carlos Rovira >> >>> > >> >>> > Director General >> >>> > >> >>> > M: +34 607 22 60 05 >> >>> > >> >>> > http://www.codeoscopic.com >> >>> > >> >>> > >> >>> > Conócenos en 1 minuto! <https://avant2.es/#video> >> >>> > >> >>> > >> >>> > AVISO LEGAL: La información contenida en este correo electrónico, y >> en >> >>> su >> >>> > caso en los documentos adjuntos, es información privilegiada para >> uso >> >>> > exclusivo de la persona y/o personas a las que va dirigido. No está >> >>> > permitido el acceso a este mensaje a cualquier otra persona >> distinta a >> >>> los >> >>> > indicados. Si Usted no es uno de los destinatarios, cualquier >> >>> duplicación, >> >>> > reproducción, distribución, así como cualquier uso de la información >> >>> > contenida en él o cualquiera otra acción u omisión tomada en >> relación >> >>> con >> >>> > el mismo, está prohibida y puede ser ilegal. En dicho caso, por >> favor, >> >>> > notifíquelo al remitente y proceda a la eliminación de este correo >> >>> > electrónico, así como de sus adjuntos si los hubiere. En >> cumplimiento >> >>> de la >> >>> > legislación española vigente en materia de protección de datos de >> >>> carácter >> >>> > personal y del RGPD 679/2016 le informamos que sus datos están >> siendo >> >>> > objeto de tratamiento por parte de CODEOSCOPIC S.A. con >> CIFA85677342, >> >>> con >> >>> > la finalidad del mantenimiento y gestión de relaciones comerciales y >> >>> > administrativas. La base jurídica del tratamiento es el interés >> >>> legítimo de >> >>> > la empresa. No se prevén cesiones de sus datos, salvo que exista una >> >>> > obligación legal. Para ejercitar sus derechos puede dirigirse a >> >>> CODEOSCOPIC >> >>> > S.A., domiciliada enPaseo de la Habana, 9-11, 28036 de Madrid >> >>> (MADRID), o >> >>> > bien por email a...@codeoscopic.com, con el fin de ejercer sus >> >>> derechos de >> >>> > acceso, rectificación, supresión (derecho al olvido), limitación de >> >>> > tratamiento, portabilidad de los datos, oposición, y a no ser >> objeto de >> >>> > decisiones automatizadas, indicando como Asunto: “Derechos Ley >> >>> Protección >> >>> > de Datos”, y adjuntando fotocopia de su DNI. Delegado de protección >> de >> >>> > datos:d...@codeoscopic.com >> >>> > >> >>> >> >>> >> >>> -- >> >>> >> >>> Piotr Zarzycki >> >>> >> >>> Patreon: *https://www.patreon.com/piotrzarzycki >> >>> <https://www.patreon.com/piotrzarzycki>* >> >>> >> >> >> >> >> >> -- >> >> Carlos Rovira >> >> http://about.me/carlosrovira >> >> >> >> >> > >> > -- >> > Carlos Rovira >> > http://about.me/carlosrovira >> > >> > >> >> -- >> Carlos Rovira >> http://about.me/carlosrovira >> >