Hey all, See below for some details on a little release scanning tool I wrote a couple days ago to help us get a few votes out more quickly.
Seems like this is a fine place for a little tool like this to live. Not fancy, maybe 5 or so hours of hacking, but a fairly effective start. src-> http://svn.apache.org/repos/asf/openejb/trunk/sandbox/legal/ Would love to check it into a sandbox or something. -David Begin forwarded message: > From: David Blevins <[email protected]> > Date: September 28, 2011 12:38:51 AM PDT > To: [email protected] > Subject: Re: [VOTE] Release Apache OpenEJB 3.0.4 (Second Try) > > Because we've been having troubles getting votes out and we have many more > coming (hoping to vet 4.0.0-beta-1 up shortly), I hacked up a tool to help. > The tool will download all the archives from the maven staging repo, unpack > them and create a little report of what is there: > > http://people.apache.org/~dblevins/orgapacheopenejb-094/archives.html > > As an example, the standalone zip looks pretty good: > > > http://people.apache.org/~dblevins/orgapacheopenejb-094/org.apache.openejb.openejb-standalone.3.0.4.openejb-standalone-3.0.4.zip.licenses.html > > Notice it will recursively unpack all the jars in a jar. > > This jar for example ships junit but doesn't declare it in the license. In > fact it doesn't have a license file of it's own: > > > http://people.apache.org/~dblevins/orgapacheopenejb-094/org.apache.openejb.openejb-itests-app.3.0.4.openejb-itests-app-3.0.4.jar.licenses.html > > Same with this archive: > > > http://people.apache.org/~dblevins/orgapacheopenejb-094/org.apache.openejb.openejb-itests-web.3.0.4.openejb-itests-web-3.0.4.war.licenses.html > > This jar has three license files. Two ASL files an one BSD. If the contents > were all the same, I personally think it'd be fine -- three identical license > files is still pretty clear -- but since they're different maybe we need to > fix it. > > > http://people.apache.org/~dblevins/orgapacheopenejb-094/org.apache.openejb.openejb-itests-standalone-client.3.0.4.openejb-itests-standalone-client-3.0.4.jar.licenses.html > > We could fix the licenses or maybe just drop the itests app, client and war. > > > -David
