Custom Post Linker and Super Dev Mode

2018-02-20 Thread MCMicS
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+unsubscr...@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.


Why is PermutationWorker package protected?

2014-08-05 Thread MCMicS
Hi,

I want to speed up the compiling process and want create an subclass of 
'PermutationWorkerFactory'. This works fine but is there any reason that 
the 'PermutationWorker' interface is package protected?

The factory should create Workers and so the interface should be public too 
i think.

Cheers
MCMicS

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Re: GWT DevMode latest version (1.25 ?) crashes FireFox 24 ESR

2013-12-16 Thread MCMicS
I updated to version 24.2.0 and the plugin still not works.
If I install the latest plugin (1.26) my Firefox crashes and cannot start. 
After removing the latest plugin my Firefox starts again.


Am Montag, 4. November 2013 11:52:25 UTC+1 schrieb stuckagain:
>
> Hi,
>  
> I am trying to run devmode on FireFox 24 ESR release, Plugin version says 
> 1.25.
> When FireFox starts it crashes, when I delete the GWT DevMode plugin 
> FireFox works again.
>  
> I can not upgrade to a newer version of FireFox since this is the version 
> that our customers will use and so I want to debug in this version.
>  
> David
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/groups/opt_out.


Re: GWT DevMode latest version (1.25 ?) crashes FireFox 24 ESR

2013-11-07 Thread MCMicS
@Brian. The 1.24 plugin not work for latest ESR Release (24.1.0) because 
the xpi manifest contains version check for FF 24.0.*.

Cheers

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/groups/opt_out.