I seem to be having problems with running the JSP and BSF sample blocks.

I get a blank page with the JSP block: 

( <html><body></body></html> )

I get a null pointer exception with the GroovyMarkup generator example:

at org.codehaus.groovy.bsf.GroovyEngine.exec(GroovyEngine.java:167)

My environment is:
Linux Fedora Core 3 2.6.9-1.681_FC3
java 1.5.0_01-b08
Tomcat 5.56
  eclipse jdt has been replaced with javac following the Jasper How To
  a) removed jasper-compiler-jdt.jar from common/lib
  b) added ant.jar and ant-launcher.jar from ant 1.6.2 built with jdk1.5
  c) added the following to web.xml
     <init-param>
       <param-name>compiler</param-name>
       <param-value>javac1.5</param-value>
     </init-param>
JAVA_HOME set to /usr/jdk1.5.0_01
All Tomcat examples seem to work

Cocoon 2.1.6 and latest 2.1.x branches were built with source.vm=1.4 in
local.build.properties and target="1.5" in init-build.xml.

Have I missed something, or are there still issues with Cocoon and jdk
1.5?

-----
/mde/
just my two cents . . . .


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to