On Thursday, September 11, 2014 10:36:22 AM UTC+2, Bora wrote: > > Is there a way to define two linkers and produce output from both to the > same output directory in GWT? the element "add-linker" does not actually > add a new linker but overrides the previously defined one. >
This is only true for "primary" linkers. There might be a way to do what you want (with two distinct primary linkers) by running the Precompile, CompilePerms and Link phases separately, so you could run the Link phase twice with the same input but different linkers. Not sure that would work though. See https://code.google.com/p/google-web-toolkit/wiki/DistributedBuilds Much easier to just compile twice ;-) -- 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-web-toolkit. For more options, visit https://groups.google.com/d/optout.
