> > The servlet.jar that is distributed in jakarta-tomcat is in lib/.
> > Not in jakarta-servletapi/lib/servlet.jar as build-turbine.sh assumes.
>
> Right...that is because we assume you are going to check out the
> jakarta-servletapi package from CVS. You can override any of these settings
> by creating an .ant.properties file in your home directory or in the
> turbine/build directory.
>
Actually, that's not quite accurate. Currently, servlet.jar is added to the
classpath in build-turbine.[bat|sh], and there is no way to override it in
build-turbine.xml. There's no more logical reason for this than that I added the
JSDK env variable usage _before_ I added the .ant.properties support.
I've wanted to fix this for a while, but I didn't want to do so without warning
everyone in advance. So here's the warning: I'm proposing the modification of
the build files to add servlet.jar to the classpath in build-turbine.xml. If
your build process relies on the existence of the JSDK env variable, you will
need to create an build/.ant.properties file to override the default servlet.jar
path in build-turbine.xml. Speak now or forever hold your peace. ;-)
>
> -jon
>
--
Christopher Elkins
------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Search: <http://www.mail-archive.com/turbine%40list.working-dogs.com/>
Problems?: [EMAIL PROTECTED]