You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pivot.apache.org by Todd Volkert <tv...@gmail.com> on 2010/08/16 16:46:02 UTC

[VOTE] Release Pivot 1.5.1 (Take 3)

All:

The Pivot 1.5.1 release candidate has been fixed (issues brought up by
Greg), tagged, packaged, and is ready for a vote. The artifacts, RAT
reports, and KEYS file can be found at
http://people.apache.org/~tvolkert/dist/pivot/v1.5.1/.  The tag from
which the release artifacts were generated can be found at
http://svn.apache.org/repos/asf/pivot/tags/v1.5.1/.

In addition, my PGP public code signing key can be found at the MIT
key server (http://pgp.mit.edu/) and The SKS key server
(http://www.pramberger.at/peter/services/keyserver/).

Please vote to publish this release by Thursday, August 19 20:00 GMT.

In your vote, please include the testing you performed to arrive at your vote.

[  ] +1 Publish
[  ] +0
[  ] -0
[  ] -1 Don't publish

Thanks,
-T

Re: [VOTE] Release Pivot 1.5.1 (Take 3)

Posted by Sandro Martini <sa...@gmail.com>.
[ x ] +1 Publish

Test platform: Windows 7 at 64 bit, Sun JDK 6 Update 21 (64 bit), and
Java Runtime 6 Update 21 (32 bit) inside Firefox 3.6.8

General:
- inspected RAT reports for source and binary distribution


Tests on apache-pivot-1.5.1.zip

- checked md5 on apache-pivot-1.5.1.zip
- checked that root files are good (README, LICENSE, etc)
- opened and inspected all pivot jars to ensure the content is right,
and check that new files under meta-inf are present
- opened javadoc index, and tested some random pages
- deploy demos and tutorials wars in a local tomcat 6.0.28 instance,
and verify that the two web applications are working, that all links
are good (pages, applets, web start applications), and that all pages
have the right content inside


Tests on apache-pivot-1.5.1-src.zip

- checked md5 on apache-pivot-1.5.1-src.zip
- checked that root files are good (README, LICENSE, etc)
- setup environment: using ant-1.8.1, junit-4.8.1 and maven-ant-task-2.1.0

- run many ant commands: clean, test, clean, dist, install,
maven-install, and ensure that all works good
- inspected generated artifacts (zip, jars)

Bye,
Sandro

Re: [VOTE] Release Pivot 1.5.1 (Take 3)

Posted by Todd Volkert <tv...@gmail.com>.
[ x ] +1 Publish

Here's what I tested:

   - Verified all MD5, SHA, and PGP signatures against all artifacts
   - Verified that the contents of the tar.gz artifacts matched that of the
   zip artifacts exactly
   - Verified that the contents of the source distribution matched that of
   the SVN tag exactly
   - Inspected the NOTICE and LICENSE files to make sure the licenses are
   correct and that the files are in order
   - Verified that the source distribution compiles without error (checked
   clean, compile, doc, test, dist, and install targets)
   - Inspected source and binary distribution RAT reports:
      - Checked that all files were properly licensed
      - Checked that all non-Pivot jars and applicable binary files were
      covered by the NOTICE/LICENSE files as appropriate

Cheers,
-T

Re: [VOTE] Release Pivot 1.5.1 (Take 3)

Posted by Greg Brown <gk...@mac.com>.
> [x] +1 Publish

- Reviewed RAT report
- Reviewed release notes

- Downloaded apache-pivot-1.5.1.tar.gz
- Verified MD5 checksum
- Expanded archive
- Reviewed LICENSE
- Reviewed NOTICE
- Reviewed README
- Reviewed RELEASE-NOTES
- Reviewed Javadoc
- Installed demo and tutorial WARs in Tomcat 6.0.24
- Cleared browser cache and Java application cache
- Launched Kitchen Sink demo
- Launched Stock Tracker demo
- Launched Component Explorer demo
- Launched several tutorial examples, including the new QueryServlet tutorial

- Downloaded apache-pivot-1.5.1-src.tar.gz
- Verified MD5 checksum
- Expanded archive
- Reviewed BUILD
- Ran install target
- Verified correct generation of all release artifacts

- Downloaded apache-pivot-1.5.1.zip
- Verified MD5 checksum
- Expanded archive and verified expected file contents

- Downloaded apache-pivot-1.5.1-src.zip
- Verified MD5 checksum
- Expanded archive and ran default build target

- Uploaded Maven bundles to staging repository

NOTES:
- The link to the LiveConnect docs in the BUILD file is broken (http://java.sun.com/javase/6/webnotes/6u10/plugin2/liveconnect/#COMPILING). I was unable to find an updated link, since even some of Oracle's docs still refer to this page.