> -----Original Message----- > From: Jeff Turner [mailto:[EMAIL PROTECTED]] > > > On Fri, Mar 29, 2002 at 09:00:06AM -0500, Berin Loritsch wrote: > > No, we change the master build script to build the same > jar, using the > > contents of all the other packages that were meant to be in > the main > > avalon-excalibur.jar file. (minus the scratchpad stuff). > > Okay, to confirm.. that means 'avalon-excalibur.jar' should contain: > > the old stuff in all/ > cli > collections > concurrent > i18n > io > naming > instrument > > (the instrument dep was added recently)
Yes. (as it did in the past) excalibur-scratchpad.jar would have all the other stuff. > > The Excalibur-All jar is scary big (weighing in at a mere Meg) > > > > Keeping the original jars was (I thought) one of the things we were > > doing. We were just adding the ability to grab the parts > of the jar > > you needed. > > And adding new parts. > > Hopefully, projects like Cocoon will eventually pick and > choose components instead of relying on avalon-excalibur.jar. > Cocoon doesn't need io, i18n, or concurrent, and could save > 73k by not including them. Actually, i18n (the scratchpad portion) is supposed to be the same, or improved, over what they are using in their repository. It is one of the things that is slated to move. It doesn't need io, true. However it does use concurrent either directly or indirectly. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
