> So the required packages are : > > ant 1.4.1 > xerces 2.0.1 > xalan 2.3.1
Xalan is not required (yet). > These two are not required by JDK 1.3 and later > > jndi 1.2.1 (SUN LICENSE PROBLEM) > ldap/jaas 1.2.3 (SUN LICENSE PROBLEM) IMO, don't include them > servletapi 4 (or 2.3 depends how we call it) > > Commons Beanutils 1.1 or greater (1.3 is the latest) > > Commons Collections 1.0 or greater (2.0 is the latest) > > Commons Digester 1.1.1 or greater (1.2 is the latest) > > Commons Logging (one of the latest) I always include the latest version of these components, and didn't run into any problems. > regexp 1.2 > Here is a list of optional packages, but it should be > fine to have them also to be able to build a fully complete > tomcat 4.1.3 > > JDBC Optional 2.0 (SUN LICENSE PROBLEM) OPtional with JDK 1.4. > mx4j 1.0 (avoid Sun JMX to have an OSS solution) JMX is not really optional (the default configuration uses it). > Java Activation Framework 1.0.1 (SUN LICENSE PROBLEM) > > JavaMail 1.2 or later (SUN LICENSE PROBLEM) I wouldn't bother about these two; they are only used by JNDI object factories. > JSSE 1.0.2 (SUN LICENSE AND CRYPTO EXPORTS PROBLEMS) Included in JDK 1.4; IMO, do not redistribute. > Java Transaction API 1.0.1 or later (SUN LICENSE PROBLEM) Only required by Tyrex; do not redistribute. > Struts 1.0.1 or later Required for the admin webapp; include it. > Tyrex Data Source 1.0 or later Do not redistribute it (replaced by commons-DBCP); interested users should install it themselves, as it is quite somplex to configure and use anyway, as has been proven by the amount of support questions we got for it. > JUnit 3.7 or later Not useful. > Commons Modeler Binary version 20020117 or later Required by the admin webapp. > Commons DBCP version 20011030 or later > > Commons Pool version 20011030 or later > > Commons Daemon version 20020219 or later I would include all of these. What's up with the daemon component BTW ? Remy -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>