build of the master branch is broken ?

45 views
Skip to first unread message

Julien Dramaix

unread,
Oct 23, 2013, 11:00:21 AM10/23/13
to google-web-tool...@googlegroups.com
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)


Does anyone have an idea ?

Thanks,

Julien

John Stalcup

unread,
Oct 23, 2013, 11:02:25 AM10/23/13
to google-web-tool...@googlegroups.com

I'll take a look

--
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-co...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Julien Dramaix

unread,
Oct 23, 2013, 11:04:16 AM10/23/13
to google-web-tool...@googlegroups.com
Sorry I sent this message too quickly... I reconfigured my environment this morning (reinstall ant and java) and I'm pretty this error occurs because I'm compiling with an old version of java. 

Julien Dramaix

unread,
Oct 23, 2013, 11:13:27 AM10/23/13
to google-web-tool...@googlegroups.com
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


--
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 google-web-toolkit-co...@googlegroups.com.

John Stalcup

unread,
Oct 23, 2013, 12:15:13 PM10/23/13
to google-web-tool...@googlegroups.com
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" ?

Julien Dramaix

unread,
Oct 23, 2013, 12:59:40 PM10/23/13
to google-web-tool...@googlegroups.com
"ant clean" has solved the problem !

Thanks,

Julien
Reply all
Reply to author
Forward
0 new messages