[Barry-devel] question on makefile/directory

2007-05-25 Thread Brian Edginton
What is the purpose for running the following Make rule and creating the symlink barry? all-local: rm -f barry ln -s src barry clean-local: rm -f barry I'm asking because it breaks some of the CVS capabilities in eclipse, which I realize is a tool problem, but made me

Re: [Barry-devel] [patch] preliminary record refactoring patch

2007-05-25 Thread Brian Edginton
On Thursday 24 May 2007 08:34:43 pm Chris Frey wrote: If my spidey sense is tingling correctly, I suspect you are refactoring to make a Record base class that all other record classes are derived from. Yup, seemed to be the easiest way to keep things simple and reduce the amount of duplicated

Re: [Barry-devel] updated memo and task patch

2007-05-25 Thread Chris Frey
On Sun, May 20, 2007 at 08:29:59AM -0600, Brian Edginton wrote: I've updated the pending memo and task patch (record.h and record.cc) to include some of the information in Peter Silva's bb_task_format.txt. I'm going to rework these memo and task patches into separate files and apply them that

Re: [Barry-devel] updated memo and task patch

2007-05-25 Thread Chris Frey
On Fri, May 25, 2007 at 02:49:16PM -0600, Brian Edginton wrote: I'm going to rework these memo and task patches into separate files and apply them that way. Or I can once I see how you break out Contact and Messages. I've added Memo and Task classes, in separate files, based on your