Paul C
- Total activity 9
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 3
-
Paul C created a post, 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... -
Paul C created a post, AnsweredGWT Facet and Gradle build
We 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... -
Paul C commented, -
-
-
Paul C created a post, AnsweredPartial code coverage bug?
I 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 ...