In order to get around the multiple-artifacts error above, I needed to
go into the
Ant build file that drives Ivy, and modify the pattern attribute on
the "retrieve"
element.
In particular, I had to add the parenthetical classifier piece at the
end:
<ivy:retrieve pattern="${lib.dir}/[conf]/[artifact]-[revision](-
[classifier]).[ext]" />
I'm still not building, but at least I'm getting a different error
now:
Compiling module org.screaming.web.ui.Main
[java] [ERROR] Errors in 'jar:file:/home/pohl/.ant/playpen/
gwt.compile/gwt-user-2.3.0.jar!/com/google/gwt/user/client/ui/
DisclosurePanel.java'
[java] [ERROR] Internal compiler error
[java] java.lang.NoSuchMethodError:
com.google.gwt.resources.ext.ClientBundleRequirements.addConfigurationProperty(Ljava/
lang/String;)V
--
You received this message because you are subscribed to the Google Groups
"Google Web Toolkit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-web-toolkit?hl=en.