[EMAIL PROTECTED] wrote: > Again, I know the current system works ( more or less ), but > I also think it is a mess... > > The coyote build in particular is very confusing, due to > the recursive dependencies ( coyote provides 'drivers' for > 3.3 and 4.0 ). > > What I would like to change: > - first build 'coyote-api.jar' -> only the coyote specific APIs, > no driver > > - various other targets that depend on coyote can go on - > tomcat3.3 and tomcat4 builds in particular, jk and http11 > > - build coyote-tomcat4.jar and coyote-tomcat33.jar > ( and coyote-res.jar ). That probably belongs to the > tomcat build.xml ( probably the drivers themself would > better sit in the jakarta-tomcat-xx CVS, but for now > we can live them in jtc )
TC 4 is already sort of doing that with tomcat-util. I didn't go into anything fancier as the Catalina core doesn't depend on Coyote yet (and maybe never will; adding types from tomcat-util may be good enough). Remy -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>