Thanks, Ignacio. Diane Dolt was able to tell me what the task name was. After that I found it in jkant.jar. I had already built it under: D:\Test\jakarta\cvs\jakarta-tomcat-connectors\jk\build\WEB-INF\lib
But it was not set in the classpath when Ant runs. After I fixed that, it all built. If you change the build file to use a <classpath/> element which points to the jkant.jar, it should be fine. Agree? -----Original Message----- From: Ignacio J. Ortega [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 05, 2002 3:22 PM To: 'Tomcat Users List' Subject: RE: Using the Jk2 filter vs Jk filter. > De: Robert Priest [mailto:[EMAIL PROTECTED]] > Enviado el: 5 de junio de 2002 18:11 Better to try the isapi.dsp file at native2/server/iis for now, open it with MSDEV and build.. is what i use to work with, and the one i maintain carefully.. at least for a while, later the preferred method will be ant, of course You will need to set the enviroment values JAVA_HOME,APACHE2_HOME, in addition to the MSSDk ones.. prior to enter in MSDEV.. > I am attempting to build using the build.xml file in native2 > dir (that is But for the ant problems, you need to build at the top j-t-c dir first, this will build the jkant dir ( you can do it directly ), because the so task is j-t-c own, not a standard one.. and resides at jkant, this should be done by the top build.xml.. Later you will need to do various things, prior to build in native2: 1) adapt the build.properties at native2 level or up to suit your needs 2) execute the c:\Program Files\Microsoft Visual Studio\VC98\Bin\VCVARS32.BAT This will produce a i_r2.dll at the build dir.. Saludos , Ignacio J. Ortega -- 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]>
