Hi, I just noticed this morning that our project fails to build this morning due to a change in HEAD-SNAPSHOT.
We are using knightsoft gwt-bean-validators and its source is apparently depending on the fact that GWT is emulating the NoSuchMethodException. I saw this commit where there is a mention that this was discussed: https://github.com/gwtproject/gwt/commit/329b21962075c675d1a2e2b3d48049ca5e9fe195 This is what I get now when compiling: [INFO] Compiling module com.swift.cloud.platform.ui.demo.Demo [INFO] Tracing compile failure path for type 'org.apache.commons.beanutils.PropertyUtils' [INFO] [ERROR] Errors in 'jar:file:/home/dnouls/.m2/repository/de/knightsoft-net/gwt-bean-validators/1.0.0/gwt-bean-validators-1.0.0.jar!/de/knightsoftnet/validators/supersource/org/apache/commons/beanutils/PropertyUtils.java' [INFO] [ERROR] Line 56: No source code is available for type java.lang.NoSuchMethodException; did you forget to inherit a required module? [INFO] Tracing compile failure path for type 'de.knightsoftnet.validators.shared.util.BeanPropertyReaderUtil' [INFO] [ERROR] Errors in 'jar:file:/home/dnouls/.m2/repository/de/knightsoft-net/mt-bean-validators/1.0.0/mt-bean-validators-1.0.0.jar!/de/knightsoftnet/validators/shared/util/BeanPropertyReaderUtil.java' [INFO] [ERROR] Line 60: No source code is available for type java.lang.NoSuchMethodException; did you forget to inherit a required module? [INFO] Tracing compile failure path for type 'java.net.URL' [INFO] [ERROR] Errors in 'jar:file:/home/dnouls/.m2/repository/de/knightsoft-net/gwt-bean-validators/1.0.0/gwt-bean-validators-1.0.0.jar!/de/knightsoftnet/validators/supersource/java/net/URL.java' [INFO] [ERROR] Line 958: No source code is available for type java.lang.NoSuchMethodException; did you forget to inherit a required module? [INFO] Tracing compile failure path for type 'org.hibernate.validator.internal.util.logging.Log' [INFO] [ERROR] Errors in 'jar:file:/home/dnouls/.m2/repository/de/knightsoft-net/gwt-bean-validators/1.0.0/gwt-bean-validators-1.0.0.jar!/de/knightsoftnet/validators/supersource/org/hibernate/validator/internal/util/logging/Log.java' [INFO] [ERROR] Line 415: No source code is available for type java.lang.NoSuchMethodException; did you forget to inherit a required module? [INFO] Tracing compile failure path for type 'de.knightsoftnet.validators.client.impl.AbstractGwtValidator' [INFO] [ERROR] Errors in 'jar:file:/home/dnouls/.m2/repository/de/knightsoft-net/gwt-bean-validators/1.0.0/gwt-bean-validators-1.0.0.jar!/de/knightsoftnet/validators/client/impl/AbstractGwtValidator.java' [INFO] [ERROR] Line 144: No source code is available for type java.lang.NoSuchMethodException; did you forget to inherit a required module? [INFO] Tracing compile failure path for type 'org.apache.commons.beanutils.BeanUtils' [INFO] [ERROR] Errors in 'jar:file:/home/dnouls/.m2/repository/de/knightsoft-net/gwt-bean-validators/1.0.0/gwt-bean-validators-1.0.0.jar!/de/knightsoftnet/validators/supersource/org/apache/commons/beanutils/BeanUtils.java' [INFO] [ERROR] Line 48: No source code is available for type java.lang.NoSuchMethodException; did you forget to inherit a required module? [INFO] [ERROR] Aborting compile due to errors in some input files I wonder what the impact is of this change to other libraries out there. I'll file a bug report on knightsoft's implementation, but what about libs that are no longer maintained that might refer to this exception class ? -- 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]. To view this discussion on the web visit https://groups.google.com/d/msgid/google-web-toolkit-contributors/c41d9294-cfe5-4fec-a014-5578cab35cfd%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
