Re: Adding a local javascript to GWT

2015-04-27 Thread rjcarr
The script path has Trust but nothing else does. Generally, this isn't a GWT problem. Good luck! On Monday, April 13, 2015 at 10:35:35 PM UTC-7, mohit wrote: Hi I am trying to add a .js file https://code.google.com/p/geoxml3/#Basic_Usage to my GWT project. I have made the entry in my

Adding a local javascript to GWT

2015-04-13 Thread mohit
Hi I am trying to add a .js file https://code.google.com/p/geoxml3/#Basic_Usage to my GWT project. I have made the entry in my host HTML: script type=text/javascript src=../src/main/resources/Trust/geoxml3.js/script I pasted the .js file in /src/main/resources/ and added it to my build path.