It seems like that the release targets (package, tar) haven’t been updated as part of the Maven migration and the folder structure is completely wrong. I’ll probably create a pull request to fix this.
Sorry for the delay in the release. Regards, Andor > On 2019. Feb 8., at 17:49, Andor Molnar <[email protected]> wrote: > > Thanks Enrico for testing the release. > Sorry, that was my first attempt as a Release Manager. Not perfect. :) > > I’ll fix it asap. > > Regards, > Andor > > > >> On 2019. Feb 8., at 16:55, Enrico Olivelli <[email protected]> wrote: >> >> Thank you Andor for making this happen >> >> I am sorry, this is my -1 (non binding) >> >> I have this problem on the staged source artifacts: >> >> tar zxvf zookeeper-3.4.14.tar.gz >> cd zookeeper-3.4.14 >> ant >> >> this is the result >> >> Buildfile: >> /home/diennea.lan/enrico.olivelli/Scaricati/zookeeper-3.4.14/build.xml >> >> init: >> >> ivy-download: >> [get] Getting: >> https://repo1.maven.org/maven2/org/apache/ivy/ivy/2.4.0/ivy-2.4.0.jar >> [get] >> To:xxxxxxxxi/zookeeper-3.4.14/zookeeper-server/src/main/resources/lib/ivy-2.4.0.jar >> [get] Error getting >> https://repo1.maven.org/maven2/org/apache/ivy/ivy/2.4.0/ivy-2.4.0.jar >> to >> /home/diennea.lan/enrico.olivelli/Scaricati/zookeeper-3.4.14/zookeeper-server/src/main/resources/lib/ivy-2.4.0.jar >> >> BUILD FAILED >> xxxxxxxx/zookeeper-3.4.14/build.xml:399: >> java.io.FileNotFoundException:xxxxxxxx/zookeeper-3.4.14/zookeeper-server/src/main/resources/lib/ivy-2.4.0.jar >> (No such file or directory) >> at java.io.FileOutputStream.open0(Native Method) >> at java.io.FileOutputStream.open(FileOutputStream.java:270) >> at java.io.FileOutputStream.<init>(FileOutputStream.java:213) >> at java.io.FileOutputStream.<init>(FileOutputStream.java:162) >> at org.apache.tools.ant.taskdefs.Get$GetThread.downloadFile(Get.java:815) >> at org.apache.tools.ant.taskdefs.Get$GetThread.get(Get.java:647) >> at org.apache.tools.ant.taskdefs.Get$GetThread.run(Get.java:631) >> >> Total time: 1 second >> >> Second issue: >> It seems to me that pom.xml is missing, this way the staged sources >> are different from: >> https://github.com/apache/zookeeper/tree/branch-3.4 >> >> Third (non blocker??) issue: >> I can't find an RC tag, is this wanted ? >> >> >> Regards >> Enrico >> >> Il giorno ven 8 feb 2019 alle ore 16:19 Andor Molnar >> <[email protected]> ha scritto: >>> >>> This is a bugfix release candidate for 3.4.14. >>> <https://cwiki.apache.org/confluence/display/ZOOKEEPER/3.4.6.> It fixes 8 >>> issues, mostly build / unit tests issues, >>> dependency updates flagged by OWASP, NPE and a name resolution problem. >>> Among these it also supports >>> experimental Maven build and Markdown based documentation generation. >>> >>> The full release notes is available at: >>> >>> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310801&version=12343587 >>> >>> <https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310801&version=12343587> >>> >>> *** Please download, test and vote by February 14th 2019, 23:59 UTC+0. *** >>> >>> Source files: >>> https://dist.apache.org/repos/dist/dev/zookeeper/zookeeper-3.4.14-rc0/ >>> <https://dist.apache.org/repos/dist/dev/zookeeper/zookeeper-3.4.14-rc0/> >>> >>> Maven staging repo: >>> https://repository.apache.org/content/groups/staging/org/apache/zookeeper/zookeeper/3.4.14/ >>> >>> <https://repository.apache.org/content/groups/staging/org/apache/zookeeper/zookeeper/3.4.14/> >>> >>> The release candidate tag in git to be voted upon: release-3.4.14-rc >>> <https://cwiki.apache.org/confluence/display/ZOOKEEPER/release-X.Y.Z-rcR>0 >>> >>> ZooKeeper's KEYS file containing PGP keys we use to sign the release: >>> http://www.apache.org/dist/zookeeper/KEYS >>> <http://www.apache.org/dist/zookeeper/KEYS> >>> >>> Should we release this candidate? >>> >>> Regards, >>> Andor >>> >>> >
