Re: Custom Post Linker and Super Dev Mode

2020-01-28 Thread Geoffrey Wiseman
On Tuesday, January 28, 2020 at 4:48:32 AM UTC-5, Thomas Broyer wrote: > > Those methods are to be called from the client code, not the linker itself. > Ok -- makes sense. If I modify the client code that makes those requests to use getModuleBaseForStaticFiles(), it looks like it's now trying to

Re: Custom Post Linker and Super Dev Mode

2020-01-28 Thread Thomas Broyer
On Monday, January 27, 2020 at 10:39:01 PM UTC+1, Geoffrey Wiseman wrote: > > On Wednesday, January 15, 2020 at 3:49:34 AM UTC-5, Thomas Broyer wrote: >> >> IIRC, with Super Dev Mode, public artifacts aren't generated in the >> launcher dir; you need to build your path relative to >> GWT.getMod

Re: Custom Post Linker and Super Dev Mode

2020-01-27 Thread Geoffrey Wiseman
On Wednesday, January 15, 2020 at 3:49:34 AM UTC-5, Thomas Broyer wrote: > > IIRC, with Super Dev Mode, public artifacts aren't generated in the > launcher dir; you need to build your path relative to > GWT.getModuleBaseForStaticFiles() >

Re: Custom Post Linker and Super Dev Mode

2020-01-15 Thread Thomas Broyer
IIRC, with Super Dev Mode, public artifacts aren't generated in the launcher dir; you need to build your path relative to GWT.getModuleBaseForStaticFiles() rather than GWT.getModuleBase

Re: Custom Post Linker and Super Dev Mode

2020-01-14 Thread Geoffrey Wiseman
I know this is a while back -- did you ever make any headway on this? I've seen this on a project and it wasn't a pressing concern, but if anyone has a fix for this, I'd be happy to hear it. On Tuesday, February 20, 2018 at 11:55:59 AM UTC-5, MCMicS wrote: > > Hi, > I have written an own linker