On Tue, 15 Jan 2002, Stephane Bailliez wrote: > > -----Original Message----- > > From: Marc G. Fournier [mailto:[EMAIL PROTECTED]] > > > Trying not to embarress myself a second time with a 'spelling > > mistake', I > > think I've checked everything this time *cross fingers* > > > > First, xalan.jar is installed with the xalan-j port, and I have > > build.properties set right for it: > > > > reilly2001# grep xalan build.properties > > xalan.jar=/usr/local/xalan-j2.1.0/bin/xalan.jar > > reilly2001# ls -lt /usr/local/xalan-j2.1.0/bin/xalan.jar > > -rw-r--r-- 1 root wheel 732330 Jan 14 00:29 > > /usr/local/xalan-j2.1.0/bin/xalan.jar > > Why is Xalan not in ${ant.home}/lib ?
Woo hoo ... but I thought that was why you defined xalan.jar in build.properties? It worked to move it there though, thanks loads ... > You forgot to include the offending line of your build.xml, where is the > 'xalan.jar' property used for ? reilly2001# grep xalan.jar build.xml reilly2001# pwd /usr/local/java_misc/jakarta-tomcat-4.0.1-src reilly2001# > > Stephane > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
