I have a problem with path to javascript in my GWT
html.
I get: WARNING: No file found for: /smartajax/libs/historyjs/history.html4.js
and more like this
File exists in my war/html1
dir.
It happens only if script like this above is called not from my Html1.html, but from other script that is in public (its not declared in html by <script type="text/javascript" ...>
- public_res
- smartajax
- libs
- historyjs
- war
- html1
- smartajax
- libs
- historyjs
<script type="text/javascript" src="html1/smartajax/load.smartajax.js"></script>
How to solve this?