I just tested using smartgwt-mobile with gwt 2.7.0 - and get a build error.
Version: smartgwt-mobile-1.0d_2015-01-22
If I try and build the included 'helloworld' sample .. I get the same error as in my project... Is this known about? or am I doing something wrong?
	
... Also I found trying to search to find if this [and other issues in the past] had already come up much trickier because of all the discussions of SmartGWT not-mobile - would it not make sense to have a separate forum for SmartGWT-mobile - particularly as it has quite a different API [and output] to the desktop products?
Thanks,
					Version: smartgwt-mobile-1.0d_2015-01-22
If I try and build the included 'helloworld' sample .. I get the same error as in my project... Is this known about? or am I doing something wrong?
Code:
	
	gwtc:
     [java] Compiling module com.mycompany.HelloWorld
     [java]    Ignored 1 unit with compilation errors in first pass.
     [java] Compile with -strict or with -logLevel set to DEBUG or WARN to see all errors.
     [java]    [ERROR] Could not find com.google.gwt.core.client.impl.StackTraceCreator.CollectorChrome in types compiled from source. Is the source glob too strict?
     [java]    [ERROR] Errors in 'com/google/gwt/core/client/impl/StackTraceCreator.java'
     [java]       [ERROR] Line 364: Rebind result 'com.google.gwt.core.client.impl.StackTraceCreator.CollectorChrome' could not be found
... Also I found trying to search to find if this [and other issues in the past] had already come up much trickier because of all the discussions of SmartGWT not-mobile - would it not make sense to have a separate forum for SmartGWT-mobile - particularly as it has quite a different API [and output] to the desktop products?
Thanks,
Comment