It appears that runtime execution is resulting from trying to use the old zero-args constructor when it should be using the new varargs constructor. I think it's likely that you need to recompile the class files that refer to ConditionAll/CompoundCondition etc.
does it work for you after an "ant clean" ? On Wed, Oct 23, 2013 at 8:13 AM, Julien Dramaix <[email protected]>wrote: > ok John keep me inform. FYI, my environment seems to be correct (ant 1.9.2 > with java 1.7) and the git history tells me that this class was modified > recently. > > Thanks, > > Julien > > > On Wed, Oct 23, 2013 at 5:02 PM, John Stalcup <[email protected]> wrote: > >> I'll take a look >> On Oct 23, 2013 8:00 AM, "Julien Dramaix" <[email protected]> >> wrote: >> >>> Hi all, >>> >>> I've just synchronized my master branch with the remote one and try to >>> build gwt by invoking ant but I receive the following error : >>> >>> build.alldeps.jar: >>> >>> compile: >>> >>> -filter.props: >>> >>> build: >>> >>> compile: >>> >>> precompile.modules: >>> [java] Loading inherited module 'com.google.gwt.core.Core' >>> [java] Loading inherited module 'com.google.gwt.emul.Emulation' >>> [java] Loading inherited module >>> 'com.google.gwt.logging.LogImpl' >>> [java] [ERROR] Line 14: Unexpected exception while >>> processing element 'replace-with' >>> [java] java.lang.NoSuchMethodError: >>> com.google.gwt.dev.cfg.ConditionAll: method <init>()V not found >>> [java] at com.google.gwt.dev.cfg.Rule.<init>(Rule.java:29) >>> [java] at >>> com.google.gwt.dev.cfg.RuleReplaceWith.<init>(RuleReplaceWith.java:31) >>> [java] at >>> com.google.gwt.dev.cfg.ModuleDefSchema$BodySchema.__replace_with_begin(ModuleDefSchema.java:570) >>> [java] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native >>> Method) >>> [java] at >>> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) >>> >>> the full compilation log can be found there : >>> https://docs.google.com/file/d/0BwVGJUurq6uVZ1N0MXJLaFVnRFk/edit?usp=sharing >>> >>> Does anyone have an idea ? >>> >>> Thanks, >>> >>> Julien >>> >>> -- >>> 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 a topic in the >> Google Groups "GWT Contributors" group. >> To unsubscribe from this topic, visit >> https://groups.google.com/d/topic/google-web-toolkit-contributors/W33ekCUisa0/unsubscribe >> . >> To unsubscribe from this group and all its topics, 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. > -- 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.
