Thanks, Don. BTW, getting setup for digital signing is harder than it sounds. Every committer should consider generating a signature and putting it on file with the foundation. Signing isn't hard, but it can be a stumblingblock when it comes to posting a release.
* http://struts.apache.org/2.0.11.1/docs/creating-and-signing-a-distribution.html#CreatingandSigningaDistribution-Onetime Since ASF distributions are sometimes passed around, it's important that we sign them, so if a strange problem is reported with a distribution, we confirm whether it's one of ours, or a forgery. -Ted. On Sun, Apr 6, 2008 at 8:28 AM, Don Brown <[EMAIL PROTECTED]> wrote: > FWIW, Struts Annotations 1.0.3 has been released and approved, but I > haven't had time to finish it off by signing the jar and moving it to > the official repo. I'll try to find some time in the next few days if > no one beats me to it. > > Don > > > > On Fri, Apr 4, 2008 at 8:59 PM, Ted Husted <[EMAIL PROTECTED]> wrote: > > Yes, it is something we should do first. It's on the list, but I > > usually forget about it until the last minute ... :) > > > > Are you setup to digitally sign the releases, Jeromy? It's the > > one-time section of Creating and Signing a Distributiob > > > > * > http://struts.apache.org/2.0.11.1/docs/creating-and-signing-a-distribution.html#CreatingandSigningaDistribution-Onetime > > > > For a "wet run" of the release, that's usually the blocker for people. > > After that, it's a bit of a bother, but not actually difficult to do. > > > > Since it seems like you've already done most of the work, would you > > like to add your name to the release plan as a co-manager (along with > > mine)? > > > > * http://struts.apache.org/2.0.11.1/docs/version-notes-211.html > > > > > > -Ted. > > > > > > > > On Fri, Apr 4, 2008 at 4:35 AM, Jeromy Evans > > <[EMAIL PROTECTED]> wrote: > > > > > > Is the release of struts-annotations-1.0.3 a blocker? It's not in > central > > > yet. > > > struts-annotations dependencies: > > > ./core/pom.xml:425: <version>1.0.3-20080216.121126-3</version> > > > ./plugins/dojo/pom.xml:261: <version>1.0.3-20080123.123514-2</version> > > > ../maven/struts-annotations/pom.xml: <version>1.0.4-SNAPSHOT</version> > > > > > > > > > > > > Jeromy Evans wrote: > > > > > > > Ted, I tried to get you started with a dryRun of release:prepare but > I'm > > > still missing xwork.jar:2.1.1. The mvn output is at > > > http://people.apache.org/~jeromy/buildlog1.txt > > > > > > > > Other details: > > > > > > > > * JIRA: No open issues except the omnibus ticket > > > (https://issues.apache.org/struts/browse/WW-2421) > > > > * Release Notes: reasonably up-to-date: > > > http://cwiki.apache.org/confluence/display/WW/Version+Notes+2.1.1 > > > > > > > > > svn co https://svn.apache.org/repos/asf/struts/struts2/trunk > > > STRUTS_2.1.1 > > > > > > > > > svn info: Revision: 644624 > > > > > > > > > > > > > * check pom.xml repositories (I'm not sure values should be here) > > > > > find . -name "pom.xml" -exec grep -i -H -n '<repository>' {} > > > > ./pom.xml:72 > > > > <url>scp://people.apache.org/www/people.apache.org/builds/struts/${pom.version}/m2-staging-repository</url> > > > > ./apps/pom.xml:73 <url>http://repository.codehaus.org</url> > > > > > > > > > find . -name "pom.xml" -exec grep -i -H -n '<snapshotRepository>' {} > > > > ./pom.xml > > > > <url>scp://people.apache.org/www/people.apache.org/repo/m2-snapshot-repository</url> > > > > > > > > * change mvn settings.xml to a clean localRepository and dryRun > > > release:prepare > > > > > > > > > > > > > mvn release:prepare -P release,all,alljars,j4,pre-assembly > -DdryRun=true > > > > > > > > > > > > > The mvn output is at http://people.apache.org/~jeromy/buildlog1.txt > > > > That's as far as I got because I shouldn't have to > install:install-file > > > xwork-2.1.1 into my localRepository, so I guess I have to wait a little > > > longer for it to replicate? > > > > > > > > regards, > > > > Jeromy Evans > > > > > > > > Ted Husted wrote: > > > > > > > > > I'm still heads-down, but I could run a build through the gauntlet. > > > > > Can anyone confirm that everything else we want to do is done, and > > > > > we're at the tag and roll point? > > > > > > > > > > -Ted. > > > > > > > > > > On Tue, Apr 1, 2008 at 7:21 AM, Rainer Hermanns <[EMAIL PROTECTED]> > > > wrote: > > > > > > > > > > > > > > > > Ted, others, > > > > > > > > > > > > xwork 2.1.1 is out and should be in the repos shortly. > > > > > > So we should be ready for a Struts 2.1.1 release build now. > > > > > > > > > > > > thanks for waiting, > > > > > > Rainer > > > > > > > > > > > > > > > > > > > > > > > > On Apr 1, 2008, at 12:24 AM, Ted Husted wrote: > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > And, if we're ready to roll a Struts after that, I'd be happy to > > > step > > > > > > > through the process Wednesday night. > > > > > > > > > > > > > > -Ted. > > > > > > > > > > > > > > On Mon, Mar 31, 2008 at 4:05 PM, Rainer Hermanns > > > <[EMAIL PROTECTED]> > > > > > > > > > > > > > > > > > > > > wrote: > > > > > > > > > > > > > > > > > > > > > > > > > > > Sorry, but I have to delay the xwork release until tomorrow. > > > > > > > > cheers, > > > > > > > > Rainer > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > Hey there, > > > > > > > > > > > > > > > > > > I am working on the open issues for xwork 2.1.1 over the > > > weekend, > > > > > > > > > so that the release could be out on monday. > > > > > > > > > Since lots of fixes and changes were done affecting S2.1 > core > > > > > > > > > features, testing S2.1 with latest xwork snapshots would > help to > > > get > > > > > > > > > both codebases stablelized. > > > > > > > > > > > > > > > > > > Please report xwork errors to XWork Jira [1]. > > > > > > > > > > > > > > > > > > Ted, if you have some time next week for getting out the > > > release, > > > > > > > > > that would be awesome. > > > > > > > > > > > > > > > > > > cheers, > > > > > > > > > Rainer > > > > > > > > > > > > > > > > > > [1] http://jira.opensymphony.com > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > I will help testing it (I don't have any application on > > > production > > > > > > > > > > tho). Ted if you could do it, it would be great, I think > it is > > > about > > > > > > > > > > time we get a build out there. > > > > > > > > > > > > > > > > > > > > regards > > > > > > > > > > musachy > > > > > > > > > > > > > > > > > > > > On Fri, Mar 28, 2008 at 6:38 AM, Ted Husted > > > <[EMAIL PROTECTED]> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > wrote: > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > Is there much to do beside tag it, build it, and sign > it? I > > > could > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > help > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > with that much, so long as other people are testing it. > > > > > > > > > > > > > > > > > > > > > > -Ted. > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > On Fri, Mar 28, 2008 at 5:35 AM, Pedro Herrera > > > > > > > > > > > <[EMAIL PROTECTED]> wrote: > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > good question . . . > > > > > > > > > > > > > > > > > > > > > > > > Musachy Barroso wrote: > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > Hi all, > > > > > > > > > > > > > > > > > > > > > > > > > > Any news on the 2.1 build? Is anyone looking into > it? > > > > > > > > > > > > > > > > > > > > > > > > > > regards > > > > > > > > > > > > > musachy > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > --------------------------------------------------------------------- > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > > > > > > > > > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > -- > > > > > > > > > > "Hey you! Would you help me to carry the stone?" Pink > Floyd > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > --------------------------------------------------------------------- > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > > > > > > > > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > -- > > > > > > > > > Rainer Hermanns > > > > > > > > > aixcept > > > > > > > > > Mariahilfstrasse 9 > > > > > > > > > 52062 Aachen - Germany > > > > > > > > > w: http://aixcept.de/ > > > > > > > > > t: +49-241-4012247 > > > > > > > > > m: +49-170-3432912 > > > > > > > > > > > > > > > > > > > > > --------------------------------------------------------------------- > > > > > > > > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > > > > > > > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > -- > > > > > > > > Rainer Hermanns > > > > > > > > aixcept > > > > > > > > Mariahilfstrasse 9 > > > > > > > > 52062 Aachen - Germany > > > > > > > > w: http://aixcept.de/ > > > > > > > > t: +49-241-4012247 > > > > > > > > m: +49-170-3432912 > > > > > > > > > > > > > > > > > > > --------------------------------------------------------------------- > > > > > > > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > > > > > > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > -- > > > > > > > HTH, Ted > > > > > > > http://husted.com/ted/blog/ > > > > > > > > > > > > > > > > > --------------------------------------------------------------------- > > > > > > > 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] > > > > > > > > > > > > > > -- > > HTH, Ted > > http://husted.com/ted/blog/ > > > > --------------------------------------------------------------------- > > 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] > > -- HTH, Ted http://husted.com/ted/blog/ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]