Thank you for the suggestion. I thought I had changed all the jar files but I re-configured the build path and that seems to have solved the error.
On Friday, May 4, 2018 at 1:43:49 PM UTC-4, Paul Robinson wrote: > > Check to see if you're mixing GWT versions. Maybe more than one GWT jar > file in your path. > > Paul > > On Fri, 4 May 2018, 16:09 Rachel, <[email protected] <javascript:>> > wrote: > >> I couldn't find another post with this same error but if there is one I >> apologize. >> We are moving a project from GWT 2.7 to GWT 2.8.2 but when we try to >> compile with Ant we are getting the following error and we haven't found a >> way to resolve it. >> Any suggestions would be appreciated. >> >> Buildfile: *C:\Users\s235985\workspace\wkflw_test\Approval\build.xml* >> >> *init*: >> >> *prepareGWT*: >> >> [*java*] Exception in thread "main" java.lang.NoSuchMethodError: >> com.google.gwt.util.regexfilter.RegexFilter: method <init>()V not found >> >> [*java*] at com.google.gwt.util.regexfilter.WhitelistRegexFilter.<init>( >> *WhitelistRegexFilter.java:21*) >> >> [*java*] at com.google.gwt.dev.jjs.JJSOptionsImpl.<init>( >> *JJSOptionsImpl.java:54*) >> >> [*java*] at com.google.gwt.dev.PrecompileTaskOptionsImpl.<init>( >> *PrecompileTaskOptionsImpl.java:39*) >> >> [*java*] at com.google.gwt.dev.CompilerOptionsImpl.<init>( >> *CompilerOptionsImpl.java:30*) >> >> [*java*] at com.google.gwt.dev.Compiler.main(*Compiler.java:108*) >> >> BUILD FAILED >> >> *C:\Users\s235985\workspace\wkflw_test\Approval\build.xml:48: Java >> returned: 1 * >> >> Total time: 6 minutes 20 seconds >> >> >> -- >> 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] <javascript:>. >> To post to this group, send email to [email protected] >> <javascript:>. >> 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.
