Andy Clark wrote: > > Should the Axis checkout include everything required for > building the project, short of including J2SDKEE? Also, it > would be nice if a build script were included to make the > build simpler. I don't like having to run Ant manually each > time.
Ant comes with a build script. The question is whether each project should check in their own (and possibly different) version of Ant, or should a person be able to install it once and use it everywhere? Every project seems to draw the line a different place. For Xerces, apparently it is everything but the JDK. Axis checks in clutil, log4j, wsdl4j, but does not check in Ant, Junit, ServletAPI, or the parser of your choice. Junit and ServletAPI should be optional, and you should be able to use any JAXP 1.1 compliant parser... Tomcat checks in no jars. - Sam Ruby --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
