Tuesday, February 20, 2018

Custom Post Linker and Super Dev Mode

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 google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment