on 5/11/01 3:56 AM, "Henning P. Schmiedehausen" <[EMAIL PROTECTED]> wrote: > Hi, > > I'm aware of the ongoing re-design of the Criteria/Criterion/Query stuff, > so if I just disturb you, please tell. ;-) > > This is a repost of my patch from last week, adding and() and or() methods > alongside the add() methods to the Criteria object. I've also reworked > some of the documentation of the methods because I had a hard time figuring > out some of the stuff so I decided to rewrite it to make it a little > cleared (at least I hope). > > This is against the 2001/05/10 nightly build. > > Regards > Henning Henning, I can't tell in your patch (because it is so large)...it didn't look like you did...but one thing you *have* to do is follow deprecation policies. So, if you modify an existing method in any way (rename/remove/change signature), you have to mark the old one as deprecated and leave it there. <http://jakarta.apache.org/turbine/deprecation.html> Can you confirm that you did this for your patch? It looks to me like a lot of methods changed in some way or another. -jon -- If you come from a Perl or PHP background, JSP is a way to take your pain to new levels. --Anonymous <http://jakarta.apache.org/velocity/ymtd/ymtd.html> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
