Hi guys!
The following issue is happening when I'm trying to compile my project with
as Visualization module on Netbeans.
I've update all jars, (ajaxloader and gwt-visualization it self).
Here is:
Validating newly compiled units
[ERROR] Errors in
'jar:file:/C:/gwt-visualization-1.1.0/gwt-visualization-1.1.0/gwt-visualization.jar!/com/google/gwt/visualization/client/visualizations/IntensityMap.java'
[ERROR] Line 56: The method toJsArrayString(String[]) is undefined
for the type ArrayHelper
[ERROR] Errors in
'jar:file:/C:/gwt-visualization-1.1.0/gwt-visualization-1.1.0/gwt-visualization.jar!/com/google/gwt/visualization/client/DataView.java'
[ERROR] Line 61: The method toJsArrayInteger(int[]) is undefined
for the type ArrayHelper
[ERROR] Line 73: The method toJsArrayInteger(int[]) is undefined
for the type ArrayHelper
[ERROR] Line 81: The method toJsArrayInteger(int[]) is undefined
for the type ArrayHelper
[ERROR] Line 93: The method toJsArrayInteger(int[]) is undefined
for the type ArrayHelper
[ERROR] Errors in
'jar:file:/C:/gwt-visualization-1.1.0/gwt-visualization-1.1.0/gwt-visualization.jar!/com/google/gwt/visualization/client/DataTable.java'
[ERROR] Line 140: The method toJsArrayInteger(int[]) is undefined
for the type ArrayHelper
[ERROR] Errors in
'jar:file:/C:/gwt-visualization-1.1.0/gwt-visualization-1.1.0/gwt-visualization.jar!/com/google/gwt/visualization/client/visualizations/ImageChart.java'
[ERROR] Line 113: The method toJsArrayString(String[]) is undefined
for the type ArrayHelper
[ERROR] Errors in
'jar:file:/C:/gwt-visualization-1.1.0/gwt-visualization-1.1.0/gwt-visualization.jar!/com/google/gwt/visualization/client/visualizations/Gauge.java'
[ERROR] Line 71: The method toJsArrayString(String[]) is undefined
for the type ArrayHelper
[ERROR] Errors in
'jar:file:/C:/gwt-visualization-1.1.0/gwt-visualization-1.1.0/gwt-visualization.jar!/com/google/gwt/visualization/client/visualizations/AnnotatedTimeLine.java'
[ERROR] Line 127: The method toJsArrayString(String[]) is undefined
for the type ArrayHelper
[ERROR] Line 199: The method toJsArrayInteger(int[]) is undefined
for the type ArrayHelper
[ERROR] Line 373: The method toJsArrayInteger(int[]) is undefined
for the type ArrayHelper
[ERROR] Line 385: The method toJsArrayInteger(int[]) is undefined
for the type ArrayHelper
[ERROR] Errors in
'jar:file:/C:/gwt-visualization-1.1.0/gwt-visualization-1.1.0/gwt-visualization.jar!/com/google/gwt/visualization/client/CommonOptions.java'
[ERROR] Line 61: The method toJsArrayString(String[]) is undefined
for the type ArrayHelper
[ERROR] Errors in
'jar:file:/C:/gwt-visualization-1.1.0/gwt-visualization-1.1.0/gwt-visualization.jar!/com/google/gwt/visualization/client/visualizations/GeoMap.java'
[ERROR] Line 70: The method toJsArrayInteger(int[]) is undefined
for the type ArrayHelper
[ERROR] Errors in
'jar:file:/C:/gwt-visualization-1.1.0/gwt-visualization-1.1.0/gwt-visualization.jar!/com/google/gwt/visualization/client/VisualizationUtils.java'
[ERROR] Line 30: The method toJsArrayString(String[]) is undefined
for the type ArrayHelper
[ERROR] Line 44: The method toJsArrayString(String[]) is undefined
for the type ArrayHelper
Finding entry point classes
Anyone knows what is this all about?
Best regards.
--
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.