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

Reply via email to