Wolfgang--

Definitely, the issue of container specific build dependencies from the source tree is something that we'll need to address in the long run.

Today, NetUI has three source modules that are Tomcat specific -- see netui/src/tomcat-* and each of these has a sub-directory that is version specific. The build-time dependencies are satisfied through JARs checked into netui/external/5x and include catalina.jar and tomcat-coyote.jar.

So, as we support different versions of Tomcat APIs, we'll need to add new sub-directories for source and build-time dependencies.

As we add new containers (Jetty, Tomcat 6, etc), this set of source and build artifacts will grow, and we'll need to address how to manage this in the builds and on disk. But, it seems reasonable to integrate into the functionality of a container, which can require taking some dependencies like this.

  What do you think?

Eddie



[EMAIL PROTECTED] wrote:
Hi Michael, Daryl, Eddie

Are there source codes in Beehive that requires catalina.jar to build right
now ?
If so, How catalina.jar is managed/will be managed ?
I'm worrying to manage the version of catalina.jar for future...

Thanks in advance.

Wolfgang.






Reply via email to