I am using GWT 2.0 plugins on Eclipse Galileo. After invoking the "New Application Project" and follow its instructions, it created standard src, test, war, etc folders.
One thing I notice (even in GWT 1.x), the test folder is not included in the Java Build Path Source. I have to do the following: o Right-click on my project name -> Build Path -> Configure Build Path. Java Build Path dialog box shows up. o Click on the "Java Build Path" on the left panel o It only shows <MyProjectName>/src o Click "Add Folder ..." button o Select test folder Is this supposed to be like this? Is it a bug? Is my environment wrong? Am I doing something wrong? Thanks in advance for your help.
-- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
