On 09/09/2020 10:03, Mark Thomas wrote: > On 09/09/2020 09:59, Mark Thomas wrote: >> On 09/09/2020 09:47, [email protected] wrote: >>> Author: markt >>> Date: Wed Sep 9 08:47:17 2020 >>> New Revision: 41370 >>> >>> Log: >>> In an effort to unblock the Commons Daemon release, create a copy of the >>> release artefacts in the location expected by the release plugin for the >>> automatic generation of vote text >> >> That seems to have allowed the plug-in to complete execution but still >> no auto-generated hashes. I'll add the expected git tag (alongside the >> existing tag) next. > > A little progress. > > Adding the expected git tag removed a bunch of errors from the output so > that the following message was now obvious: > > [loadfile] > /home/mark/releases/COMMONS_DAEMON_1_2_3_RC1/target/commons-release-plugin/sha512.properties > doesn't exist > > So it appears that that file is meant to have been generated earlier in > the release process by the release plug-in. > > Anyone familiar with the release plugin know the appropriate maven > incantation to generate that file?
Never mind, figured out a way to make it work for now. Next step is to see how much can be included in the standard build. I think it will work because the native components are built first, put in the right place and then Maven is called. We'll see... Mark > > Mark > > >> >> Mark >> >> >>> >>> Added: >>> dev/commons/daemon/1.2.3-RC1/ >>> dev/commons/daemon/1.2.3-RC1/.htaccess >>> - copied unchanged from r41305, dev/commons/daemon/.htaccess >>> dev/commons/daemon/1.2.3-RC1/HEADER.html >>> - copied unchanged from r41305, dev/commons/daemon/HEADER.html >>> dev/commons/daemon/1.2.3-RC1/README.html >>> - copied unchanged from r41305, dev/commons/daemon/README.html >>> dev/commons/daemon/1.2.3-RC1/RELEASE-NOTES.txt >>> - copied unchanged from r41305, dev/commons/daemon/RELEASE-NOTES.txt >>> dev/commons/daemon/1.2.3-RC1/binaries/ >>> - copied from r41305, dev/commons/daemon/binaries/ >>> dev/commons/daemon/1.2.3-RC1/source/ >>> - copied from r41305, dev/commons/daemon/source/ >>> >> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [email protected] >> For additional commands, e-mail: [email protected] >> > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
