I decided that the requirement that I have a dedicated chunk of time to resolve any problems with a large commit was a risk that outweighed the extra cost of doing the work incrementally, so I've changed tactics. I'll be committing the changes incrementally over the next couple of days.
As far as IProject/Project vs Project/ProjectImpl goes, it's more than just naming. The first approach allows for 100% compatibility with existing code. The second minimizes the volume of source changes, but is incompatible for any code which is instantiating Project. Hopefully there are no external users that do this, but just thought I'd make it clear that there will be an incompatibility here. Tom --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
