So I've gotten GWT to make a cross domain script with the xsiframe linker and it works ok.
However one problem:
In my local GWT app i'm developing, I'm doing something like this:
<script type="text/javascript" language="javascript" src="/myapp/myapp.nocache.js"></script>
it breaks.
It looks like in the debugger, it's trying to debug xsapp.nocache.js which it should not need to.
Is there a workaround for this? Seems like we can't just use standalone (non-inherited) GWT libraries if this can't be done.
Luis