Hey,

On 7/31/07, David Blevins <[EMAIL PROTECTED]> wrote:
> Really curious on what approach you used to inline all your 3rd party
> deps into org.apache.tomcat.util.  Curious if you took them as is, or
> trimmed them down to just what you need.  Were any tools used to
> help?  Any disadvantages that you have noticed other than having to
> port fixes on those libs in?

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.

Yoav

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

Reply via email to