From: Matthew B. <mat...@co...> - 2005-05-26 16:33:07
|
gxdev Developer wrote: > hi > > I checkout the bod source code from the CVS head at > 3pm. > > Did a build using ANT everything went fine. > Then did a setup using bodington.war everything went > fine. > > But when I hit the browser at the following URL : > > http://mywebserver/bodington/site/ > > I get the following exception throw at me: > > java.lang.NoClassDefFoundError > > org.bodington.servlet.template.XmlTemplate.class$(XmlTemplate.java:96) This is the line that attempts to setup the Logger for the class which has now been removed in HEAD (a few minutes ago). You could try a CVS update and a new build, although my builds worked fine before and after removing this line. > org.bodington.servlet.template.XmlTemplate.compile(XmlTemplate.java:630) This is the line that tries to call the Java compiler to compile the template. Are you running Tomcat with the JDK rather than the JRE? One way round this might be to turn template compilation on in the build.properties so that it doesn't happen in the servlet container world. If you have somewhere (website?) you can put the WAR you built that I can grab it from I'll have a look and see if I can figure out what is wrong. -- +--Matthew Buckett-----------------------------------------+ | VLE Developer, Learning Technologies Group | | Tel: +44 (0) 1865 283660 http://www.oucs.ox.ac.uk/ | +------------Computing Services, University of Oxford------+ |