Generally I just exclude the super classes from the project; since there should always a server-side equivalent, the rest of the code should still compile. You lose syntax checking on the super files, though.
On Wed, Jan 15, 2014 at 12:10 PM, Danilo Reinert <[email protected]>wrote: > I'm unable to avoid java compiler confusion related to super classes. > > -- > D. Reinert > > Em quarta-feira, 15 de janeiro de 2014 12h38min53s UTC-3, Danilo Reinert > escreveu: > >> I tried importing from eclipse files but I`m still getting 8 errors: >> >> java: duplicate class: com.google.gwt.regexp.shared.RegExp >> java: duplicate class: com.google.gwt.regexp.shared.SplitResult >> java: duplicate class: com.google.gwt.validation. >> client.GwtMessageInterpolator >> java: duplicate class: com.google.gwt.validation.client.spi. >> GwtConfigurationState >> java: duplicate class: com.google.gwt.regexp.shared.MatchResult >> java: duplicate class: com.google.gwt.validation. >> client.impl.GwtConfiguration >> >> GwtConfiguration.java >> java: com.google.gwt.validation.client.impl.GwtConfiguration is not >> abstract and does not override abstract method addMapping(java.lang.String) >> in javax.validation.Configuration >> java: method does not override or implement a method from a supertype >> >> >> I've configured GWT SDK to $gwt/trunk/build/staging/gwt-0.0.0. >> >> Any IDEAs? >> >> -- >> D. Reinert >> >> Em quarta-feira, 15 de janeiro de 2014 06h30min03s UTC-3, Julien Dramaix >> escreveu: >>> >>> IIRC, I've just imported the projects using the eclipse files and >>> followed the instruction in README.txt file. >>> >>> >>> On Wed, Jan 15, 2014 at 10:11 AM, Thomas Broyer <[email protected]>wrote: >>> >>>> >>>> On Wednesday, January 15, 2014 5:52:54 AM UTC+1, Danilo Reinert wrote: >>>>> >>>>> Has anyone set-up gwt project in IDEA 12+ ? >>>>> >>>> >>>> I know Ray Cromwell has, among others most probably. Maybe he can share >>>> some files somewhere? >>>> >>>> In the (near?) future, we'll migrate out of Ant to make it easier to >>>> auto-configure your IDE (either Eclipse or IntelliJ, possibly others). >>>> >>>> You can try out Ray's gradle-build branch: https://github.com/ >>>> cromwellian/gwt-sandbox/tree/gradle-build >>>> >>>> I've been working on the Gradle build on my side, based on Ray's >>>> scripts and with the intent to first mimick the Ant build, but haven't >>>> tested the IntelliJ configuration (yet): https://github.com/ >>>> tbroyer/gwt-sandbox/tree/gradle-build >>>> >>>> -- >>>> http://groups.google.com/group/Google-Web-Toolkit-Contributors >>>> --- >>>> You received this message because you are subscribed to the Google >>>> Groups "GWT Contributors" group. >>>> To unsubscribe from this group and stop receiving emails from it, send >>>> an email to google-web-toolkit-contributors+unsubscribe@ >>>> googlegroups.com. >>>> For more options, visit https://groups.google.com/groups/opt_out. >>>> >>> >>> -- > http://groups.google.com/group/Google-Web-Toolkit-Contributors > --- > You received this message because you are subscribed to the Google Groups > "GWT Contributors" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/groups/opt_out. > -- http://groups.google.com/group/Google-Web-Toolkit-Contributors --- You received this message because you are subscribed to the Google Groups "GWT Contributors" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
