Хочу использовать addon Lazy Query Container
Делаю как по инструкции c
Using add-ons in netbeans
- Библиотеки загружаю в папку Libraries
gwt-user.jar, gwt-dev.jar, validation-api-1.0.0.GA.jar and validation-api-1.0.0.GA-sources.jar, vaadin-lazyquerycontainer-1.2.11
2 .build-widgetset.xml вставляю радом с build.xml
потом
- в папке build-widgetset.xml должен редактировать поля
вот тут мне не доконца понятно что тут писать надо помогите разобраться … предположительно написал следующая
при компиляции файла build-widgetset выдал следующая …
Compiling module com.vaadin.demo.MyAppWidgetSet
Validating newly compiled units
[ERROR]
Errors in ‘jar:file:/C:/Users/andrian.boldisor/Downloads/ab-final/hz/WebContent/WEB-INF/lib/vaadin-6.2.5.jar!/com/vaadin/terminal/gwt/client/ApplicationConnection.java’
[ERROR]
Line 44: The import com.google.gwt.user.client.impl.HTTPRequestImpl cannot be resolved
[ERROR]
Line 493: HTTPRequestImpl cannot be resolved to a type
[ERROR]
Line 493: HTTPRequestImpl cannot be resolved to a type
[ERROR]
Errors in ‘jar:file:/C:/Users/andrian.boldisor/Downloads/ab-final/hz/WebContent/WEB-INF/lib/vaadin-6.2.5.jar!/com/vaadin/terminal/gwt/client/ui/VListSelect.java’
[ERROR]
Line 59: The method addItem(String, HasDirection.Direction) is ambiguous for the type TooltipListBox
[ERROR]
Errors in ‘jar:file:/C:/Users/andrian.boldisor/Downloads/ab-final/hz/WebContent/WEB-INF/lib/vaadin-6.2.5.jar!/com/vaadin/terminal/gwt/client/ui/VNativeSelect.java’
[ERROR]
Line 50: The method addItem(String, HasDirection.Direction) is ambiguous for the type TooltipListBox
[ERROR]
Line 65: The method insertItem(String, HasDirection.Direction, int) is ambiguous for the type TooltipListBox
Finding entry point classes
[ERROR]
Unable to find type ‘com.vaadin.terminal.gwt.client.DefaultWidgetSet’
[ERROR]
Hint: Previous compiler errors may have made this type unavailable
[ERROR]
Hint: Check the inheritance chain from your module; it may not be inheriting a required module or a module may not be adding its source path entries properly
C:\Users\andrian.boldisor\Documents\NetBeansProjects\Address\build-widgetset.xml:67: Java returned: 1
BUILD FAILED (total time: 20 seconds)
помогите разобраться где что я неправильно делаю
на скриншоте структура папок и файлов