Reputation: 1895
I have a GWT Project in Eclipse with 2 source folders.
/java this folder contains the application code, that should be GWT compiled /test this folder contains unit test code that should not be GWT compiled (is not possible.
The packages inside these folders are the same so that I can unit test package private classes and methods as well.
When I use the GWT Compile button in Eclipse I can not configure somehow that I only want to compile what is in the /java folder. Am I overlooking something ? It makes it impossible to use -strict compilation in Eclipse.
Upvotes: 0
Views: 454