Re: GWT plugin compile can not ignore a source directory

2011-06-10 Thread stuckagain
Hi, Not an ideal solution (since I have lots of support classes which do not follow some naming convention), but it will do. Thanks, David -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To view this discussion on the web visit https

Re: GWT plugin compile can not ignore a source directory

2011-06-06 Thread Alan Chaney
On 6/6/2011 7:42 AM, stuckagain wrote: Is there a possibility in the GWT plugin to configure a source folder NOT to be included when doing a GWT compile ? See http://code.google.com/webtoolkit/doc/latest/DevGuideOrganizingProjects.html#DevGuideModuleXml and look for "Filtering Public and Sou

GWT plugin compile can not ignore a source directory

2011-06-06 Thread stuckagain
Is there a possibility in the GWT plugin to configure a source folder NOT to be included when doing a GWT compile ? I have a separate source folder in eclipse where I put my unit tests. These unit tests are put in the same package so that I can gain access to package private classes. These cl