I was building fulcrum this morning and it told me I had to manually download servlet-2.2.jar as it was non-distributable. I saw the servletapi jar in the turbine/jars and assuming it's the same jar, this patch fixes the error.
- Stephen cvs diff project.xml (in directory C:\cvs\jakarta-turbine-fulcrum\) Index: project.xml =================================================================== RCS file: /home/cvspublic/jakarta-turbine-fulcrum/project.xml,v retrieving revision 1.35 diff -r1.35 project.xml 145c145 < <id>servlet</id> --- > <id>servletapi</id> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
