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 to generate file.
> If I compile the App it works and the legacy DevMode works also fine.
>
> But If I use SuperDevMode the file is not generated.
>
> The reason ist that the SuperDevListener has following method:
>   @Override
>   public void writeCompilerOutput(StandardLinkerContext linkerStack, 
> ArtifactSet artifacts,
>       ModuleDef module, boolean isRelink) throws UnableToCompleteException 
> {
>     // The code server will do this.
>   }
>
> The linker is called but no artifact will be written.
>
> How can I reach to generate a file (index.html, readme, ...) during 
> compile step
>
> Regards
> Michael
>
>

-- 
You received this message because you are subscribed to the Google Groups "GWT 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-web-toolkit/0f68e354-18c1-494c-baad-d7eb58d76e4b%40googlegroups.com.

Reply via email to