On Thu, 7 Feb 2002, Remy Maucherat wrote: > For the ZIP/TGZ packaging: > > A) Full JDK 1.4: This includes everything, except the libraries which are > already included in the JDK (including the JAXP XML parser). > B) Light JDK 1.4: This incluides a bare bones Tomcat distribution which > would only run on JDK 1.4. Note: For Tomcat 4.0-HEAD (aka 4.1), this will > still includes the admin feature and the necessary JMX implementation > (OpenJMX, which has a very nice license). > C) Light JDK 1.3: Essentially the same as B, with the addition of an XML > parser. > D) Full distrbution (same as right now).
I think B is ok, but we must at least try to deal with the common case where the user downloads/installs various binary packages. Say /usr/lib/java, with each package beeing unziped there, similar with what is required for tomcat build. The same build.properties file could be 'reused' at runtime, by reading it from the shell script or starter and adding the classes to the loader. Just an idea - I'm not volunteering :-) Costin k -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>