Hi Ken,
I thought you fixed that quite some time ago. I still see that javadoc
comment is required for any handler.
I accidentally use /* instead of /** for the comment and get the null
pointer exception. Same happens if i don't have any comment at all.
compile:
[echo] JSFTEMP = lib/jsftemplating-dt.jar
[apt] Compiling 62 source files to
/Users/anilam/as91/glassfish/admin-gui/admin-jsf/src/docroot/WEB-INF/classes
[apt] Problem encountered during annotation processing;
[apt] see stacktrace below for more information.
[apt] java.lang.NullPointerException
[apt] at
com.sun.jsftemplating.annotation.HandlerAP.formatComment(HandlerAP.java:205)
[apt] at
com.sun.jsftemplating.annotation.HandlerAP.process(HandlerAP.java:126)
[apt] at
com.sun.mirror.apt.AnnotationProcessors$CompositeAnnotationProcessor.process(AnnotationProcessors.java:60)
[apt] at com.sun.tools.apt.comp.Apt.main(Apt.java:450)
thanks
Anissa.