> I think Roman is working on trying to coerce the linter into testing that the > .war > file is correct. Maybe you can help him (python is hard for me)?
I would do this check with ANT, but with python it should be possible by doing a pexec on "unzip -l WARFILE | grep -v servlet-api" > As far as the ecj-linter, its technically a test: I don't object to it being > backported except for the fact that I would prefer we only do what is minimal > and necessary. As I said, I don't care, would be nice for later tests on this release branch with e.g. Jähnkins. > This is really important: we need to maintain stability. the release branch > shouldn't be a free-for-all, even for bugfixes. In other Open Source projects, the stable release branch is closed down and only the RM has commit rights (e.g., PHP before it used to use GIT). > On Mon, Sep 24, 2012 at 5:58 PM, Uwe Schindler <[email protected]> wrote: > > +1, If we do this, I would be happy to also fix the servlet-api.jar issue. > > If you > want to add ecj-linter, I would also be happy, but that's not important, just > nice > to have! > > > > ----- > > Uwe Schindler > > H.-H.-Meier-Allee 63, D-28213 Bremen > > http://www.thetaphi.de > > eMail: [email protected] > > > > > >> -----Original Message----- > >> From: [email protected] [mailto:[email protected]] On Behalf Of Yonik > >> Seeley > >> Sent: Monday, September 24, 2012 11:39 PM > >> To: [email protected] > >> Subject: Re: VOTE: release 4.0 > >> > >> Folks, it looks like there definitely should be a respin, so please > >> remember to back-port fixes that should go into 4.0 to the > >> 4.0 branch in addition to the 4x branch. > >> > >> -Yonik > >> http://lucidworks.com > >> > >> --------------------------------------------------------------------- > >> 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] > > > > > > -- > lucidworks.com > > --------------------------------------------------------------------- > 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]
