David > > This was caused because I had to move my turbine project from the standard > > location setup by the TDK to the Eclipse IDE workspace directory. I copied > > all directories under the project directory into the workspace setup by > > Eclipse and built the project, I use the Sysdeo Tomcat plugin for Eclipse. > > Now when I run it from Eclipse I get the above error. I have checked the > > Turbineresources.properties file and it has nothing that is directory > > specific so don't know why it suddenly cannot find the Default > > screen class. > > > > Code is not changed. Eclipse does allow you to change the project > > directory > > to the webapps directory, but it blows up when it tries to compile my 6 > > Turbine projects with non standard package path (/WEB-INF/src/java/com/... > > instead of /WEB-INF/src/com/...)
I'm not sure about the Tomcat plugin, but as far as using Eclipse, I can tell you what works for me. When I create a new project in Eclipse, I uncheck 'use default' under Project contents and set the Directory to tdk/webapps/[myProject] . Eclipse finds the correct source folders under WEB-INF/src/java/com/... just as you have. I'm using Eclipse 2.0.1. It may be important that you set the directory from the beginning, rather than changing it later. Hope that helps! -- Eric Emminger [EMAIL PROTECTED] -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
