-
jasperdemo problem
Hi!
when I run jasperdemo (1-1-5 from cvs in April 12 2005) I get this error from
tomcat log
Code:
Caused by: java.lang.IllegalStateException: Could not load 'DispatcherServlet.properties': class path resource [DispatcherServlet.properties] cannot be opened because it does not exist
then I edit the build.xml from jasperdemo, add in the line 37
Code:
<include name="**/*.properties"/>
and now works! this is right?
thanks!
-
Thanks for this - committed this change to CVS.
Rob