Re: Missing Custom Linker Output Files when using GWT Eclipse Plugin

2017-05-23 Thread Thomas Broyer
No it's not possible. Only public resources and, special-cased, GWT-RPC serialization policies are copied to the launcherDir/war. Actually, using my (experimental) gwt-devserver should work though. https://github.com/tbroyer/gwt-devserver -- You received this message because you are subscribed

Re: Missing Custom Linker Output Files when using GWT Eclipse Plugin

2017-05-22 Thread bobbitdiddle
I guess I didn't ask the right question. What I really want to do is emit a resource from my custom linker that gets written into the "real" war directory that the browser is targeting - so that you don't need an http://localhost:9876/... URL to retrieve it. Is that possible? -- You

Re: Missing Custom Linker Output Files when using GWT Eclipse Plugin

2017-05-22 Thread bobbitdiddle
Is my issue the same as Vitaly's in this thread ? So I just "need to use GWT.getModuleBaseForStaticFiles() instead of GWT.getModuleBaseURL()."? I'm

Missing Custom Linker Output Files when using GWT Eclipse Plugin

2016-11-16 Thread bobbitdiddle
When using the GWT 2.7 Eclipse Plugin and a custom linker, if I create a new artifact, foo.js, inside the linker, it doesn't show up when I try to load it from the main web page of my application. I need to create this file to dynamically load certain script files. I already observed that the