On Tue, 23 Oct 2001, Nitin Vira wrote:
> Date: Tue, 23 Oct 2001 11:52:54 -0700
> From: Nitin Vira <[EMAIL PROTECTED]>
> Reply-To: [EMAIL PROTECTED]
> To: [EMAIL PROTECTED]
> Subject: RE: Compilation Error when building Tomcat
>
> i had got the jakarta-serlvetapi-4 from the website and i had checked
> that it has the methods are required but ant is not picking up that
> jar its reading from somewhere else, does it read some classpath.
>
You have total control over where each JAR file is taken from, by
configuring the "build.properties" file. The quickest way to set this up
is to copy "build.properties.sample" to "build.properties" and then edit
it to suit. The properties that matter for this purpose are
"servlet.home", "servlet.lib", and "servlet.jar".
Craig