"mvn appengine:update" abstracts most of the packaging and compiling, so I am unsure where that separation would need to be implemented. I will check it out though. Thanks.
On Wed, Mar 9, 2016 at 11:59 AM, Michael Joyner <[email protected]> wrote: > Is there any reason you can't split the project up into two projects? A > java8 => js frontend, and the java7 backend? > > On 03/09/2016 02:57 PM, Paul Mazzuca wrote: > > Using the maven gwt and appengine plugins, is it possible to compile GWT > 2.8 in Java 8, and then app engine related files using Java 7? I realize > the managed VMs support Java 8, but it would be nice to stick with the app > engine environment which currently only support Java 7? > > I am wondering if there exists some maven configuration that would first > compile all the GWT files in Java 8, thereby converting them to javascript, > and then use java 7 for all the server files. > -- > 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. > > > -- > You received this message because you are subscribed to a topic in the > Google Groups "GWT Users" group. > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/google-web-toolkit/cK12H59iY0Y/unsubscribe > . > To unsubscribe from this group and all its topics, 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. > -- 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.
