Paul C
- Total activity 9
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 3
-
Created GWT Super Dev mode not including WAR files
I have a Gradle / GWT project and I need to pull in some extra files into the WAR file: war { webInf { into('classes') from buildProperties } webInf { into('classes') from "${project(':env').proj... -
Created GWT Facet and Gradle build
AnsweredWe have a Gradle build that includes GWT code (using the de.esoco.gwt Gradle plugin). When the project is imported, everything works fine, but in the project settings for the WAR file, the GWT modu... -
Created Partial code coverage bug?
AnsweredI am trying to write some unit tests and get a piece of legacy Java code to 100% code coverage so that I can do some refactoring. To make sure that I have covered all of the paths through the code ...