> From: Stefan Bodewig [mailto:[EMAIL PROTECTED] > > I'd like to split optional.jar into several pieces:
Why do you need to keep the name 'optional'. It doesn't describe what it is. Wouldn't ant-xxx be better? > * optional-nodeps.jar - all stuff which doesn't require any external > code or only depends on the JVM in use. This one can savely live on > the system classpath. ant-nodeps.jar > I'm a little stretched when it comes to the Swing dependency. Should > this be placed into a separate jar as one could install javax.swing > for JDK 1.1 (and probably even Kaffe?). > > * optional-trax.jar - all stuff that requires TraX interfaces. ant-trax.jar > * optional-weblogic.jar - this would combine all three weblogic > conditional patternsets. ant-weblogic.jar > * optional-antlr.jar ant-antlr.jar > * optional-bsf.jar ant-bsf.jar ... Even some of 'core' tasks (CVS springs to mind), could be packaged thus... J. ======================================================================= Information in this email and any attachments are confidential, and may not be copied or used by anyone other than the addressee, nor disclosed to any third party without our permission. There is no intention to create any legally binding contract or other commitment through the use of this email. Experian Limited (registration number 653331). Registered office: Talbot House, Talbot Street, Nottingham NG1 5HF -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
