Добрый вечер!
Никак не могу скомпилировать виджеты vaadin дефолтным gwt компилятором.
Он вроде уже работает, но вот никак не могу понять, из-за чего ошибка?
1.
2.
3.
4.
5.
6.
7.
8.
9.
10.
11.
12.
13.
14.
15.
16.
17.
18.
19.
20.
21.
22.
23.
24.
25.
26.
27.
28.
29.
30.
31.
32.
33.
34.
35.
36.
37.
38.
39.
40.
41.
42.
43.
44.
45.
46.
47.
48.
49.
50.
51.
52.
53.
54.
55.
56.
57.
58.
59.
60.
61.
62.
63.
64.
65.
66.
67.
68.
69.
70.
71.
72.
73.
74.
75.
76.
77.
[no56892@localhost src]$ java -Xmx2048m -Xss512m -cp "gwt-dev.jar:gwt-user.jar:vaadin-client-compiler-7.3.0.jar:vaadin-shared-7.3.0.jar:cl.jar:." com.google.gwt.dev.Compiler -logLevel ALL net.sf.Wwidget
...
Resolving net.sf.client.Wwidget
Found type 'net.sf.client.Wwidget'
Resolving method <init>
Resolving method onModuleLoad
Finding entry point classes
Tracing compile failure path for type 'com.vaadin.client.ApplicationConfiguration'
[ERROR] Errors in 'jar:file:/home/no56892/Downloads/gwt-2.7.0/src/cl.jar!/com/vaadin/client/ApplicationConfiguration.java'
[ERROR] com.vaadin.client.ApplicationConnection cannot be resolved to a type
[ERROR] Errors in 'jar:file:/home/no56892/Downloads/gwt-2.7.0/src/cl.jar!/com/vaadin/client/ServerConnector.java'
[ERROR] com.vaadin.client.ApplicationConnection cannot be resolved to a type
[ERROR] Errors in 'jar:file:/home/no56892/Downloads/gwt-2.7.0/src/cl.jar!/com/vaadin/client/WidgetSet.java'
[ERROR] com.vaadin.client.ServerConnector cannot be resolved to a type
[ERROR] Errors in 'jar:file:/home/no56892/Downloads/gwt-2.7.0/src/cl.jar!/com/vaadin/client/ApplicationConnection.java'
[ERROR] com.vaadin.client.ui.ui.UIConnector cannot be resolved to a type
[ERROR] Errors in 'jar:file:/home/no56892/Downloads/gwt-2.7.0/src/cl.jar!/com/vaadin/client/UIDL.java'
[ERROR] com.vaadin.client.ApplicationConnection cannot be resolved to a type
[ERROR] Errors in 'jar:file:/home/no56892/Downloads/gwt-2.7.0/src/cl.jar!/com/vaadin/client/LayoutManager.java'
[ERROR] com.vaadin.client.ApplicationConnection cannot be resolved to a type
[ERROR] Errors in 'jar:file:/home/no56892/Downloads/gwt-2.7.0/src/cl.jar!/com/vaadin/client/ui/ui/UIConnector.java'
[ERROR] Line 95: Class<UI> cannot be resolved to a type
[ERROR] Line 93: The import com.vaadin.ui cannot be resolved
[ERROR] Line 95: UI cannot be resolved to a type
[ERROR] Errors in 'jar:file:/home/no56892/Downloads/gwt-2.7.0/src/cl.jar!/com/vaadin/client/VLoadingIndicator.java'
[ERROR] com.vaadin.client.ApplicationConnection cannot be resolved to a type
[ERROR] Errors in 'jar:file:/home/no56892/Downloads/gwt-2.7.0/src/cl.jar!/com/vaadin/client/ui/VContextMenu.java'
[ERROR] com.vaadin.client.ui.VOverlay cannot be resolved to a type
[ERROR] Errors in 'jar:file:/home/no56892/Downloads/gwt-2.7.0/src/cl.jar!/com/vaadin/client/componentlocator/ComponentLocator.java'
[ERROR] com.vaadin.client.ApplicationConnection cannot be resolved to a type
[ERROR] Errors in 'jar:file:/home/no56892/Downloads/gwt-2.7.0/src/cl.jar!/com/vaadin/client/ConnectorHierarchyChangeEvent.java'
[ERROR] com.vaadin.client.ComponentConnector cannot be resolved to a type
[ERROR] Errors in 'jar:file:/home/no56892/Downloads/gwt-2.7.0/src/cl.jar!/com/vaadin/client/communication/PushConnection.java'
[ERROR] com.vaadin.client.ApplicationConnection cannot be resolved to a type
[ERROR] Errors in 'jar:file:/home/no56892/Downloads/gwt-2.7.0/src/cl.jar!/com/vaadin/client/ComponentConnector.java'
[ERROR] com.vaadin.client.ServerConnector cannot be resolved to a type
[ERROR] Errors in 'jar:file:/home/no56892/Downloads/gwt-2.7.0/src/cl.jar!/com/vaadin/client/communication/RpcManager.java'
[ERROR] com.vaadin.client.ApplicationConnection cannot be resolved to a type
[ERROR] Errors in 'jar:file:/home/no56892/Downloads/gwt-2.7.0/src/cl.jar!/com/vaadin/client/ConnectorMap.java'
[ERROR] com.vaadin.client.ApplicationConnection cannot be resolved to a type
[ERROR] Errors in 'jar:file:/home/no56892/Downloads/gwt-2.7.0/src/cl.jar!/com/vaadin/client/VTooltip.java'
[ERROR] com.vaadin.client.ui.VOverlay cannot be resolved to a type
[ERROR] Errors in 'jar:file:/home/no56892/Downloads/gwt-2.7.0/src/cl.jar!/com/vaadin/client/communication/Heartbeat.java'
[ERROR] com.vaadin.client.ApplicationConnection cannot be resolved to a type
[ERROR] Errors in 'jar:file:/home/no56892/Downloads/gwt-2.7.0/src/cl.jar!/com/vaadin/client/ui/ManagedLayout.java'
[ERROR] com.vaadin.client.ComponentConnector cannot be resolved to a type
[ERROR] Errors in 'jar:file:/home/no56892/Downloads/gwt-2.7.0/src/cl.jar!/com/vaadin/client/ui/layout/ElementResizeListener.java'
[ERROR] com.vaadin.client.ui.layout.ElementResizeEvent cannot be resolved to a type
[ERROR] Errors in 'jar:file:/home/no56892/Downloads/gwt-2.7.0/src/cl.jar!/com/vaadin/client/ui/layout/LayoutDependencyTree.java'
[ERROR] com.vaadin.client.ApplicationConnection cannot be resolved to a type
[ERROR] Errors in 'jar:file:/home/no56892/Downloads/gwt-2.7.0/src/cl.jar!/com/vaadin/client/ui/VOverlay.java'
[ERROR] com.vaadin.client.ApplicationConnection cannot be resolved to a type
[ERROR] Errors in 'jar:file:/home/no56892/Downloads/gwt-2.7.0/src/cl.jar!/com/vaadin/client/ui/ActionOwner.java'
[ERROR] com.vaadin.client.ApplicationConnection cannot be resolved to a type
[ERROR] Errors in 'jar:file:/home/no56892/Downloads/gwt-2.7.0/src/cl.jar!/com/vaadin/client/HasComponentsConnector.java'
[ERROR] com.vaadin.client.ServerConnector cannot be resolved to a type
[ERROR] Errors in 'jar:file:/home/no56892/Downloads/gwt-2.7.0/src/cl.jar!/com/vaadin/client/communication/AbstractServerConnectorEvent.java'
[ERROR] com.vaadin.client.ServerConnector cannot be resolved to a type
[ERROR] Errors in 'jar:file:/home/no56892/Downloads/gwt-2.7.0/src/cl.jar!/com/vaadin/client/metadata/Type.java'
[ERROR] com.vaadin.client.communication.JSONSerializer cannot be resolved to a type
[ERROR] Errors in 'jar:file:/home/no56892/Downloads/gwt-2.7.0/src/cl.jar!/com/vaadin/client/metadata/Method.java'
[ERROR] com.vaadin.client.metadata.Type cannot be resolved to a type
[ERROR] Errors in 'jar:file:/home/no56892/Downloads/gwt-2.7.0/src/cl.jar!/com/vaadin/client/ComponentDetailMap.java'
[ERROR] com.vaadin.client.ComponentDetail cannot be resolved to a type
[ERROR] Errors in 'jar:file:/home/no56892/Downloads/gwt-2.7.0/src/cl.jar!/com/vaadin/client/ComponentDetail.java'
[ERROR] com.vaadin.client.ServerConnector cannot be resolved to a type
[ERROR] Errors in 'jar:file:/home/no56892/Downloads/gwt-2.7.0/src/cl.jar!/com/vaadin/client/ui/layout/ElementResizeEvent.java'
[ERROR] com.vaadin.client.LayoutManager cannot be resolved to a type
[ERROR] Errors in 'jar:file:/home/no56892/Downloads/gwt-2.7.0/src/cl.jar!/com/vaadin/client/ui/Action.java'
[ERROR] com.vaadin.client.ui.ActionOwner cannot be resolved to a type
[ERROR] Errors in 'jar:file:/home/no56892/Downloads/gwt-2.7.0/src/cl.jar!/com/vaadin/client/metadata/Property.java'
[ERROR] com.vaadin.client.metadata.Type cannot be resolved to a type
[ERROR] Errors in 'jar:file:/home/no56892/Downloads/gwt-2.7.0/src/cl.jar!/com/vaadin/client/metadata/InvokationHandler.java'
[ERROR] com.vaadin.client.metadata.Method cannot be resolved to a type
[ERROR] Errors in 'jar:file:/home/no56892/Downloads/gwt-2.7.0/src/cl.jar!/com/vaadin/client/communication/JSONSerializer.java'
[ERROR] com.vaadin.client.ApplicationConnection cannot be resolved to a type
При том, что эти файлы там есть естественно! Более того, и .class и .java!
cl.jar это модифицированный vaadin-client-x.x.x.jar, там закомментировал строчку <set-property
value="gwt.logging.firebugHandler" name="DISABLED" />, т.к. gwt компилятор версии 2.7.0 на нее ругается.
P.S. Если без ваадин, то все нормально компилируется!