I get this new error when compiling researchr


[javac] /Users/eelcovisser/researchr/trunk/.servletapp/src-generated/utils/DispatchServletHelper.java:1079: cannot find symbol
[javac] symbol : constructor ReflectionEntity(java.lang.String)
[javac] location: class org.webdsl.lang.ReflectionEntity
[javac] ent = new ReflectionEntity(“Message”);

Submitted by Eelco Visser on 22 March 2011 at 23:07

On 23 March 2011 at 09:02 Eelco Visser commented:

Problem went away after a manual clean of all the build directories. Some artifact of incremental compilation?

Log in to post comments