--- build.xml.orig 2011-03-05 14:11:01.000000000 +0100 +++ build.xml 2011-03-08 17:39:53.752257789 +0100 @@ -147,6 +147,7 @@ + @@ -291,6 +292,7 @@ + @@ -420,7 +422,7 @@ - + @@ -464,7 +466,7 @@ - + - + + JSP 2.2 Implementation JAR File - + JSP 2.2 EL Implementation JAR File - +--> - + @@ -745,14 +747,14 @@ - + @@ -809,7 +811,7 @@ source="${compile.source}" target="${compile.target}" optimize="${compile.optimize}" - classpath="${tomcat.classes}" + classpath="${tomcat.classes}:${jsp-api.jar}" excludes="**/CVS/**,**/.svn/**" encoding="ISO-8859-1" includeantruntime="false"> @@ -821,7 +823,7 @@ source="${compile.source}" target="${compile.target}" optimize="${compile.optimize}" - classpath="$tomcat.lcasses}" + classpath="${tomcat.classes}:${jsp-api.jar}" excludes="**/CVS/**,**/.svn/**" encoding="ISO-8859-1" includeantruntime="false"> @@ -829,11 +831,11 @@ - + - +