From: Vincent M. <vm...@oc...> - 2002-02-01 23:26:00
|
> -----Original Message----- > From: moc...@li... > [mailto:moc...@li...] On Behalf Of > Steve Freeman > Sent: 01 February 2002 21:37 > To: MockObjects > Subject: Re: [MO-java-dev] What goes where? > > I've been attempting to shuffle the structure so it can cope better with > things like multiple versions of the libraries, etc. As you can all see, > I haven't got very far -- although I have branched CVS. > > My view is that we should have 3 basic packages, I think others agree. > - core - the expectation libraries and associated utilities > - jdkxx - mocks for packages that ship with the jdk, e.g sql & io. > - j2eexx - mocks for packages that ship with the enterprise edition, eg > jms & servlet > > where 'xx' is a version number (of the java release) like 12 or 13. > > the reason for copying to the out directory is so that the Ant filter > can write release information into the sources. This was copied from > Cactus, maybe we don't need it. > Actually that was something I was doing when I had the following in my source code, a while ago : /** * @version @version@ ... and Ant was replacing the token with the actual version. I have now modified Cactus sources to be the standard (when using CVS) : /** * @version $Id: $ ... so, yes, I don't see a need to copy the source files before compiling them, provided we use "$Id: $" -Vincent > Steve > > ----- Original Message ----- > From: "Jeff Martin" <je...@cu...> > To: "MockObjects" <moc...@li...> > Sent: Friday, February 01, 2002 7:39 PM > Subject: [MO-java-dev] What goes where? > > > > where are thing supposed to be going these days. Do things like jms > and > > servlet packages go in the j2ee directory or are they just being left > > under core? > > > > Also is it necessary to build compile from the source files in the out > > dir? Coz it causes no end of fun when vim takes me to edit those files > > instead of the ones in src ;o) > > > > > _______________________________________________ > Mockobjects-java-dev mailing list > Moc...@li... > https://lists.sourceforge.net/lists/listinfo/mockobjects-java-dev |