On Tue, 15 Jan 2002, Stephane Bailliez wrote:
> > -----Original Message-----
> [...]
> > > Why is Xalan not in ${ant.home}/lib ?
> >
> > Woo hoo ... but I thought that was why you defined xalan.jar in
> > build.properties?
>
> Who is 'you' ? Where did you get this practice from ?
>From BUILDING.txt in jakarta-tomcat-4.0.1.src:
=================================
Most Jakarta subprojects allow you to customize Ant properties (with default
values defined in the "build.xml" file. This is done by creating a text file
named "build.properties" in the source distribution directory (for property
definitions local to this subproject) and/or your user home directory (for
property definitions shared across subprojects). You can use the included
"build.properties.sample" file as a starting point for this.
Tomcat has many external dependencies that are satisfied by configuring
appropriate values in your <code>build.properties</code> file. The easiest
way to satisfy these dependencies is to copy the "build.properties.sample"
file (in the top-level Tomcat source directory) to "build.properties", and
then edit it to suit your environment. On Unix, this would be done as:
=================================
That, and the fact that the build.properties.sample that comes with
jakarta-tomcat-4.0.1.src provides for a pointer to xalan.jar:
reilly2001# grep xalan build.properties.sample
xalan.jar=${jaxp.lib}/xalan.jar
which I did copy and, and did "edit it to suit your environment", setting
xalan.jar to where my xalan.jar file was located:
reilly2001# grep xalan build.properties
xalan.jar=/usr/local/xalan-j2.1.0/bin/xalan.jar
reilly2001# locate xalan.jar
/usr/local/xalan-j2.1.0/bin/xalan.jar
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>