Ant Build Error with GWT 2.8 and GWTP

2016-12-21 Thread Craig McNicholas
Hi, our current GWT 2.7 project is being upgraded to 2.8. We have builds working locally via eclipse but when published to our build server we hit the following issue. The build server has 1.8 JDK as well as GWT 2.8.0 source and our ant build script has been updated appropriately however I

Re: Conditional script tag in a GWT module declaration

2012-09-25 Thread Craig McNicholas
Bump! Would also like to see this. I have some great webkit styling for native scrollbars via css but for other browsers I am having to use a jQuery plugin to replace the native ones (yuck) I would like to only include this script for non webkit browsers but currently its all or nothing. On