From: Steve F. <st...@m3...> - 2002-02-04 16:15:12
|
From: "Jeff Martin" <je...@cu...> > I've completed adding my local changes to the source code. This mostly > consists of new classes in the servlet and jms packages. > > I've checked in these changes under the j2ee directory rather than the > j2ee12 dir because I didn't want to end up with three different versions > of these packages. The old jms and servlet packages still need to be > deleted from the core directory but I thought I'd make sure everyone > agrees that these are now dead and need to be buried. We need to think about how we're going to do this. We can have a common directory for files that are shared across versions. If we don't have a versioned j2ee directory, how are we going to support 1.2 and 1.3 in parallel? > I've also changed the build file so that it now compiles from the j2ee > dir rather than the core. There are still probably more changes to be > made to this especially when the j2ee gets seperated out into versioned > directories. good, thanks. Maybe I should give up the branch and we can do it incrementally? That's supposed to be the XP way. Steve |