Hey,

On 7/31/07, David Blevins <[EMAIL PROTECTED]> wrote:
> > IIRC we take a known version of a library and do a string replace on
> > package names, essentially.  It's all done in Ant tasks: look for how
> > the Tomcat build handles Jakarta Commons DBCP for example.  We don't
> > trim them down AFAIK, nor do we have to do any porting because we
> > re-grab the library (ideally from a known stable version) with every
> > release.
>
> That's really cool.  Thanks for the info.
>
> I'm just very impressed with how clean the result is and there's the
> obvious benefit of those library versions not conflicting with any
> apps deployed without the need for fancy classloader scoping.

I can't take credit for the idea or the impl (I believe Remy was the
one who put it in), but it's certainly a simple solution that's worked
well for us.

Yoav

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to