You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by Paul Green <pa...@dsl.pipex.com> on 2005/08/16 22:01:30 UTC

Tapestry 4 cvs build fix

I am using jdk1.4.2 and was unable initially to build the contrib  
jar. This was found to come down to compiler not being able to find  
HttpSession.

Problem came down to build.xml file located in the contrib directory  
requiring the line:

<ibiblio-dependency artifact="servletapi"          
version="2.3"                 group="servletapi"/>

Which had been commented out for some reason.

Hope this is useful

Paul