You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openmeetings.apache.org by Andun Sameera <an...@gmail.com> on 2013/04/30 19:04:55 UTC

Compilation faliure

Hi All,

I am getting this compile error in the latest trunk. It complains that
ro.fortsoft.wicket.dashboard package cannot be found. I found these package
is used in latest commit by Maxim. Is it a local fault of mine or else ?

Thanks!

-- 
Regards
Andun S.L. Gunawardana
Undergraduate
Department of Computer Science And Engineering
University of Moratuwa
Sri Lanka

Blog - http://www.insightforfuture.blogspot.com/
LinkedIn - http://www.linkedin.com/pub/andun-s-l-gunawardana/34/646/703
Twitter -http://twitter.com/AndunSLG

Errors -

[javac] Compiling 454 source files to
/home/andunslg/My_Works/OpenMeetings/singlewebapp/build/classes/openmeetings
    [javac] warning: [options] bootstrap class path not set in conjunction
with -source 1.6
    [javac] Note: Starting OpenJPA Annotation Processor for Metamodel
Generation
    [javac]
/home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/Application.java:47:
error: package ro.fortsoft.wicket.dashboard does not exist
    [javac] import ro.fortsoft.wicket.dashboard.WidgetRegistry;
    [javac]                                    ^
    [javac]
/home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/Application.java:48:
error: package ro.fortsoft.wicket.dashboard.web does not exist
    [javac] import ro.fortsoft.wicket.dashboard.web.DashboardContext;
    [javac]                                        ^
    [javac]
/home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/Application.java:49:
error: package ro.fortsoft.wicket.dashboard.web does not exist
    [javac] import
ro.fortsoft.wicket.dashboard.web.DashboardContextInjector;
    [javac]                                        ^
    [javac]
/home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/Application.java:50:
error: package ro.fortsoft.wicket.dashboard.web does not exist
    [javac] import ro.fortsoft.wicket.dashboard.web.DashboardSettings;
    [javac]                                        ^
    [javac]
/home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/Application.java:53:
error: cannot find symbol
    [javac]     private DashboardContext dashboardContext;
    [javac]             ^
    [javac]   symbol:   class DashboardContext
    [javac]   location: class Application
    [javac]
/home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/Application.java:129:
error: cannot find symbol
    [javac]     public static DashboardContext getDashboardContext() {
    [javac]                   ^
    [javac]   symbol:   class DashboardContext
    [javac]   location: class Application
    [javac]
/home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/WebSession.java:47:
error: package ro.fortsoft.wicket.dashboard does not exist
    [javac] import ro.fortsoft.wicket.dashboard.Dashboard;
    [javac]                                    ^
    [javac]
/home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/WebSession.java:48:
error: package ro.fortsoft.wicket.dashboard does not exist
    [javac] import ro.fortsoft.wicket.dashboard.DefaultDashboard;
    [javac]                                    ^
    [javac]
/home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/WebSession.java:49:
error: package ro.fortsoft.wicket.dashboard does not exist
    [javac] import ro.fortsoft.wicket.dashboard.WidgetFactory;
    [javac]                                    ^
    [javac]
/home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/WebSession.java:50:
error: package ro.fortsoft.wicket.dashboard.web does not exist
    [javac] import ro.fortsoft.wicket.dashboard.web.DashboardContext;
    [javac]                                        ^
    [javac]
/home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/WebSession.java:60:
error: cannot find symbol
    [javac]     private Dashboard dashboard;
    [javac]             ^
    [javac]   symbol:   class Dashboard
    [javac]   location: class WebSession
    [javac]
/home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/WebSession.java:164:
error: cannot find symbol
    [javac]     public static Dashboard getDashboard() {
    [javac]                   ^
    [javac]   symbol:   class Dashboard
    [javac]   location: class WebSession
    [javac]
/home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/calendar/CalendarPanel.java:34:
error: package com.googlecode.wicket.jquery.core does not exist
    [javac] import com.googlecode.wicket.jquery.core.JQueryAbstractBehavior;
    [javac]                                         ^
    [javac]
/home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/calendar/CalendarPanel.java:35:
error: package com.googlecode.wicket.jquery.core does not exist
    [javac] import com.googlecode.wicket.jquery.core.Options;
    [javac]                                         ^
    [javac]
/home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/calendar/CalendarPanel.java:37:
error: cannot find symbol
    [javac] import com.googlecode.wicket.jquery.ui.calendar.CalendarView;
    [javac]                                                ^
    [javac]   symbol:   class CalendarView
    [javac]   location: package com.googlecode.wicket.jquery.ui.calendar
    [javac]
/home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/OmDashboardPanel.java:25:
error: package ro.fortsoft.wicket.dashboard does not exist
    [javac] import ro.fortsoft.wicket.dashboard.Dashboard;
    [javac]                                    ^
    [javac]
/home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/OmDashboardPanel.java:26:
error: package ro.fortsoft.wicket.dashboard.web does not exist
    [javac] import ro.fortsoft.wicket.dashboard.web.DashboardPanel;
    [javac]                                        ^
    [javac]
/home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidget.java:24:
error: package ro.fortsoft.wicket.dashboard does not exist
    [javac] import ro.fortsoft.wicket.dashboard.AbstractWidget;
    [javac]                                    ^
    [javac]
/home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidget.java:25:
error: package ro.fortsoft.wicket.dashboard does not exist
    [javac] import ro.fortsoft.wicket.dashboard.Widget;
    [javac]                                    ^
    [javac]
/home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidget.java:26:
error: package ro.fortsoft.wicket.dashboard does not exist
    [javac] import ro.fortsoft.wicket.dashboard.WidgetLocation;
    [javac]                                    ^
    [javac]
/home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidget.java:27:
error: package ro.fortsoft.wicket.dashboard.web does not exist
    [javac] import ro.fortsoft.wicket.dashboard.web.WidgetView;
    [javac]                                        ^
    [javac]
/home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidget.java:29:
error: cannot find symbol
    [javac] public class PrivateRoomsWidget extends AbstractWidget {
    [javac]                                         ^
    [javac]   symbol: class AbstractWidget
    [javac]
/home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidget.java:38:
error: cannot find symbol
    [javac]     public WidgetView createView(String viewId) {
    [javac]            ^
    [javac]   symbol:   class WidgetView
    [javac]   location: class PrivateRoomsWidget
    [javac]
/home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidgetDescriptor.java:23:
error: package ro.fortsoft.wicket.dashboard does not exist
    [javac] import ro.fortsoft.wicket.dashboard.WidgetDescriptor;
    [javac]                                    ^
    [javac]
/home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidgetDescriptor.java:25:
error: cannot find symbol
    [javac] public class PrivateRoomsWidgetDescriptor implements
WidgetDescriptor {
    [javac]                                                      ^
    [javac]   symbol: class WidgetDescriptor
    [javac]
/home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidgetView.java:26:
error: package ro.fortsoft.wicket.dashboard does not exist
    [javac] import ro.fortsoft.wicket.dashboard.Widget;
    [javac]                                    ^
    [javac]
/home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidgetView.java:27:
error: package ro.fortsoft.wicket.dashboard.web does not exist
    [javac] import ro.fortsoft.wicket.dashboard.web.WidgetView;
    [javac]                                        ^
    [javac]
/home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidgetView.java:29:
error: cannot find symbol
    [javac] public class PrivateRoomsWidgetView extends WidgetView {
    [javac]                                             ^
    [javac]   symbol: class WidgetView
    [javac]
/home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidgetView.java:32:
error: cannot find symbol
    [javac]     public PrivateRoomsWidgetView(String id, Model<Widget>
model) {
    [javac]                                                    ^
    [javac]   symbol:   class Widget
    [javac]   location: class PrivateRoomsWidgetView
    [javac]
/home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidget.java:24:
error: package ro.fortsoft.wicket.dashboard does not exist
    [javac] import ro.fortsoft.wicket.dashboard.AbstractWidget;
    [javac]                                    ^
    [javac]
/home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidget.java:25:
error: package ro.fortsoft.wicket.dashboard does not exist
    [javac] import ro.fortsoft.wicket.dashboard.Widget;
    [javac]                                    ^
    [javac]
/home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidget.java:26:
error: package ro.fortsoft.wicket.dashboard does not exist
    [javac] import ro.fortsoft.wicket.dashboard.WidgetLocation;
    [javac]                                    ^
    [javac]
/home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidget.java:27:
error: package ro.fortsoft.wicket.dashboard.web does not exist
    [javac] import ro.fortsoft.wicket.dashboard.web.WidgetView;
    [javac]                                        ^
    [javac]
/home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidget.java:29:
error: cannot find symbol
    [javac] public class StartWidget extends AbstractWidget {
    [javac]                                  ^
    [javac]   symbol: class AbstractWidget
    [javac]
/home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidget.java:38:
error: cannot find symbol
    [javac]     public WidgetView createView(String viewId) {
    [javac]            ^
    [javac]   symbol:   class WidgetView
    [javac]   location: class StartWidget
    [javac]
/home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidgetDescriptor.java:23:
error: package ro.fortsoft.wicket.dashboard does not exist
    [javac] import ro.fortsoft.wicket.dashboard.WidgetDescriptor;
    [javac]                                    ^
    [javac]
/home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidgetDescriptor.java:25:
error: cannot find symbol
    [javac] public class StartWidgetDescriptor implements WidgetDescriptor {
    [javac]                                               ^
    [javac]   symbol: class WidgetDescriptor
    [javac]
/home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidgetView.java:23:
error: package ro.fortsoft.wicket.dashboard does not exist
    [javac] import ro.fortsoft.wicket.dashboard.Widget;
    [javac]                                    ^
    [javac]
/home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidgetView.java:24:
error: package ro.fortsoft.wicket.dashboard.web does not exist
    [javac] import ro.fortsoft.wicket.dashboard.web.WidgetView;
    [javac]                                        ^
    [javac]
/home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidgetView.java:26:
error: cannot find symbol
    [javac] public class StartWidgetView extends WidgetView {
    [javac]                                      ^
    [javac]   symbol: class WidgetView
    [javac]
/home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidgetView.java:29:
error: cannot find symbol
    [javac]     public StartWidgetView(String id, Model<Widget> model) {
    [javac]                                             ^
    [javac]   symbol:   class Widget
    [javac]   location: class StartWidgetView
    [javac]
/home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidget.java:24:
error: package ro.fortsoft.wicket.dashboard does not exist
    [javac] import ro.fortsoft.wicket.dashboard.AbstractWidget;
    [javac]                                    ^
    [javac]
/home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidget.java:25:
error: package ro.fortsoft.wicket.dashboard does not exist
    [javac] import ro.fortsoft.wicket.dashboard.Widget;
    [javac]                                    ^
    [javac]
/home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidget.java:26:
error: package ro.fortsoft.wicket.dashboard does not exist
    [javac] import ro.fortsoft.wicket.dashboard.WidgetLocation;
    [javac]                                    ^
    [javac]
/home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidget.java:27:
error: package ro.fortsoft.wicket.dashboard.web does not exist
    [javac] import ro.fortsoft.wicket.dashboard.web.WidgetView;
    [javac]                                        ^
    [javac]
/home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidget.java:29:
error: cannot find symbol
    [javac] public class WelcomeWidget extends AbstractWidget {
    [javac]                                    ^
    [javac]   symbol: class AbstractWidget
    [javac]
/home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidget.java:38:
error: cannot find symbol
    [javac]     public WidgetView createView(String viewId) {
    [javac]            ^
    [javac]   symbol:   class WidgetView
    [javac]   location: class WelcomeWidget
    [javac]
/home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidgetDescriptor.java:23:
error: package ro.fortsoft.wicket.dashboard does not exist
    [javac] import ro.fortsoft.wicket.dashboard.WidgetDescriptor;
    [javac]                                    ^
    [javac]
/home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidgetDescriptor.java:25:
error: cannot find symbol
    [javac] public class WelcomeWidgetDescriptor implements
WidgetDescriptor {
    [javac]                                                 ^
    [javac]   symbol: class WidgetDescriptor
    [javac]
/home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/profile/SettingsPanel.java:32:
error: package com.googlecode.wicket.jquery.core does not exist
    [javac] import com.googlecode.wicket.jquery.core.JQueryBehavior;
    [javac]                                         ^
    [javac]
/home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/profile/SettingsPanel.java:33:
error: package com.googlecode.wicket.jquery.core does not exist
    [javac] import com.googlecode.wicket.jquery.core.Options;
    [javac]                                         ^
    [javac]
/home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidgetView.java:37:
error: package ro.fortsoft.wicket.dashboard does not exist
    [javac] import ro.fortsoft.wicket.dashboard.Widget;
    [javac]                                    ^
    [javac]
/home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidgetView.java:38:
error: package ro.fortsoft.wicket.dashboard.web does not exist
    [javac] import ro.fortsoft.wicket.dashboard.web.WidgetView;
    [javac]                                        ^
    [javac]
/home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidgetView.java:40:
error: cannot find symbol
    [javac] public class WelcomeWidgetView extends WidgetView {
    [javac]                                        ^
    [javac]   symbol: class WidgetView
    [javac]
/home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidgetView.java:43:
error: cannot find symbol
    [javac]     public WelcomeWidgetView(String id, Model<Widget> model) {
    [javac]                                               ^
    [javac]   symbol:   class Widget
    [javac]   location: class WelcomeWidgetView
    [javac]
/home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/profile/WidgetsPanel.java:32:
error: package ro.fortsoft.wicket.dashboard does not exist
    [javac] import ro.fortsoft.wicket.dashboard.Dashboard;
    [javac]                                    ^
    [javac]
/home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/profile/WidgetsPanel.java:33:
error: package ro.fortsoft.wicket.dashboard does not exist
    [javac] import ro.fortsoft.wicket.dashboard.Widget;
    [javac]                                    ^
    [javac]
/home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/profile/WidgetsPanel.java:34:
error: package ro.fortsoft.wicket.dashboard does not exist
    [javac] import ro.fortsoft.wicket.dashboard.WidgetDescriptor;
    [javac]                                    ^
    [javac]
/home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/profile/WidgetsPanel.java:35:
error: package ro.fortsoft.wicket.dashboard.web does not exist
    [javac] import ro.fortsoft.wicket.dashboard.web.DashboardContext;
    [javac]                                        ^
    [javac]
/home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/profile/WidgetsPanel.java:40:
error: cannot find symbol
    [javac]     private Widget isDisplayed(WidgetDescriptor wd) {
    [javac]                                ^
    [javac]   symbol:   class WidgetDescriptor
    [javac]   location: class WidgetsPanel
    [javac]
/home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/profile/WidgetsPanel.java:40:
error: cannot find symbol
    [javac]     private Widget isDisplayed(WidgetDescriptor wd) {
    [javac]             ^
    [javac]   symbol:   class Widget
    [javac]   location: class WidgetsPanel
    [javac]
/home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/rooms/RoomsTabbedPanel.java:37:
error: package com.googlecode.wicket.jquery.core does not exist
    [javac] import com.googlecode.wicket.jquery.core.JQueryBehavior;
    [javac]                                         ^
    [javac]
/home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/pages/auth/SignInPage.java:35:
error: package com.googlecode.wicket.jquery.core does not exist
    [javac] import com.googlecode.wicket.jquery.core.JQueryAbstractBehavior;
    [javac]                                         ^
    [javac]
/home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/util/UserDashboardPersister.java:23:
error: package ro.fortsoft.wicket.dashboard does not exist
    [javac] import ro.fortsoft.wicket.dashboard.Dashboard;
    [javac]                                    ^
    [javac]
/home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/util/UserDashboardPersister.java:24:
error: package ro.fortsoft.wicket.dashboard does not exist
    [javac] import ro.fortsoft.wicket.dashboard.DashboardPersister;
    [javac]                                    ^
    [javac]
/home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/util/UserDashboardPersister.java:25:
error: package ro.fortsoft.wicket.dashboard does not exist
    [javac] import ro.fortsoft.wicket.dashboard.XStreamDashboardPersister;
    [javac]                                    ^
    [javac]
/home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/util/UserDashboardPersister.java:27:
error: cannot find symbol
    [javac] public class UserDashboardPersister implements
DashboardPersister {
    [javac]                                                ^
    [javac]   symbol: class DashboardPersister
    [javac]
/home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/util/UserDashboardPersister.java:28:
error: cannot find symbol
    [javac]     public Dashboard load() {
    [javac]            ^
    [javac]   symbol:   class Dashboard
    [javac]   location: class UserDashboardPersister
    [javac]
/home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/util/UserDashboardPersister.java:32:
error: cannot find symbol
    [javac]     public void save(Dashboard dashboard) {
    [javac]                      ^
    [javac]   symbol:   class Dashboard
    [javac]   location: class UserDashboardPersister
    [javac]
/home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/Application.java:47:
error: package ro.fortsoft.wicket.dashboard does not exist
    [javac] import ro.fortsoft.wicket.dashboard.WidgetRegistry;
    [javac]                                    ^
    [javac]
/home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/Application.java:48:
error: package ro.fortsoft.wicket.dashboard.web does not exist
    [javac] import ro.fortsoft.wicket.dashboard.web.DashboardContext;
    [javac]                                        ^
    [javac]
/home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/Application.java:49:
error: package ro.fortsoft.wicket.dashboard.web does not exist
    [javac] import
ro.fortsoft.wicket.dashboard.web.DashboardContextInjector;
    [javac]                                        ^
    [javac]
/home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/Application.java:50:
error: package ro.fortsoft.wicket.dashboard.web does not exist
    [javac] import ro.fortsoft.wicket.dashboard.web.DashboardSettings;
    [javac]                                        ^
    [javac]
/home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/Application.java:53:
error: cannot find symbol
    [javac]     private DashboardContext dashboardContext;
    [javac]             ^
    [javac]   symbol:   class DashboardContext
    [javac]   location: class Application
    [javac]
/home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/Application.java:129:
error: cannot find symbol
    [javac]     public static DashboardContext getDashboardContext() {
    [javac]                   ^
    [javac]   symbol:   class DashboardContext
    [javac]   location: class Application
    [javac]
/home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/WebSession.java:47:
error: package ro.fortsoft.wicket.dashboard does not exist
    [javac] import ro.fortsoft.wicket.dashboard.Dashboard;
    [javac]                                    ^
    [javac]
/home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/WebSession.java:48:
error: package ro.fortsoft.wicket.dashboard does not exist
    [javac] import ro.fortsoft.wicket.dashboard.DefaultDashboard;
    [javac]                                    ^
    [javac]
/home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/WebSession.java:49:
error: package ro.fortsoft.wicket.dashboard does not exist
    [javac] import ro.fortsoft.wicket.dashboard.WidgetFactory;
    [javac]                                    ^
    [javac]
/home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/WebSession.java:50:
error: package ro.fortsoft.wicket.dashboard.web does not exist
    [javac] import ro.fortsoft.wicket.dashboard.web.DashboardContext;
    [javac]                                        ^
    [javac]
/home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/WebSession.java:60:
error: cannot find symbol
    [javac]     private Dashboard dashboard;
    [javac]             ^
    [javac]   symbol:   class Dashboard
    [javac]   location: class WebSession
    [javac]
/home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/WebSession.java:164:
error: cannot find symbol
    [javac]     public static Dashboard getDashboard() {
    [javac]                   ^
    [javac]   symbol:   class Dashboard
    [javac]   location: class WebSession
    [javac]
/home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/calendar/CalendarPanel.java:34:
error: package com.googlecode.wicket.jquery.core does not exist
    [javac] import com.googlecode.wicket.jquery.core.JQueryAbstractBehavior;
    [javac]                                         ^
    [javac]
/home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/calendar/CalendarPanel.java:35:
error: package com.googlecode.wicket.jquery.core does not exist
    [javac] import com.googlecode.wicket.jquery.core.Options;
    [javac]                                         ^
    [javac]
/home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/calendar/CalendarPanel.java:37:
error: cannot find symbol
    [javac] import com.googlecode.wicket.jquery.ui.calendar.CalendarView;
    [javac]                                                ^
    [javac]   symbol:   class CalendarView
    [javac]   location: package com.googlecode.wicket.jquery.ui.calendar
    [javac]
/home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/OmDashboardPanel.java:25:
error: package ro.fortsoft.wicket.dashboard does not exist
    [javac] import ro.fortsoft.wicket.dashboard.Dashboard;
    [javac]                                    ^
    [javac]
/home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/OmDashboardPanel.java:26:
error: package ro.fortsoft.wicket.dashboard.web does not exist
    [javac] import ro.fortsoft.wicket.dashboard.web.DashboardPanel;
    [javac]                                        ^
    [javac]
/home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidget.java:24:
error: package ro.fortsoft.wicket.dashboard does not exist
    [javac] import ro.fortsoft.wicket.dashboard.AbstractWidget;
    [javac]                                    ^
    [javac]
/home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidget.java:25:
error: package ro.fortsoft.wicket.dashboard does not exist
    [javac] import ro.fortsoft.wicket.dashboard.Widget;
    [javac]                                    ^
    [javac]
/home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidget.java:26:
error: package ro.fortsoft.wicket.dashboard does not exist
    [javac] import ro.fortsoft.wicket.dashboard.WidgetLocation;
    [javac]                                    ^
    [javac]
/home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidget.java:27:
error: package ro.fortsoft.wicket.dashboard.web does not exist
    [javac] import ro.fortsoft.wicket.dashboard.web.WidgetView;
    [javac]                                        ^
    [javac]
/home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidget.java:29:
error: cannot find symbol
    [javac] public class PrivateRoomsWidget extends AbstractWidget {
    [javac]                                         ^
    [javac]   symbol: class AbstractWidget
    [javac]
/home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidget.java:38:
error: cannot find symbol
    [javac]     public WidgetView createView(String viewId) {
    [javac]            ^
    [javac]   symbol:   class WidgetView
    [javac]   location: class PrivateRoomsWidget
    [javac]
/home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidgetDescriptor.java:23:
error: package ro.fortsoft.wicket.dashboard does not exist
    [javac] import ro.fortsoft.wicket.dashboard.WidgetDescriptor;
    [javac]                                    ^
    [javac]
/home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidgetDescriptor.java:25:
error: cannot find symbol
    [javac] public class PrivateRoomsWidgetDescriptor implements
WidgetDescriptor {
    [javac]                                                      ^
    [javac]   symbol: class WidgetDescriptor
    [javac]
/home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidgetView.java:26:
error: package ro.fortsoft.wicket.dashboard does not exist
    [javac] import ro.fortsoft.wicket.dashboard.Widget;
    [javac]                                    ^
    [javac]
/home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidgetView.java:27:
error: package ro.fortsoft.wicket.dashboard.web does not exist
    [javac] import ro.fortsoft.wicket.dashboard.web.WidgetView;
    [javac]                                        ^
    [javac]
/home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidgetView.java:29:
error: cannot find symbol
    [javac] public class PrivateRoomsWidgetView extends WidgetView {
    [javac]                                             ^
    [javac]   symbol: class WidgetView
    [javac]
/home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidgetView.java:32:
error: cannot find symbol
    [javac]     public PrivateRoomsWidgetView(String id, Model<Widget>
model) {
    [javac]                                                    ^
    [javac]   symbol:   class Widget
    [javac]   location: class PrivateRoomsWidgetView
    [javac]
/home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidget.java:24:
error: package ro.fortsoft.wicket.dashboard does not exist
    [javac] import ro.fortsoft.wicket.dashboard.AbstractWidget;
    [javac]                                    ^
    [javac]
/home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidget.java:25:
error: package ro.fortsoft.wicket.dashboard does not exist
    [javac] import ro.fortsoft.wicket.dashboard.Widget;
    [javac]                                    ^
    [javac]
/home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidget.java:26:
error: package ro.fortsoft.wicket.dashboard does not exist
    [javac] import ro.fortsoft.wicket.dashboard.WidgetLocation;
    [javac]                                    ^
    [javac]
/home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidget.java:27:
error: package ro.fortsoft.wicket.dashboard.web does not exist
    [javac] import ro.fortsoft.wicket.dashboard.web.WidgetView;
    [javac]                                        ^
    [javac]
/home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidget.java:29:
error: cannot find symbol
    [javac] public class StartWidget extends AbstractWidget {
    [javac]                                  ^
    [javac]   symbol: class AbstractWidget
    [javac]
/home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidget.java:38:
error: cannot find symbol
    [javac]     public WidgetView createView(String viewId) {
    [javac]            ^
    [javac]   symbol:   class WidgetView
    [javac]   location: class StartWidget
    [javac]
/home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidgetDescriptor.java:23:
error: package ro.fortsoft.wicket.dashboard does not exist
    [javac] import ro.fortsoft.wicket.dashboard.WidgetDescriptor;
    [javac]                                    ^
    [javac]
/home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidgetDescriptor.java:25:
error: cannot find symbol
    [javac] public class StartWidgetDescriptor implements WidgetDescriptor {
    [javac]                                               ^
    [javac]   symbol: class WidgetDescriptor
    [javac]
/home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidgetView.java:23:
error: package ro.fortsoft.wicket.dashboard does not exist
    [javac] import ro.fortsoft.wicket.dashboard.Widget;
    [javac]                                    ^
    [javac]
/home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidgetView.java:24:
error: package ro.fortsoft.wicket.dashboard.web does not exist
    [javac] import ro.fortsoft.wicket.dashboard.web.WidgetView;
    [javac]                                        ^
    [javac]
/home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidgetView.java:26:
error: cannot find symbol
    [javac] public class StartWidgetView extends WidgetView {
    [javac]                                      ^
    [javac]   symbol: class WidgetView
    [javac]
/home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidgetView.java:29:
error: cannot find symbol
    [javac]     public StartWidgetView(String id, Model<Widget> model) {
    [javac]                                             ^
    [javac]   symbol:   class Widget
    [javac]   location: class StartWidgetView
    [javac]
/home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidget.java:24:
error: package ro.fortsoft.wicket.dashboard does not exist
    [javac] import ro.fortsoft.wicket.dashboard.AbstractWidget;
    [javac]                                    ^
    [javac]
/home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidget.java:25:
error: package ro.fortsoft.wicket.dashboard does not exist
    [javac] import ro.fortsoft.wicket.dashboard.Widget;
    [javac]                                    ^
    [javac]
/home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidget.java:26:
error: package ro.fortsoft.wicket.dashboard does not exist
    [javac] import ro.fortsoft.wicket.dashboard.WidgetLocation;
    [javac]                                    ^
    [javac]
/home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidget.java:27:
error: package ro.fortsoft.wicket.dashboard.web does not exist
    [javac] import ro.fortsoft.wicket.dashboard.web.WidgetView;
    [javac]                                        ^
    [javac]
/home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidget.java:29:
error: cannot find symbol
    [javac] public class WelcomeWidget extends AbstractWidget {
    [javac]                                    ^
    [javac]   symbol: class AbstractWidget
    [javac]
/home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidget.java:38:
error: cannot find symbol
    [javac]     public WidgetView createView(String viewId) {
    [javac]            ^
    [javac]   symbol:   class WidgetView
    [javac]   location: class WelcomeWidget
    [javac]
/home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidgetDescriptor.java:23:
error: package ro.fortsoft.wicket.dashboard does not exist
    [javac] import ro.fortsoft.wicket.dashboard.WidgetDescriptor;
    [javac]                                    ^
    [javac]
/home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidgetDescriptor.java:25:
error: cannot find symbol
    [javac] public class WelcomeWidgetDescriptor implements
WidgetDescriptor {
    [javac]                                                 ^
    [javac]   symbol: class WidgetDescriptor
    [javac]
/home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/profile/SettingsPanel.java:32:
error: package com.googlecode.wicket.jquery.core does not exist
    [javac] import com.googlecode.wicket.jquery.core.JQueryBehavior;
    [javac]                                         ^
    [javac]
/home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/profile/SettingsPanel.java:33:
error: package com.googlecode.wicket.jquery.core does not exist
    [javac] import com.googlecode.wicket.jquery.core.Options;
    [javac]                                         ^
    [javac]
/home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidgetView.java:37:
error: package ro.fortsoft.wicket.dashboard does not exist
    [javac] import ro.fortsoft.wicket.dashboard.Widget;
    [javac]                                    ^
    [javac]
/home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidgetView.java:38:
error: package ro.fortsoft.wicket.dashboard.web does not exist
    [javac] import ro.fortsoft.wicket.dashboard.web.WidgetView;
    [javac]                                        ^
    [javac]
/home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidgetView.java:40:
error: cannot find symbol
    [javac] public class WelcomeWidgetView extends WidgetView {
    [javac]                                        ^
    [javac]   symbol: class WidgetView
    [javac]
/home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidgetView.java:43:
error: cannot find symbol
    [javac]     public WelcomeWidgetView(String id, Model<Widget> model) {
    [javac]                                               ^
    [javac]   symbol:   class Widget
    [javac]   location: class WelcomeWidgetView
    [javac]
/home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/profile/WidgetsPanel.java:32:
error: package ro.fortsoft.wicket.dashboard does not exist
    [javac] import ro.fortsoft.wicket.dashboard.Dashboard;
    [javac]                                    ^
    [javac]
/home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/profile/WidgetsPanel.java:33:
error: package ro.fortsoft.wicket.dashboard does not exist
    [javac] import ro.fortsoft.wicket.dashboard.Widget;
    [javac]                                    ^
    [javac]
/home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/profile/WidgetsPanel.java:34:
error: package ro.fortsoft.wicket.dashboard does not exist
    [javac] import ro.fortsoft.wicket.dashboard.WidgetDescriptor;
    [javac]                                    ^
    [javac]
/home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/profile/WidgetsPanel.java:35:
error: package ro.fortsoft.wicket.dashboard.web does not exist
    [javac] import ro.fortsoft.wicket.dashboard.web.DashboardContext;
    [javac]                                        ^
    [javac]
/home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/profile/WidgetsPanel.java:40:
error: cannot find symbol
    [javac]     private Widget isDisplayed(WidgetDescriptor wd) {
    [javac]                                ^
    [javac]   symbol:   class WidgetDescriptor
    [javac]   location: class WidgetsPanel
    [javac]
/home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/profile/WidgetsPanel.java:40:
error: cannot find symbol
    [javac]     private Widget isDisplayed(WidgetDescriptor wd) {
    [javac]             ^
    [javac]   symbol:   class Widget
    [javac]   location: class WidgetsPanel
    [javac]
/home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/rooms/RoomsTabbedPanel.java:37:
error: package com.googlecode.wicket.jquery.core does not exist
    [javac] import com.googlecode.wicket.jquery.core.JQueryBehavior;
    [javac]                                         ^
    [javac]
/home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/pages/auth/SignInPage.java:35:
error: package com.googlecode.wicket.jquery.core does not exist
    [javac] import com.googlecode.wicket.jquery.core.JQueryAbstractBehavior;
    [javac]                                         ^
    [javac]
/home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/util/UserDashboardPersister.java:23:
error: package ro.fortsoft.wicket.dashboard does not exist
    [javac] import ro.fortsoft.wicket.dashboard.Dashboard;
    [javac]                                    ^
    [javac]
/home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/util/UserDashboardPersister.java:24:
error: package ro.fortsoft.wicket.dashboard does not exist
    [javac] import ro.fortsoft.wicket.dashboard.DashboardPersister;
    [javac]                                    ^
    [javac]
/home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/util/UserDashboardPersister.java:25:
error: package ro.fortsoft.wicket.dashboard does not exist
    [javac] import ro.fortsoft.wicket.dashboard.XStreamDashboardPersister;
    [javac]                                    ^
    [javac]
/home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/util/UserDashboardPersister.java:27:
error: cannot find symbol
    [javac] public class UserDashboardPersister implements
DashboardPersister {
    [javac]                                                ^
    [javac]   symbol: class DashboardPersister
    [javac]
/home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/util/UserDashboardPersister.java:28:
error: cannot find symbol
    [javac]     public Dashboard load() {
    [javac]            ^
    [javac]   symbol:   class Dashboard
    [javac]   location: class UserDashboardPersister
    [javac]
/home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/util/UserDashboardPersister.java:32:
error: cannot find symbol
    [javac]     public void save(Dashboard dashboard) {
    [javac]                      ^
    [javac]   symbol:   class Dashboard
    [javac]   location: class UserDashboardPersister
    [javac]
/home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/Application.java:77:
error: cannot find symbol
    [javac]         dashboardContext = new DashboardContext();
    [javac]                                ^
    [javac]   symbol:   class DashboardContext
    [javac]   location: class Application
    [javac]
/home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/Application.java:79:
error: cannot find symbol
    [javac]         WidgetRegistry widgetRegistry =
dashboardContext.getWidgetRegistry();
    [javac]         ^
    [javac]   symbol:   class WidgetRegistry
    [javac]   location: class Application
    [javac]
/home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/Application.java:84:
error: cannot find symbol
    [javac]         DashboardContextInjector dashboardContextInjector = new
DashboardContextInjector(dashboardContext);
    [javac]         ^
    [javac]   symbol:   class DashboardContextInjector
    [javac]   location: class Application
    [javac]
/home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/Application.java:84:
error: cannot find symbol
    [javac]         DashboardContextInjector dashboardContextInjector = new
DashboardContextInjector(dashboardContext);
    [javac]
^
    [javac]   symbol:   class DashboardContextInjector
    [javac]   location: class Application
    [javac]
/home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/Application.java:86:
error: cannot find symbol
    [javac]         DashboardSettings dashboardSettings =
DashboardSettings.get();
    [javac]         ^
    [javac]   symbol:   class DashboardSettings
    [javac]   location: class Application
    [javac]
/home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/Application.java:86:
error: cannot find symbol
    [javac]         DashboardSettings dashboardSettings =
DashboardSettings.get();
    [javac]                                               ^
    [javac]   symbol:   variable DashboardSettings
    [javac]   location: class Application
    [javac]
/home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/WebSession.java:165:
error: cannot find symbol
    [javac]         Dashboard d = get().dashboard;
    [javac]         ^
    [javac]   symbol:   class Dashboard
    [javac]   location: class WebSession
    [javac]
/home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/WebSession.java:174:
error: cannot find symbol
    [javac]         DashboardContext dashboardContext =
getDashboardContext();
    [javac]         ^
    [javac]   symbol:   class DashboardContext
    [javac]   location: class WebSession
    [javac]
/home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/WebSession.java:178:
error: cannot find symbol
    [javac]             dashboard = new DefaultDashboard("default",
"Default");
    [javac]                             ^
    [javac]   symbol:   class DefaultDashboard
    [javac]   location: class WebSession
    [javac]
/home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/WebSession.java:180:
error: cannot find symbol
    [javac]             WidgetFactory widgetFactory =
dashboardContext.getWidgetFactory();
    [javac]             ^
    [javac]   symbol:   class WidgetFactory
    [javac]   location: class WebSession
    [javac]
/home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/calendar/CalendarPanel.java:64:
error: cannot find symbol
    [javac]         Options options = new Options();
    [javac]         ^
    [javac]   symbol:   class Options
    [javac]   location: class CalendarPanel
    [javac]
/home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/calendar/CalendarPanel.java:64:
error: cannot find symbol
    [javac]         Options options = new Options();
    [javac]                               ^
    [javac]   symbol:   class Options
    [javac]   location: class CalendarPanel
    [javac]
/home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/calendar/CalendarPanel.java:119:
error: cannot find symbol
    [javac]             public void onSelect(AjaxRequestTarget target,
CalendarView view, Date start, Date end, boolean allDay) {
    [javac]                                                            ^
    [javac]   symbol: class CalendarView
    [javac]
/home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/calendar/CalendarPanel.java:141:
error: cannot find symbol
    [javac]             public void onEventClick(AjaxRequestTarget target,
CalendarView view, int eventId) {
    [javac]                                                                ^
    [javac]   symbol: class CalendarView
    [javac]
/home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/calendar/CalendarPanel.java:78:
error: cannot find symbol
    [javac]                 add(new
JQueryAbstractBehavior("calendar-functions") {
    [javac]                         ^
    [javac]   symbol: class JQueryAbstractBehavior
    [javac]
/home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/calendar/CalendarPanel.java:121:
error: cannot find symbol
    [javac]                 if (CalendarView.month == view &&
start.equals(end)) {
    [javac]                     ^
    [javac]   symbol: variable CalendarView
    [javac]
/home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/calendar/CalendarPanel.java:118:
error: method does not override or implement a method from a supertype
    [javac]             @Override
    [javac]             ^
    [javac]
/home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/calendar/CalendarPanel.java:140:
error: method does not override or implement a method from a supertype
    [javac]             @Override
    [javac]             ^
    [javac]
/home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/OmDashboardPanel.java:34:
error: cannot find symbol
    [javac]         add(new DashboardPanel("dashboard", new
Model<Dashboard>(WebSession.getDashboard())));
    [javac]                 ^
    [javac]   symbol:   class DashboardPanel
    [javac]   location: class OmDashboardPanel
    [javac]
/home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/OmDashboardPanel.java:34:
error: cannot find symbol
    [javac]         add(new DashboardPanel("dashboard", new
Model<Dashboard>(WebSession.getDashboard())));
    [javac]                                                       ^
    [javac]   symbol:   class Dashboard
    [javac]   location: class OmDashboardPanel
    [javac]
/home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidget.java:34:
error: cannot find symbol
    [javac]         title = WebSession.getString(781L);
    [javac]         ^
    [javac]   symbol:   variable title
    [javac]   location: class PrivateRoomsWidget
    [javac]
/home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidget.java:35:
error: cannot find symbol
    [javac]         location = new WidgetLocation(0, 1);
    [javac]         ^
    [javac]   symbol:   variable location
    [javac]   location: class PrivateRoomsWidget
    [javac]
/home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidget.java:35:
error: cannot find symbol
    [javac]         location = new WidgetLocation(0, 1);
    [javac]                        ^
    [javac]   symbol:   class WidgetLocation
    [javac]   location: class PrivateRoomsWidget
    [javac]
/home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidget.java:39:
error: cannot find symbol
    [javac]         return new PrivateRoomsWidgetView(viewId, new
Model<Widget>(this));
    [javac]                                                             ^
    [javac]   symbol:   class Widget
    [javac]   location: class PrivateRoomsWidget
    [javac]
/home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidgetView.java:35:
error: cannot find symbol
    [javac]         add(new RoomsPanel("rooms", getMyRooms()));
    [javac]         ^
    [javac]   symbol:   method add(RoomsPanel)
    [javac]   location: class PrivateRoomsWidgetView
    [javac]
/home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidget.java:34:
error: cannot find symbol
    [javac]         title = WebSession.getString(774L);
    [javac]         ^
    [javac]   symbol:   variable title
    [javac]   location: class StartWidget
    [javac]
/home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidget.java:35:
error: cannot find symbol
    [javac]         location = new WidgetLocation(1, 0);
    [javac]         ^
    [javac]   symbol:   variable location
    [javac]   location: class StartWidget
    [javac]
/home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidget.java:35:
error: cannot find symbol
    [javac]         location = new WidgetLocation(1, 0);
    [javac]                        ^
    [javac]   symbol:   class WidgetLocation
    [javac]   location: class StartWidget
    [javac]
/home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidget.java:39:
error: cannot find symbol
    [javac]         return new StartWidgetView(viewId, new
Model<Widget>(this));
    [javac]                                                      ^
    [javac]   symbol:   class Widget
    [javac]   location: class StartWidget
    [javac]
/home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidget.java:34:
error: cannot find symbol
    [javac]         title = WebSession.getString(1546L);
    [javac]         ^
    [javac]   symbol:   variable title
    [javac]   location: class WelcomeWidget
    [javac]
/home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidget.java:35:
error: cannot find symbol
    [javac]         location = new WidgetLocation(0, 0);
    [javac]         ^
    [javac]   symbol:   variable location
    [javac]   location: class WelcomeWidget
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] Note:
/home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/screen/webstart/gui/ScreenSharerFrame.java
uses unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.
    [javac] 100 errors
    [javac] 1 warning

Re: Compilation faliure

Posted by Andun Sameera <an...@gmail.com>.
Works perfectly. Verified.

Thanks!

On Sun, May 12, 2013 at 11:40 PM, Maxim Solodovnik <so...@gmail.com>wrote:

> Thanks!
> should be fixed :)
>
>
> On Mon, May 13, 2013 at 12:57 AM, Andun Sameera <an...@gmail.com>
> wrote:
>
> > Still Not :( There should be a !(negation) in front of the
> > getBean(UsersDao.class).checkUserLogin(login.getConvertedInput()). The
> > reason is checkUserLogin return true, if no user exisits for the passed
> > parameter. I tried with a a existing user name. Then error went out.
> >
> > Even if this is correct following error are still there even for empty
> > email field. Also if I enter a unused email address first error is still
> > there.
> >
> >    - This email is already used by another user.
> >    - 'adresses.email' is required.
> >
> > I cant find a place to fins the logic for this check :(
> >
> > Thanks!
> >
> > On Sun, May 12, 2013 at 10:52 PM, Maxim Solodovnik <solomax666@gmail.com
> > >wrote:
> >
> > > Should be fixed :)
> > > Thanks
> > >
> > >
> > > On Mon, May 13, 2013 at 12:15 AM, Maxim Solodovnik <
> solomax666@gmail.com
> > > >wrote:
> > >
> > > > I''l doublecheck, thanks!
> > > >
> > > >
> > > > On Mon, May 13, 2013 at 12:13 AM, Andun Sameera <andunslg@gmail.com
> > > >wrote:
> > > >
> > > >> Hi Maxim,
> > > >>
> > > >> I have checked the "The username is already used" notification. It
> is
> > > >> triggered by the key press event. But even I enter a completely
> > > valid,new
> > > >> login name it shows all these errors,
> > > >>
> > > >>    - The username is already used
> > > >>    - This email is already used by another user.
> > > >>    - 'adresses.email' is required.
> > > >>
> > > >>  Then I checked the
> > > >>
> > > >>
> > >
> >
> singlewebapp/src/org/apache/openmeetings/web/components/admin/users/UserForm.java
> > > >> which has the follwing logic of validating the input.
> > > >>
> > > >> @Override
> > > >>     protected void onValidate() {
> > > >>
> > > >>
> > if(getBean(UsersDao.class).checkUserLogin(getModelObject().getLogin()))
> > > {
> > > >>             error(WebSession.getString(105));
> > > >>         }
> > > >>     }
> > > >>
> > > >> What I understood is the if condition is always true since it checks
> > > about
> > > >> the login status. I think this have to be updated.
> > > >>
> > > >> Please correct if I am wrong.
> > > >>
> > > >> Thanks!
> > > >>
> > > >> On Sun, May 12, 2013 at 2:46 PM, Maxim Solodovnik <
> > solomax666@gmail.com
> > > >> >wrote:
> > > >>
> > > >> > Hello Andun,
> > > >> >
> > > >> > Thanks for detailed report! :)
> > > >> >
> > > >> > some comments on your foundings:
> > > >> > 1) [Widgets] is new tab to manage widgets displayed on dashbord,
> > > >> "Contacts
> > > >> > and messaged need to be implemented
> > > >> > 2) Network test was recently added
> > > >> > 3) "The username is already used" etc. are automatic validation
> > > messages
> > > >> > (validation is performed on keypress AFAIK)
> > > >> >
> > > >> > I completely forget about "Recording" special thanks for that!
> > > >> >
> > > >> >
> > > >> > On Sun, May 12, 2013 at 4:09 PM, Andun Sameera <
> andunslg@gmail.com>
> > > >> wrote:
> > > >> >
> > > >> > > Hi Maxim,
> > > >> > >
> > > >> > > I had a look in to the new HTML Openmeetings console in rev
> > 1481114
> > > >> and
> > > >> > > found these,
> > > >> > >
> > > >> > >    - There is a tab in the Profile area with the name [Widgets]
> > > which
> > > >> > >    should point to the contact and message area
> > > >> > >    - In the calender there should be a mechanism to change the
> > year.
> > > >> In
> > > >> > the
> > > >> > >    current one we can navigate year via changing the month one
> by
> > > one.
> > > >> > > That is
> > > >> > >    not feasible I think. There is a mechanism in the flash
> > > >> implementation
> > > >> > >    - Recordings section have to be implemented
> > > >> > >    - In the Users section of the administrators tab we can press
> > > the +
> > > >> > >    button to add a record. It shows a empty user registration
> > form.
> > > >> But
> > > >> > > when
> > > >> > >    we type something as login name, following error are shown
> > > >> > > automatically,
> > > >> > >
> > > >> > > The username is already used
> > > >> > > This email is already used by another user.
> > > >> > > 'adresses.email' is required
> > > >> > >
> > > >> > >    - In the conference room area of the administrator tab the
> room
> > > >> type
> > > >> > is
> > > >> > >    shown like "
> > > >> > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
>  org.apache.openmeetings.persistence.beans.lang.Fieldlanguagesvalues@583153fa
> > > >> > > "
> > > >> > >    it have to be changed
> > > >> > >    - In the Configuration section of the administrators tab we
> can
> > > >> press
> > > >> > >    the + button to add a record. It shows a empty record form.
> But
> > > >> when
> > > >> > we
> > > >> > >    type something as key, following error are shown
> automatically,
> > > >> > >
> > > >> > > 'conf_value' is required
> > > >> > >
> > > >> > >    - When we click the "Edit your profile" link, it directs the
> > user
> > > >> to
> > > >> > >    Search users page not to the My Profile page
> > > >> > >    - When we click the "Calender" button on the dashboard it do
> > > >> nothing
> > > >> > >    - Network Test have to be implemented
> > > >> > >
> > > >> > > I will do further inspections.
> > > >> > >
> > > >> > > Thanks!
> > > >> > >
> > > >> > > On Sun, May 5, 2013 at 4:35 PM, Andun Sameera <
> andunslg@gmail.com
> > >
> > > >> > wrote:
> > > >> > >
> > > >> > > > Hi Maxim,
> > > >> > > >
> > > >> > > > Bit busy with work in uni. But certainly will help ASAP.
> > > >> > > >
> > > >> > > > Thanks!
> > > >> > > >
> > > >> > > >
> > > >> > > > On Sun, May 5, 2013 at 4:31 PM, Maxim Solodovnik <
> > > >> solomax666@gmail.com
> > > >> > > >wrote:
> > > >> > > >
> > > >> > > >> Hello Andun,
> > > >> > > >>
> > > >> > > >> Thanks for your proposal :)
> > > >> > > >> It would be really helpful if you can take a look at current
> > > HTML5
> > > >> > > client
> > > >> > > >> and create the list of missing features (comparing to Flash
> > > >> client),
> > > >> > if
> > > >> > > >> you
> > > >> > > >> have free time :)
> > > >> > > >>
> > > >> > > >> 5 major things I'm aware are:
> > > >> > > >> 1) registaration
> > > >> > > >> 2) LDAP login
> > > >> > > >> 3) Contacts and Messages area
> > > >> > > >> 4) Create/Edit calendar event does not contain attendees
> > > >> > > >> 5) Room itself
> > > >> > > >>
> > > >> > > >> Thanks in advance :)
> > > >> > > >>
> > > >> > > >>
> > > >> > > >> On Wed, May 1, 2013 at 1:13 AM, Andun Sameera <
> > > andunslg@gmail.com>
> > > >> > > wrote:
> > > >> > > >>
> > > >> > > >> > Hi Maxim,
> > > >> > > >> >
> > > >> > > >> > Problem Solved. Thanks for the help. I have checked the new
> > > HTML5
> > > >> > view
> > > >> > > >> in
> > > >> > > >> > the latest trunk. If you need assistance in testing or some
> > > >> related
> > > >> > > >> thing.
> > > >> > > >> > Please let me know.
> > > >> > > >> >
> > > >> > > >> > Thanks!
> > > >> > > >> >
> > > >> > > >> > On Tue, Apr 30, 2013 at 10:44 PM, Maxim Solodovnik <
> > > >> > > >> solomax666@gmail.com
> > > >> > > >> > >wrote:
> > > >> > > >> >
> > > >> > > >> > > Hello Andun,
> > > >> > > >> > >
> > > >> > > >> > > please delete build/lib/om and run build again
> > > >> > > >> > > All necessary libraries will be refetched
> > > >> > > >> > >
> > > >> > > >> > >
> > > >> > > >> > > On Wed, May 1, 2013 at 12:04 AM, Andun Sameera <
> > > >> > andunslg@gmail.com>
> > > >> > > >> > wrote:
> > > >> > > >> > >
> > > >> > > >> > > > Hi All,
> > > >> > > >> > > >
> > > >> > > >> > > > I am getting this compile error in the latest trunk. It
> > > >> > complains
> > > >> > > >> that
> > > >> > > >> > > > ro.fortsoft.wicket.dashboard package cannot be found. I
> > > found
> > > >> > > these
> > > >> > > >> > > package
> > > >> > > >> > > > is used in latest commit by Maxim. Is it a local fault
> of
> > > >> mine
> > > >> > or
> > > >> > > >> else
> > > >> > > >> > ?
> > > >> > > >> > > >
> > > >> > > >> > > > Thanks!
> > > >> > > >> > > >
> > > >> > > >> > > > --
> > > >> > > >> > > > Regards
> > > >> > > >> > > > Andun S.L. Gunawardana
> > > >> > > >> > > > Undergraduate
> > > >> > > >> > > > Department of Computer Science And Engineering
> > > >> > > >> > > > University of Moratuwa
> > > >> > > >> > > > Sri Lanka
> > > >> > > >> > > >
> > > >> > > >> > > > Blog - http://www.insightforfuture.blogspot.com/
> > > >> > > >> > > > LinkedIn -
> > > >> > > >> >
> http://www.linkedin.com/pub/andun-s-l-gunawardana/34/646/703
> > > >> > > >> > > > Twitter -http://twitter.com/AndunSLG
> > > >> > > >> > > >
> > > >> > > >> > > > Errors -
> > > >> > > >> > > >
> > > >> > > >> > > > [javac] Compiling 454 source files to
> > > >> > > >> > > >
> > > >> > > >> > > >
> > > >> > > >> > >
> > > >> > > >> >
> > > >> > > >>
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/build/classes/openmeetings
> > > >> > > >> > > >     [javac] warning: [options] bootstrap class path not
> > set
> > > >> in
> > > >> > > >> > > conjunction
> > > >> > > >> > > > with -source 1.6
> > > >> > > >> > > >     [javac] Note: Starting OpenJPA Annotation Processor
> > for
> > > >> > > >> Metamodel
> > > >> > > >> > > > Generation
> > > >> > > >> > > >     [javac]
> > > >> > > >> > > >
> > > >> > > >> > > >
> > > >> > > >> > >
> > > >> > > >> >
> > > >> > > >>
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/Application.java:47:
> > > >> > > >> > > > error: package ro.fortsoft.wicket.dashboard does not
> > exist
> > > >> > > >> > > >     [javac] import
> > > >> ro.fortsoft.wicket.dashboard.WidgetRegistry;
> > > >> > > >> > > >     [javac]                                    ^
> > > >> > > >> > > >     [javac]
> > > >> > > >> > > >
> > > >> > > >> > > >
> > > >> > > >> > >
> > > >> > > >> >
> > > >> > > >>
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/Application.java:48:
> > > >> > > >> > > > error: package ro.fortsoft.wicket.dashboard.web does
> not
> > > >> exist
> > > >> > > >> > > >     [javac] import
> > > >> > > >> ro.fortsoft.wicket.dashboard.web.DashboardContext;
> > > >> > > >> > > >     [javac]                                        ^
> > > >> > > >> > > >     [javac]
> > > >> > > >> > > >
> > > >> > > >> > > >
> > > >> > > >> > >
> > > >> > > >> >
> > > >> > > >>
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/Application.java:49:
> > > >> > > >> > > > error: package ro.fortsoft.wicket.dashboard.web does
> not
> > > >> exist
> > > >> > > >> > > >     [javac] import
> > > >> > > >> > > >
> > ro.fortsoft.wicket.dashboard.web.DashboardContextInjector;
> > > >> > > >> > > >     [javac]                                        ^
> > > >> > > >> > > >     [javac]
> > > >> > > >> > > >
> > > >> > > >> > > >
> > > >> > > >> > >
> > > >> > > >> >
> > > >> > > >>
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/Application.java:50:
> > > >> > > >> > > > error: package ro.fortsoft.wicket.dashboard.web does
> not
> > > >> exist
> > > >> > > >> > > >     [javac] import
> > > >> > > >> ro.fortsoft.wicket.dashboard.web.DashboardSettings;
> > > >> > > >> > > >     [javac]                                        ^
> > > >> > > >> > > >     [javac]
> > > >> > > >> > > >
> > > >> > > >> > > >
> > > >> > > >> > >
> > > >> > > >> >
> > > >> > > >>
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/Application.java:53:
> > > >> > > >> > > > error: cannot find symbol
> > > >> > > >> > > >     [javac]     private DashboardContext
> > dashboardContext;
> > > >> > > >> > > >     [javac]             ^
> > > >> > > >> > > >     [javac]   symbol:   class DashboardContext
> > > >> > > >> > > >     [javac]   location: class Application
> > > >> > > >> > > >     [javac]
> > > >> > > >> > > >
> > > >> > > >> > > >
> > > >> > > >> > >
> > > >> > > >> >
> > > >> > > >>
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/Application.java:129:
> > > >> > > >> > > > error: cannot find symbol
> > > >> > > >> > > >     [javac]     public static DashboardContext
> > > >> > > >> getDashboardContext() {
> > > >> > > >> > > >     [javac]                   ^
> > > >> > > >> > > >     [javac]   symbol:   class DashboardContext
> > > >> > > >> > > >     [javac]   location: class Application
> > > >> > > >> > > >     [javac]
> > > >> > > >> > > >
> > > >> > > >> > > >
> > > >> > > >> > >
> > > >> > > >> >
> > > >> > > >>
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/WebSession.java:47:
> > > >> > > >> > > > error: package ro.fortsoft.wicket.dashboard does not
> > exist
> > > >> > > >> > > >     [javac] import
> > ro.fortsoft.wicket.dashboard.Dashboard;
> > > >> > > >> > > >     [javac]                                    ^
> > > >> > > >> > > >     [javac]
> > > >> > > >> > > >
> > > >> > > >> > > >
> > > >> > > >> > >
> > > >> > > >> >
> > > >> > > >>
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/WebSession.java:48:
> > > >> > > >> > > > error: package ro.fortsoft.wicket.dashboard does not
> > exist
> > > >> > > >> > > >     [javac] import
> > > >> > ro.fortsoft.wicket.dashboard.DefaultDashboard;
> > > >> > > >> > > >     [javac]                                    ^
> > > >> > > >> > > >     [javac]
> > > >> > > >> > > >
> > > >> > > >> > > >
> > > >> > > >> > >
> > > >> > > >> >
> > > >> > > >>
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/WebSession.java:49:
> > > >> > > >> > > > error: package ro.fortsoft.wicket.dashboard does not
> > exist
> > > >> > > >> > > >     [javac] import
> > > >> ro.fortsoft.wicket.dashboard.WidgetFactory;
> > > >> > > >> > > >     [javac]                                    ^
> > > >> > > >> > > >     [javac]
> > > >> > > >> > > >
> > > >> > > >> > > >
> > > >> > > >> > >
> > > >> > > >> >
> > > >> > > >>
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/WebSession.java:50:
> > > >> > > >> > > > error: package ro.fortsoft.wicket.dashboard.web does
> not
> > > >> exist
> > > >> > > >> > > >     [javac] import
> > > >> > > >> ro.fortsoft.wicket.dashboard.web.DashboardContext;
> > > >> > > >> > > >     [javac]                                        ^
> > > >> > > >> > > >     [javac]
> > > >> > > >> > > >
> > > >> > > >> > > >
> > > >> > > >> > >
> > > >> > > >> >
> > > >> > > >>
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/WebSession.java:60:
> > > >> > > >> > > > error: cannot find symbol
> > > >> > > >> > > >     [javac]     private Dashboard dashboard;
> > > >> > > >> > > >     [javac]             ^
> > > >> > > >> > > >     [javac]   symbol:   class Dashboard
> > > >> > > >> > > >     [javac]   location: class WebSession
> > > >> > > >> > > >     [javac]
> > > >> > > >> > > >
> > > >> > > >> > > >
> > > >> > > >> > >
> > > >> > > >> >
> > > >> > > >>
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/WebSession.java:164:
> > > >> > > >> > > > error: cannot find symbol
> > > >> > > >> > > >     [javac]     public static Dashboard getDashboard()
> {
> > > >> > > >> > > >     [javac]                   ^
> > > >> > > >> > > >     [javac]   symbol:   class Dashboard
> > > >> > > >> > > >     [javac]   location: class WebSession
> > > >> > > >> > > >     [javac]
> > > >> > > >> > > >
> > > >> > > >> > > >
> > > >> > > >> > >
> > > >> > > >> >
> > > >> > > >>
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/calendar/CalendarPanel.java:34:
> > > >> > > >> > > > error: package com.googlecode.wicket.jquery.core does
> not
> > > >> exist
> > > >> > > >> > > >     [javac] import
> > > >> > > >> > > >
> com.googlecode.wicket.jquery.core.JQueryAbstractBehavior;
> > > >> > > >> > > >     [javac]                                         ^
> > > >> > > >> > > >     [javac]
> > > >> > > >> > > >
> > > >> > > >> > > >
> > > >> > > >> > >
> > > >> > > >> >
> > > >> > > >>
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/calendar/CalendarPanel.java:35:
> > > >> > > >> > > > error: package com.googlecode.wicket.jquery.core does
> not
> > > >> exist
> > > >> > > >> > > >     [javac] import
> > > com.googlecode.wicket.jquery.core.Options;
> > > >> > > >> > > >     [javac]                                         ^
> > > >> > > >> > > >     [javac]
> > > >> > > >> > > >
> > > >> > > >> > > >
> > > >> > > >> > >
> > > >> > > >> >
> > > >> > > >>
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/calendar/CalendarPanel.java:37:
> > > >> > > >> > > > error: cannot find symbol
> > > >> > > >> > > >     [javac] import
> > > >> > > >> > com.googlecode.wicket.jquery.ui.calendar.CalendarView;
> > > >> > > >> > > >     [javac]
> > >  ^
> > > >> > > >> > > >     [javac]   symbol:   class CalendarView
> > > >> > > >> > > >     [javac]   location: package
> > > >> > > >> > com.googlecode.wicket.jquery.ui.calendar
> > > >> > > >> > > >     [javac]
> > > >> > > >> > > >
> > > >> > > >> > > >
> > > >> > > >> > >
> > > >> > > >> >
> > > >> > > >>
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/OmDashboardPanel.java:25:
> > > >> > > >> > > > error: package ro.fortsoft.wicket.dashboard does not
> > exist
> > > >> > > >> > > >     [javac] import
> > ro.fortsoft.wicket.dashboard.Dashboard;
> > > >> > > >> > > >     [javac]                                    ^
> > > >> > > >> > > >     [javac]
> > > >> > > >> > > >
> > > >> > > >> > > >
> > > >> > > >> > >
> > > >> > > >> >
> > > >> > > >>
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/OmDashboardPanel.java:26:
> > > >> > > >> > > > error: package ro.fortsoft.wicket.dashboard.web does
> not
> > > >> exist
> > > >> > > >> > > >     [javac] import
> > > >> > > ro.fortsoft.wicket.dashboard.web.DashboardPanel;
> > > >> > > >> > > >     [javac]                                        ^
> > > >> > > >> > > >     [javac]
> > > >> > > >> > > >
> > > >> > > >> > > >
> > > >> > > >> > >
> > > >> > > >> >
> > > >> > > >>
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidget.java:24:
> > > >> > > >> > > > error: package ro.fortsoft.wicket.dashboard does not
> > exist
> > > >> > > >> > > >     [javac] import
> > > >> ro.fortsoft.wicket.dashboard.AbstractWidget;
> > > >> > > >> > > >     [javac]                                    ^
> > > >> > > >> > > >     [javac]
> > > >> > > >> > > >
> > > >> > > >> > > >
> > > >> > > >> > >
> > > >> > > >> >
> > > >> > > >>
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidget.java:25:
> > > >> > > >> > > > error: package ro.fortsoft.wicket.dashboard does not
> > exist
> > > >> > > >> > > >     [javac] import ro.fortsoft.wicket.dashboard.Widget;
> > > >> > > >> > > >     [javac]                                    ^
> > > >> > > >> > > >     [javac]
> > > >> > > >> > > >
> > > >> > > >> > > >
> > > >> > > >> > >
> > > >> > > >> >
> > > >> > > >>
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidget.java:26:
> > > >> > > >> > > > error: package ro.fortsoft.wicket.dashboard does not
> > exist
> > > >> > > >> > > >     [javac] import
> > > >> ro.fortsoft.wicket.dashboard.WidgetLocation;
> > > >> > > >> > > >     [javac]                                    ^
> > > >> > > >> > > >     [javac]
> > > >> > > >> > > >
> > > >> > > >> > > >
> > > >> > > >> > >
> > > >> > > >> >
> > > >> > > >>
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidget.java:27:
> > > >> > > >> > > > error: package ro.fortsoft.wicket.dashboard.web does
> not
> > > >> exist
> > > >> > > >> > > >     [javac] import
> > > >> ro.fortsoft.wicket.dashboard.web.WidgetView;
> > > >> > > >> > > >     [javac]                                        ^
> > > >> > > >> > > >     [javac]
> > > >> > > >> > > >
> > > >> > > >> > > >
> > > >> > > >> > >
> > > >> > > >> >
> > > >> > > >>
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidget.java:29:
> > > >> > > >> > > > error: cannot find symbol
> > > >> > > >> > > >     [javac] public class PrivateRoomsWidget extends
> > > >> > > AbstractWidget {
> > > >> > > >> > > >     [javac]                                         ^
> > > >> > > >> > > >     [javac]   symbol: class AbstractWidget
> > > >> > > >> > > >     [javac]
> > > >> > > >> > > >
> > > >> > > >> > > >
> > > >> > > >> > >
> > > >> > > >> >
> > > >> > > >>
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidget.java:38:
> > > >> > > >> > > > error: cannot find symbol
> > > >> > > >> > > >     [javac]     public WidgetView createView(String
> > > viewId) {
> > > >> > > >> > > >     [javac]            ^
> > > >> > > >> > > >     [javac]   symbol:   class WidgetView
> > > >> > > >> > > >     [javac]   location: class PrivateRoomsWidget
> > > >> > > >> > > >     [javac]
> > > >> > > >> > > >
> > > >> > > >> > > >
> > > >> > > >> > >
> > > >> > > >> >
> > > >> > > >>
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidgetDescriptor.java:23:
> > > >> > > >> > > > error: package ro.fortsoft.wicket.dashboard does not
> > exist
> > > >> > > >> > > >     [javac] import
> > > >> > ro.fortsoft.wicket.dashboard.WidgetDescriptor;
> > > >> > > >> > > >     [javac]                                    ^
> > > >> > > >> > > >     [javac]
> > > >> > > >> > > >
> > > >> > > >> > > >
> > > >> > > >> > >
> > > >> > > >> >
> > > >> > > >>
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidgetDescriptor.java:25:
> > > >> > > >> > > > error: cannot find symbol
> > > >> > > >> > > >     [javac] public class PrivateRoomsWidgetDescriptor
> > > >> implements
> > > >> > > >> > > > WidgetDescriptor {
> > > >> > > >> > > >     [javac]
> > > >> >  ^
> > > >> > > >> > > >     [javac]   symbol: class WidgetDescriptor
> > > >> > > >> > > >     [javac]
> > > >> > > >> > > >
> > > >> > > >> > > >
> > > >> > > >> > >
> > > >> > > >> >
> > > >> > > >>
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidgetView.java:26:
> > > >> > > >> > > > error: package ro.fortsoft.wicket.dashboard does not
> > exist
> > > >> > > >> > > >     [javac] import ro.fortsoft.wicket.dashboard.Widget;
> > > >> > > >> > > >     [javac]                                    ^
> > > >> > > >> > > >     [javac]
> > > >> > > >> > > >
> > > >> > > >> > > >
> > > >> > > >> > >
> > > >> > > >> >
> > > >> > > >>
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidgetView.java:27:
> > > >> > > >> > > > error: package ro.fortsoft.wicket.dashboard.web does
> not
> > > >> exist
> > > >> > > >> > > >     [javac] import
> > > >> ro.fortsoft.wicket.dashboard.web.WidgetView;
> > > >> > > >> > > >     [javac]                                        ^
> > > >> > > >> > > >     [javac]
> > > >> > > >> > > >
> > > >> > > >> > > >
> > > >> > > >> > >
> > > >> > > >> >
> > > >> > > >>
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidgetView.java:29:
> > > >> > > >> > > > error: cannot find symbol
> > > >> > > >> > > >     [javac] public class PrivateRoomsWidgetView extends
> > > >> > > WidgetView {
> > > >> > > >> > > >     [javac]
>   ^
> > > >> > > >> > > >     [javac]   symbol: class WidgetView
> > > >> > > >> > > >     [javac]
> > > >> > > >> > > >
> > > >> > > >> > > >
> > > >> > > >> > >
> > > >> > > >> >
> > > >> > > >>
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidgetView.java:32:
> > > >> > > >> > > > error: cannot find symbol
> > > >> > > >> > > >     [javac]     public PrivateRoomsWidgetView(String
> id,
> > > >> > > >> Model<Widget>
> > > >> > > >> > > > model) {
> > > >> > > >> > > >     [javac]
> > > >>    ^
> > > >> > > >> > > >     [javac]   symbol:   class Widget
> > > >> > > >> > > >     [javac]   location: class PrivateRoomsWidgetView
> > > >> > > >> > > >     [javac]
> > > >> > > >> > > >
> > > >> > > >> > > >
> > > >> > > >> > >
> > > >> > > >> >
> > > >> > > >>
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidget.java:24:
> > > >> > > >> > > > error: package ro.fortsoft.wicket.dashboard does not
> > exist
> > > >> > > >> > > >     [javac] import
> > > >> ro.fortsoft.wicket.dashboard.AbstractWidget;
> > > >> > > >> > > >     [javac]                                    ^
> > > >> > > >> > > >     [javac]
> > > >> > > >> > > >
> > > >> > > >> > > >
> > > >> > > >> > >
> > > >> > > >> >
> > > >> > > >>
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidget.java:25:
> > > >> > > >> > > > error: package ro.fortsoft.wicket.dashboard does not
> > exist
> > > >> > > >> > > >     [javac] import ro.fortsoft.wicket.dashboard.Widget;
> > > >> > > >> > > >     [javac]                                    ^
> > > >> > > >> > > >     [javac]
> > > >> > > >> > > >
> > > >> > > >> > > >
> > > >> > > >> > >
> > > >> > > >> >
> > > >> > > >>
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidget.java:26:
> > > >> > > >> > > > error: package ro.fortsoft.wicket.dashboard does not
> > exist
> > > >> > > >> > > >     [javac] import
> > > >> ro.fortsoft.wicket.dashboard.WidgetLocation;
> > > >> > > >> > > >     [javac]                                    ^
> > > >> > > >> > > >     [javac]
> > > >> > > >> > > >
> > > >> > > >> > > >
> > > >> > > >> > >
> > > >> > > >> >
> > > >> > > >>
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidget.java:27:
> > > >> > > >> > > > error: package ro.fortsoft.wicket.dashboard.web does
> not
> > > >> exist
> > > >> > > >> > > >     [javac] import
> > > >> ro.fortsoft.wicket.dashboard.web.WidgetView;
> > > >> > > >> > > >     [javac]                                        ^
> > > >> > > >> > > >     [javac]
> > > >> > > >> > > >
> > > >> > > >> > > >
> > > >> > > >> > >
> > > >> > > >> >
> > > >> > > >>
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidget.java:29:
> > > >> > > >> > > > error: cannot find symbol
> > > >> > > >> > > >     [javac] public class StartWidget extends
> > > AbstractWidget {
> > > >> > > >> > > >     [javac]                                  ^
> > > >> > > >> > > >     [javac]   symbol: class AbstractWidget
> > > >> > > >> > > >     [javac]
> > > >> > > >> > > >
> > > >> > > >> > > >
> > > >> > > >> > >
> > > >> > > >> >
> > > >> > > >>
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidget.java:38:
> > > >> > > >> > > > error: cannot find symbol
> > > >> > > >> > > >     [javac]     public WidgetView createView(String
> > > viewId) {
> > > >> > > >> > > >     [javac]            ^
> > > >> > > >> > > >     [javac]   symbol:   class WidgetView
> > > >> > > >> > > >     [javac]   location: class StartWidget
> > > >> > > >> > > >     [javac]
> > > >> > > >> > > >
> > > >> > > >> > > >
> > > >> > > >> > >
> > > >> > > >> >
> > > >> > > >>
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidgetDescriptor.java:23:
> > > >> > > >> > > > error: package ro.fortsoft.wicket.dashboard does not
> > exist
> > > >> > > >> > > >     [javac] import
> > > >> > ro.fortsoft.wicket.dashboard.WidgetDescriptor;
> > > >> > > >> > > >     [javac]                                    ^
> > > >> > > >> > > >     [javac]
> > > >> > > >> > > >
> > > >> > > >> > > >
> > > >> > > >> > >
> > > >> > > >> >
> > > >> > > >>
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidgetDescriptor.java:25:
> > > >> > > >> > > > error: cannot find symbol
> > > >> > > >> > > >     [javac] public class StartWidgetDescriptor
> implements
> > > >> > > >> > > WidgetDescriptor
> > > >> > > >> > > > {
> > > >> > > >> > > >     [javac]
> >   ^
> > > >> > > >> > > >     [javac]   symbol: class WidgetDescriptor
> > > >> > > >> > > >     [javac]
> > > >> > > >> > > >
> > > >> > > >> > > >
> > > >> > > >> > >
> > > >> > > >> >
> > > >> > > >>
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidgetView.java:23:
> > > >> > > >> > > > error: package ro.fortsoft.wicket.dashboard does not
> > exist
> > > >> > > >> > > >     [javac] import ro.fortsoft.wicket.dashboard.Widget;
> > > >> > > >> > > >     [javac]                                    ^
> > > >> > > >> > > >     [javac]
> > > >> > > >> > > >
> > > >> > > >> > > >
> > > >> > > >> > >
> > > >> > > >> >
> > > >> > > >>
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidgetView.java:24:
> > > >> > > >> > > > error: package ro.fortsoft.wicket.dashboard.web does
> not
> > > >> exist
> > > >> > > >> > > >     [javac] import
> > > >> ro.fortsoft.wicket.dashboard.web.WidgetView;
> > > >> > > >> > > >     [javac]                                        ^
> > > >> > > >> > > >     [javac]
> > > >> > > >> > > >
> > > >> > > >> > > >
> > > >> > > >> > >
> > > >> > > >> >
> > > >> > > >>
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidgetView.java:26:
> > > >> > > >> > > > error: cannot find symbol
> > > >> > > >> > > >     [javac] public class StartWidgetView extends
> > > WidgetView {
> > > >> > > >> > > >     [javac]                                      ^
> > > >> > > >> > > >     [javac]   symbol: class WidgetView
> > > >> > > >> > > >     [javac]
> > > >> > > >> > > >
> > > >> > > >> > > >
> > > >> > > >> > >
> > > >> > > >> >
> > > >> > > >>
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidgetView.java:29:
> > > >> > > >> > > > error: cannot find symbol
> > > >> > > >> > > >     [javac]     public StartWidgetView(String id,
> > > >> Model<Widget>
> > > >> > > >> model)
> > > >> > > >> > {
> > > >> > > >> > > >     [javac]
>   ^
> > > >> > > >> > > >     [javac]   symbol:   class Widget
> > > >> > > >> > > >     [javac]   location: class StartWidgetView
> > > >> > > >> > > >     [javac]
> > > >> > > >> > > >
> > > >> > > >> > > >
> > > >> > > >> > >
> > > >> > > >> >
> > > >> > > >>
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidget.java:24:
> > > >> > > >> > > > error: package ro.fortsoft.wicket.dashboard does not
> > exist
> > > >> > > >> > > >     [javac] import
> > > >> ro.fortsoft.wicket.dashboard.AbstractWidget;
> > > >> > > >> > > >     [javac]                                    ^
> > > >> > > >> > > >     [javac]
> > > >> > > >> > > >
> > > >> > > >> > > >
> > > >> > > >> > >
> > > >> > > >> >
> > > >> > > >>
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidget.java:25:
> > > >> > > >> > > > error: package ro.fortsoft.wicket.dashboard does not
> > exist
> > > >> > > >> > > >     [javac] import ro.fortsoft.wicket.dashboard.Widget;
> > > >> > > >> > > >     [javac]                                    ^
> > > >> > > >> > > >     [javac]
> > > >> > > >> > > >
> > > >> > > >> > > >
> > > >> > > >> > >
> > > >> > > >> >
> > > >> > > >>
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidget.java:26:
> > > >> > > >> > > > error: package ro.fortsoft.wicket.dashboard does not
> > exist
> > > >> > > >> > > >     [javac] import
> > > >> ro.fortsoft.wicket.dashboard.WidgetLocation;
> > > >> > > >> > > >     [javac]                                    ^
> > > >> > > >> > > >     [javac]
> > > >> > > >> > > >
> > > >> > > >> > > >
> > > >> > > >> > >
> > > >> > > >> >
> > > >> > > >>
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidget.java:27:
> > > >> > > >> > > > error: package ro.fortsoft.wicket.dashboard.web does
> not
> > > >> exist
> > > >> > > >> > > >     [javac] import
> > > >> ro.fortsoft.wicket.dashboard.web.WidgetView;
> > > >> > > >> > > >     [javac]                                        ^
> > > >> > > >> > > >     [javac]
> > > >> > > >> > > >
> > > >> > > >> > > >
> > > >> > > >> > >
> > > >> > > >> >
> > > >> > > >>
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidget.java:29:
> > > >> > > >> > > > error: cannot find symbol
> > > >> > > >> > > >     [javac] public class WelcomeWidget extends
> > > >> AbstractWidget {
> > > >> > > >> > > >     [javac]                                    ^
> > > >> > > >> > > >     [javac]   symbol: class AbstractWidget
> > > >> > > >> > > >     [javac]
> > > >> > > >> > > >
> > > >> > > >> > > >
> > > >> > > >> > >
> > > >> > > >> >
> > > >> > > >>
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidget.java:38:
> > > >> > > >> > > > error: cannot find symbol
> > > >> > > >> > > >     [javac]     public WidgetView createView(String
> > > viewId) {
> > > >> > > >> > > >     [javac]            ^
> > > >> > > >> > > >     [javac]   symbol:   class WidgetView
> > > >> > > >> > > >     [javac]   location: class WelcomeWidget
> > > >> > > >> > > >     [javac]
> > > >> > > >> > > >
> > > >> > > >> > > >
> > > >> > > >> > >
> > > >> > > >> >
> > > >> > > >>
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidgetDescriptor.java:23:
> > > >> > > >> > > > error: package ro.fortsoft.wicket.dashboard does not
> > exist
> > > >> > > >> > > >     [javac] import
> > > >> > ro.fortsoft.wicket.dashboard.WidgetDescriptor;
> > > >> > > >> > > >     [javac]                                    ^
> > > >> > > >> > > >     [javac]
> > > >> > > >> > > >
> > > >> > > >> > > >
> > > >> > > >> > >
> > > >> > > >> >
> > > >> > > >>
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidgetDescriptor.java:25:
> > > >> > > >> > > > error: cannot find symbol
> > > >> > > >> > > >     [javac] public class WelcomeWidgetDescriptor
> > implements
> > > >> > > >> > > > WidgetDescriptor {
> > > >> > > >> > > >     [javac]
> > >   ^
> > > >> > > >> > > >     [javac]   symbol: class WidgetDescriptor
> > > >> > > >> > > >     [javac]
> > > >> > > >> > > >
> > > >> > > >> > > >
> > > >> > > >> > >
> > > >> > > >> >
> > > >> > > >>
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/profile/SettingsPanel.java:32:
> > > >> > > >> > > > error: package com.googlecode.wicket.jquery.core does
> not
> > > >> exist
> > > >> > > >> > > >     [javac] import
> > > >> > > com.googlecode.wicket.jquery.core.JQueryBehavior;
> > > >> > > >> > > >     [javac]                                         ^
> > > >> > > >> > > >     [javac]
> > > >> > > >> > > >
> > > >> > > >> > > >
> > > >> > > >> > >
> > > >> > > >> >
> > > >> > > >>
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/profile/SettingsPanel.java:33:
> > > >> > > >> > > > error: package com.googlecode.wicket.jquery.core does
> not
> > > >> exist
> > > >> > > >> > > >     [javac] import
> > > com.googlecode.wicket.jquery.core.Options;
> > > >> > > >> > > >     [javac]                                         ^
> > > >> > > >> > > >     [javac]
> > > >> > > >> > > >
> > > >> > > >> > > >
> > > >> > > >> > >
> > > >> > > >> >
> > > >> > > >>
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidgetView.java:37:
> > > >> > > >> > > > error: package ro.fortsoft.wicket.dashboard does not
> > exist
> > > >> > > >> > > >     [javac] import ro.fortsoft.wicket.dashboard.Widget;
> > > >> > > >> > > >     [javac]                                    ^
> > > >> > > >> > > >     [javac]
> > > >> > > >> > > >
> > > >> > > >> > > >
> > > >> > > >> > >
> > > >> > > >> >
> > > >> > > >>
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidgetView.java:38:
> > > >> > > >> > > > error: package ro.fortsoft.wicket.dashboard.web does
> not
> > > >> exist
> > > >> > > >> > > >     [javac] import
> > > >> ro.fortsoft.wicket.dashboard.web.WidgetView;
> > > >> > > >> > > >     [javac]                                        ^
> > > >> > > >> > > >     [javac]
> > > >> > > >> > > >
> > > >> > > >> > > >
> > > >> > > >> > >
> > > >> > > >> >
> > > >> > > >>
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidgetView.java:40:
> > > >> > > >> > > > error: cannot find symbol
> > > >> > > >> > > >     [javac] public class WelcomeWidgetView extends
> > > >> WidgetView {
> > > >> > > >> > > >     [javac]                                        ^
> > > >> > > >> > > >     [javac]   symbol: class WidgetView
> > > >> > > >> > > >     [javac]
> > > >> > > >> > > >
> > > >> > > >> > > >
> > > >> > > >> > >
> > > >> > > >> >
> > > >> > > >>
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidgetView.java:43:
> > > >> > > >> > > > error: cannot find symbol
> > > >> > > >> > > >     [javac]     public WelcomeWidgetView(String id,
> > > >> > Model<Widget>
> > > >> > > >> > model)
> > > >> > > >> > > {
> > > >> > > >> > > >     [javac]
> >   ^
> > > >> > > >> > > >     [javac]   symbol:   class Widget
> > > >> > > >> > > >     [javac]   location: class WelcomeWidgetView
> > > >> > > >> > > >     [javac]
> > > >> > > >> > > >
> > > >> > > >> > > >
> > > >> > > >> > >
> > > >> > > >> >
> > > >> > > >>
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/profile/WidgetsPanel.java:32:
> > > >> > > >> > > > error: package ro.fortsoft.wicket.dashboard does not
> > exist
> > > >> > > >> > > >     [javac] import
> > ro.fortsoft.wicket.dashboard.Dashboard;
> > > >> > > >> > > >     [javac]                                    ^
> > > >> > > >> > > >     [javac]
> > > >> > > >> > > >
> > > >> > > >> > > >
> > > >> > > >> > >
> > > >> > > >> >
> > > >> > > >>
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/profile/WidgetsPanel.java:33:
> > > >> > > >> > > > error: package ro.fortsoft.wicket.dashboard does not
> > exist
> > > >> > > >> > > >     [javac] import ro.fortsoft.wicket.dashboard.Widget;
> > > >> > > >> > > >     [javac]                                    ^
> > > >> > > >> > > >     [javac]
> > > >> > > >> > > >
> > > >> > > >> > > >
> > > >> > > >> > >
> > > >> > > >> >
> > > >> > > >>
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/profile/WidgetsPanel.java:34:
> > > >> > > >> > > > error: package ro.fortsoft.wicket.dashboard does not
> > exist
> > > >> > > >> > > >     [javac] import
> > > >> > ro.fortsoft.wicket.dashboard.WidgetDescriptor;
> > > >> > > >> > > >     [javac]                                    ^
> > > >> > > >> > > >     [javac]
> > > >> > > >> > > >
> > > >> > > >> > > >
> > > >> > > >> > >
> > > >> > > >> >
> > > >> > > >>
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/profile/WidgetsPanel.java:35:
> > > >> > > >> > > > error: package ro.fortsoft.wicket.dashboard.web does
> not
> > > >> exist
> > > >> > > >> > > >     [javac] import
> > > >> > > >> ro.fortsoft.wicket.dashboard.web.DashboardContext;
> > > >> > > >> > > >     [javac]                                        ^
> > > >> > > >> > > >     [javac]
> > > >> > > >> > > >
> > > >> > > >> > > >
> > > >> > > >> > >
> > > >> > > >> >
> > > >> > > >>
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/profile/WidgetsPanel.java:40:
> > > >> > > >> > > > error: cannot find symbol
> > > >> > > >> > > >     [javac]     private Widget
> > isDisplayed(WidgetDescriptor
> > > >> wd)
> > > >> > {
> > > >> > > >> > > >     [javac]                                ^
> > > >> > > >> > > >     [javac]   symbol:   class WidgetDescriptor
> > > >> > > >> > > >     [javac]   location: class WidgetsPanel
> > > >> > > >> > > >     [javac]
> > > >> > > >> > > >
> > > >> > > >> > > >
> > > >> > > >> > >
> > > >> > > >> >
> > > >> > > >>
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/profile/WidgetsPanel.java:40:
> > > >> > > >> > > > error: cannot find symbol
> > > >> > > >> > > >     [javac]     private Widget
> > isDisplayed(WidgetDescriptor
> > > >> wd)
> > > >> > {
> > > >> > > >> > > >     [javac]             ^
> > > >> > > >> > > >     [javac]   symbol:   class Widget
> > > >> > > >> > > >     [javac]   location: class WidgetsPanel
> > > >> > > >> > > >     [javac]
> > > >> > > >> > > >
> > > >> > > >> > > >
> > > >> > > >> > >
> > > >> > > >> >
> > > >> > > >>
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/rooms/RoomsTabbedPanel.java:37:
> > > >> > > >> > > > error: package com.googlecode.wicket.jquery.core does
> not
> > > >> exist
> > > >> > > >> > > >     [javac] import
> > > >> > > com.googlecode.wicket.jquery.core.JQueryBehavior;
> > > >> > > >> > > >     [javac]                                         ^
> > > >> > > >> > > >     [javac]
> > > >> > > >> > > >
> > > >> > > >> > > >
> > > >> > > >> > >
> > > >> > > >> >
> > > >> > > >>
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/pages/auth/SignInPage.java:35:
> > > >> > > >> > > > error: package com.googlecode.wicket.jquery.core does
> not
> > > >> exist
> > > >> > > >> > > >     [javac] import
> > > >> > > >> > > >
> com.googlecode.wicket.jquery.core.JQueryAbstractBehavior;
> > > >> > > >> > > >     [javac]                                         ^
> > > >> > > >> > > >     [javac]
> > > >> > > >> > > >
> > > >> > > >> > > >
> > > >> > > >> > >
> > > >> > > >> >
> > > >> > > >>
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/util/UserDashboardPersister.java:23:
> > > >> > > >> > > > error: package ro.fortsoft.wicket.dashboard does not
> > exist
> > > >> > > >> > > >     [javac] import
> > ro.fortsoft.wicket.dashboard.Dashboard;
> > > >> > > >> > > >     [javac]                                    ^
> > > >> > > >> > > >     [javac]
> > > >> > > >> > > >
> > > >> > > >> > > >
> > > >> > > >> > >
> > > >> > > >> >
> > > >> > > >>
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/util/UserDashboardPersister.java:24:
> > > >> > > >> > > > error: package ro.fortsoft.wicket.dashboard does not
> > exist
> > > >> > > >> > > >     [javac] import
> > > >> > > ro.fortsoft.wicket.dashboard.DashboardPersister;
> > > >> > > >> > > >     [javac]                                    ^
> > > >> > > >> > > >     [javac]
> > > >> > > >> > > >
> > > >> > > >> > > >
> > > >> > > >> > >
> > > >> > > >> >
> > > >> > > >>
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/util/UserDashboardPersister.java:25:
> > > >> > > >> > > > error: package ro.fortsoft.wicket.dashboard does not
> > exist
> > > >> > > >> > > >     [javac] import
> > > >> > > >> > > ro.fortsoft.wicket.dashboard.XStreamDashboardPersister;
> > > >> > > >> > > >     [javac]                                    ^
> > > >> > > >> > > >     [javac]
> > > >> > > >> > > >
> > > >> > > >> > > >
> > > >> > > >> > >
> > > >> > > >> >
> > > >> > > >>
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/util/UserDashboardPersister.java:27:
> > > >> > > >> > > > error: cannot find symbol
> > > >> > > >> > > >     [javac] public class UserDashboardPersister
> > implements
> > > >> > > >> > > > DashboardPersister {
> > > >> > > >> > > >     [javac]
> > >  ^
> > > >> > > >> > > >     [javac]   symbol: class DashboardPersister
> > > >> > > >> > > >     [javac]
> > > >> > > >> > > >
> > > >> > > >> > > >
> > > >> > > >> > >
> > > >> > > >> >
> > > >> > > >>
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/util/UserDashboardPersister.java:28:
> > > >> > > >> > > > error: cannot find symbol
> > > >> > > >> > > >     [javac]     public Dashboard load() {
> > > >> > > >> > > >     [javac]            ^
> > > >> > > >> > > >     [javac]   symbol:   class Dashboard
> > > >> > > >> > > >     [javac]   location: class UserDashboardPersister
> > > >> > > >> > > >     [javac]
> > > >> > > >> > > >
> > > >> > > >> > > >
> > > >> > > >> > >
> > > >> > > >> >
> > > >> > > >>
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/util/UserDashboardPersister.java:32:
> > > >> > > >> > > > error: cannot find symbol
> > > >> > > >> > > >     [javac]     public void save(Dashboard dashboard) {
> > > >> > > >> > > >     [javac]                      ^
> > > >> > > >> > > >     [javac]   symbol:   class Dashboard
> > > >> > > >> > > >     [javac]   location: class UserDashboardPersister
> > > >> > > >> > > >     [javac]
> > > >> > > >> > > >
> > > >> > > >> > > >
> > > >> > > >> > >
> > > >> > > >> >
> > > >> > > >>
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/Application.java:47:
> > > >> > > >> > > > error: package ro.fortsoft.wicket.dashboard does not
> > exist
> > > >> > > >> > > >     [javac] import
> > > >> ro.fortsoft.wicket.dashboard.WidgetRegistry;
> > > >> > > >> > > >     [javac]                                    ^
> > > >> > > >> > > >     [javac]
> > > >> > > >> > > >
> > > >> > > >> > > >
> > > >> > > >> > >
> > > >> > > >> >
> > > >> > > >>
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/Application.java:48:
> > > >> > > >> > > > error: package ro.fortsoft.wicket.dashboard.web does
> not
> > > >> exist
> > > >> > > >> > > >     [javac] import
> > > >> > > >> ro.fortsoft.wicket.dashboard.web.DashboardContext;
> > > >> > > >> > > >     [javac]                                        ^
> > > >> > > >> > > >     [javac]
> > > >> > > >> > > >
> > > >> > > >> > > >
> > > >> > > >> > >
> > > >> > > >> >
> > > >> > > >>
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/Application.java:49:
> > > >> > > >> > > > error: package ro.fortsoft.wicket.dashboard.web does
> not
> > > >> exist
> > > >> > > >> > > >     [javac] import
> > > >> > > >> > > >
> > ro.fortsoft.wicket.dashboard.web.DashboardContextInjector;
> > > >> > > >> > > >     [javac]                                        ^
> > > >> > > >> > > >     [javac]
> > > >> > > >> > > >
> > > >> > > >> > > >
> > > >> > > >> > >
> > > >> > > >> >
> > > >> > > >>
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/Application.java:50:
> > > >> > > >> > > > error: package ro.fortsoft.wicket.dashboard.web does
> not
> > > >> exist
> > > >> > > >> > > >     [javac] import
> > > >> > > >> ro.fortsoft.wicket.dashboard.web.DashboardSettings;
> > > >> > > >> > > >     [javac]                                        ^
> > > >> > > >> > > >     [javac]
> > > >> > > >> > > >
> > > >> > > >> > > >
> > > >> > > >> > >
> > > >> > > >> >
> > > >> > > >>
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/Application.java:53:
> > > >> > > >> > > > error: cannot find symbol
> > > >> > > >> > > >     [javac]     private DashboardContext
> > dashboardContext;
> > > >> > > >> > > >     [javac]             ^
> > > >> > > >> > > >     [javac]   symbol:   class DashboardContext
> > > >> > > >> > > >     [javac]   location: class Application
> > > >> > > >> > > >     [javac]
> > > >> > > >> > > >
> > > >> > > >> > > >
> > > >> > > >> > >
> > > >> > > >> >
> > > >> > > >>
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/Application.java:129:
> > > >> > > >> > > > error: cannot find symbol
> > > >> > > >> > > >     [javac]     public static DashboardContext
> > > >> > > >> getDashboardContext() {
> > > >> > > >> > > >     [javac]                   ^
> > > >> > > >> > > >     [javac]   symbol:   class DashboardContext
> > > >> > > >> > > >     [javac]   location: class Application
> > > >> > > >> > > >     [javac]
> > > >> > > >> > > >
> > > >> > > >> > > >
> > > >> > > >> > >
> > > >> > > >> >
> > > >> > > >>
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/WebSession.java:47:
> > > >> > > >> > > > error: package ro.fortsoft.wicket.dashboard does not
> > exist
> > > >> > > >> > > >     [javac] import
> > ro.fortsoft.wicket.dashboard.Dashboard;
> > > >> > > >> > > >     [javac]                                    ^
> > > >> > > >> > > >     [javac]
> > > >> > > >> > > >
> > > >> > > >> > > >
> > > >> > > >> > >
> > > >> > > >> >
> > > >> > > >>
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/WebSession.java:48:
> > > >> > > >> > > > error: package ro.fortsoft.wicket.dashboard does not
> > exist
> > > >> > > >> > > >     [javac] import
> > > >> > ro.fortsoft.wicket.dashboard.DefaultDashboard;
> > > >> > > >> > > >     [javac]                                    ^
> > > >> > > >> > > >     [javac]
> > > >> > > >> > > >
> > > >> > > >> > > >
> > > >> > > >> > >
> > > >> > > >> >
> > > >> > > >>
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/WebSession.java:49:
> > > >> > > >> > > > error: package ro.fortsoft.wicket.dashboard does not
> > exist
> > > >> > > >> > > >     [javac] import
> > > >> ro.fortsoft.wicket.dashboard.WidgetFactory;
> > > >> > > >> > > >     [javac]                                    ^
> > > >> > > >> > > >     [javac]
> > > >> > > >> > > >
> > > >> > > >> > > >
> > > >> > > >> > >
> > > >> > > >> >
> > > >> > > >>
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/WebSession.java:50:
> > > >> > > >> > > > error: package ro.fortsoft.wicket.dashboard.web does
> not
> > > >> exist
> > > >> > > >> > > >     [javac] import
> > > >> > > >> ro.fortsoft.wicket.dashboard.web.DashboardContext;
> > > >> > > >> > > >     [javac]                                        ^
> > > >> > > >> > > >     [javac]
> > > >> > > >> > > >
> > > >> > > >> > > >
> > > >> > > >> > >
> > > >> > > >> >
> > > >> > > >>
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/WebSession.java:60:
> > > >> > > >> > > > error: cannot find symbol
> > > >> > > >> > > >     [javac]     private Dashboard dashboard;
> > > >> > > >> > > >     [javac]             ^
> > > >> > > >> > > >     [javac]   symbol:   class Dashboard
> > > >> > > >> > > >     [javac]   location: class WebSession
> > > >> > > >> > > >     [javac]
> > > >> > > >> > > >
> > > >> > > >> > > >
> > > >> > > >> > >
> > > >> > > >> >
> > > >> > > >>
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/WebSession.java:164:
> > > >> > > >> > > > error: cannot find symbol
> > > >> > > >> > > >     [javac]     public static Dashboard getDashboard()
> {
> > > >> > > >> > > >     [javac]                   ^
> > > >> > > >> > > >     [javac]   symbol:   class Dashboard
> > > >> > > >> > > >     [javac]   location: class WebSession
> > > >> > > >> > > >     [javac]
> > > >> > > >> > > >
> > > >> > > >> > > >
> > > >> > > >> > >
> > > >> > > >> >
> > > >> > > >>
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/calendar/CalendarPanel.java:34:
> > > >> > > >> > > > error: package com.googlecode.wicket.jquery.core does
> not
> > > >> exist
> > > >> > > >> > > >     [javac] import
> > > >> > > >> > > >
> com.googlecode.wicket.jquery.core.JQueryAbstractBehavior;
> > > >> > > >> > > >     [javac]                                         ^
> > > >> > > >> > > >     [javac]
> > > >> > > >> > > >
> > > >> > > >> > > >
> > > >> > > >> > >
> > > >> > > >> >
> > > >> > > >>
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/calendar/CalendarPanel.java:35:
> > > >> > > >> > > > error: package com.googlecode.wicket.jquery.core does
> not
> > > >> exist
> > > >> > > >> > > >     [javac] import
> > > com.googlecode.wicket.jquery.core.Options;
> > > >> > > >> > > >     [javac]                                         ^
> > > >> > > >> > > >     [javac]
> > > >> > > >> > > >
> > > >> > > >> > > >
> > > >> > > >> > >
> > > >> > > >> >
> > > >> > > >>
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/calendar/CalendarPanel.java:37:
> > > >> > > >> > > > error: cannot find symbol
> > > >> > > >> > > >     [javac] import
> > > >> > > >> > com.googlecode.wicket.jquery.ui.calendar.CalendarView;
> > > >> > > >> > > >     [javac]
> > >  ^
> > > >> > > >> > > >     [javac]   symbol:   class CalendarView
> > > >> > > >> > > >     [javac]   location: package
> > > >> > > >> > com.googlecode.wicket.jquery.ui.calendar
> > > >> > > >> > > >     [javac]
> > > >> > > >> > > >
> > > >> > > >> > > >
> > > >> > > >> > >
> > > >> > > >> >
> > > >> > > >>
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/OmDashboardPanel.java:25:
> > > >> > > >> > > > error: package ro.fortsoft.wicket.dashboard does not
> > exist
> > > >> > > >> > > >     [javac] import
> > ro.fortsoft.wicket.dashboard.Dashboard;
> > > >> > > >> > > >     [javac]                                    ^
> > > >> > > >> > > >     [javac]
> > > >> > > >> > > >
> > > >> > > >> > > >
> > > >> > > >> > >
> > > >> > > >> >
> > > >> > > >>
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/OmDashboardPanel.java:26:
> > > >> > > >> > > > error: package ro.fortsoft.wicket.dashboard.web does
> not
> > > >> exist
> > > >> > > >> > > >     [javac] import
> > > >> > > ro.fortsoft.wicket.dashboard.web.DashboardPanel;
> > > >> > > >> > > >     [javac]                                        ^
> > > >> > > >> > > >     [javac]
> > > >> > > >> > > >
> > > >> > > >> > > >
> > > >> > > >> > >
> > > >> > > >> >
> > > >> > > >>
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidget.java:24:
> > > >> > > >> > > > error: package ro.fortsoft.wicket.dashboard does not
> > exist
> > > >> > > >> > > >     [javac] import
> > > >> ro.fortsoft.wicket.dashboard.AbstractWidget;
> > > >> > > >> > > >     [javac]                                    ^
> > > >> > > >> > > >     [javac]
> > > >> > > >> > > >
> > > >> > > >> > > >
> > > >> > > >> > >
> > > >> > > >> >
> > > >> > > >>
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidget.java:25:
> > > >> > > >> > > > error: package ro.fortsoft.wicket.dashboard does not
> > exist
> > > >> > > >> > > >     [javac] import ro.fortsoft.wicket.dashboard.Widget;
> > > >> > > >> > > >     [javac]                                    ^
> > > >> > > >> > > >     [javac]
> > > >> > > >> > > >
> > > >> > > >> > > >
> > > >> > > >> > >
> > > >> > > >> >
> > > >> > > >>
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidget.java:26:
> > > >> > > >> > > > error: package ro.fortsoft.wicket.dashboard does not
> > exist
> > > >> > > >> > > >     [javac] import
> > > >> ro.fortsoft.wicket.dashboard.WidgetLocation;
> > > >> > > >> > > >     [javac]                                    ^
> > > >> > > >> > > >     [javac]
> > > >> > > >> > > >
> > > >> > > >> > > >
> > > >> > > >> > >
> > > >> > > >> >
> > > >> > > >>
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidget.java:27:
> > > >> > > >> > > > error: package ro.fortsoft.wicket.dashboard.web does
> not
> > > >> exist
> > > >> > > >> > > >     [javac] import
> > > >> ro.fortsoft.wicket.dashboard.web.WidgetView;
> > > >> > > >> > > >     [javac]                                        ^
> > > >> > > >> > > >     [javac]
> > > >> > > >> > > >
> > > >> > > >> > > >
> > > >> > > >> > >
> > > >> > > >> >
> > > >> > > >>
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidget.java:29:
> > > >> > > >> > > > error: cannot find symbol
> > > >> > > >> > > >     [javac] public class PrivateRoomsWidget extends
> > > >> > > AbstractWidget {
> > > >> > > >> > > >     [javac]                                         ^
> > > >> > > >> > > >     [javac]   symbol: class AbstractWidget
> > > >> > > >> > > >     [javac]
> > > >> > > >> > > >
> > > >> > > >> > > >
> > > >> > > >> > >
> > > >> > > >> >
> > > >> > > >>
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidget.java:38:
> > > >> > > >> > > > error: cannot find symbol
> > > >> > > >> > > >     [javac]     public WidgetView createView(String
> > > viewId) {
> > > >> > > >> > > >     [javac]            ^
> > > >> > > >> > > >     [javac]   symbol:   class WidgetView
> > > >> > > >> > > >     [javac]   location: class PrivateRoomsWidget
> > > >> > > >> > > >     [javac]
> > > >> > > >> > > >
> > > >> > > >> > > >
> > > >> > > >> > >
> > > >> > > >> >
> > > >> > > >>
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidgetDescriptor.java:23:
> > > >> > > >> > > > error: package ro.fortsoft.wicket.dashboard does not
> > exist
> > > >> > > >> > > >     [javac] import
> > > >> > ro.fortsoft.wicket.dashboard.WidgetDescriptor;
> > > >> > > >> > > >     [javac]                                    ^
> > > >> > > >> > > >     [javac]
> > > >> > > >> > > >
> > > >> > > >> > > >
> > > >> > > >> > >
> > > >> > > >> >
> > > >> > > >>
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidgetDescriptor.java:25:
> > > >> > > >> > > > error: cannot find symbol
> > > >> > > >> > > >     [javac] public class PrivateRoomsWidgetDescriptor
> > > >> implements
> > > >> > > >> > > > WidgetDescriptor {
> > > >> > > >> > > >     [javac]
> > > >> >  ^
> > > >> > > >> > > >     [javac]   symbol: class WidgetDescriptor
> > > >> > > >> > > >     [javac]
> > > >> > > >> > > >
> > > >> > > >> > > >
> > > >> > > >> > >
> > > >> > > >> >
> > > >> > > >>
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidgetView.java:26:
> > > >> > > >> > > > error: package ro.fortsoft.wicket.dashboard does not
> > exist
> > > >> > > >> > > >     [javac] import ro.fortsoft.wicket.dashboard.Widget;
> > > >> > > >> > > >     [javac]                                    ^
> > > >> > > >> > > >     [javac]
> > > >> > > >> > > >
> > > >> > > >> > > >
> > > >> > > >> > >
> > > >> > > >> >
> > > >> > > >>
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidgetView.java:27:
> > > >> > > >> > > > error: package ro.fortsoft.wicket.dashboard.web does
> not
> > > >> exist
> > > >> > > >> > > >     [javac] import
> > > >> ro.fortsoft.wicket.dashboard.web.WidgetView;
> > > >> > > >> > > >     [javac]                                        ^
> > > >> > > >> > > >     [javac]
> > > >> > > >> > > >
> > > >> > > >> > > >
> > > >> > > >> > >
> > > >> > > >> >
> > > >> > > >>
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidgetView.java:29:
> > > >> > > >> > > > error: cannot find symbol
> > > >> > > >> > > >     [javac] public class PrivateRoomsWidgetView extends
> > > >> > > WidgetView {
> > > >> > > >> > > >     [javac]
>   ^
> > > >> > > >> > > >     [javac]   symbol: class WidgetView
> > > >> > > >> > > >     [javac]
> > > >> > > >> > > >
> > > >> > > >> > > >
> > > >> > > >> > >
> > > >> > > >> >
> > > >> > > >>
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidgetView.java:32:
> > > >> > > >> > > > error: cannot find symbol
> > > >> > > >> > > >     [javac]     public PrivateRoomsWidgetView(String
> id,
> > > >> > > >> Model<Widget>
> > > >> > > >> > > > model) {
> > > >> > > >> > > >     [javac]
> > > >>    ^
> > > >> > > >> > > >     [javac]   symbol:   class Widget
> > > >> > > >> > > >     [javac]   location: class PrivateRoomsWidgetView
> > > >> > > >> > > >     [javac]
> > > >> > > >> > > >
> > > >> > > >> > > >
> > > >> > > >> > >
> > > >> > > >> >
> > > >> > > >>
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidget.java:24:
> > > >> > > >> > > > error: package ro.fortsoft.wicket.dashboard does not
> > exist
> > > >> > > >> > > >     [javac] import
> > > >> ro.fortsoft.wicket.dashboard.AbstractWidget;
> > > >> > > >> > > >     [javac]                                    ^
> > > >> > > >> > > >     [javac]
> > > >> > > >> > > >
> > > >> > > >> > > >
> > > >> > > >> > >
> > > >> > > >> >
> > > >> > > >>
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidget.java:25:
> > > >> > > >> > > > error: package ro.fortsoft.wicket.dashboard does not
> > exist
> > > >> > > >> > > >     [javac] import ro.fortsoft.wicket.dashboard.Widget;
> > > >> > > >> > > >     [javac]                                    ^
> > > >> > > >> > > >     [javac]
> > > >> > > >> > > >
> > > >> > > >> > > >
> > > >> > > >> > >
> > > >> > > >> >
> > > >> > > >>
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidget.java:26:
> > > >> > > >> > > > error: package ro.fortsoft.wicket.dashboard does not
> > exist
> > > >> > > >> > > >     [javac] import
> > > >> ro.fortsoft.wicket.dashboard.WidgetLocation;
> > > >> > > >> > > >     [javac]                                    ^
> > > >> > > >> > > >     [javac]
> > > >> > > >> > > >
> > > >> > > >> > > >
> > > >> > > >> > >
> > > >> > > >> >
> > > >> > > >>
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidget.java:27:
> > > >> > > >> > > > error: package ro.fortsoft.wicket.dashboard.web does
> not
> > > >> exist
> > > >> > > >> > > >     [javac] import
> > > >> ro.fortsoft.wicket.dashboard.web.WidgetView;
> > > >> > > >> > > >     [javac]                                        ^
> > > >> > > >> > > >     [javac]
> > > >> > > >> > > >
> > > >> > > >> > > >
> > > >> > > >> > >
> > > >> > > >> >
> > > >> > > >>
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidget.java:29:
> > > >> > > >> > > > error: cannot find symbol
> > > >> > > >> > > >     [javac] public class StartWidget extends
> > > AbstractWidget {
> > > >> > > >> > > >     [javac]                                  ^
> > > >> > > >> > > >     [javac]   symbol: class AbstractWidget
> > > >> > > >> > > >     [javac]
> > > >> > > >> > > >
> > > >> > > >> > > >
> > > >> > > >> > >
> > > >> > > >> >
> > > >> > > >>
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidget.java:38:
> > > >> > > >> > > > error: cannot find symbol
> > > >> > > >> > > >     [javac]     public WidgetView createView(String
> > > viewId) {
> > > >> > > >> > > >     [javac]            ^
> > > >> > > >> > > >     [javac]   symbol:   class WidgetView
> > > >> > > >> > > >     [javac]   location: class StartWidget
> > > >> > > >> > > >     [javac]
> > > >> > > >> > > >
> > > >> > > >> > > >
> > > >> > > >> > >
> > > >> > > >> >
> > > >> > > >>
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidgetDescriptor.java:23:
> > > >> > > >> > > > error: package ro.fortsoft.wicket.dashboard does not
> > exist
> > > >> > > >> > > >     [javac] import
> > > >> > ro.fortsoft.wicket.dashboard.WidgetDescriptor;
> > > >> > > >> > > >     [javac]                                    ^
> > > >> > > >> > > >     [javac]
> > > >> > > >> > > >
> > > >> > > >> > > >
> > > >> > > >> > >
> > > >> > > >> >
> > > >> > > >>
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidgetDescriptor.java:25:
> > > >> > > >> > > > error: cannot find symbol
> > > >> > > >> > > >     [javac] public class StartWidgetDescriptor
> implements
> > > >> > > >> > > WidgetDescriptor
> > > >> > > >> > > > {
> > > >> > > >> > > >     [javac]
> >   ^
> > > >> > > >> > > >     [javac]   symbol: class WidgetDescriptor
> > > >> > > >> > > >     [javac]
> > > >> > > >> > > >
> > > >> > > >> > > >
> > > >> > > >> > >
> > > >> > > >> >
> > > >> > > >>
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidgetView.java:23:
> > > >> > > >> > > > error: package ro.fortsoft.wicket.dashboard does not
> > exist
> > > >> > > >> > > >     [javac] import ro.fortsoft.wicket.dashboard.Widget;
> > > >> > > >> > > >     [javac]                                    ^
> > > >> > > >> > > >     [javac]
> > > >> > > >> > > >
> > > >> > > >> > > >
> > > >> > > >> > >
> > > >> > > >> >
> > > >> > > >>
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidgetView.java:24:
> > > >> > > >> > > > error: package ro.fortsoft.wicket.dashboard.web does
> not
> > > >> exist
> > > >> > > >> > > >     [javac] import
> > > >> ro.fortsoft.wicket.dashboard.web.WidgetView;
> > > >> > > >> > > >     [javac]                                        ^
> > > >> > > >> > > >     [javac]
> > > >> > > >> > > >
> > > >> > > >> > > >
> > > >> > > >> > >
> > > >> > > >> >
> > > >> > > >>
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidgetView.java:26:
> > > >> > > >> > > > error: cannot find symbol
> > > >> > > >> > > >     [javac] public class StartWidgetView extends
> > > WidgetView {
> > > >> > > >> > > >     [javac]                                      ^
> > > >> > > >> > > >     [javac]   symbol: class WidgetView
> > > >> > > >> > > >     [javac]
> > > >> > > >> > > >
> > > >> > > >> > > >
> > > >> > > >> > >
> > > >> > > >> >
> > > >> > > >>
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidgetView.java:29:
> > > >> > > >> > > > error: cannot find symbol
> > > >> > > >> > > >     [javac]     public StartWidgetView(String id,
> > > >> Model<Widget>
> > > >> > > >> model)
> > > >> > > >> > {
> > > >> > > >> > > >     [javac]
>   ^
> > > >> > > >> > > >     [javac]   symbol:   class Widget
> > > >> > > >> > > >     [javac]   location: class StartWidgetView
> > > >> > > >> > > >     [javac]
> > > >> > > >> > > >
> > > >> > > >> > > >
> > > >> > > >> > >
> > > >> > > >> >
> > > >> > > >>
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidget.java:24:
> > > >> > > >> > > > error: package ro.fortsoft.wicket.dashboard does not
> > exist
> > > >> > > >> > > >     [javac] import
> > > >> ro.fortsoft.wicket.dashboard.AbstractWidget;
> > > >> > > >> > > >     [javac]                                    ^
> > > >> > > >> > > >     [javac]
> > > >> > > >> > > >
> > > >> > > >> > > >
> > > >> > > >> > >
> > > >> > > >> >
> > > >> > > >>
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidget.java:25:
> > > >> > > >> > > > error: package ro.fortsoft.wicket.dashboard does not
> > exist
> > > >> > > >> > > >     [javac] import ro.fortsoft.wicket.dashboard.Widget;
> > > >> > > >> > > >     [javac]                                    ^
> > > >> > > >> > > >     [javac]
> > > >> > > >> > > >
> > > >> > > >> > > >
> > > >> > > >> > >
> > > >> > > >> >
> > > >> > > >>
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidget.java:26:
> > > >> > > >> > > > error: package ro.fortsoft.wicket.dashboard does not
> > exist
> > > >> > > >> > > >     [javac] import
> > > >> ro.fortsoft.wicket.dashboard.WidgetLocation;
> > > >> > > >> > > >     [javac]                                    ^
> > > >> > > >> > > >     [javac]
> > > >> > > >> > > >
> > > >> > > >> > > >
> > > >> > > >> > >
> > > >> > > >> >
> > > >> > > >>
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidget.java:27:
> > > >> > > >> > > > error: package ro.fortsoft.wicket.dashboard.web does
> not
> > > >> exist
> > > >> > > >> > > >     [javac] import
> > > >> ro.fortsoft.wicket.dashboard.web.WidgetView;
> > > >> > > >> > > >     [javac]                                        ^
> > > >> > > >> > > >     [javac]
> > > >> > > >> > > >
> > > >> > > >> > > >
> > > >> > > >> > >
> > > >> > > >> >
> > > >> > > >>
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidget.java:29:
> > > >> > > >> > > > error: cannot find symbol
> > > >> > > >> > > >     [javac] public class WelcomeWidget extends
> > > >> AbstractWidget {
> > > >> > > >> > > >     [javac]                                    ^
> > > >> > > >> > > >     [javac]   symbol: class AbstractWidget
> > > >> > > >> > > >     [javac]
> > > >> > > >> > > >
> > > >> > > >> > > >
> > > >> > > >> > >
> > > >> > > >> >
> > > >> > > >>
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidget.java:38:
> > > >> > > >> > > > error: cannot find symbol
> > > >> > > >> > > >     [javac]     public WidgetView createView(String
> > > viewId) {
> > > >> > > >> > > >     [javac]            ^
> > > >> > > >> > > >     [javac]   symbol:   class WidgetView
> > > >> > > >> > > >     [javac]   location: class WelcomeWidget
> > > >> > > >> > > >     [javac]
> > > >> > > >> > > >
> > > >> > > >> > > >
> > > >> > > >> > >
> > > >> > > >> >
> > > >> > > >>
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidgetDescriptor.java:23:
> > > >> > > >> > > > error: package ro.fortsoft.wicket.dashboard does not
> > exist
> > > >> > > >> > > >     [javac] import
> > > >> > ro.fortsoft.wicket.dashboard.WidgetDescriptor;
> > > >> > > >> > > >     [javac]                                    ^
> > > >> > > >> > > >     [javac]
> > > >> > > >> > > >
> > > >> > > >> > > >
> > > >> > > >> > >
> > > >> > > >> >
> > > >> > > >>
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidgetDescriptor.java:25:
> > > >> > > >> > > > error: cannot find symbol
> > > >> > > >> > > >     [javac] public class WelcomeWidgetDescriptor
> > implements
> > > >> > > >> > > > WidgetDescriptor {
> > > >> > > >> > > >     [javac]
> > >   ^
> > > >> > > >> > > >     [javac]   symbol: class WidgetDescriptor
> > > >> > > >> > > >     [javac]
> > > >> > > >> > > >
> > > >> > > >> > > >
> > > >> > > >> > >
> > > >> > > >> >
> > > >> > > >>
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/profile/SettingsPanel.java:32:
> > > >> > > >> > > > error: package com.googlecode.wicket.jquery.core does
> not
> > > >> exist
> > > >> > > >> > > >     [javac] import
> > > >> > > com.googlecode.wicket.jquery.core.JQueryBehavior;
> > > >> > > >> > > >     [javac]                                         ^
> > > >> > > >> > > >     [javac]
> > > >> > > >> > > >
> > > >> > > >> > > >
> > > >> > > >> > >
> > > >> > > >> >
> > > >> > > >>
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/profile/SettingsPanel.java:33:
> > > >> > > >> > > > error: package com.googlecode.wicket.jquery.core does
> not
> > > >> exist
> > > >> > > >> > > >     [javac] import
> > > com.googlecode.wicket.jquery.core.Options;
> > > >> > > >> > > >     [javac]                                         ^
> > > >> > > >> > > >     [javac]
> > > >> > > >> > > >
> > > >> > > >> > > >
> > > >> > > >> > >
> > > >> > > >> >
> > > >> > > >>
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidgetView.java:37:
> > > >> > > >> > > > error: package ro.fortsoft.wicket.dashboard does not
> > exist
> > > >> > > >> > > >     [javac] import ro.fortsoft.wicket.dashboard.Widget;
> > > >> > > >> > > >     [javac]                                    ^
> > > >> > > >> > > >     [javac]
> > > >> > > >> > > >
> > > >> > > >> > > >
> > > >> > > >> > >
> > > >> > > >> >
> > > >> > > >>
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidgetView.java:38:
> > > >> > > >> > > > error: package ro.fortsoft.wicket.dashboard.web does
> not
> > > >> exist
> > > >> > > >> > > >     [javac] import
> > > >> ro.fortsoft.wicket.dashboard.web.WidgetView;
> > > >> > > >> > > >     [javac]                                        ^
> > > >> > > >> > > >     [javac]
> > > >> > > >> > > >
> > > >> > > >> > > >
> > > >> > > >> > >
> > > >> > > >> >
> > > >> > > >>
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidgetView.java:40:
> > > >> > > >> > > > error: cannot find symbol
> > > >> > > >> > > >     [javac] public class WelcomeWidgetView extends
> > > >> WidgetView {
> > > >> > > >> > > >     [javac]                                        ^
> > > >> > > >> > > >     [javac]   symbol: class WidgetView
> > > >> > > >> > > >     [javac]
> > > >> > > >> > > >
> > > >> > > >> > > >
> > > >> > > >> > >
> > > >> > > >> >
> > > >> > > >>
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidgetView.java:43:
> > > >> > > >> > > > error: cannot find symbol
> > > >> > > >> > > >     [javac]     public WelcomeWidgetView(String id,
> > > >> > Model<Widget>
> > > >> > > >> > model)
> > > >> > > >> > > {
> > > >> > > >> > > >     [javac]
> >   ^
> > > >> > > >> > > >     [javac]   symbol:   class Widget
> > > >> > > >> > > >     [javac]   location: class WelcomeWidgetView
> > > >> > > >> > > >     [javac]
> > > >> > > >> > > >
> > > >> > > >> > > >
> > > >> > > >> > >
> > > >> > > >> >
> > > >> > > >>
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/profile/WidgetsPanel.java:32:
> > > >> > > >> > > > error: package ro.fortsoft.wicket.dashboard does not
> > exist
> > > >> > > >> > > >     [javac] import
> > ro.fortsoft.wicket.dashboard.Dashboard;
> > > >> > > >> > > >     [javac]                                    ^
> > > >> > > >> > > >     [javac]
> > > >> > > >> > > >
> > > >> > > >> > > >
> > > >> > > >> > >
> > > >> > > >> >
> > > >> > > >>
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/profile/WidgetsPanel.java:33:
> > > >> > > >> > > > error: package ro.fortsoft.wicket.dashboard does not
> > exist
> > > >> > > >> > > >     [javac] import ro.fortsoft.wicket.dashboard.Widget;
> > > >> > > >> > > >     [javac]                                    ^
> > > >> > > >> > > >     [javac]
> > > >> > > >> > > >
> > > >> > > >> > > >
> > > >> > > >> > >
> > > >> > > >> >
> > > >> > > >>
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/profile/WidgetsPanel.java:34:
> > > >> > > >> > > > error: package ro.fortsoft.wicket.dashboard does not
> > exist
> > > >> > > >> > > >     [javac] import
> > > >> > ro.fortsoft.wicket.dashboard.WidgetDescriptor;
> > > >> > > >> > > >     [javac]                                    ^
> > > >> > > >> > > >     [javac]
> > > >> > > >> > > >
> > > >> > > >> > > >
> > > >> > > >> > >
> > > >> > > >> >
> > > >> > > >>
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/profile/WidgetsPanel.java:35:
> > > >> > > >> > > > error: package ro.fortsoft.wicket.dashboard.web does
> not
> > > >> exist
> > > >> > > >> > > >     [javac] import
> > > >> > > >> ro.fortsoft.wicket.dashboard.web.DashboardContext;
> > > >> > > >> > > >     [javac]                                        ^
> > > >> > > >> > > >     [javac]
> > > >> > > >> > > >
> > > >> > > >> > > >
> > > >> > > >> > >
> > > >> > > >> >
> > > >> > > >>
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/profile/WidgetsPanel.java:40:
> > > >> > > >> > > > error: cannot find symbol
> > > >> > > >> > > >     [javac]     private Widget
> > isDisplayed(WidgetDescriptor
> > > >> wd)
> > > >> > {
> > > >> > > >> > > >     [javac]                                ^
> > > >> > > >> > > >     [javac]   symbol:   class WidgetDescriptor
> > > >> > > >> > > >     [javac]   location: class WidgetsPanel
> > > >> > > >> > > >     [javac]
> > > >> > > >> > > >
> > > >> > > >> > > >
> > > >> > > >> > >
> > > >> > > >> >
> > > >> > > >>
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/profile/WidgetsPanel.java:40:
> > > >> > > >> > > > error: cannot find symbol
> > > >> > > >> > > >     [javac]     private Widget
> > isDisplayed(WidgetDescriptor
> > > >> wd)
> > > >> > {
> > > >> > > >> > > >     [javac]             ^
> > > >> > > >> > > >     [javac]   symbol:   class Widget
> > > >> > > >> > > >     [javac]   location: class WidgetsPanel
> > > >> > > >> > > >     [javac]
> > > >> > > >> > > >
> > > >> > > >> > > >
> > > >> > > >> > >
> > > >> > > >> >
> > > >> > > >>
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/rooms/RoomsTabbedPanel.java:37:
> > > >> > > >> > > > error: package com.googlecode.wicket.jquery.core does
> not
> > > >> exist
> > > >> > > >> > > >     [javac] import
> > > >> > > com.googlecode.wicket.jquery.core.JQueryBehavior;
> > > >> > > >> > > >     [javac]                                         ^
> > > >> > > >> > > >     [javac]
> > > >> > > >> > > >
> > > >> > > >> > > >
> > > >> > > >> > >
> > > >> > > >> >
> > > >> > > >>
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/pages/auth/SignInPage.java:35:
> > > >> > > >> > > > error: package com.googlecode.wicket.jquery.core does
> not
> > > >> exist
> > > >> > > >> > > >     [javac] import
> > > >> > > >> > > >
> com.googlecode.wicket.jquery.core.JQueryAbstractBehavior;
> > > >> > > >> > > >     [javac]                                         ^
> > > >> > > >> > > >     [javac]
> > > >> > > >> > > >
> > > >> > > >> > > >
> > > >> > > >> > >
> > > >> > > >> >
> > > >> > > >>
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/util/UserDashboardPersister.java:23:
> > > >> > > >> > > > error: package ro.fortsoft.wicket.dashboard does not
> > exist
> > > >> > > >> > > >     [javac] import
> > ro.fortsoft.wicket.dashboard.Dashboard;
> > > >> > > >> > > >     [javac]                                    ^
> > > >> > > >> > > >     [javac]
> > > >> > > >> > > >
> > > >> > > >> > > >
> > > >> > > >> > >
> > > >> > > >> >
> > > >> > > >>
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/util/UserDashboardPersister.java:24:
> > > >> > > >> > > > error: package ro.fortsoft.wicket.dashboard does not
> > exist
> > > >> > > >> > > >     [javac] import
> > > >> > > ro.fortsoft.wicket.dashboard.DashboardPersister;
> > > >> > > >> > > >     [javac]                                    ^
> > > >> > > >> > > >     [javac]
> > > >> > > >> > > >
> > > >> > > >> > > >
> > > >> > > >> > >
> > > >> > > >> >
> > > >> > > >>
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/util/UserDashboardPersister.java:25:
> > > >> > > >> > > > error: package ro.fortsoft.wicket.dashboard does not
> > exist
> > > >> > > >> > > >     [javac] import
> > > >> > > >> > > ro.fortsoft.wicket.dashboard.XStreamDashboardPersister;
> > > >> > > >> > > >     [javac]                                    ^
> > > >> > > >> > > >     [javac]
> > > >> > > >> > > >
> > > >> > > >> > > >
> > > >> > > >> > >
> > > >> > > >> >
> > > >> > > >>
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/util/UserDashboardPersister.java:27:
> > > >> > > >> > > > error: cannot find symbol
> > > >> > > >> > > >     [javac] public class UserDashboardPersister
> > implements
> > > >> > > >> > > > DashboardPersister {
> > > >> > > >> > > >     [javac]
> > >  ^
> > > >> > > >> > > >     [javac]   symbol: class DashboardPersister
> > > >> > > >> > > >     [javac]
> > > >> > > >> > > >
> > > >> > > >> > > >
> > > >> > > >> > >
> > > >> > > >> >
> > > >> > > >>
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/util/UserDashboardPersister.java:28:
> > > >> > > >> > > > error: cannot find symbol
> > > >> > > >> > > >     [javac]     public Dashboard load() {
> > > >> > > >> > > >     [javac]            ^
> > > >> > > >> > > >     [javac]   symbol:   class Dashboard
> > > >> > > >> > > >     [javac]   location: class UserDashboardPersister
> > > >> > > >> > > >     [javac]
> > > >> > > >> > > >
> > > >> > > >> > > >
> > > >> > > >> > >
> > > >> > > >> >
> > > >> > > >>
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/util/UserDashboardPersister.java:32:
> > > >> > > >> > > > error: cannot find symbol
> > > >> > > >> > > >     [javac]     public void save(Dashboard dashboard) {
> > > >> > > >> > > >     [javac]                      ^
> > > >> > > >> > > >     [javac]   symbol:   class Dashboard
> > > >> > > >> > > >     [javac]   location: class UserDashboardPersister
> > > >> > > >> > > >     [javac]
> > > >> > > >> > > >
> > > >> > > >> > > >
> > > >> > > >> > >
> > > >> > > >> >
> > > >> > > >>
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/Application.java:77:
> > > >> > > >> > > > error: cannot find symbol
> > > >> > > >> > > >     [javac]         dashboardContext = new
> > > >> DashboardContext();
> > > >> > > >> > > >     [javac]                                ^
> > > >> > > >> > > >     [javac]   symbol:   class DashboardContext
> > > >> > > >> > > >     [javac]   location: class Application
> > > >> > > >> > > >     [javac]
> > > >> > > >> > > >
> > > >> > > >> > > >
> > > >> > > >> > >
> > > >> > > >> >
> > > >> > > >>
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/Application.java:79:
> > > >> > > >> > > > error: cannot find symbol
> > > >> > > >> > > >     [javac]         WidgetRegistry widgetRegistry =
> > > >> > > >> > > > dashboardContext.getWidgetRegistry();
> > > >> > > >> > > >     [javac]         ^
> > > >> > > >> > > >     [javac]   symbol:   class WidgetRegistry
> > > >> > > >> > > >     [javac]   location: class Application
> > > >> > > >> > > >     [javac]
> > > >> > > >> > > >
> > > >> > > >> > > >
> > > >> > > >> > >
> > > >> > > >> >
> > > >> > > >>
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/Application.java:84:
> > > >> > > >> > > > error: cannot find symbol
> > > >> > > >> > > >     [javac]         DashboardContextInjector
> > > >> > > >> dashboardContextInjector =
> > > >> > > >> > > new
> > > >> > > >> > > > DashboardContextInjector(dashboardContext);
> > > >> > > >> > > >     [javac]         ^
> > > >> > > >> > > >     [javac]   symbol:   class DashboardContextInjector
> > > >> > > >> > > >     [javac]   location: class Application
> > > >> > > >> > > >     [javac]
> > > >> > > >> > > >
> > > >> > > >> > > >
> > > >> > > >> > >
> > > >> > > >> >
> > > >> > > >>
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/Application.java:84:
> > > >> > > >> > > > error: cannot find symbol
> > > >> > > >> > > >     [javac]         DashboardContextInjector
> > > >> > > >> dashboardContextInjector =
> > > >> > > >> > > new
> > > >> > > >> > > > DashboardContextInjector(dashboardContext);
> > > >> > > >> > > >     [javac]
> > > >> > > >> > > > ^
> > > >> > > >> > > >     [javac]   symbol:   class DashboardContextInjector
> > > >> > > >> > > >     [javac]   location: class Application
> > > >> > > >> > > >     [javac]
> > > >> > > >> > > >
> > > >> > > >> > > >
> > > >> > > >> > >
> > > >> > > >> >
> > > >> > > >>
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/Application.java:86:
> > > >> > > >> > > > error: cannot find symbol
> > > >> > > >> > > >     [javac]         DashboardSettings
> dashboardSettings =
> > > >> > > >> > > > DashboardSettings.get();
> > > >> > > >> > > >     [javac]         ^
> > > >> > > >> > > >     [javac]   symbol:   class DashboardSettings
> > > >> > > >> > > >     [javac]   location: class Application
> > > >> > > >> > > >     [javac]
> > > >> > > >> > > >
> > > >> > > >> > > >
> > > >> > > >> > >
> > > >> > > >> >
> > > >> > > >>
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/Application.java:86:
> > > >> > > >> > > > error: cannot find symbol
> > > >> > > >> > > >     [javac]         DashboardSettings
> dashboardSettings =
> > > >> > > >> > > > DashboardSettings.get();
> > > >> > > >> > > >     [javac]
> >   ^
> > > >> > > >> > > >     [javac]   symbol:   variable DashboardSettings
> > > >> > > >> > > >     [javac]   location: class Application
> > > >> > > >> > > >     [javac]
> > > >> > > >> > > >
> > > >> > > >> > > >
> > > >> > > >> > >
> > > >> > > >> >
> > > >> > > >>
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/WebSession.java:165:
> > > >> > > >> > > > error: cannot find symbol
> > > >> > > >> > > >     [javac]         Dashboard d = get().dashboard;
> > > >> > > >> > > >     [javac]         ^
> > > >> > > >> > > >     [javac]   symbol:   class Dashboard
> > > >> > > >> > > >     [javac]   location: class WebSession
> > > >> > > >> > > >     [javac]
> > > >> > > >> > > >
> > > >> > > >> > > >
> > > >> > > >> > >
> > > >> > > >> >
> > > >> > > >>
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/WebSession.java:174:
> > > >> > > >> > > > error: cannot find symbol
> > > >> > > >> > > >     [javac]         DashboardContext dashboardContext =
> > > >> > > >> > > > getDashboardContext();
> > > >> > > >> > > >     [javac]         ^
> > > >> > > >> > > >     [javac]   symbol:   class DashboardContext
> > > >> > > >> > > >     [javac]   location: class WebSession
> > > >> > > >> > > >     [javac]
> > > >> > > >> > > >
> > > >> > > >> > > >
> > > >> > > >> > >
> > > >> > > >> >
> > > >> > > >>
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/WebSession.java:178:
> > > >> > > >> > > > error: cannot find symbol
> > > >> > > >> > > >     [javac]             dashboard = new
> > > >> > > DefaultDashboard("default",
> > > >> > > >> > > > "Default");
> > > >> > > >> > > >     [javac]                             ^
> > > >> > > >> > > >     [javac]   symbol:   class DefaultDashboard
> > > >> > > >> > > >     [javac]   location: class WebSession
> > > >> > > >> > > >     [javac]
> > > >> > > >> > > >
> > > >> > > >> > > >
> > > >> > > >> > >
> > > >> > > >> >
> > > >> > > >>
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/WebSession.java:180:
> > > >> > > >> > > > error: cannot find symbol
> > > >> > > >> > > >     [javac]             WidgetFactory widgetFactory =
> > > >> > > >> > > > dashboardContext.getWidgetFactory();
> > > >> > > >> > > >     [javac]             ^
> > > >> > > >> > > >     [javac]   symbol:   class WidgetFactory
> > > >> > > >> > > >     [javac]   location: class WebSession
> > > >> > > >> > > >     [javac]
> > > >> > > >> > > >
> > > >> > > >> > > >
> > > >> > > >> > >
> > > >> > > >> >
> > > >> > > >>
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/calendar/CalendarPanel.java:64:
> > > >> > > >> > > > error: cannot find symbol
> > > >> > > >> > > >     [javac]         Options options = new Options();
> > > >> > > >> > > >     [javac]         ^
> > > >> > > >> > > >     [javac]   symbol:   class Options
> > > >> > > >> > > >     [javac]   location: class CalendarPanel
> > > >> > > >> > > >     [javac]
> > > >> > > >> > > >
> > > >> > > >> > > >
> > > >> > > >> > >
> > > >> > > >> >
> > > >> > > >>
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/calendar/CalendarPanel.java:64:
> > > >> > > >> > > > error: cannot find symbol
> > > >> > > >> > > >     [javac]         Options options = new Options();
> > > >> > > >> > > >     [javac]                               ^
> > > >> > > >> > > >     [javac]   symbol:   class Options
> > > >> > > >> > > >     [javac]   location: class CalendarPanel
> > > >> > > >> > > >     [javac]
> > > >> > > >> > > >
> > > >> > > >> > > >
> > > >> > > >> > >
> > > >> > > >> >
> > > >> > > >>
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/calendar/CalendarPanel.java:119:
> > > >> > > >> > > > error: cannot find symbol
> > > >> > > >> > > >     [javac]             public void
> > > >> onSelect(AjaxRequestTarget
> > > >> > > >> target,
> > > >> > > >> > > > CalendarView view, Date start, Date end, boolean
> allDay)
> > {
> > > >> > > >> > > >     [javac]
> > > >> > > >> >  ^
> > > >> > > >> > > >     [javac]   symbol: class CalendarView
> > > >> > > >> > > >     [javac]
> > > >> > > >> > > >
> > > >> > > >> > > >
> > > >> > > >> > >
> > > >> > > >> >
> > > >> > > >>
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/calendar/CalendarPanel.java:141:
> > > >> > > >> > > > error: cannot find symbol
> > > >> > > >> > > >     [javac]             public void
> > > >> > onEventClick(AjaxRequestTarget
> > > >> > > >> > > target,
> > > >> > > >> > > > CalendarView view, int eventId) {
> > > >> > > >> > > >     [javac]
> > > >> > > >> > > >  ^
> > > >> > > >> > > >     [javac]   symbol: class CalendarView
> > > >> > > >> > > >     [javac]
> > > >> > > >> > > >
> > > >> > > >> > > >
> > > >> > > >> > >
> > > >> > > >> >
> > > >> > > >>
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/calendar/CalendarPanel.java:78:
> > > >> > > >> > > > error: cannot find symbol
> > > >> > > >> > > >     [javac]                 add(new
> > > >> > > >> > > > JQueryAbstractBehavior("calendar-functions") {
> > > >> > > >> > > >     [javac]                         ^
> > > >> > > >> > > >     [javac]   symbol: class JQueryAbstractBehavior
> > > >> > > >> > > >     [javac]
> > > >> > > >> > > >
> > > >> > > >> > > >
> > > >> > > >> > >
> > > >> > > >> >
> > > >> > > >>
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/calendar/CalendarPanel.java:121:
> > > >> > > >> > > > error: cannot find symbol
> > > >> > > >> > > >     [javac]                 if (CalendarView.month ==
> > view
> > > &&
> > > >> > > >> > > > start.equals(end)) {
> > > >> > > >> > > >     [javac]                     ^
> > > >> > > >> > > >     [javac]   symbol: variable CalendarView
> > > >> > > >> > > >     [javac]
> > > >> > > >> > > >
> > > >> > > >> > > >
> > > >> > > >> > >
> > > >> > > >> >
> > > >> > > >>
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/calendar/CalendarPanel.java:118:
> > > >> > > >> > > > error: method does not override or implement a method
> > from
> > > a
> > > >> > > >> supertype
> > > >> > > >> > > >     [javac]             @Override
> > > >> > > >> > > >     [javac]             ^
> > > >> > > >> > > >     [javac]
> > > >> > > >> > > >
> > > >> > > >> > > >
> > > >> > > >> > >
> > > >> > > >> >
> > > >> > > >>
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/calendar/CalendarPanel.java:140:
> > > >> > > >> > > > error: method does not override or implement a method
> > from
> > > a
> > > >> > > >> supertype
> > > >> > > >> > > >     [javac]             @Override
> > > >> > > >> > > >     [javac]             ^
> > > >> > > >> > > >     [javac]
> > > >> > > >> > > >
> > > >> > > >> > > >
> > > >> > > >> > >
> > > >> > > >> >
> > > >> > > >>
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/OmDashboardPanel.java:34:
> > > >> > > >> > > > error: cannot find symbol
> > > >> > > >> > > >     [javac]         add(new DashboardPanel("dashboard",
> > new
> > > >> > > >> > > > Model<Dashboard>(WebSession.getDashboard())));
> > > >> > > >> > > >     [javac]                 ^
> > > >> > > >> > > >     [javac]   symbol:   class DashboardPanel
> > > >> > > >> > > >     [javac]   location: class OmDashboardPanel
> > > >> > > >> > > >     [javac]
> > > >> > > >> > > >
> > > >> > > >> > > >
> > > >> > > >> > >
> > > >> > > >> >
> > > >> > > >>
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/OmDashboardPanel.java:34:
> > > >> > > >> > > > error: cannot find symbol
> > > >> > > >> > > >     [javac]         add(new DashboardPanel("dashboard",
> > new
> > > >> > > >> > > > Model<Dashboard>(WebSession.getDashboard())));
> > > >> > > >> > > >     [javac]
> > > >> > > ^
> > > >> > > >> > > >     [javac]   symbol:   class Dashboard
> > > >> > > >> > > >     [javac]   location: class OmDashboardPanel
> > > >> > > >> > > >     [javac]
> > > >> > > >> > > >
> > > >> > > >> > > >
> > > >> > > >> > >
> > > >> > > >> >
> > > >> > > >>
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidget.java:34:
> > > >> > > >> > > > error: cannot find symbol
> > > >> > > >> > > >     [javac]         title = WebSession.getString(781L);
> > > >> > > >> > > >     [javac]         ^
> > > >> > > >> > > >     [javac]   symbol:   variable title
> > > >> > > >> > > >     [javac]   location: class PrivateRoomsWidget
> > > >> > > >> > > >     [javac]
> > > >> > > >> > > >
> > > >> > > >> > > >
> > > >> > > >> > >
> > > >> > > >> >
> > > >> > > >>
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidget.java:35:
> > > >> > > >> > > > error: cannot find symbol
> > > >> > > >> > > >     [javac]         location = new WidgetLocation(0,
> 1);
> > > >> > > >> > > >     [javac]         ^
> > > >> > > >> > > >     [javac]   symbol:   variable location
> > > >> > > >> > > >     [javac]   location: class PrivateRoomsWidget
> > > >> > > >> > > >     [javac]
> > > >> > > >> > > >
> > > >> > > >> > > >
> > > >> > > >> > >
> > > >> > > >> >
> > > >> > > >>
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidget.java:35:
> > > >> > > >> > > > error: cannot find symbol
> > > >> > > >> > > >     [javac]         location = new WidgetLocation(0,
> 1);
> > > >> > > >> > > >     [javac]                        ^
> > > >> > > >> > > >     [javac]   symbol:   class WidgetLocation
> > > >> > > >> > > >     [javac]   location: class PrivateRoomsWidget
> > > >> > > >> > > >     [javac]
> > > >> > > >> > > >
> > > >> > > >> > > >
> > > >> > > >> > >
> > > >> > > >> >
> > > >> > > >>
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidget.java:39:
> > > >> > > >> > > > error: cannot find symbol
> > > >> > > >> > > >     [javac]         return new
> > > PrivateRoomsWidgetView(viewId,
> > > >> > new
> > > >> > > >> > > > Model<Widget>(this));
> > > >> > > >> > > >     [javac]
> > > >> > > >> >   ^
> > > >> > > >> > > >     [javac]   symbol:   class Widget
> > > >> > > >> > > >     [javac]   location: class PrivateRoomsWidget
> > > >> > > >> > > >     [javac]
> > > >> > > >> > > >
> > > >> > > >> > > >
> > > >> > > >> > >
> > > >> > > >> >
> > > >> > > >>
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidgetView.java:35:
> > > >> > > >> > > > error: cannot find symbol
> > > >> > > >> > > >     [javac]         add(new RoomsPanel("rooms",
> > > >> getMyRooms()));
> > > >> > > >> > > >     [javac]         ^
> > > >> > > >> > > >     [javac]   symbol:   method add(RoomsPanel)
> > > >> > > >> > > >     [javac]   location: class PrivateRoomsWidgetView
> > > >> > > >> > > >     [javac]
> > > >> > > >> > > >
> > > >> > > >> > > >
> > > >> > > >> > >
> > > >> > > >> >
> > > >> > > >>
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidget.java:34:
> > > >> > > >> > > > error: cannot find symbol
> > > >> > > >> > > >     [javac]         title = WebSession.getString(774L);
> > > >> > > >> > > >     [javac]         ^
> > > >> > > >> > > >     [javac]   symbol:   variable title
> > > >> > > >> > > >     [javac]   location: class StartWidget
> > > >> > > >> > > >     [javac]
> > > >> > > >> > > >
> > > >> > > >> > > >
> > > >> > > >> > >
> > > >> > > >> >
> > > >> > > >>
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidget.java:35:
> > > >> > > >> > > > error: cannot find symbol
> > > >> > > >> > > >     [javac]         location = new WidgetLocation(1,
> 0);
> > > >> > > >> > > >     [javac]         ^
> > > >> > > >> > > >     [javac]   symbol:   variable location
> > > >> > > >> > > >     [javac]   location: class StartWidget
> > > >> > > >> > > >     [javac]
> > > >> > > >> > > >
> > > >> > > >> > > >
> > > >> > > >> > >
> > > >> > > >> >
> > > >> > > >>
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidget.java:35:
> > > >> > > >> > > > error: cannot find symbol
> > > >> > > >> > > >     [javac]         location = new WidgetLocation(1,
> 0);
> > > >> > > >> > > >     [javac]                        ^
> > > >> > > >> > > >     [javac]   symbol:   class WidgetLocation
> > > >> > > >> > > >     [javac]   location: class StartWidget
> > > >> > > >> > > >     [javac]
> > > >> > > >> > > >
> > > >> > > >> > > >
> > > >> > > >> > >
> > > >> > > >> >
> > > >> > > >>
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidget.java:39:
> > > >> > > >> > > > error: cannot find symbol
> > > >> > > >> > > >     [javac]         return new StartWidgetView(viewId,
> > new
> > > >> > > >> > > > Model<Widget>(this));
> > > >> > > >> > > >     [javac]
> > > >> >  ^
> > > >> > > >> > > >     [javac]   symbol:   class Widget
> > > >> > > >> > > >     [javac]   location: class StartWidget
> > > >> > > >> > > >     [javac]
> > > >> > > >> > > >
> > > >> > > >> > > >
> > > >> > > >> > >
> > > >> > > >> >
> > > >> > > >>
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidget.java:34:
> > > >> > > >> > > > error: cannot find symbol
> > > >> > > >> > > >     [javac]         title =
> WebSession.getString(1546L);
> > > >> > > >> > > >     [javac]         ^
> > > >> > > >> > > >     [javac]   symbol:   variable title
> > > >> > > >> > > >     [javac]   location: class WelcomeWidget
> > > >> > > >> > > >     [javac]
> > > >> > > >> > > >
> > > >> > > >> > > >
> > > >> > > >> > >
> > > >> > > >> >
> > > >> > > >>
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidget.java:35:
> > > >> > > >> > > > error: cannot find symbol
> > > >> > > >> > > >     [javac]         location = new WidgetLocation(0,
> 0);
> > > >> > > >> > > >     [javac]         ^
> > > >> > > >> > > >     [javac]   symbol:   variable location
> > > >> > > >> > > >     [javac]   location: class WelcomeWidget
> > > >> > > >> > > >     [javac] Note: Some input files use or override a
> > > >> deprecated
> > > >> > > API.
> > > >> > > >> > > >     [javac] Note: Recompile with -Xlint:deprecation for
> > > >> details.
> > > >> > > >> > > >     [javac] Note:
> > > >> > > >> > > >
> > > >> > > >> > > >
> > > >> > > >> > >
> > > >> > > >> >
> > > >> > > >>
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/screen/webstart/gui/ScreenSharerFrame.java
> > > >> > > >> > > > uses unchecked or unsafe operations.
> > > >> > > >> > > >     [javac] Note: Recompile with -Xlint:unchecked for
> > > >> details.
> > > >> > > >> > > >     [javac] 100 errors
> > > >> > > >> > > >     [javac] 1 warning
> > > >> > > >> > > >
> > > >> > > >> > >
> > > >> > > >> > >
> > > >> > > >> > >
> > > >> > > >> > > --
> > > >> > > >> > > WBR
> > > >> > > >> > > Maxim aka solomax
> > > >> > > >> > >
> > > >> > > >> >
> > > >> > > >> >
> > > >> > > >> >
> > > >> > > >> > --
> > > >> > > >> > Regards
> > > >> > > >> > Andun S.L. Gunawardana
> > > >> > > >> > Undergraduate
> > > >> > > >> > Department of Computer Science And Engineering
> > > >> > > >> > University of Moratuwa
> > > >> > > >> > Sri Lanka
> > > >> > > >> >
> > > >> > > >> > Blog - http://www.insightforfuture.blogspot.com/
> > > >> > > >> > LinkedIn -
> > > >> > > http://www.linkedin.com/pub/andun-s-l-gunawardana/34/646/703
> > > >> > > >> > Twitter -http://twitter.com/AndunSLG
> > > >> > > >> >
> > > >> > > >>
> > > >> > > >>
> > > >> > > >>
> > > >> > > >> --
> > > >> > > >> WBR
> > > >> > > >> Maxim aka solomax
> > > >> > > >>
> > > >> > > >
> > > >> > > >
> > > >> > > >
> > > >> > > > --
> > > >> > > > Regards
> > > >> > > > Andun S.L. Gunawardana
> > > >> > > > Undergraduate
> > > >> > > > Department of Computer Science And Engineering
> > > >> > > > University of Moratuwa
> > > >> > > > Sri Lanka
> > > >> > > >
> > > >> > > > Blog - http://www.insightforfuture.blogspot.com/
> > > >> > > > LinkedIn -
> > > >> > http://www.linkedin.com/pub/andun-s-l-gunawardana/34/646/703
> > > >> > > > Twitter -http://twitter.com/AndunSLG
> > > >> > > >
> > > >> > > >
> > > >> > > >
> > > >> > > >
> > > >> > > >
> > > >> > >
> > > >> > >
> > > >> > >
> > > >> > > --
> > > >> > > Regards
> > > >> > > Andun S.L. Gunawardana
> > > >> > > Undergraduate
> > > >> > > Department of Computer Science And Engineering
> > > >> > > University of Moratuwa
> > > >> > > Sri Lanka
> > > >> > >
> > > >> > > Blog - http://www.insightforfuture.blogspot.com/
> > > >> > > LinkedIn -
> > > >> http://www.linkedin.com/pub/andun-s-l-gunawardana/34/646/703
> > > >> > > Twitter -http://twitter.com/AndunSLG
> > > >> > >
> > > >> >
> > > >> >
> > > >> >
> > > >> > --
> > > >> > WBR
> > > >> > Maxim aka solomax
> > > >> >
> > > >>
> > > >>
> > > >>
> > > >> --
> > > >> Regards
> > > >> Andun S.L. Gunawardana
> > > >> Undergraduate
> > > >> Department of Computer Science And Engineering
> > > >> University of Moratuwa
> > > >> Sri Lanka
> > > >>
> > > >> Blog - http://www.insightforfuture.blogspot.com/
> > > >> LinkedIn -
> > http://www.linkedin.com/pub/andun-s-l-gunawardana/34/646/703
> > > >> Twitter -http://twitter.com/AndunSLG
> > > >>
> > > >
> > > >
> > > >
> > > > --
> > > > WBR
> > > > Maxim aka solomax
> > > >
> > >
> > >
> > >
> > > --
> > > WBR
> > > Maxim aka solomax
> > >
> >
> >
> >
> > --
> > Regards
> > Andun S.L. Gunawardana
> > Undergraduate
> > Department of Computer Science And Engineering
> > University of Moratuwa
> > Sri Lanka
> >
> > Blog - http://www.insightforfuture.blogspot.com/
> > LinkedIn - http://www.linkedin.com/pub/andun-s-l-gunawardana/34/646/703
> > Twitter -http://twitter.com/AndunSLG
> >
>
>
>
> --
> WBR
> Maxim aka solomax
>



-- 
Regards
Andun S.L. Gunawardana
Undergraduate
Department of Computer Science And Engineering
University of Moratuwa
Sri Lanka

Blog - http://www.insightforfuture.blogspot.com/
LinkedIn - http://www.linkedin.com/pub/andun-s-l-gunawardana/34/646/703
Twitter -http://twitter.com/AndunSLG

Re: Compilation faliure

Posted by Maxim Solodovnik <so...@gmail.com>.
Thanks!
should be fixed :)


On Mon, May 13, 2013 at 12:57 AM, Andun Sameera <an...@gmail.com> wrote:

> Still Not :( There should be a !(negation) in front of the
> getBean(UsersDao.class).checkUserLogin(login.getConvertedInput()). The
> reason is checkUserLogin return true, if no user exisits for the passed
> parameter. I tried with a a existing user name. Then error went out.
>
> Even if this is correct following error are still there even for empty
> email field. Also if I enter a unused email address first error is still
> there.
>
>    - This email is already used by another user.
>    - 'adresses.email' is required.
>
> I cant find a place to fins the logic for this check :(
>
> Thanks!
>
> On Sun, May 12, 2013 at 10:52 PM, Maxim Solodovnik <solomax666@gmail.com
> >wrote:
>
> > Should be fixed :)
> > Thanks
> >
> >
> > On Mon, May 13, 2013 at 12:15 AM, Maxim Solodovnik <solomax666@gmail.com
> > >wrote:
> >
> > > I''l doublecheck, thanks!
> > >
> > >
> > > On Mon, May 13, 2013 at 12:13 AM, Andun Sameera <andunslg@gmail.com
> > >wrote:
> > >
> > >> Hi Maxim,
> > >>
> > >> I have checked the "The username is already used" notification. It is
> > >> triggered by the key press event. But even I enter a completely
> > valid,new
> > >> login name it shows all these errors,
> > >>
> > >>    - The username is already used
> > >>    - This email is already used by another user.
> > >>    - 'adresses.email' is required.
> > >>
> > >>  Then I checked the
> > >>
> > >>
> >
> singlewebapp/src/org/apache/openmeetings/web/components/admin/users/UserForm.java
> > >> which has the follwing logic of validating the input.
> > >>
> > >> @Override
> > >>     protected void onValidate() {
> > >>
> > >>
> if(getBean(UsersDao.class).checkUserLogin(getModelObject().getLogin()))
> > {
> > >>             error(WebSession.getString(105));
> > >>         }
> > >>     }
> > >>
> > >> What I understood is the if condition is always true since it checks
> > about
> > >> the login status. I think this have to be updated.
> > >>
> > >> Please correct if I am wrong.
> > >>
> > >> Thanks!
> > >>
> > >> On Sun, May 12, 2013 at 2:46 PM, Maxim Solodovnik <
> solomax666@gmail.com
> > >> >wrote:
> > >>
> > >> > Hello Andun,
> > >> >
> > >> > Thanks for detailed report! :)
> > >> >
> > >> > some comments on your foundings:
> > >> > 1) [Widgets] is new tab to manage widgets displayed on dashbord,
> > >> "Contacts
> > >> > and messaged need to be implemented
> > >> > 2) Network test was recently added
> > >> > 3) "The username is already used" etc. are automatic validation
> > messages
> > >> > (validation is performed on keypress AFAIK)
> > >> >
> > >> > I completely forget about "Recording" special thanks for that!
> > >> >
> > >> >
> > >> > On Sun, May 12, 2013 at 4:09 PM, Andun Sameera <an...@gmail.com>
> > >> wrote:
> > >> >
> > >> > > Hi Maxim,
> > >> > >
> > >> > > I had a look in to the new HTML Openmeetings console in rev
> 1481114
> > >> and
> > >> > > found these,
> > >> > >
> > >> > >    - There is a tab in the Profile area with the name [Widgets]
> > which
> > >> > >    should point to the contact and message area
> > >> > >    - In the calender there should be a mechanism to change the
> year.
> > >> In
> > >> > the
> > >> > >    current one we can navigate year via changing the month one by
> > one.
> > >> > > That is
> > >> > >    not feasible I think. There is a mechanism in the flash
> > >> implementation
> > >> > >    - Recordings section have to be implemented
> > >> > >    - In the Users section of the administrators tab we can press
> > the +
> > >> > >    button to add a record. It shows a empty user registration
> form.
> > >> But
> > >> > > when
> > >> > >    we type something as login name, following error are shown
> > >> > > automatically,
> > >> > >
> > >> > > The username is already used
> > >> > > This email is already used by another user.
> > >> > > 'adresses.email' is required
> > >> > >
> > >> > >    - In the conference room area of the administrator tab the room
> > >> type
> > >> > is
> > >> > >    shown like "
> > >> > >
> > >> > >
> > >> >
> > >>
> >
>  org.apache.openmeetings.persistence.beans.lang.Fieldlanguagesvalues@583153fa
> > >> > > "
> > >> > >    it have to be changed
> > >> > >    - In the Configuration section of the administrators tab we can
> > >> press
> > >> > >    the + button to add a record. It shows a empty record form. But
> > >> when
> > >> > we
> > >> > >    type something as key, following error are shown automatically,
> > >> > >
> > >> > > 'conf_value' is required
> > >> > >
> > >> > >    - When we click the "Edit your profile" link, it directs the
> user
> > >> to
> > >> > >    Search users page not to the My Profile page
> > >> > >    - When we click the "Calender" button on the dashboard it do
> > >> nothing
> > >> > >    - Network Test have to be implemented
> > >> > >
> > >> > > I will do further inspections.
> > >> > >
> > >> > > Thanks!
> > >> > >
> > >> > > On Sun, May 5, 2013 at 4:35 PM, Andun Sameera <andunslg@gmail.com
> >
> > >> > wrote:
> > >> > >
> > >> > > > Hi Maxim,
> > >> > > >
> > >> > > > Bit busy with work in uni. But certainly will help ASAP.
> > >> > > >
> > >> > > > Thanks!
> > >> > > >
> > >> > > >
> > >> > > > On Sun, May 5, 2013 at 4:31 PM, Maxim Solodovnik <
> > >> solomax666@gmail.com
> > >> > > >wrote:
> > >> > > >
> > >> > > >> Hello Andun,
> > >> > > >>
> > >> > > >> Thanks for your proposal :)
> > >> > > >> It would be really helpful if you can take a look at current
> > HTML5
> > >> > > client
> > >> > > >> and create the list of missing features (comparing to Flash
> > >> client),
> > >> > if
> > >> > > >> you
> > >> > > >> have free time :)
> > >> > > >>
> > >> > > >> 5 major things I'm aware are:
> > >> > > >> 1) registaration
> > >> > > >> 2) LDAP login
> > >> > > >> 3) Contacts and Messages area
> > >> > > >> 4) Create/Edit calendar event does not contain attendees
> > >> > > >> 5) Room itself
> > >> > > >>
> > >> > > >> Thanks in advance :)
> > >> > > >>
> > >> > > >>
> > >> > > >> On Wed, May 1, 2013 at 1:13 AM, Andun Sameera <
> > andunslg@gmail.com>
> > >> > > wrote:
> > >> > > >>
> > >> > > >> > Hi Maxim,
> > >> > > >> >
> > >> > > >> > Problem Solved. Thanks for the help. I have checked the new
> > HTML5
> > >> > view
> > >> > > >> in
> > >> > > >> > the latest trunk. If you need assistance in testing or some
> > >> related
> > >> > > >> thing.
> > >> > > >> > Please let me know.
> > >> > > >> >
> > >> > > >> > Thanks!
> > >> > > >> >
> > >> > > >> > On Tue, Apr 30, 2013 at 10:44 PM, Maxim Solodovnik <
> > >> > > >> solomax666@gmail.com
> > >> > > >> > >wrote:
> > >> > > >> >
> > >> > > >> > > Hello Andun,
> > >> > > >> > >
> > >> > > >> > > please delete build/lib/om and run build again
> > >> > > >> > > All necessary libraries will be refetched
> > >> > > >> > >
> > >> > > >> > >
> > >> > > >> > > On Wed, May 1, 2013 at 12:04 AM, Andun Sameera <
> > >> > andunslg@gmail.com>
> > >> > > >> > wrote:
> > >> > > >> > >
> > >> > > >> > > > Hi All,
> > >> > > >> > > >
> > >> > > >> > > > I am getting this compile error in the latest trunk. It
> > >> > complains
> > >> > > >> that
> > >> > > >> > > > ro.fortsoft.wicket.dashboard package cannot be found. I
> > found
> > >> > > these
> > >> > > >> > > package
> > >> > > >> > > > is used in latest commit by Maxim. Is it a local fault of
> > >> mine
> > >> > or
> > >> > > >> else
> > >> > > >> > ?
> > >> > > >> > > >
> > >> > > >> > > > Thanks!
> > >> > > >> > > >
> > >> > > >> > > > --
> > >> > > >> > > > Regards
> > >> > > >> > > > Andun S.L. Gunawardana
> > >> > > >> > > > Undergraduate
> > >> > > >> > > > Department of Computer Science And Engineering
> > >> > > >> > > > University of Moratuwa
> > >> > > >> > > > Sri Lanka
> > >> > > >> > > >
> > >> > > >> > > > Blog - http://www.insightforfuture.blogspot.com/
> > >> > > >> > > > LinkedIn -
> > >> > > >> > http://www.linkedin.com/pub/andun-s-l-gunawardana/34/646/703
> > >> > > >> > > > Twitter -http://twitter.com/AndunSLG
> > >> > > >> > > >
> > >> > > >> > > > Errors -
> > >> > > >> > > >
> > >> > > >> > > > [javac] Compiling 454 source files to
> > >> > > >> > > >
> > >> > > >> > > >
> > >> > > >> > >
> > >> > > >> >
> > >> > > >>
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/build/classes/openmeetings
> > >> > > >> > > >     [javac] warning: [options] bootstrap class path not
> set
> > >> in
> > >> > > >> > > conjunction
> > >> > > >> > > > with -source 1.6
> > >> > > >> > > >     [javac] Note: Starting OpenJPA Annotation Processor
> for
> > >> > > >> Metamodel
> > >> > > >> > > > Generation
> > >> > > >> > > >     [javac]
> > >> > > >> > > >
> > >> > > >> > > >
> > >> > > >> > >
> > >> > > >> >
> > >> > > >>
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/Application.java:47:
> > >> > > >> > > > error: package ro.fortsoft.wicket.dashboard does not
> exist
> > >> > > >> > > >     [javac] import
> > >> ro.fortsoft.wicket.dashboard.WidgetRegistry;
> > >> > > >> > > >     [javac]                                    ^
> > >> > > >> > > >     [javac]
> > >> > > >> > > >
> > >> > > >> > > >
> > >> > > >> > >
> > >> > > >> >
> > >> > > >>
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/Application.java:48:
> > >> > > >> > > > error: package ro.fortsoft.wicket.dashboard.web does not
> > >> exist
> > >> > > >> > > >     [javac] import
> > >> > > >> ro.fortsoft.wicket.dashboard.web.DashboardContext;
> > >> > > >> > > >     [javac]                                        ^
> > >> > > >> > > >     [javac]
> > >> > > >> > > >
> > >> > > >> > > >
> > >> > > >> > >
> > >> > > >> >
> > >> > > >>
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/Application.java:49:
> > >> > > >> > > > error: package ro.fortsoft.wicket.dashboard.web does not
> > >> exist
> > >> > > >> > > >     [javac] import
> > >> > > >> > > >
> ro.fortsoft.wicket.dashboard.web.DashboardContextInjector;
> > >> > > >> > > >     [javac]                                        ^
> > >> > > >> > > >     [javac]
> > >> > > >> > > >
> > >> > > >> > > >
> > >> > > >> > >
> > >> > > >> >
> > >> > > >>
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/Application.java:50:
> > >> > > >> > > > error: package ro.fortsoft.wicket.dashboard.web does not
> > >> exist
> > >> > > >> > > >     [javac] import
> > >> > > >> ro.fortsoft.wicket.dashboard.web.DashboardSettings;
> > >> > > >> > > >     [javac]                                        ^
> > >> > > >> > > >     [javac]
> > >> > > >> > > >
> > >> > > >> > > >
> > >> > > >> > >
> > >> > > >> >
> > >> > > >>
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/Application.java:53:
> > >> > > >> > > > error: cannot find symbol
> > >> > > >> > > >     [javac]     private DashboardContext
> dashboardContext;
> > >> > > >> > > >     [javac]             ^
> > >> > > >> > > >     [javac]   symbol:   class DashboardContext
> > >> > > >> > > >     [javac]   location: class Application
> > >> > > >> > > >     [javac]
> > >> > > >> > > >
> > >> > > >> > > >
> > >> > > >> > >
> > >> > > >> >
> > >> > > >>
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/Application.java:129:
> > >> > > >> > > > error: cannot find symbol
> > >> > > >> > > >     [javac]     public static DashboardContext
> > >> > > >> getDashboardContext() {
> > >> > > >> > > >     [javac]                   ^
> > >> > > >> > > >     [javac]   symbol:   class DashboardContext
> > >> > > >> > > >     [javac]   location: class Application
> > >> > > >> > > >     [javac]
> > >> > > >> > > >
> > >> > > >> > > >
> > >> > > >> > >
> > >> > > >> >
> > >> > > >>
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/WebSession.java:47:
> > >> > > >> > > > error: package ro.fortsoft.wicket.dashboard does not
> exist
> > >> > > >> > > >     [javac] import
> ro.fortsoft.wicket.dashboard.Dashboard;
> > >> > > >> > > >     [javac]                                    ^
> > >> > > >> > > >     [javac]
> > >> > > >> > > >
> > >> > > >> > > >
> > >> > > >> > >
> > >> > > >> >
> > >> > > >>
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/WebSession.java:48:
> > >> > > >> > > > error: package ro.fortsoft.wicket.dashboard does not
> exist
> > >> > > >> > > >     [javac] import
> > >> > ro.fortsoft.wicket.dashboard.DefaultDashboard;
> > >> > > >> > > >     [javac]                                    ^
> > >> > > >> > > >     [javac]
> > >> > > >> > > >
> > >> > > >> > > >
> > >> > > >> > >
> > >> > > >> >
> > >> > > >>
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/WebSession.java:49:
> > >> > > >> > > > error: package ro.fortsoft.wicket.dashboard does not
> exist
> > >> > > >> > > >     [javac] import
> > >> ro.fortsoft.wicket.dashboard.WidgetFactory;
> > >> > > >> > > >     [javac]                                    ^
> > >> > > >> > > >     [javac]
> > >> > > >> > > >
> > >> > > >> > > >
> > >> > > >> > >
> > >> > > >> >
> > >> > > >>
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/WebSession.java:50:
> > >> > > >> > > > error: package ro.fortsoft.wicket.dashboard.web does not
> > >> exist
> > >> > > >> > > >     [javac] import
> > >> > > >> ro.fortsoft.wicket.dashboard.web.DashboardContext;
> > >> > > >> > > >     [javac]                                        ^
> > >> > > >> > > >     [javac]
> > >> > > >> > > >
> > >> > > >> > > >
> > >> > > >> > >
> > >> > > >> >
> > >> > > >>
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/WebSession.java:60:
> > >> > > >> > > > error: cannot find symbol
> > >> > > >> > > >     [javac]     private Dashboard dashboard;
> > >> > > >> > > >     [javac]             ^
> > >> > > >> > > >     [javac]   symbol:   class Dashboard
> > >> > > >> > > >     [javac]   location: class WebSession
> > >> > > >> > > >     [javac]
> > >> > > >> > > >
> > >> > > >> > > >
> > >> > > >> > >
> > >> > > >> >
> > >> > > >>
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/WebSession.java:164:
> > >> > > >> > > > error: cannot find symbol
> > >> > > >> > > >     [javac]     public static Dashboard getDashboard() {
> > >> > > >> > > >     [javac]                   ^
> > >> > > >> > > >     [javac]   symbol:   class Dashboard
> > >> > > >> > > >     [javac]   location: class WebSession
> > >> > > >> > > >     [javac]
> > >> > > >> > > >
> > >> > > >> > > >
> > >> > > >> > >
> > >> > > >> >
> > >> > > >>
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/calendar/CalendarPanel.java:34:
> > >> > > >> > > > error: package com.googlecode.wicket.jquery.core does not
> > >> exist
> > >> > > >> > > >     [javac] import
> > >> > > >> > > > com.googlecode.wicket.jquery.core.JQueryAbstractBehavior;
> > >> > > >> > > >     [javac]                                         ^
> > >> > > >> > > >     [javac]
> > >> > > >> > > >
> > >> > > >> > > >
> > >> > > >> > >
> > >> > > >> >
> > >> > > >>
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/calendar/CalendarPanel.java:35:
> > >> > > >> > > > error: package com.googlecode.wicket.jquery.core does not
> > >> exist
> > >> > > >> > > >     [javac] import
> > com.googlecode.wicket.jquery.core.Options;
> > >> > > >> > > >     [javac]                                         ^
> > >> > > >> > > >     [javac]
> > >> > > >> > > >
> > >> > > >> > > >
> > >> > > >> > >
> > >> > > >> >
> > >> > > >>
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/calendar/CalendarPanel.java:37:
> > >> > > >> > > > error: cannot find symbol
> > >> > > >> > > >     [javac] import
> > >> > > >> > com.googlecode.wicket.jquery.ui.calendar.CalendarView;
> > >> > > >> > > >     [javac]
> >  ^
> > >> > > >> > > >     [javac]   symbol:   class CalendarView
> > >> > > >> > > >     [javac]   location: package
> > >> > > >> > com.googlecode.wicket.jquery.ui.calendar
> > >> > > >> > > >     [javac]
> > >> > > >> > > >
> > >> > > >> > > >
> > >> > > >> > >
> > >> > > >> >
> > >> > > >>
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/OmDashboardPanel.java:25:
> > >> > > >> > > > error: package ro.fortsoft.wicket.dashboard does not
> exist
> > >> > > >> > > >     [javac] import
> ro.fortsoft.wicket.dashboard.Dashboard;
> > >> > > >> > > >     [javac]                                    ^
> > >> > > >> > > >     [javac]
> > >> > > >> > > >
> > >> > > >> > > >
> > >> > > >> > >
> > >> > > >> >
> > >> > > >>
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/OmDashboardPanel.java:26:
> > >> > > >> > > > error: package ro.fortsoft.wicket.dashboard.web does not
> > >> exist
> > >> > > >> > > >     [javac] import
> > >> > > ro.fortsoft.wicket.dashboard.web.DashboardPanel;
> > >> > > >> > > >     [javac]                                        ^
> > >> > > >> > > >     [javac]
> > >> > > >> > > >
> > >> > > >> > > >
> > >> > > >> > >
> > >> > > >> >
> > >> > > >>
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidget.java:24:
> > >> > > >> > > > error: package ro.fortsoft.wicket.dashboard does not
> exist
> > >> > > >> > > >     [javac] import
> > >> ro.fortsoft.wicket.dashboard.AbstractWidget;
> > >> > > >> > > >     [javac]                                    ^
> > >> > > >> > > >     [javac]
> > >> > > >> > > >
> > >> > > >> > > >
> > >> > > >> > >
> > >> > > >> >
> > >> > > >>
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidget.java:25:
> > >> > > >> > > > error: package ro.fortsoft.wicket.dashboard does not
> exist
> > >> > > >> > > >     [javac] import ro.fortsoft.wicket.dashboard.Widget;
> > >> > > >> > > >     [javac]                                    ^
> > >> > > >> > > >     [javac]
> > >> > > >> > > >
> > >> > > >> > > >
> > >> > > >> > >
> > >> > > >> >
> > >> > > >>
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidget.java:26:
> > >> > > >> > > > error: package ro.fortsoft.wicket.dashboard does not
> exist
> > >> > > >> > > >     [javac] import
> > >> ro.fortsoft.wicket.dashboard.WidgetLocation;
> > >> > > >> > > >     [javac]                                    ^
> > >> > > >> > > >     [javac]
> > >> > > >> > > >
> > >> > > >> > > >
> > >> > > >> > >
> > >> > > >> >
> > >> > > >>
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidget.java:27:
> > >> > > >> > > > error: package ro.fortsoft.wicket.dashboard.web does not
> > >> exist
> > >> > > >> > > >     [javac] import
> > >> ro.fortsoft.wicket.dashboard.web.WidgetView;
> > >> > > >> > > >     [javac]                                        ^
> > >> > > >> > > >     [javac]
> > >> > > >> > > >
> > >> > > >> > > >
> > >> > > >> > >
> > >> > > >> >
> > >> > > >>
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidget.java:29:
> > >> > > >> > > > error: cannot find symbol
> > >> > > >> > > >     [javac] public class PrivateRoomsWidget extends
> > >> > > AbstractWidget {
> > >> > > >> > > >     [javac]                                         ^
> > >> > > >> > > >     [javac]   symbol: class AbstractWidget
> > >> > > >> > > >     [javac]
> > >> > > >> > > >
> > >> > > >> > > >
> > >> > > >> > >
> > >> > > >> >
> > >> > > >>
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidget.java:38:
> > >> > > >> > > > error: cannot find symbol
> > >> > > >> > > >     [javac]     public WidgetView createView(String
> > viewId) {
> > >> > > >> > > >     [javac]            ^
> > >> > > >> > > >     [javac]   symbol:   class WidgetView
> > >> > > >> > > >     [javac]   location: class PrivateRoomsWidget
> > >> > > >> > > >     [javac]
> > >> > > >> > > >
> > >> > > >> > > >
> > >> > > >> > >
> > >> > > >> >
> > >> > > >>
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidgetDescriptor.java:23:
> > >> > > >> > > > error: package ro.fortsoft.wicket.dashboard does not
> exist
> > >> > > >> > > >     [javac] import
> > >> > ro.fortsoft.wicket.dashboard.WidgetDescriptor;
> > >> > > >> > > >     [javac]                                    ^
> > >> > > >> > > >     [javac]
> > >> > > >> > > >
> > >> > > >> > > >
> > >> > > >> > >
> > >> > > >> >
> > >> > > >>
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidgetDescriptor.java:25:
> > >> > > >> > > > error: cannot find symbol
> > >> > > >> > > >     [javac] public class PrivateRoomsWidgetDescriptor
> > >> implements
> > >> > > >> > > > WidgetDescriptor {
> > >> > > >> > > >     [javac]
> > >> >  ^
> > >> > > >> > > >     [javac]   symbol: class WidgetDescriptor
> > >> > > >> > > >     [javac]
> > >> > > >> > > >
> > >> > > >> > > >
> > >> > > >> > >
> > >> > > >> >
> > >> > > >>
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidgetView.java:26:
> > >> > > >> > > > error: package ro.fortsoft.wicket.dashboard does not
> exist
> > >> > > >> > > >     [javac] import ro.fortsoft.wicket.dashboard.Widget;
> > >> > > >> > > >     [javac]                                    ^
> > >> > > >> > > >     [javac]
> > >> > > >> > > >
> > >> > > >> > > >
> > >> > > >> > >
> > >> > > >> >
> > >> > > >>
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidgetView.java:27:
> > >> > > >> > > > error: package ro.fortsoft.wicket.dashboard.web does not
> > >> exist
> > >> > > >> > > >     [javac] import
> > >> ro.fortsoft.wicket.dashboard.web.WidgetView;
> > >> > > >> > > >     [javac]                                        ^
> > >> > > >> > > >     [javac]
> > >> > > >> > > >
> > >> > > >> > > >
> > >> > > >> > >
> > >> > > >> >
> > >> > > >>
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidgetView.java:29:
> > >> > > >> > > > error: cannot find symbol
> > >> > > >> > > >     [javac] public class PrivateRoomsWidgetView extends
> > >> > > WidgetView {
> > >> > > >> > > >     [javac]                                             ^
> > >> > > >> > > >     [javac]   symbol: class WidgetView
> > >> > > >> > > >     [javac]
> > >> > > >> > > >
> > >> > > >> > > >
> > >> > > >> > >
> > >> > > >> >
> > >> > > >>
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidgetView.java:32:
> > >> > > >> > > > error: cannot find symbol
> > >> > > >> > > >     [javac]     public PrivateRoomsWidgetView(String id,
> > >> > > >> Model<Widget>
> > >> > > >> > > > model) {
> > >> > > >> > > >     [javac]
> > >>    ^
> > >> > > >> > > >     [javac]   symbol:   class Widget
> > >> > > >> > > >     [javac]   location: class PrivateRoomsWidgetView
> > >> > > >> > > >     [javac]
> > >> > > >> > > >
> > >> > > >> > > >
> > >> > > >> > >
> > >> > > >> >
> > >> > > >>
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidget.java:24:
> > >> > > >> > > > error: package ro.fortsoft.wicket.dashboard does not
> exist
> > >> > > >> > > >     [javac] import
> > >> ro.fortsoft.wicket.dashboard.AbstractWidget;
> > >> > > >> > > >     [javac]                                    ^
> > >> > > >> > > >     [javac]
> > >> > > >> > > >
> > >> > > >> > > >
> > >> > > >> > >
> > >> > > >> >
> > >> > > >>
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidget.java:25:
> > >> > > >> > > > error: package ro.fortsoft.wicket.dashboard does not
> exist
> > >> > > >> > > >     [javac] import ro.fortsoft.wicket.dashboard.Widget;
> > >> > > >> > > >     [javac]                                    ^
> > >> > > >> > > >     [javac]
> > >> > > >> > > >
> > >> > > >> > > >
> > >> > > >> > >
> > >> > > >> >
> > >> > > >>
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidget.java:26:
> > >> > > >> > > > error: package ro.fortsoft.wicket.dashboard does not
> exist
> > >> > > >> > > >     [javac] import
> > >> ro.fortsoft.wicket.dashboard.WidgetLocation;
> > >> > > >> > > >     [javac]                                    ^
> > >> > > >> > > >     [javac]
> > >> > > >> > > >
> > >> > > >> > > >
> > >> > > >> > >
> > >> > > >> >
> > >> > > >>
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidget.java:27:
> > >> > > >> > > > error: package ro.fortsoft.wicket.dashboard.web does not
> > >> exist
> > >> > > >> > > >     [javac] import
> > >> ro.fortsoft.wicket.dashboard.web.WidgetView;
> > >> > > >> > > >     [javac]                                        ^
> > >> > > >> > > >     [javac]
> > >> > > >> > > >
> > >> > > >> > > >
> > >> > > >> > >
> > >> > > >> >
> > >> > > >>
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidget.java:29:
> > >> > > >> > > > error: cannot find symbol
> > >> > > >> > > >     [javac] public class StartWidget extends
> > AbstractWidget {
> > >> > > >> > > >     [javac]                                  ^
> > >> > > >> > > >     [javac]   symbol: class AbstractWidget
> > >> > > >> > > >     [javac]
> > >> > > >> > > >
> > >> > > >> > > >
> > >> > > >> > >
> > >> > > >> >
> > >> > > >>
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidget.java:38:
> > >> > > >> > > > error: cannot find symbol
> > >> > > >> > > >     [javac]     public WidgetView createView(String
> > viewId) {
> > >> > > >> > > >     [javac]            ^
> > >> > > >> > > >     [javac]   symbol:   class WidgetView
> > >> > > >> > > >     [javac]   location: class StartWidget
> > >> > > >> > > >     [javac]
> > >> > > >> > > >
> > >> > > >> > > >
> > >> > > >> > >
> > >> > > >> >
> > >> > > >>
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidgetDescriptor.java:23:
> > >> > > >> > > > error: package ro.fortsoft.wicket.dashboard does not
> exist
> > >> > > >> > > >     [javac] import
> > >> > ro.fortsoft.wicket.dashboard.WidgetDescriptor;
> > >> > > >> > > >     [javac]                                    ^
> > >> > > >> > > >     [javac]
> > >> > > >> > > >
> > >> > > >> > > >
> > >> > > >> > >
> > >> > > >> >
> > >> > > >>
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidgetDescriptor.java:25:
> > >> > > >> > > > error: cannot find symbol
> > >> > > >> > > >     [javac] public class StartWidgetDescriptor implements
> > >> > > >> > > WidgetDescriptor
> > >> > > >> > > > {
> > >> > > >> > > >     [javac]
>   ^
> > >> > > >> > > >     [javac]   symbol: class WidgetDescriptor
> > >> > > >> > > >     [javac]
> > >> > > >> > > >
> > >> > > >> > > >
> > >> > > >> > >
> > >> > > >> >
> > >> > > >>
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidgetView.java:23:
> > >> > > >> > > > error: package ro.fortsoft.wicket.dashboard does not
> exist
> > >> > > >> > > >     [javac] import ro.fortsoft.wicket.dashboard.Widget;
> > >> > > >> > > >     [javac]                                    ^
> > >> > > >> > > >     [javac]
> > >> > > >> > > >
> > >> > > >> > > >
> > >> > > >> > >
> > >> > > >> >
> > >> > > >>
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidgetView.java:24:
> > >> > > >> > > > error: package ro.fortsoft.wicket.dashboard.web does not
> > >> exist
> > >> > > >> > > >     [javac] import
> > >> ro.fortsoft.wicket.dashboard.web.WidgetView;
> > >> > > >> > > >     [javac]                                        ^
> > >> > > >> > > >     [javac]
> > >> > > >> > > >
> > >> > > >> > > >
> > >> > > >> > >
> > >> > > >> >
> > >> > > >>
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidgetView.java:26:
> > >> > > >> > > > error: cannot find symbol
> > >> > > >> > > >     [javac] public class StartWidgetView extends
> > WidgetView {
> > >> > > >> > > >     [javac]                                      ^
> > >> > > >> > > >     [javac]   symbol: class WidgetView
> > >> > > >> > > >     [javac]
> > >> > > >> > > >
> > >> > > >> > > >
> > >> > > >> > >
> > >> > > >> >
> > >> > > >>
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidgetView.java:29:
> > >> > > >> > > > error: cannot find symbol
> > >> > > >> > > >     [javac]     public StartWidgetView(String id,
> > >> Model<Widget>
> > >> > > >> model)
> > >> > > >> > {
> > >> > > >> > > >     [javac]                                             ^
> > >> > > >> > > >     [javac]   symbol:   class Widget
> > >> > > >> > > >     [javac]   location: class StartWidgetView
> > >> > > >> > > >     [javac]
> > >> > > >> > > >
> > >> > > >> > > >
> > >> > > >> > >
> > >> > > >> >
> > >> > > >>
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidget.java:24:
> > >> > > >> > > > error: package ro.fortsoft.wicket.dashboard does not
> exist
> > >> > > >> > > >     [javac] import
> > >> ro.fortsoft.wicket.dashboard.AbstractWidget;
> > >> > > >> > > >     [javac]                                    ^
> > >> > > >> > > >     [javac]
> > >> > > >> > > >
> > >> > > >> > > >
> > >> > > >> > >
> > >> > > >> >
> > >> > > >>
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidget.java:25:
> > >> > > >> > > > error: package ro.fortsoft.wicket.dashboard does not
> exist
> > >> > > >> > > >     [javac] import ro.fortsoft.wicket.dashboard.Widget;
> > >> > > >> > > >     [javac]                                    ^
> > >> > > >> > > >     [javac]
> > >> > > >> > > >
> > >> > > >> > > >
> > >> > > >> > >
> > >> > > >> >
> > >> > > >>
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidget.java:26:
> > >> > > >> > > > error: package ro.fortsoft.wicket.dashboard does not
> exist
> > >> > > >> > > >     [javac] import
> > >> ro.fortsoft.wicket.dashboard.WidgetLocation;
> > >> > > >> > > >     [javac]                                    ^
> > >> > > >> > > >     [javac]
> > >> > > >> > > >
> > >> > > >> > > >
> > >> > > >> > >
> > >> > > >> >
> > >> > > >>
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidget.java:27:
> > >> > > >> > > > error: package ro.fortsoft.wicket.dashboard.web does not
> > >> exist
> > >> > > >> > > >     [javac] import
> > >> ro.fortsoft.wicket.dashboard.web.WidgetView;
> > >> > > >> > > >     [javac]                                        ^
> > >> > > >> > > >     [javac]
> > >> > > >> > > >
> > >> > > >> > > >
> > >> > > >> > >
> > >> > > >> >
> > >> > > >>
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidget.java:29:
> > >> > > >> > > > error: cannot find symbol
> > >> > > >> > > >     [javac] public class WelcomeWidget extends
> > >> AbstractWidget {
> > >> > > >> > > >     [javac]                                    ^
> > >> > > >> > > >     [javac]   symbol: class AbstractWidget
> > >> > > >> > > >     [javac]
> > >> > > >> > > >
> > >> > > >> > > >
> > >> > > >> > >
> > >> > > >> >
> > >> > > >>
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidget.java:38:
> > >> > > >> > > > error: cannot find symbol
> > >> > > >> > > >     [javac]     public WidgetView createView(String
> > viewId) {
> > >> > > >> > > >     [javac]            ^
> > >> > > >> > > >     [javac]   symbol:   class WidgetView
> > >> > > >> > > >     [javac]   location: class WelcomeWidget
> > >> > > >> > > >     [javac]
> > >> > > >> > > >
> > >> > > >> > > >
> > >> > > >> > >
> > >> > > >> >
> > >> > > >>
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidgetDescriptor.java:23:
> > >> > > >> > > > error: package ro.fortsoft.wicket.dashboard does not
> exist
> > >> > > >> > > >     [javac] import
> > >> > ro.fortsoft.wicket.dashboard.WidgetDescriptor;
> > >> > > >> > > >     [javac]                                    ^
> > >> > > >> > > >     [javac]
> > >> > > >> > > >
> > >> > > >> > > >
> > >> > > >> > >
> > >> > > >> >
> > >> > > >>
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidgetDescriptor.java:25:
> > >> > > >> > > > error: cannot find symbol
> > >> > > >> > > >     [javac] public class WelcomeWidgetDescriptor
> implements
> > >> > > >> > > > WidgetDescriptor {
> > >> > > >> > > >     [javac]
> >   ^
> > >> > > >> > > >     [javac]   symbol: class WidgetDescriptor
> > >> > > >> > > >     [javac]
> > >> > > >> > > >
> > >> > > >> > > >
> > >> > > >> > >
> > >> > > >> >
> > >> > > >>
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/profile/SettingsPanel.java:32:
> > >> > > >> > > > error: package com.googlecode.wicket.jquery.core does not
> > >> exist
> > >> > > >> > > >     [javac] import
> > >> > > com.googlecode.wicket.jquery.core.JQueryBehavior;
> > >> > > >> > > >     [javac]                                         ^
> > >> > > >> > > >     [javac]
> > >> > > >> > > >
> > >> > > >> > > >
> > >> > > >> > >
> > >> > > >> >
> > >> > > >>
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/profile/SettingsPanel.java:33:
> > >> > > >> > > > error: package com.googlecode.wicket.jquery.core does not
> > >> exist
> > >> > > >> > > >     [javac] import
> > com.googlecode.wicket.jquery.core.Options;
> > >> > > >> > > >     [javac]                                         ^
> > >> > > >> > > >     [javac]
> > >> > > >> > > >
> > >> > > >> > > >
> > >> > > >> > >
> > >> > > >> >
> > >> > > >>
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidgetView.java:37:
> > >> > > >> > > > error: package ro.fortsoft.wicket.dashboard does not
> exist
> > >> > > >> > > >     [javac] import ro.fortsoft.wicket.dashboard.Widget;
> > >> > > >> > > >     [javac]                                    ^
> > >> > > >> > > >     [javac]
> > >> > > >> > > >
> > >> > > >> > > >
> > >> > > >> > >
> > >> > > >> >
> > >> > > >>
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidgetView.java:38:
> > >> > > >> > > > error: package ro.fortsoft.wicket.dashboard.web does not
> > >> exist
> > >> > > >> > > >     [javac] import
> > >> ro.fortsoft.wicket.dashboard.web.WidgetView;
> > >> > > >> > > >     [javac]                                        ^
> > >> > > >> > > >     [javac]
> > >> > > >> > > >
> > >> > > >> > > >
> > >> > > >> > >
> > >> > > >> >
> > >> > > >>
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidgetView.java:40:
> > >> > > >> > > > error: cannot find symbol
> > >> > > >> > > >     [javac] public class WelcomeWidgetView extends
> > >> WidgetView {
> > >> > > >> > > >     [javac]                                        ^
> > >> > > >> > > >     [javac]   symbol: class WidgetView
> > >> > > >> > > >     [javac]
> > >> > > >> > > >
> > >> > > >> > > >
> > >> > > >> > >
> > >> > > >> >
> > >> > > >>
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidgetView.java:43:
> > >> > > >> > > > error: cannot find symbol
> > >> > > >> > > >     [javac]     public WelcomeWidgetView(String id,
> > >> > Model<Widget>
> > >> > > >> > model)
> > >> > > >> > > {
> > >> > > >> > > >     [javac]
>   ^
> > >> > > >> > > >     [javac]   symbol:   class Widget
> > >> > > >> > > >     [javac]   location: class WelcomeWidgetView
> > >> > > >> > > >     [javac]
> > >> > > >> > > >
> > >> > > >> > > >
> > >> > > >> > >
> > >> > > >> >
> > >> > > >>
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/profile/WidgetsPanel.java:32:
> > >> > > >> > > > error: package ro.fortsoft.wicket.dashboard does not
> exist
> > >> > > >> > > >     [javac] import
> ro.fortsoft.wicket.dashboard.Dashboard;
> > >> > > >> > > >     [javac]                                    ^
> > >> > > >> > > >     [javac]
> > >> > > >> > > >
> > >> > > >> > > >
> > >> > > >> > >
> > >> > > >> >
> > >> > > >>
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/profile/WidgetsPanel.java:33:
> > >> > > >> > > > error: package ro.fortsoft.wicket.dashboard does not
> exist
> > >> > > >> > > >     [javac] import ro.fortsoft.wicket.dashboard.Widget;
> > >> > > >> > > >     [javac]                                    ^
> > >> > > >> > > >     [javac]
> > >> > > >> > > >
> > >> > > >> > > >
> > >> > > >> > >
> > >> > > >> >
> > >> > > >>
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/profile/WidgetsPanel.java:34:
> > >> > > >> > > > error: package ro.fortsoft.wicket.dashboard does not
> exist
> > >> > > >> > > >     [javac] import
> > >> > ro.fortsoft.wicket.dashboard.WidgetDescriptor;
> > >> > > >> > > >     [javac]                                    ^
> > >> > > >> > > >     [javac]
> > >> > > >> > > >
> > >> > > >> > > >
> > >> > > >> > >
> > >> > > >> >
> > >> > > >>
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/profile/WidgetsPanel.java:35:
> > >> > > >> > > > error: package ro.fortsoft.wicket.dashboard.web does not
> > >> exist
> > >> > > >> > > >     [javac] import
> > >> > > >> ro.fortsoft.wicket.dashboard.web.DashboardContext;
> > >> > > >> > > >     [javac]                                        ^
> > >> > > >> > > >     [javac]
> > >> > > >> > > >
> > >> > > >> > > >
> > >> > > >> > >
> > >> > > >> >
> > >> > > >>
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/profile/WidgetsPanel.java:40:
> > >> > > >> > > > error: cannot find symbol
> > >> > > >> > > >     [javac]     private Widget
> isDisplayed(WidgetDescriptor
> > >> wd)
> > >> > {
> > >> > > >> > > >     [javac]                                ^
> > >> > > >> > > >     [javac]   symbol:   class WidgetDescriptor
> > >> > > >> > > >     [javac]   location: class WidgetsPanel
> > >> > > >> > > >     [javac]
> > >> > > >> > > >
> > >> > > >> > > >
> > >> > > >> > >
> > >> > > >> >
> > >> > > >>
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/profile/WidgetsPanel.java:40:
> > >> > > >> > > > error: cannot find symbol
> > >> > > >> > > >     [javac]     private Widget
> isDisplayed(WidgetDescriptor
> > >> wd)
> > >> > {
> > >> > > >> > > >     [javac]             ^
> > >> > > >> > > >     [javac]   symbol:   class Widget
> > >> > > >> > > >     [javac]   location: class WidgetsPanel
> > >> > > >> > > >     [javac]
> > >> > > >> > > >
> > >> > > >> > > >
> > >> > > >> > >
> > >> > > >> >
> > >> > > >>
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/rooms/RoomsTabbedPanel.java:37:
> > >> > > >> > > > error: package com.googlecode.wicket.jquery.core does not
> > >> exist
> > >> > > >> > > >     [javac] import
> > >> > > com.googlecode.wicket.jquery.core.JQueryBehavior;
> > >> > > >> > > >     [javac]                                         ^
> > >> > > >> > > >     [javac]
> > >> > > >> > > >
> > >> > > >> > > >
> > >> > > >> > >
> > >> > > >> >
> > >> > > >>
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/pages/auth/SignInPage.java:35:
> > >> > > >> > > > error: package com.googlecode.wicket.jquery.core does not
> > >> exist
> > >> > > >> > > >     [javac] import
> > >> > > >> > > > com.googlecode.wicket.jquery.core.JQueryAbstractBehavior;
> > >> > > >> > > >     [javac]                                         ^
> > >> > > >> > > >     [javac]
> > >> > > >> > > >
> > >> > > >> > > >
> > >> > > >> > >
> > >> > > >> >
> > >> > > >>
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/util/UserDashboardPersister.java:23:
> > >> > > >> > > > error: package ro.fortsoft.wicket.dashboard does not
> exist
> > >> > > >> > > >     [javac] import
> ro.fortsoft.wicket.dashboard.Dashboard;
> > >> > > >> > > >     [javac]                                    ^
> > >> > > >> > > >     [javac]
> > >> > > >> > > >
> > >> > > >> > > >
> > >> > > >> > >
> > >> > > >> >
> > >> > > >>
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/util/UserDashboardPersister.java:24:
> > >> > > >> > > > error: package ro.fortsoft.wicket.dashboard does not
> exist
> > >> > > >> > > >     [javac] import
> > >> > > ro.fortsoft.wicket.dashboard.DashboardPersister;
> > >> > > >> > > >     [javac]                                    ^
> > >> > > >> > > >     [javac]
> > >> > > >> > > >
> > >> > > >> > > >
> > >> > > >> > >
> > >> > > >> >
> > >> > > >>
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/util/UserDashboardPersister.java:25:
> > >> > > >> > > > error: package ro.fortsoft.wicket.dashboard does not
> exist
> > >> > > >> > > >     [javac] import
> > >> > > >> > > ro.fortsoft.wicket.dashboard.XStreamDashboardPersister;
> > >> > > >> > > >     [javac]                                    ^
> > >> > > >> > > >     [javac]
> > >> > > >> > > >
> > >> > > >> > > >
> > >> > > >> > >
> > >> > > >> >
> > >> > > >>
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/util/UserDashboardPersister.java:27:
> > >> > > >> > > > error: cannot find symbol
> > >> > > >> > > >     [javac] public class UserDashboardPersister
> implements
> > >> > > >> > > > DashboardPersister {
> > >> > > >> > > >     [javac]
> >  ^
> > >> > > >> > > >     [javac]   symbol: class DashboardPersister
> > >> > > >> > > >     [javac]
> > >> > > >> > > >
> > >> > > >> > > >
> > >> > > >> > >
> > >> > > >> >
> > >> > > >>
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/util/UserDashboardPersister.java:28:
> > >> > > >> > > > error: cannot find symbol
> > >> > > >> > > >     [javac]     public Dashboard load() {
> > >> > > >> > > >     [javac]            ^
> > >> > > >> > > >     [javac]   symbol:   class Dashboard
> > >> > > >> > > >     [javac]   location: class UserDashboardPersister
> > >> > > >> > > >     [javac]
> > >> > > >> > > >
> > >> > > >> > > >
> > >> > > >> > >
> > >> > > >> >
> > >> > > >>
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/util/UserDashboardPersister.java:32:
> > >> > > >> > > > error: cannot find symbol
> > >> > > >> > > >     [javac]     public void save(Dashboard dashboard) {
> > >> > > >> > > >     [javac]                      ^
> > >> > > >> > > >     [javac]   symbol:   class Dashboard
> > >> > > >> > > >     [javac]   location: class UserDashboardPersister
> > >> > > >> > > >     [javac]
> > >> > > >> > > >
> > >> > > >> > > >
> > >> > > >> > >
> > >> > > >> >
> > >> > > >>
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/Application.java:47:
> > >> > > >> > > > error: package ro.fortsoft.wicket.dashboard does not
> exist
> > >> > > >> > > >     [javac] import
> > >> ro.fortsoft.wicket.dashboard.WidgetRegistry;
> > >> > > >> > > >     [javac]                                    ^
> > >> > > >> > > >     [javac]
> > >> > > >> > > >
> > >> > > >> > > >
> > >> > > >> > >
> > >> > > >> >
> > >> > > >>
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/Application.java:48:
> > >> > > >> > > > error: package ro.fortsoft.wicket.dashboard.web does not
> > >> exist
> > >> > > >> > > >     [javac] import
> > >> > > >> ro.fortsoft.wicket.dashboard.web.DashboardContext;
> > >> > > >> > > >     [javac]                                        ^
> > >> > > >> > > >     [javac]
> > >> > > >> > > >
> > >> > > >> > > >
> > >> > > >> > >
> > >> > > >> >
> > >> > > >>
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/Application.java:49:
> > >> > > >> > > > error: package ro.fortsoft.wicket.dashboard.web does not
> > >> exist
> > >> > > >> > > >     [javac] import
> > >> > > >> > > >
> ro.fortsoft.wicket.dashboard.web.DashboardContextInjector;
> > >> > > >> > > >     [javac]                                        ^
> > >> > > >> > > >     [javac]
> > >> > > >> > > >
> > >> > > >> > > >
> > >> > > >> > >
> > >> > > >> >
> > >> > > >>
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/Application.java:50:
> > >> > > >> > > > error: package ro.fortsoft.wicket.dashboard.web does not
> > >> exist
> > >> > > >> > > >     [javac] import
> > >> > > >> ro.fortsoft.wicket.dashboard.web.DashboardSettings;
> > >> > > >> > > >     [javac]                                        ^
> > >> > > >> > > >     [javac]
> > >> > > >> > > >
> > >> > > >> > > >
> > >> > > >> > >
> > >> > > >> >
> > >> > > >>
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/Application.java:53:
> > >> > > >> > > > error: cannot find symbol
> > >> > > >> > > >     [javac]     private DashboardContext
> dashboardContext;
> > >> > > >> > > >     [javac]             ^
> > >> > > >> > > >     [javac]   symbol:   class DashboardContext
> > >> > > >> > > >     [javac]   location: class Application
> > >> > > >> > > >     [javac]
> > >> > > >> > > >
> > >> > > >> > > >
> > >> > > >> > >
> > >> > > >> >
> > >> > > >>
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/Application.java:129:
> > >> > > >> > > > error: cannot find symbol
> > >> > > >> > > >     [javac]     public static DashboardContext
> > >> > > >> getDashboardContext() {
> > >> > > >> > > >     [javac]                   ^
> > >> > > >> > > >     [javac]   symbol:   class DashboardContext
> > >> > > >> > > >     [javac]   location: class Application
> > >> > > >> > > >     [javac]
> > >> > > >> > > >
> > >> > > >> > > >
> > >> > > >> > >
> > >> > > >> >
> > >> > > >>
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/WebSession.java:47:
> > >> > > >> > > > error: package ro.fortsoft.wicket.dashboard does not
> exist
> > >> > > >> > > >     [javac] import
> ro.fortsoft.wicket.dashboard.Dashboard;
> > >> > > >> > > >     [javac]                                    ^
> > >> > > >> > > >     [javac]
> > >> > > >> > > >
> > >> > > >> > > >
> > >> > > >> > >
> > >> > > >> >
> > >> > > >>
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/WebSession.java:48:
> > >> > > >> > > > error: package ro.fortsoft.wicket.dashboard does not
> exist
> > >> > > >> > > >     [javac] import
> > >> > ro.fortsoft.wicket.dashboard.DefaultDashboard;
> > >> > > >> > > >     [javac]                                    ^
> > >> > > >> > > >     [javac]
> > >> > > >> > > >
> > >> > > >> > > >
> > >> > > >> > >
> > >> > > >> >
> > >> > > >>
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/WebSession.java:49:
> > >> > > >> > > > error: package ro.fortsoft.wicket.dashboard does not
> exist
> > >> > > >> > > >     [javac] import
> > >> ro.fortsoft.wicket.dashboard.WidgetFactory;
> > >> > > >> > > >     [javac]                                    ^
> > >> > > >> > > >     [javac]
> > >> > > >> > > >
> > >> > > >> > > >
> > >> > > >> > >
> > >> > > >> >
> > >> > > >>
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/WebSession.java:50:
> > >> > > >> > > > error: package ro.fortsoft.wicket.dashboard.web does not
> > >> exist
> > >> > > >> > > >     [javac] import
> > >> > > >> ro.fortsoft.wicket.dashboard.web.DashboardContext;
> > >> > > >> > > >     [javac]                                        ^
> > >> > > >> > > >     [javac]
> > >> > > >> > > >
> > >> > > >> > > >
> > >> > > >> > >
> > >> > > >> >
> > >> > > >>
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/WebSession.java:60:
> > >> > > >> > > > error: cannot find symbol
> > >> > > >> > > >     [javac]     private Dashboard dashboard;
> > >> > > >> > > >     [javac]             ^
> > >> > > >> > > >     [javac]   symbol:   class Dashboard
> > >> > > >> > > >     [javac]   location: class WebSession
> > >> > > >> > > >     [javac]
> > >> > > >> > > >
> > >> > > >> > > >
> > >> > > >> > >
> > >> > > >> >
> > >> > > >>
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/WebSession.java:164:
> > >> > > >> > > > error: cannot find symbol
> > >> > > >> > > >     [javac]     public static Dashboard getDashboard() {
> > >> > > >> > > >     [javac]                   ^
> > >> > > >> > > >     [javac]   symbol:   class Dashboard
> > >> > > >> > > >     [javac]   location: class WebSession
> > >> > > >> > > >     [javac]
> > >> > > >> > > >
> > >> > > >> > > >
> > >> > > >> > >
> > >> > > >> >
> > >> > > >>
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/calendar/CalendarPanel.java:34:
> > >> > > >> > > > error: package com.googlecode.wicket.jquery.core does not
> > >> exist
> > >> > > >> > > >     [javac] import
> > >> > > >> > > > com.googlecode.wicket.jquery.core.JQueryAbstractBehavior;
> > >> > > >> > > >     [javac]                                         ^
> > >> > > >> > > >     [javac]
> > >> > > >> > > >
> > >> > > >> > > >
> > >> > > >> > >
> > >> > > >> >
> > >> > > >>
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/calendar/CalendarPanel.java:35:
> > >> > > >> > > > error: package com.googlecode.wicket.jquery.core does not
> > >> exist
> > >> > > >> > > >     [javac] import
> > com.googlecode.wicket.jquery.core.Options;
> > >> > > >> > > >     [javac]                                         ^
> > >> > > >> > > >     [javac]
> > >> > > >> > > >
> > >> > > >> > > >
> > >> > > >> > >
> > >> > > >> >
> > >> > > >>
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/calendar/CalendarPanel.java:37:
> > >> > > >> > > > error: cannot find symbol
> > >> > > >> > > >     [javac] import
> > >> > > >> > com.googlecode.wicket.jquery.ui.calendar.CalendarView;
> > >> > > >> > > >     [javac]
> >  ^
> > >> > > >> > > >     [javac]   symbol:   class CalendarView
> > >> > > >> > > >     [javac]   location: package
> > >> > > >> > com.googlecode.wicket.jquery.ui.calendar
> > >> > > >> > > >     [javac]
> > >> > > >> > > >
> > >> > > >> > > >
> > >> > > >> > >
> > >> > > >> >
> > >> > > >>
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/OmDashboardPanel.java:25:
> > >> > > >> > > > error: package ro.fortsoft.wicket.dashboard does not
> exist
> > >> > > >> > > >     [javac] import
> ro.fortsoft.wicket.dashboard.Dashboard;
> > >> > > >> > > >     [javac]                                    ^
> > >> > > >> > > >     [javac]
> > >> > > >> > > >
> > >> > > >> > > >
> > >> > > >> > >
> > >> > > >> >
> > >> > > >>
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/OmDashboardPanel.java:26:
> > >> > > >> > > > error: package ro.fortsoft.wicket.dashboard.web does not
> > >> exist
> > >> > > >> > > >     [javac] import
> > >> > > ro.fortsoft.wicket.dashboard.web.DashboardPanel;
> > >> > > >> > > >     [javac]                                        ^
> > >> > > >> > > >     [javac]
> > >> > > >> > > >
> > >> > > >> > > >
> > >> > > >> > >
> > >> > > >> >
> > >> > > >>
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidget.java:24:
> > >> > > >> > > > error: package ro.fortsoft.wicket.dashboard does not
> exist
> > >> > > >> > > >     [javac] import
> > >> ro.fortsoft.wicket.dashboard.AbstractWidget;
> > >> > > >> > > >     [javac]                                    ^
> > >> > > >> > > >     [javac]
> > >> > > >> > > >
> > >> > > >> > > >
> > >> > > >> > >
> > >> > > >> >
> > >> > > >>
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidget.java:25:
> > >> > > >> > > > error: package ro.fortsoft.wicket.dashboard does not
> exist
> > >> > > >> > > >     [javac] import ro.fortsoft.wicket.dashboard.Widget;
> > >> > > >> > > >     [javac]                                    ^
> > >> > > >> > > >     [javac]
> > >> > > >> > > >
> > >> > > >> > > >
> > >> > > >> > >
> > >> > > >> >
> > >> > > >>
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidget.java:26:
> > >> > > >> > > > error: package ro.fortsoft.wicket.dashboard does not
> exist
> > >> > > >> > > >     [javac] import
> > >> ro.fortsoft.wicket.dashboard.WidgetLocation;
> > >> > > >> > > >     [javac]                                    ^
> > >> > > >> > > >     [javac]
> > >> > > >> > > >
> > >> > > >> > > >
> > >> > > >> > >
> > >> > > >> >
> > >> > > >>
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidget.java:27:
> > >> > > >> > > > error: package ro.fortsoft.wicket.dashboard.web does not
> > >> exist
> > >> > > >> > > >     [javac] import
> > >> ro.fortsoft.wicket.dashboard.web.WidgetView;
> > >> > > >> > > >     [javac]                                        ^
> > >> > > >> > > >     [javac]
> > >> > > >> > > >
> > >> > > >> > > >
> > >> > > >> > >
> > >> > > >> >
> > >> > > >>
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidget.java:29:
> > >> > > >> > > > error: cannot find symbol
> > >> > > >> > > >     [javac] public class PrivateRoomsWidget extends
> > >> > > AbstractWidget {
> > >> > > >> > > >     [javac]                                         ^
> > >> > > >> > > >     [javac]   symbol: class AbstractWidget
> > >> > > >> > > >     [javac]
> > >> > > >> > > >
> > >> > > >> > > >
> > >> > > >> > >
> > >> > > >> >
> > >> > > >>
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidget.java:38:
> > >> > > >> > > > error: cannot find symbol
> > >> > > >> > > >     [javac]     public WidgetView createView(String
> > viewId) {
> > >> > > >> > > >     [javac]            ^
> > >> > > >> > > >     [javac]   symbol:   class WidgetView
> > >> > > >> > > >     [javac]   location: class PrivateRoomsWidget
> > >> > > >> > > >     [javac]
> > >> > > >> > > >
> > >> > > >> > > >
> > >> > > >> > >
> > >> > > >> >
> > >> > > >>
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidgetDescriptor.java:23:
> > >> > > >> > > > error: package ro.fortsoft.wicket.dashboard does not
> exist
> > >> > > >> > > >     [javac] import
> > >> > ro.fortsoft.wicket.dashboard.WidgetDescriptor;
> > >> > > >> > > >     [javac]                                    ^
> > >> > > >> > > >     [javac]
> > >> > > >> > > >
> > >> > > >> > > >
> > >> > > >> > >
> > >> > > >> >
> > >> > > >>
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidgetDescriptor.java:25:
> > >> > > >> > > > error: cannot find symbol
> > >> > > >> > > >     [javac] public class PrivateRoomsWidgetDescriptor
> > >> implements
> > >> > > >> > > > WidgetDescriptor {
> > >> > > >> > > >     [javac]
> > >> >  ^
> > >> > > >> > > >     [javac]   symbol: class WidgetDescriptor
> > >> > > >> > > >     [javac]
> > >> > > >> > > >
> > >> > > >> > > >
> > >> > > >> > >
> > >> > > >> >
> > >> > > >>
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidgetView.java:26:
> > >> > > >> > > > error: package ro.fortsoft.wicket.dashboard does not
> exist
> > >> > > >> > > >     [javac] import ro.fortsoft.wicket.dashboard.Widget;
> > >> > > >> > > >     [javac]                                    ^
> > >> > > >> > > >     [javac]
> > >> > > >> > > >
> > >> > > >> > > >
> > >> > > >> > >
> > >> > > >> >
> > >> > > >>
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidgetView.java:27:
> > >> > > >> > > > error: package ro.fortsoft.wicket.dashboard.web does not
> > >> exist
> > >> > > >> > > >     [javac] import
> > >> ro.fortsoft.wicket.dashboard.web.WidgetView;
> > >> > > >> > > >     [javac]                                        ^
> > >> > > >> > > >     [javac]
> > >> > > >> > > >
> > >> > > >> > > >
> > >> > > >> > >
> > >> > > >> >
> > >> > > >>
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidgetView.java:29:
> > >> > > >> > > > error: cannot find symbol
> > >> > > >> > > >     [javac] public class PrivateRoomsWidgetView extends
> > >> > > WidgetView {
> > >> > > >> > > >     [javac]                                             ^
> > >> > > >> > > >     [javac]   symbol: class WidgetView
> > >> > > >> > > >     [javac]
> > >> > > >> > > >
> > >> > > >> > > >
> > >> > > >> > >
> > >> > > >> >
> > >> > > >>
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidgetView.java:32:
> > >> > > >> > > > error: cannot find symbol
> > >> > > >> > > >     [javac]     public PrivateRoomsWidgetView(String id,
> > >> > > >> Model<Widget>
> > >> > > >> > > > model) {
> > >> > > >> > > >     [javac]
> > >>    ^
> > >> > > >> > > >     [javac]   symbol:   class Widget
> > >> > > >> > > >     [javac]   location: class PrivateRoomsWidgetView
> > >> > > >> > > >     [javac]
> > >> > > >> > > >
> > >> > > >> > > >
> > >> > > >> > >
> > >> > > >> >
> > >> > > >>
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidget.java:24:
> > >> > > >> > > > error: package ro.fortsoft.wicket.dashboard does not
> exist
> > >> > > >> > > >     [javac] import
> > >> ro.fortsoft.wicket.dashboard.AbstractWidget;
> > >> > > >> > > >     [javac]                                    ^
> > >> > > >> > > >     [javac]
> > >> > > >> > > >
> > >> > > >> > > >
> > >> > > >> > >
> > >> > > >> >
> > >> > > >>
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidget.java:25:
> > >> > > >> > > > error: package ro.fortsoft.wicket.dashboard does not
> exist
> > >> > > >> > > >     [javac] import ro.fortsoft.wicket.dashboard.Widget;
> > >> > > >> > > >     [javac]                                    ^
> > >> > > >> > > >     [javac]
> > >> > > >> > > >
> > >> > > >> > > >
> > >> > > >> > >
> > >> > > >> >
> > >> > > >>
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidget.java:26:
> > >> > > >> > > > error: package ro.fortsoft.wicket.dashboard does not
> exist
> > >> > > >> > > >     [javac] import
> > >> ro.fortsoft.wicket.dashboard.WidgetLocation;
> > >> > > >> > > >     [javac]                                    ^
> > >> > > >> > > >     [javac]
> > >> > > >> > > >
> > >> > > >> > > >
> > >> > > >> > >
> > >> > > >> >
> > >> > > >>
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidget.java:27:
> > >> > > >> > > > error: package ro.fortsoft.wicket.dashboard.web does not
> > >> exist
> > >> > > >> > > >     [javac] import
> > >> ro.fortsoft.wicket.dashboard.web.WidgetView;
> > >> > > >> > > >     [javac]                                        ^
> > >> > > >> > > >     [javac]
> > >> > > >> > > >
> > >> > > >> > > >
> > >> > > >> > >
> > >> > > >> >
> > >> > > >>
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidget.java:29:
> > >> > > >> > > > error: cannot find symbol
> > >> > > >> > > >     [javac] public class StartWidget extends
> > AbstractWidget {
> > >> > > >> > > >     [javac]                                  ^
> > >> > > >> > > >     [javac]   symbol: class AbstractWidget
> > >> > > >> > > >     [javac]
> > >> > > >> > > >
> > >> > > >> > > >
> > >> > > >> > >
> > >> > > >> >
> > >> > > >>
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidget.java:38:
> > >> > > >> > > > error: cannot find symbol
> > >> > > >> > > >     [javac]     public WidgetView createView(String
> > viewId) {
> > >> > > >> > > >     [javac]            ^
> > >> > > >> > > >     [javac]   symbol:   class WidgetView
> > >> > > >> > > >     [javac]   location: class StartWidget
> > >> > > >> > > >     [javac]
> > >> > > >> > > >
> > >> > > >> > > >
> > >> > > >> > >
> > >> > > >> >
> > >> > > >>
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidgetDescriptor.java:23:
> > >> > > >> > > > error: package ro.fortsoft.wicket.dashboard does not
> exist
> > >> > > >> > > >     [javac] import
> > >> > ro.fortsoft.wicket.dashboard.WidgetDescriptor;
> > >> > > >> > > >     [javac]                                    ^
> > >> > > >> > > >     [javac]
> > >> > > >> > > >
> > >> > > >> > > >
> > >> > > >> > >
> > >> > > >> >
> > >> > > >>
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidgetDescriptor.java:25:
> > >> > > >> > > > error: cannot find symbol
> > >> > > >> > > >     [javac] public class StartWidgetDescriptor implements
> > >> > > >> > > WidgetDescriptor
> > >> > > >> > > > {
> > >> > > >> > > >     [javac]
>   ^
> > >> > > >> > > >     [javac]   symbol: class WidgetDescriptor
> > >> > > >> > > >     [javac]
> > >> > > >> > > >
> > >> > > >> > > >
> > >> > > >> > >
> > >> > > >> >
> > >> > > >>
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidgetView.java:23:
> > >> > > >> > > > error: package ro.fortsoft.wicket.dashboard does not
> exist
> > >> > > >> > > >     [javac] import ro.fortsoft.wicket.dashboard.Widget;
> > >> > > >> > > >     [javac]                                    ^
> > >> > > >> > > >     [javac]
> > >> > > >> > > >
> > >> > > >> > > >
> > >> > > >> > >
> > >> > > >> >
> > >> > > >>
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidgetView.java:24:
> > >> > > >> > > > error: package ro.fortsoft.wicket.dashboard.web does not
> > >> exist
> > >> > > >> > > >     [javac] import
> > >> ro.fortsoft.wicket.dashboard.web.WidgetView;
> > >> > > >> > > >     [javac]                                        ^
> > >> > > >> > > >     [javac]
> > >> > > >> > > >
> > >> > > >> > > >
> > >> > > >> > >
> > >> > > >> >
> > >> > > >>
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidgetView.java:26:
> > >> > > >> > > > error: cannot find symbol
> > >> > > >> > > >     [javac] public class StartWidgetView extends
> > WidgetView {
> > >> > > >> > > >     [javac]                                      ^
> > >> > > >> > > >     [javac]   symbol: class WidgetView
> > >> > > >> > > >     [javac]
> > >> > > >> > > >
> > >> > > >> > > >
> > >> > > >> > >
> > >> > > >> >
> > >> > > >>
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidgetView.java:29:
> > >> > > >> > > > error: cannot find symbol
> > >> > > >> > > >     [javac]     public StartWidgetView(String id,
> > >> Model<Widget>
> > >> > > >> model)
> > >> > > >> > {
> > >> > > >> > > >     [javac]                                             ^
> > >> > > >> > > >     [javac]   symbol:   class Widget
> > >> > > >> > > >     [javac]   location: class StartWidgetView
> > >> > > >> > > >     [javac]
> > >> > > >> > > >
> > >> > > >> > > >
> > >> > > >> > >
> > >> > > >> >
> > >> > > >>
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidget.java:24:
> > >> > > >> > > > error: package ro.fortsoft.wicket.dashboard does not
> exist
> > >> > > >> > > >     [javac] import
> > >> ro.fortsoft.wicket.dashboard.AbstractWidget;
> > >> > > >> > > >     [javac]                                    ^
> > >> > > >> > > >     [javac]
> > >> > > >> > > >
> > >> > > >> > > >
> > >> > > >> > >
> > >> > > >> >
> > >> > > >>
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidget.java:25:
> > >> > > >> > > > error: package ro.fortsoft.wicket.dashboard does not
> exist
> > >> > > >> > > >     [javac] import ro.fortsoft.wicket.dashboard.Widget;
> > >> > > >> > > >     [javac]                                    ^
> > >> > > >> > > >     [javac]
> > >> > > >> > > >
> > >> > > >> > > >
> > >> > > >> > >
> > >> > > >> >
> > >> > > >>
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidget.java:26:
> > >> > > >> > > > error: package ro.fortsoft.wicket.dashboard does not
> exist
> > >> > > >> > > >     [javac] import
> > >> ro.fortsoft.wicket.dashboard.WidgetLocation;
> > >> > > >> > > >     [javac]                                    ^
> > >> > > >> > > >     [javac]
> > >> > > >> > > >
> > >> > > >> > > >
> > >> > > >> > >
> > >> > > >> >
> > >> > > >>
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidget.java:27:
> > >> > > >> > > > error: package ro.fortsoft.wicket.dashboard.web does not
> > >> exist
> > >> > > >> > > >     [javac] import
> > >> ro.fortsoft.wicket.dashboard.web.WidgetView;
> > >> > > >> > > >     [javac]                                        ^
> > >> > > >> > > >     [javac]
> > >> > > >> > > >
> > >> > > >> > > >
> > >> > > >> > >
> > >> > > >> >
> > >> > > >>
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidget.java:29:
> > >> > > >> > > > error: cannot find symbol
> > >> > > >> > > >     [javac] public class WelcomeWidget extends
> > >> AbstractWidget {
> > >> > > >> > > >     [javac]                                    ^
> > >> > > >> > > >     [javac]   symbol: class AbstractWidget
> > >> > > >> > > >     [javac]
> > >> > > >> > > >
> > >> > > >> > > >
> > >> > > >> > >
> > >> > > >> >
> > >> > > >>
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidget.java:38:
> > >> > > >> > > > error: cannot find symbol
> > >> > > >> > > >     [javac]     public WidgetView createView(String
> > viewId) {
> > >> > > >> > > >     [javac]            ^
> > >> > > >> > > >     [javac]   symbol:   class WidgetView
> > >> > > >> > > >     [javac]   location: class WelcomeWidget
> > >> > > >> > > >     [javac]
> > >> > > >> > > >
> > >> > > >> > > >
> > >> > > >> > >
> > >> > > >> >
> > >> > > >>
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidgetDescriptor.java:23:
> > >> > > >> > > > error: package ro.fortsoft.wicket.dashboard does not
> exist
> > >> > > >> > > >     [javac] import
> > >> > ro.fortsoft.wicket.dashboard.WidgetDescriptor;
> > >> > > >> > > >     [javac]                                    ^
> > >> > > >> > > >     [javac]
> > >> > > >> > > >
> > >> > > >> > > >
> > >> > > >> > >
> > >> > > >> >
> > >> > > >>
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidgetDescriptor.java:25:
> > >> > > >> > > > error: cannot find symbol
> > >> > > >> > > >     [javac] public class WelcomeWidgetDescriptor
> implements
> > >> > > >> > > > WidgetDescriptor {
> > >> > > >> > > >     [javac]
> >   ^
> > >> > > >> > > >     [javac]   symbol: class WidgetDescriptor
> > >> > > >> > > >     [javac]
> > >> > > >> > > >
> > >> > > >> > > >
> > >> > > >> > >
> > >> > > >> >
> > >> > > >>
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/profile/SettingsPanel.java:32:
> > >> > > >> > > > error: package com.googlecode.wicket.jquery.core does not
> > >> exist
> > >> > > >> > > >     [javac] import
> > >> > > com.googlecode.wicket.jquery.core.JQueryBehavior;
> > >> > > >> > > >     [javac]                                         ^
> > >> > > >> > > >     [javac]
> > >> > > >> > > >
> > >> > > >> > > >
> > >> > > >> > >
> > >> > > >> >
> > >> > > >>
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/profile/SettingsPanel.java:33:
> > >> > > >> > > > error: package com.googlecode.wicket.jquery.core does not
> > >> exist
> > >> > > >> > > >     [javac] import
> > com.googlecode.wicket.jquery.core.Options;
> > >> > > >> > > >     [javac]                                         ^
> > >> > > >> > > >     [javac]
> > >> > > >> > > >
> > >> > > >> > > >
> > >> > > >> > >
> > >> > > >> >
> > >> > > >>
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidgetView.java:37:
> > >> > > >> > > > error: package ro.fortsoft.wicket.dashboard does not
> exist
> > >> > > >> > > >     [javac] import ro.fortsoft.wicket.dashboard.Widget;
> > >> > > >> > > >     [javac]                                    ^
> > >> > > >> > > >     [javac]
> > >> > > >> > > >
> > >> > > >> > > >
> > >> > > >> > >
> > >> > > >> >
> > >> > > >>
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidgetView.java:38:
> > >> > > >> > > > error: package ro.fortsoft.wicket.dashboard.web does not
> > >> exist
> > >> > > >> > > >     [javac] import
> > >> ro.fortsoft.wicket.dashboard.web.WidgetView;
> > >> > > >> > > >     [javac]                                        ^
> > >> > > >> > > >     [javac]
> > >> > > >> > > >
> > >> > > >> > > >
> > >> > > >> > >
> > >> > > >> >
> > >> > > >>
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidgetView.java:40:
> > >> > > >> > > > error: cannot find symbol
> > >> > > >> > > >     [javac] public class WelcomeWidgetView extends
> > >> WidgetView {
> > >> > > >> > > >     [javac]                                        ^
> > >> > > >> > > >     [javac]   symbol: class WidgetView
> > >> > > >> > > >     [javac]
> > >> > > >> > > >
> > >> > > >> > > >
> > >> > > >> > >
> > >> > > >> >
> > >> > > >>
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidgetView.java:43:
> > >> > > >> > > > error: cannot find symbol
> > >> > > >> > > >     [javac]     public WelcomeWidgetView(String id,
> > >> > Model<Widget>
> > >> > > >> > model)
> > >> > > >> > > {
> > >> > > >> > > >     [javac]
>   ^
> > >> > > >> > > >     [javac]   symbol:   class Widget
> > >> > > >> > > >     [javac]   location: class WelcomeWidgetView
> > >> > > >> > > >     [javac]
> > >> > > >> > > >
> > >> > > >> > > >
> > >> > > >> > >
> > >> > > >> >
> > >> > > >>
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/profile/WidgetsPanel.java:32:
> > >> > > >> > > > error: package ro.fortsoft.wicket.dashboard does not
> exist
> > >> > > >> > > >     [javac] import
> ro.fortsoft.wicket.dashboard.Dashboard;
> > >> > > >> > > >     [javac]                                    ^
> > >> > > >> > > >     [javac]
> > >> > > >> > > >
> > >> > > >> > > >
> > >> > > >> > >
> > >> > > >> >
> > >> > > >>
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/profile/WidgetsPanel.java:33:
> > >> > > >> > > > error: package ro.fortsoft.wicket.dashboard does not
> exist
> > >> > > >> > > >     [javac] import ro.fortsoft.wicket.dashboard.Widget;
> > >> > > >> > > >     [javac]                                    ^
> > >> > > >> > > >     [javac]
> > >> > > >> > > >
> > >> > > >> > > >
> > >> > > >> > >
> > >> > > >> >
> > >> > > >>
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/profile/WidgetsPanel.java:34:
> > >> > > >> > > > error: package ro.fortsoft.wicket.dashboard does not
> exist
> > >> > > >> > > >     [javac] import
> > >> > ro.fortsoft.wicket.dashboard.WidgetDescriptor;
> > >> > > >> > > >     [javac]                                    ^
> > >> > > >> > > >     [javac]
> > >> > > >> > > >
> > >> > > >> > > >
> > >> > > >> > >
> > >> > > >> >
> > >> > > >>
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/profile/WidgetsPanel.java:35:
> > >> > > >> > > > error: package ro.fortsoft.wicket.dashboard.web does not
> > >> exist
> > >> > > >> > > >     [javac] import
> > >> > > >> ro.fortsoft.wicket.dashboard.web.DashboardContext;
> > >> > > >> > > >     [javac]                                        ^
> > >> > > >> > > >     [javac]
> > >> > > >> > > >
> > >> > > >> > > >
> > >> > > >> > >
> > >> > > >> >
> > >> > > >>
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/profile/WidgetsPanel.java:40:
> > >> > > >> > > > error: cannot find symbol
> > >> > > >> > > >     [javac]     private Widget
> isDisplayed(WidgetDescriptor
> > >> wd)
> > >> > {
> > >> > > >> > > >     [javac]                                ^
> > >> > > >> > > >     [javac]   symbol:   class WidgetDescriptor
> > >> > > >> > > >     [javac]   location: class WidgetsPanel
> > >> > > >> > > >     [javac]
> > >> > > >> > > >
> > >> > > >> > > >
> > >> > > >> > >
> > >> > > >> >
> > >> > > >>
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/profile/WidgetsPanel.java:40:
> > >> > > >> > > > error: cannot find symbol
> > >> > > >> > > >     [javac]     private Widget
> isDisplayed(WidgetDescriptor
> > >> wd)
> > >> > {
> > >> > > >> > > >     [javac]             ^
> > >> > > >> > > >     [javac]   symbol:   class Widget
> > >> > > >> > > >     [javac]   location: class WidgetsPanel
> > >> > > >> > > >     [javac]
> > >> > > >> > > >
> > >> > > >> > > >
> > >> > > >> > >
> > >> > > >> >
> > >> > > >>
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/rooms/RoomsTabbedPanel.java:37:
> > >> > > >> > > > error: package com.googlecode.wicket.jquery.core does not
> > >> exist
> > >> > > >> > > >     [javac] import
> > >> > > com.googlecode.wicket.jquery.core.JQueryBehavior;
> > >> > > >> > > >     [javac]                                         ^
> > >> > > >> > > >     [javac]
> > >> > > >> > > >
> > >> > > >> > > >
> > >> > > >> > >
> > >> > > >> >
> > >> > > >>
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/pages/auth/SignInPage.java:35:
> > >> > > >> > > > error: package com.googlecode.wicket.jquery.core does not
> > >> exist
> > >> > > >> > > >     [javac] import
> > >> > > >> > > > com.googlecode.wicket.jquery.core.JQueryAbstractBehavior;
> > >> > > >> > > >     [javac]                                         ^
> > >> > > >> > > >     [javac]
> > >> > > >> > > >
> > >> > > >> > > >
> > >> > > >> > >
> > >> > > >> >
> > >> > > >>
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/util/UserDashboardPersister.java:23:
> > >> > > >> > > > error: package ro.fortsoft.wicket.dashboard does not
> exist
> > >> > > >> > > >     [javac] import
> ro.fortsoft.wicket.dashboard.Dashboard;
> > >> > > >> > > >     [javac]                                    ^
> > >> > > >> > > >     [javac]
> > >> > > >> > > >
> > >> > > >> > > >
> > >> > > >> > >
> > >> > > >> >
> > >> > > >>
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/util/UserDashboardPersister.java:24:
> > >> > > >> > > > error: package ro.fortsoft.wicket.dashboard does not
> exist
> > >> > > >> > > >     [javac] import
> > >> > > ro.fortsoft.wicket.dashboard.DashboardPersister;
> > >> > > >> > > >     [javac]                                    ^
> > >> > > >> > > >     [javac]
> > >> > > >> > > >
> > >> > > >> > > >
> > >> > > >> > >
> > >> > > >> >
> > >> > > >>
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/util/UserDashboardPersister.java:25:
> > >> > > >> > > > error: package ro.fortsoft.wicket.dashboard does not
> exist
> > >> > > >> > > >     [javac] import
> > >> > > >> > > ro.fortsoft.wicket.dashboard.XStreamDashboardPersister;
> > >> > > >> > > >     [javac]                                    ^
> > >> > > >> > > >     [javac]
> > >> > > >> > > >
> > >> > > >> > > >
> > >> > > >> > >
> > >> > > >> >
> > >> > > >>
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/util/UserDashboardPersister.java:27:
> > >> > > >> > > > error: cannot find symbol
> > >> > > >> > > >     [javac] public class UserDashboardPersister
> implements
> > >> > > >> > > > DashboardPersister {
> > >> > > >> > > >     [javac]
> >  ^
> > >> > > >> > > >     [javac]   symbol: class DashboardPersister
> > >> > > >> > > >     [javac]
> > >> > > >> > > >
> > >> > > >> > > >
> > >> > > >> > >
> > >> > > >> >
> > >> > > >>
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/util/UserDashboardPersister.java:28:
> > >> > > >> > > > error: cannot find symbol
> > >> > > >> > > >     [javac]     public Dashboard load() {
> > >> > > >> > > >     [javac]            ^
> > >> > > >> > > >     [javac]   symbol:   class Dashboard
> > >> > > >> > > >     [javac]   location: class UserDashboardPersister
> > >> > > >> > > >     [javac]
> > >> > > >> > > >
> > >> > > >> > > >
> > >> > > >> > >
> > >> > > >> >
> > >> > > >>
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/util/UserDashboardPersister.java:32:
> > >> > > >> > > > error: cannot find symbol
> > >> > > >> > > >     [javac]     public void save(Dashboard dashboard) {
> > >> > > >> > > >     [javac]                      ^
> > >> > > >> > > >     [javac]   symbol:   class Dashboard
> > >> > > >> > > >     [javac]   location: class UserDashboardPersister
> > >> > > >> > > >     [javac]
> > >> > > >> > > >
> > >> > > >> > > >
> > >> > > >> > >
> > >> > > >> >
> > >> > > >>
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/Application.java:77:
> > >> > > >> > > > error: cannot find symbol
> > >> > > >> > > >     [javac]         dashboardContext = new
> > >> DashboardContext();
> > >> > > >> > > >     [javac]                                ^
> > >> > > >> > > >     [javac]   symbol:   class DashboardContext
> > >> > > >> > > >     [javac]   location: class Application
> > >> > > >> > > >     [javac]
> > >> > > >> > > >
> > >> > > >> > > >
> > >> > > >> > >
> > >> > > >> >
> > >> > > >>
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/Application.java:79:
> > >> > > >> > > > error: cannot find symbol
> > >> > > >> > > >     [javac]         WidgetRegistry widgetRegistry =
> > >> > > >> > > > dashboardContext.getWidgetRegistry();
> > >> > > >> > > >     [javac]         ^
> > >> > > >> > > >     [javac]   symbol:   class WidgetRegistry
> > >> > > >> > > >     [javac]   location: class Application
> > >> > > >> > > >     [javac]
> > >> > > >> > > >
> > >> > > >> > > >
> > >> > > >> > >
> > >> > > >> >
> > >> > > >>
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/Application.java:84:
> > >> > > >> > > > error: cannot find symbol
> > >> > > >> > > >     [javac]         DashboardContextInjector
> > >> > > >> dashboardContextInjector =
> > >> > > >> > > new
> > >> > > >> > > > DashboardContextInjector(dashboardContext);
> > >> > > >> > > >     [javac]         ^
> > >> > > >> > > >     [javac]   symbol:   class DashboardContextInjector
> > >> > > >> > > >     [javac]   location: class Application
> > >> > > >> > > >     [javac]
> > >> > > >> > > >
> > >> > > >> > > >
> > >> > > >> > >
> > >> > > >> >
> > >> > > >>
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/Application.java:84:
> > >> > > >> > > > error: cannot find symbol
> > >> > > >> > > >     [javac]         DashboardContextInjector
> > >> > > >> dashboardContextInjector =
> > >> > > >> > > new
> > >> > > >> > > > DashboardContextInjector(dashboardContext);
> > >> > > >> > > >     [javac]
> > >> > > >> > > > ^
> > >> > > >> > > >     [javac]   symbol:   class DashboardContextInjector
> > >> > > >> > > >     [javac]   location: class Application
> > >> > > >> > > >     [javac]
> > >> > > >> > > >
> > >> > > >> > > >
> > >> > > >> > >
> > >> > > >> >
> > >> > > >>
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/Application.java:86:
> > >> > > >> > > > error: cannot find symbol
> > >> > > >> > > >     [javac]         DashboardSettings dashboardSettings =
> > >> > > >> > > > DashboardSettings.get();
> > >> > > >> > > >     [javac]         ^
> > >> > > >> > > >     [javac]   symbol:   class DashboardSettings
> > >> > > >> > > >     [javac]   location: class Application
> > >> > > >> > > >     [javac]
> > >> > > >> > > >
> > >> > > >> > > >
> > >> > > >> > >
> > >> > > >> >
> > >> > > >>
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/Application.java:86:
> > >> > > >> > > > error: cannot find symbol
> > >> > > >> > > >     [javac]         DashboardSettings dashboardSettings =
> > >> > > >> > > > DashboardSettings.get();
> > >> > > >> > > >     [javac]
>   ^
> > >> > > >> > > >     [javac]   symbol:   variable DashboardSettings
> > >> > > >> > > >     [javac]   location: class Application
> > >> > > >> > > >     [javac]
> > >> > > >> > > >
> > >> > > >> > > >
> > >> > > >> > >
> > >> > > >> >
> > >> > > >>
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/WebSession.java:165:
> > >> > > >> > > > error: cannot find symbol
> > >> > > >> > > >     [javac]         Dashboard d = get().dashboard;
> > >> > > >> > > >     [javac]         ^
> > >> > > >> > > >     [javac]   symbol:   class Dashboard
> > >> > > >> > > >     [javac]   location: class WebSession
> > >> > > >> > > >     [javac]
> > >> > > >> > > >
> > >> > > >> > > >
> > >> > > >> > >
> > >> > > >> >
> > >> > > >>
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/WebSession.java:174:
> > >> > > >> > > > error: cannot find symbol
> > >> > > >> > > >     [javac]         DashboardContext dashboardContext =
> > >> > > >> > > > getDashboardContext();
> > >> > > >> > > >     [javac]         ^
> > >> > > >> > > >     [javac]   symbol:   class DashboardContext
> > >> > > >> > > >     [javac]   location: class WebSession
> > >> > > >> > > >     [javac]
> > >> > > >> > > >
> > >> > > >> > > >
> > >> > > >> > >
> > >> > > >> >
> > >> > > >>
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/WebSession.java:178:
> > >> > > >> > > > error: cannot find symbol
> > >> > > >> > > >     [javac]             dashboard = new
> > >> > > DefaultDashboard("default",
> > >> > > >> > > > "Default");
> > >> > > >> > > >     [javac]                             ^
> > >> > > >> > > >     [javac]   symbol:   class DefaultDashboard
> > >> > > >> > > >     [javac]   location: class WebSession
> > >> > > >> > > >     [javac]
> > >> > > >> > > >
> > >> > > >> > > >
> > >> > > >> > >
> > >> > > >> >
> > >> > > >>
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/WebSession.java:180:
> > >> > > >> > > > error: cannot find symbol
> > >> > > >> > > >     [javac]             WidgetFactory widgetFactory =
> > >> > > >> > > > dashboardContext.getWidgetFactory();
> > >> > > >> > > >     [javac]             ^
> > >> > > >> > > >     [javac]   symbol:   class WidgetFactory
> > >> > > >> > > >     [javac]   location: class WebSession
> > >> > > >> > > >     [javac]
> > >> > > >> > > >
> > >> > > >> > > >
> > >> > > >> > >
> > >> > > >> >
> > >> > > >>
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/calendar/CalendarPanel.java:64:
> > >> > > >> > > > error: cannot find symbol
> > >> > > >> > > >     [javac]         Options options = new Options();
> > >> > > >> > > >     [javac]         ^
> > >> > > >> > > >     [javac]   symbol:   class Options
> > >> > > >> > > >     [javac]   location: class CalendarPanel
> > >> > > >> > > >     [javac]
> > >> > > >> > > >
> > >> > > >> > > >
> > >> > > >> > >
> > >> > > >> >
> > >> > > >>
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/calendar/CalendarPanel.java:64:
> > >> > > >> > > > error: cannot find symbol
> > >> > > >> > > >     [javac]         Options options = new Options();
> > >> > > >> > > >     [javac]                               ^
> > >> > > >> > > >     [javac]   symbol:   class Options
> > >> > > >> > > >     [javac]   location: class CalendarPanel
> > >> > > >> > > >     [javac]
> > >> > > >> > > >
> > >> > > >> > > >
> > >> > > >> > >
> > >> > > >> >
> > >> > > >>
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/calendar/CalendarPanel.java:119:
> > >> > > >> > > > error: cannot find symbol
> > >> > > >> > > >     [javac]             public void
> > >> onSelect(AjaxRequestTarget
> > >> > > >> target,
> > >> > > >> > > > CalendarView view, Date start, Date end, boolean allDay)
> {
> > >> > > >> > > >     [javac]
> > >> > > >> >  ^
> > >> > > >> > > >     [javac]   symbol: class CalendarView
> > >> > > >> > > >     [javac]
> > >> > > >> > > >
> > >> > > >> > > >
> > >> > > >> > >
> > >> > > >> >
> > >> > > >>
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/calendar/CalendarPanel.java:141:
> > >> > > >> > > > error: cannot find symbol
> > >> > > >> > > >     [javac]             public void
> > >> > onEventClick(AjaxRequestTarget
> > >> > > >> > > target,
> > >> > > >> > > > CalendarView view, int eventId) {
> > >> > > >> > > >     [javac]
> > >> > > >> > > >  ^
> > >> > > >> > > >     [javac]   symbol: class CalendarView
> > >> > > >> > > >     [javac]
> > >> > > >> > > >
> > >> > > >> > > >
> > >> > > >> > >
> > >> > > >> >
> > >> > > >>
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/calendar/CalendarPanel.java:78:
> > >> > > >> > > > error: cannot find symbol
> > >> > > >> > > >     [javac]                 add(new
> > >> > > >> > > > JQueryAbstractBehavior("calendar-functions") {
> > >> > > >> > > >     [javac]                         ^
> > >> > > >> > > >     [javac]   symbol: class JQueryAbstractBehavior
> > >> > > >> > > >     [javac]
> > >> > > >> > > >
> > >> > > >> > > >
> > >> > > >> > >
> > >> > > >> >
> > >> > > >>
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/calendar/CalendarPanel.java:121:
> > >> > > >> > > > error: cannot find symbol
> > >> > > >> > > >     [javac]                 if (CalendarView.month ==
> view
> > &&
> > >> > > >> > > > start.equals(end)) {
> > >> > > >> > > >     [javac]                     ^
> > >> > > >> > > >     [javac]   symbol: variable CalendarView
> > >> > > >> > > >     [javac]
> > >> > > >> > > >
> > >> > > >> > > >
> > >> > > >> > >
> > >> > > >> >
> > >> > > >>
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/calendar/CalendarPanel.java:118:
> > >> > > >> > > > error: method does not override or implement a method
> from
> > a
> > >> > > >> supertype
> > >> > > >> > > >     [javac]             @Override
> > >> > > >> > > >     [javac]             ^
> > >> > > >> > > >     [javac]
> > >> > > >> > > >
> > >> > > >> > > >
> > >> > > >> > >
> > >> > > >> >
> > >> > > >>
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/calendar/CalendarPanel.java:140:
> > >> > > >> > > > error: method does not override or implement a method
> from
> > a
> > >> > > >> supertype
> > >> > > >> > > >     [javac]             @Override
> > >> > > >> > > >     [javac]             ^
> > >> > > >> > > >     [javac]
> > >> > > >> > > >
> > >> > > >> > > >
> > >> > > >> > >
> > >> > > >> >
> > >> > > >>
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/OmDashboardPanel.java:34:
> > >> > > >> > > > error: cannot find symbol
> > >> > > >> > > >     [javac]         add(new DashboardPanel("dashboard",
> new
> > >> > > >> > > > Model<Dashboard>(WebSession.getDashboard())));
> > >> > > >> > > >     [javac]                 ^
> > >> > > >> > > >     [javac]   symbol:   class DashboardPanel
> > >> > > >> > > >     [javac]   location: class OmDashboardPanel
> > >> > > >> > > >     [javac]
> > >> > > >> > > >
> > >> > > >> > > >
> > >> > > >> > >
> > >> > > >> >
> > >> > > >>
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/OmDashboardPanel.java:34:
> > >> > > >> > > > error: cannot find symbol
> > >> > > >> > > >     [javac]         add(new DashboardPanel("dashboard",
> new
> > >> > > >> > > > Model<Dashboard>(WebSession.getDashboard())));
> > >> > > >> > > >     [javac]
> > >> > > ^
> > >> > > >> > > >     [javac]   symbol:   class Dashboard
> > >> > > >> > > >     [javac]   location: class OmDashboardPanel
> > >> > > >> > > >     [javac]
> > >> > > >> > > >
> > >> > > >> > > >
> > >> > > >> > >
> > >> > > >> >
> > >> > > >>
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidget.java:34:
> > >> > > >> > > > error: cannot find symbol
> > >> > > >> > > >     [javac]         title = WebSession.getString(781L);
> > >> > > >> > > >     [javac]         ^
> > >> > > >> > > >     [javac]   symbol:   variable title
> > >> > > >> > > >     [javac]   location: class PrivateRoomsWidget
> > >> > > >> > > >     [javac]
> > >> > > >> > > >
> > >> > > >> > > >
> > >> > > >> > >
> > >> > > >> >
> > >> > > >>
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidget.java:35:
> > >> > > >> > > > error: cannot find symbol
> > >> > > >> > > >     [javac]         location = new WidgetLocation(0, 1);
> > >> > > >> > > >     [javac]         ^
> > >> > > >> > > >     [javac]   symbol:   variable location
> > >> > > >> > > >     [javac]   location: class PrivateRoomsWidget
> > >> > > >> > > >     [javac]
> > >> > > >> > > >
> > >> > > >> > > >
> > >> > > >> > >
> > >> > > >> >
> > >> > > >>
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidget.java:35:
> > >> > > >> > > > error: cannot find symbol
> > >> > > >> > > >     [javac]         location = new WidgetLocation(0, 1);
> > >> > > >> > > >     [javac]                        ^
> > >> > > >> > > >     [javac]   symbol:   class WidgetLocation
> > >> > > >> > > >     [javac]   location: class PrivateRoomsWidget
> > >> > > >> > > >     [javac]
> > >> > > >> > > >
> > >> > > >> > > >
> > >> > > >> > >
> > >> > > >> >
> > >> > > >>
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidget.java:39:
> > >> > > >> > > > error: cannot find symbol
> > >> > > >> > > >     [javac]         return new
> > PrivateRoomsWidgetView(viewId,
> > >> > new
> > >> > > >> > > > Model<Widget>(this));
> > >> > > >> > > >     [javac]
> > >> > > >> >   ^
> > >> > > >> > > >     [javac]   symbol:   class Widget
> > >> > > >> > > >     [javac]   location: class PrivateRoomsWidget
> > >> > > >> > > >     [javac]
> > >> > > >> > > >
> > >> > > >> > > >
> > >> > > >> > >
> > >> > > >> >
> > >> > > >>
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidgetView.java:35:
> > >> > > >> > > > error: cannot find symbol
> > >> > > >> > > >     [javac]         add(new RoomsPanel("rooms",
> > >> getMyRooms()));
> > >> > > >> > > >     [javac]         ^
> > >> > > >> > > >     [javac]   symbol:   method add(RoomsPanel)
> > >> > > >> > > >     [javac]   location: class PrivateRoomsWidgetView
> > >> > > >> > > >     [javac]
> > >> > > >> > > >
> > >> > > >> > > >
> > >> > > >> > >
> > >> > > >> >
> > >> > > >>
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidget.java:34:
> > >> > > >> > > > error: cannot find symbol
> > >> > > >> > > >     [javac]         title = WebSession.getString(774L);
> > >> > > >> > > >     [javac]         ^
> > >> > > >> > > >     [javac]   symbol:   variable title
> > >> > > >> > > >     [javac]   location: class StartWidget
> > >> > > >> > > >     [javac]
> > >> > > >> > > >
> > >> > > >> > > >
> > >> > > >> > >
> > >> > > >> >
> > >> > > >>
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidget.java:35:
> > >> > > >> > > > error: cannot find symbol
> > >> > > >> > > >     [javac]         location = new WidgetLocation(1, 0);
> > >> > > >> > > >     [javac]         ^
> > >> > > >> > > >     [javac]   symbol:   variable location
> > >> > > >> > > >     [javac]   location: class StartWidget
> > >> > > >> > > >     [javac]
> > >> > > >> > > >
> > >> > > >> > > >
> > >> > > >> > >
> > >> > > >> >
> > >> > > >>
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidget.java:35:
> > >> > > >> > > > error: cannot find symbol
> > >> > > >> > > >     [javac]         location = new WidgetLocation(1, 0);
> > >> > > >> > > >     [javac]                        ^
> > >> > > >> > > >     [javac]   symbol:   class WidgetLocation
> > >> > > >> > > >     [javac]   location: class StartWidget
> > >> > > >> > > >     [javac]
> > >> > > >> > > >
> > >> > > >> > > >
> > >> > > >> > >
> > >> > > >> >
> > >> > > >>
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidget.java:39:
> > >> > > >> > > > error: cannot find symbol
> > >> > > >> > > >     [javac]         return new StartWidgetView(viewId,
> new
> > >> > > >> > > > Model<Widget>(this));
> > >> > > >> > > >     [javac]
> > >> >  ^
> > >> > > >> > > >     [javac]   symbol:   class Widget
> > >> > > >> > > >     [javac]   location: class StartWidget
> > >> > > >> > > >     [javac]
> > >> > > >> > > >
> > >> > > >> > > >
> > >> > > >> > >
> > >> > > >> >
> > >> > > >>
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidget.java:34:
> > >> > > >> > > > error: cannot find symbol
> > >> > > >> > > >     [javac]         title = WebSession.getString(1546L);
> > >> > > >> > > >     [javac]         ^
> > >> > > >> > > >     [javac]   symbol:   variable title
> > >> > > >> > > >     [javac]   location: class WelcomeWidget
> > >> > > >> > > >     [javac]
> > >> > > >> > > >
> > >> > > >> > > >
> > >> > > >> > >
> > >> > > >> >
> > >> > > >>
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidget.java:35:
> > >> > > >> > > > error: cannot find symbol
> > >> > > >> > > >     [javac]         location = new WidgetLocation(0, 0);
> > >> > > >> > > >     [javac]         ^
> > >> > > >> > > >     [javac]   symbol:   variable location
> > >> > > >> > > >     [javac]   location: class WelcomeWidget
> > >> > > >> > > >     [javac] Note: Some input files use or override a
> > >> deprecated
> > >> > > API.
> > >> > > >> > > >     [javac] Note: Recompile with -Xlint:deprecation for
> > >> details.
> > >> > > >> > > >     [javac] Note:
> > >> > > >> > > >
> > >> > > >> > > >
> > >> > > >> > >
> > >> > > >> >
> > >> > > >>
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/screen/webstart/gui/ScreenSharerFrame.java
> > >> > > >> > > > uses unchecked or unsafe operations.
> > >> > > >> > > >     [javac] Note: Recompile with -Xlint:unchecked for
> > >> details.
> > >> > > >> > > >     [javac] 100 errors
> > >> > > >> > > >     [javac] 1 warning
> > >> > > >> > > >
> > >> > > >> > >
> > >> > > >> > >
> > >> > > >> > >
> > >> > > >> > > --
> > >> > > >> > > WBR
> > >> > > >> > > Maxim aka solomax
> > >> > > >> > >
> > >> > > >> >
> > >> > > >> >
> > >> > > >> >
> > >> > > >> > --
> > >> > > >> > Regards
> > >> > > >> > Andun S.L. Gunawardana
> > >> > > >> > Undergraduate
> > >> > > >> > Department of Computer Science And Engineering
> > >> > > >> > University of Moratuwa
> > >> > > >> > Sri Lanka
> > >> > > >> >
> > >> > > >> > Blog - http://www.insightforfuture.blogspot.com/
> > >> > > >> > LinkedIn -
> > >> > > http://www.linkedin.com/pub/andun-s-l-gunawardana/34/646/703
> > >> > > >> > Twitter -http://twitter.com/AndunSLG
> > >> > > >> >
> > >> > > >>
> > >> > > >>
> > >> > > >>
> > >> > > >> --
> > >> > > >> WBR
> > >> > > >> Maxim aka solomax
> > >> > > >>
> > >> > > >
> > >> > > >
> > >> > > >
> > >> > > > --
> > >> > > > Regards
> > >> > > > Andun S.L. Gunawardana
> > >> > > > Undergraduate
> > >> > > > Department of Computer Science And Engineering
> > >> > > > University of Moratuwa
> > >> > > > Sri Lanka
> > >> > > >
> > >> > > > Blog - http://www.insightforfuture.blogspot.com/
> > >> > > > LinkedIn -
> > >> > http://www.linkedin.com/pub/andun-s-l-gunawardana/34/646/703
> > >> > > > Twitter -http://twitter.com/AndunSLG
> > >> > > >
> > >> > > >
> > >> > > >
> > >> > > >
> > >> > > >
> > >> > >
> > >> > >
> > >> > >
> > >> > > --
> > >> > > Regards
> > >> > > Andun S.L. Gunawardana
> > >> > > Undergraduate
> > >> > > Department of Computer Science And Engineering
> > >> > > University of Moratuwa
> > >> > > Sri Lanka
> > >> > >
> > >> > > Blog - http://www.insightforfuture.blogspot.com/
> > >> > > LinkedIn -
> > >> http://www.linkedin.com/pub/andun-s-l-gunawardana/34/646/703
> > >> > > Twitter -http://twitter.com/AndunSLG
> > >> > >
> > >> >
> > >> >
> > >> >
> > >> > --
> > >> > WBR
> > >> > Maxim aka solomax
> > >> >
> > >>
> > >>
> > >>
> > >> --
> > >> Regards
> > >> Andun S.L. Gunawardana
> > >> Undergraduate
> > >> Department of Computer Science And Engineering
> > >> University of Moratuwa
> > >> Sri Lanka
> > >>
> > >> Blog - http://www.insightforfuture.blogspot.com/
> > >> LinkedIn -
> http://www.linkedin.com/pub/andun-s-l-gunawardana/34/646/703
> > >> Twitter -http://twitter.com/AndunSLG
> > >>
> > >
> > >
> > >
> > > --
> > > WBR
> > > Maxim aka solomax
> > >
> >
> >
> >
> > --
> > WBR
> > Maxim aka solomax
> >
>
>
>
> --
> Regards
> Andun S.L. Gunawardana
> Undergraduate
> Department of Computer Science And Engineering
> University of Moratuwa
> Sri Lanka
>
> Blog - http://www.insightforfuture.blogspot.com/
> LinkedIn - http://www.linkedin.com/pub/andun-s-l-gunawardana/34/646/703
> Twitter -http://twitter.com/AndunSLG
>



-- 
WBR
Maxim aka solomax

Re: Compilation faliure

Posted by Andun Sameera <an...@gmail.com>.
Still Not :( There should be a !(negation) in front of the
getBean(UsersDao.class).checkUserLogin(login.getConvertedInput()). The
reason is checkUserLogin return true, if no user exisits for the passed
parameter. I tried with a a existing user name. Then error went out.

Even if this is correct following error are still there even for empty
email field. Also if I enter a unused email address first error is still
there.

   - This email is already used by another user.
   - 'adresses.email' is required.

I cant find a place to fins the logic for this check :(

Thanks!

On Sun, May 12, 2013 at 10:52 PM, Maxim Solodovnik <so...@gmail.com>wrote:

> Should be fixed :)
> Thanks
>
>
> On Mon, May 13, 2013 at 12:15 AM, Maxim Solodovnik <solomax666@gmail.com
> >wrote:
>
> > I''l doublecheck, thanks!
> >
> >
> > On Mon, May 13, 2013 at 12:13 AM, Andun Sameera <andunslg@gmail.com
> >wrote:
> >
> >> Hi Maxim,
> >>
> >> I have checked the "The username is already used" notification. It is
> >> triggered by the key press event. But even I enter a completely
> valid,new
> >> login name it shows all these errors,
> >>
> >>    - The username is already used
> >>    - This email is already used by another user.
> >>    - 'adresses.email' is required.
> >>
> >>  Then I checked the
> >>
> >>
> singlewebapp/src/org/apache/openmeetings/web/components/admin/users/UserForm.java
> >> which has the follwing logic of validating the input.
> >>
> >> @Override
> >>     protected void onValidate() {
> >>
> >> if(getBean(UsersDao.class).checkUserLogin(getModelObject().getLogin()))
> {
> >>             error(WebSession.getString(105));
> >>         }
> >>     }
> >>
> >> What I understood is the if condition is always true since it checks
> about
> >> the login status. I think this have to be updated.
> >>
> >> Please correct if I am wrong.
> >>
> >> Thanks!
> >>
> >> On Sun, May 12, 2013 at 2:46 PM, Maxim Solodovnik <solomax666@gmail.com
> >> >wrote:
> >>
> >> > Hello Andun,
> >> >
> >> > Thanks for detailed report! :)
> >> >
> >> > some comments on your foundings:
> >> > 1) [Widgets] is new tab to manage widgets displayed on dashbord,
> >> "Contacts
> >> > and messaged need to be implemented
> >> > 2) Network test was recently added
> >> > 3) "The username is already used" etc. are automatic validation
> messages
> >> > (validation is performed on keypress AFAIK)
> >> >
> >> > I completely forget about "Recording" special thanks for that!
> >> >
> >> >
> >> > On Sun, May 12, 2013 at 4:09 PM, Andun Sameera <an...@gmail.com>
> >> wrote:
> >> >
> >> > > Hi Maxim,
> >> > >
> >> > > I had a look in to the new HTML Openmeetings console in rev 1481114
> >> and
> >> > > found these,
> >> > >
> >> > >    - There is a tab in the Profile area with the name [Widgets]
> which
> >> > >    should point to the contact and message area
> >> > >    - In the calender there should be a mechanism to change the year.
> >> In
> >> > the
> >> > >    current one we can navigate year via changing the month one by
> one.
> >> > > That is
> >> > >    not feasible I think. There is a mechanism in the flash
> >> implementation
> >> > >    - Recordings section have to be implemented
> >> > >    - In the Users section of the administrators tab we can press
> the +
> >> > >    button to add a record. It shows a empty user registration form.
> >> But
> >> > > when
> >> > >    we type something as login name, following error are shown
> >> > > automatically,
> >> > >
> >> > > The username is already used
> >> > > This email is already used by another user.
> >> > > 'adresses.email' is required
> >> > >
> >> > >    - In the conference room area of the administrator tab the room
> >> type
> >> > is
> >> > >    shown like "
> >> > >
> >> > >
> >> >
> >>
>  org.apache.openmeetings.persistence.beans.lang.Fieldlanguagesvalues@583153fa
> >> > > "
> >> > >    it have to be changed
> >> > >    - In the Configuration section of the administrators tab we can
> >> press
> >> > >    the + button to add a record. It shows a empty record form. But
> >> when
> >> > we
> >> > >    type something as key, following error are shown automatically,
> >> > >
> >> > > 'conf_value' is required
> >> > >
> >> > >    - When we click the "Edit your profile" link, it directs the user
> >> to
> >> > >    Search users page not to the My Profile page
> >> > >    - When we click the "Calender" button on the dashboard it do
> >> nothing
> >> > >    - Network Test have to be implemented
> >> > >
> >> > > I will do further inspections.
> >> > >
> >> > > Thanks!
> >> > >
> >> > > On Sun, May 5, 2013 at 4:35 PM, Andun Sameera <an...@gmail.com>
> >> > wrote:
> >> > >
> >> > > > Hi Maxim,
> >> > > >
> >> > > > Bit busy with work in uni. But certainly will help ASAP.
> >> > > >
> >> > > > Thanks!
> >> > > >
> >> > > >
> >> > > > On Sun, May 5, 2013 at 4:31 PM, Maxim Solodovnik <
> >> solomax666@gmail.com
> >> > > >wrote:
> >> > > >
> >> > > >> Hello Andun,
> >> > > >>
> >> > > >> Thanks for your proposal :)
> >> > > >> It would be really helpful if you can take a look at current
> HTML5
> >> > > client
> >> > > >> and create the list of missing features (comparing to Flash
> >> client),
> >> > if
> >> > > >> you
> >> > > >> have free time :)
> >> > > >>
> >> > > >> 5 major things I'm aware are:
> >> > > >> 1) registaration
> >> > > >> 2) LDAP login
> >> > > >> 3) Contacts and Messages area
> >> > > >> 4) Create/Edit calendar event does not contain attendees
> >> > > >> 5) Room itself
> >> > > >>
> >> > > >> Thanks in advance :)
> >> > > >>
> >> > > >>
> >> > > >> On Wed, May 1, 2013 at 1:13 AM, Andun Sameera <
> andunslg@gmail.com>
> >> > > wrote:
> >> > > >>
> >> > > >> > Hi Maxim,
> >> > > >> >
> >> > > >> > Problem Solved. Thanks for the help. I have checked the new
> HTML5
> >> > view
> >> > > >> in
> >> > > >> > the latest trunk. If you need assistance in testing or some
> >> related
> >> > > >> thing.
> >> > > >> > Please let me know.
> >> > > >> >
> >> > > >> > Thanks!
> >> > > >> >
> >> > > >> > On Tue, Apr 30, 2013 at 10:44 PM, Maxim Solodovnik <
> >> > > >> solomax666@gmail.com
> >> > > >> > >wrote:
> >> > > >> >
> >> > > >> > > Hello Andun,
> >> > > >> > >
> >> > > >> > > please delete build/lib/om and run build again
> >> > > >> > > All necessary libraries will be refetched
> >> > > >> > >
> >> > > >> > >
> >> > > >> > > On Wed, May 1, 2013 at 12:04 AM, Andun Sameera <
> >> > andunslg@gmail.com>
> >> > > >> > wrote:
> >> > > >> > >
> >> > > >> > > > Hi All,
> >> > > >> > > >
> >> > > >> > > > I am getting this compile error in the latest trunk. It
> >> > complains
> >> > > >> that
> >> > > >> > > > ro.fortsoft.wicket.dashboard package cannot be found. I
> found
> >> > > these
> >> > > >> > > package
> >> > > >> > > > is used in latest commit by Maxim. Is it a local fault of
> >> mine
> >> > or
> >> > > >> else
> >> > > >> > ?
> >> > > >> > > >
> >> > > >> > > > Thanks!
> >> > > >> > > >
> >> > > >> > > > --
> >> > > >> > > > Regards
> >> > > >> > > > Andun S.L. Gunawardana
> >> > > >> > > > Undergraduate
> >> > > >> > > > Department of Computer Science And Engineering
> >> > > >> > > > University of Moratuwa
> >> > > >> > > > Sri Lanka
> >> > > >> > > >
> >> > > >> > > > Blog - http://www.insightforfuture.blogspot.com/
> >> > > >> > > > LinkedIn -
> >> > > >> > http://www.linkedin.com/pub/andun-s-l-gunawardana/34/646/703
> >> > > >> > > > Twitter -http://twitter.com/AndunSLG
> >> > > >> > > >
> >> > > >> > > > Errors -
> >> > > >> > > >
> >> > > >> > > > [javac] Compiling 454 source files to
> >> > > >> > > >
> >> > > >> > > >
> >> > > >> > >
> >> > > >> >
> >> > > >>
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/build/classes/openmeetings
> >> > > >> > > >     [javac] warning: [options] bootstrap class path not set
> >> in
> >> > > >> > > conjunction
> >> > > >> > > > with -source 1.6
> >> > > >> > > >     [javac] Note: Starting OpenJPA Annotation Processor for
> >> > > >> Metamodel
> >> > > >> > > > Generation
> >> > > >> > > >     [javac]
> >> > > >> > > >
> >> > > >> > > >
> >> > > >> > >
> >> > > >> >
> >> > > >>
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/Application.java:47:
> >> > > >> > > > error: package ro.fortsoft.wicket.dashboard does not exist
> >> > > >> > > >     [javac] import
> >> ro.fortsoft.wicket.dashboard.WidgetRegistry;
> >> > > >> > > >     [javac]                                    ^
> >> > > >> > > >     [javac]
> >> > > >> > > >
> >> > > >> > > >
> >> > > >> > >
> >> > > >> >
> >> > > >>
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/Application.java:48:
> >> > > >> > > > error: package ro.fortsoft.wicket.dashboard.web does not
> >> exist
> >> > > >> > > >     [javac] import
> >> > > >> ro.fortsoft.wicket.dashboard.web.DashboardContext;
> >> > > >> > > >     [javac]                                        ^
> >> > > >> > > >     [javac]
> >> > > >> > > >
> >> > > >> > > >
> >> > > >> > >
> >> > > >> >
> >> > > >>
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/Application.java:49:
> >> > > >> > > > error: package ro.fortsoft.wicket.dashboard.web does not
> >> exist
> >> > > >> > > >     [javac] import
> >> > > >> > > > ro.fortsoft.wicket.dashboard.web.DashboardContextInjector;
> >> > > >> > > >     [javac]                                        ^
> >> > > >> > > >     [javac]
> >> > > >> > > >
> >> > > >> > > >
> >> > > >> > >
> >> > > >> >
> >> > > >>
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/Application.java:50:
> >> > > >> > > > error: package ro.fortsoft.wicket.dashboard.web does not
> >> exist
> >> > > >> > > >     [javac] import
> >> > > >> ro.fortsoft.wicket.dashboard.web.DashboardSettings;
> >> > > >> > > >     [javac]                                        ^
> >> > > >> > > >     [javac]
> >> > > >> > > >
> >> > > >> > > >
> >> > > >> > >
> >> > > >> >
> >> > > >>
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/Application.java:53:
> >> > > >> > > > error: cannot find symbol
> >> > > >> > > >     [javac]     private DashboardContext dashboardContext;
> >> > > >> > > >     [javac]             ^
> >> > > >> > > >     [javac]   symbol:   class DashboardContext
> >> > > >> > > >     [javac]   location: class Application
> >> > > >> > > >     [javac]
> >> > > >> > > >
> >> > > >> > > >
> >> > > >> > >
> >> > > >> >
> >> > > >>
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/Application.java:129:
> >> > > >> > > > error: cannot find symbol
> >> > > >> > > >     [javac]     public static DashboardContext
> >> > > >> getDashboardContext() {
> >> > > >> > > >     [javac]                   ^
> >> > > >> > > >     [javac]   symbol:   class DashboardContext
> >> > > >> > > >     [javac]   location: class Application
> >> > > >> > > >     [javac]
> >> > > >> > > >
> >> > > >> > > >
> >> > > >> > >
> >> > > >> >
> >> > > >>
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/WebSession.java:47:
> >> > > >> > > > error: package ro.fortsoft.wicket.dashboard does not exist
> >> > > >> > > >     [javac] import ro.fortsoft.wicket.dashboard.Dashboard;
> >> > > >> > > >     [javac]                                    ^
> >> > > >> > > >     [javac]
> >> > > >> > > >
> >> > > >> > > >
> >> > > >> > >
> >> > > >> >
> >> > > >>
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/WebSession.java:48:
> >> > > >> > > > error: package ro.fortsoft.wicket.dashboard does not exist
> >> > > >> > > >     [javac] import
> >> > ro.fortsoft.wicket.dashboard.DefaultDashboard;
> >> > > >> > > >     [javac]                                    ^
> >> > > >> > > >     [javac]
> >> > > >> > > >
> >> > > >> > > >
> >> > > >> > >
> >> > > >> >
> >> > > >>
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/WebSession.java:49:
> >> > > >> > > > error: package ro.fortsoft.wicket.dashboard does not exist
> >> > > >> > > >     [javac] import
> >> ro.fortsoft.wicket.dashboard.WidgetFactory;
> >> > > >> > > >     [javac]                                    ^
> >> > > >> > > >     [javac]
> >> > > >> > > >
> >> > > >> > > >
> >> > > >> > >
> >> > > >> >
> >> > > >>
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/WebSession.java:50:
> >> > > >> > > > error: package ro.fortsoft.wicket.dashboard.web does not
> >> exist
> >> > > >> > > >     [javac] import
> >> > > >> ro.fortsoft.wicket.dashboard.web.DashboardContext;
> >> > > >> > > >     [javac]                                        ^
> >> > > >> > > >     [javac]
> >> > > >> > > >
> >> > > >> > > >
> >> > > >> > >
> >> > > >> >
> >> > > >>
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/WebSession.java:60:
> >> > > >> > > > error: cannot find symbol
> >> > > >> > > >     [javac]     private Dashboard dashboard;
> >> > > >> > > >     [javac]             ^
> >> > > >> > > >     [javac]   symbol:   class Dashboard
> >> > > >> > > >     [javac]   location: class WebSession
> >> > > >> > > >     [javac]
> >> > > >> > > >
> >> > > >> > > >
> >> > > >> > >
> >> > > >> >
> >> > > >>
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/WebSession.java:164:
> >> > > >> > > > error: cannot find symbol
> >> > > >> > > >     [javac]     public static Dashboard getDashboard() {
> >> > > >> > > >     [javac]                   ^
> >> > > >> > > >     [javac]   symbol:   class Dashboard
> >> > > >> > > >     [javac]   location: class WebSession
> >> > > >> > > >     [javac]
> >> > > >> > > >
> >> > > >> > > >
> >> > > >> > >
> >> > > >> >
> >> > > >>
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/calendar/CalendarPanel.java:34:
> >> > > >> > > > error: package com.googlecode.wicket.jquery.core does not
> >> exist
> >> > > >> > > >     [javac] import
> >> > > >> > > > com.googlecode.wicket.jquery.core.JQueryAbstractBehavior;
> >> > > >> > > >     [javac]                                         ^
> >> > > >> > > >     [javac]
> >> > > >> > > >
> >> > > >> > > >
> >> > > >> > >
> >> > > >> >
> >> > > >>
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/calendar/CalendarPanel.java:35:
> >> > > >> > > > error: package com.googlecode.wicket.jquery.core does not
> >> exist
> >> > > >> > > >     [javac] import
> com.googlecode.wicket.jquery.core.Options;
> >> > > >> > > >     [javac]                                         ^
> >> > > >> > > >     [javac]
> >> > > >> > > >
> >> > > >> > > >
> >> > > >> > >
> >> > > >> >
> >> > > >>
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/calendar/CalendarPanel.java:37:
> >> > > >> > > > error: cannot find symbol
> >> > > >> > > >     [javac] import
> >> > > >> > com.googlecode.wicket.jquery.ui.calendar.CalendarView;
> >> > > >> > > >     [javac]
>  ^
> >> > > >> > > >     [javac]   symbol:   class CalendarView
> >> > > >> > > >     [javac]   location: package
> >> > > >> > com.googlecode.wicket.jquery.ui.calendar
> >> > > >> > > >     [javac]
> >> > > >> > > >
> >> > > >> > > >
> >> > > >> > >
> >> > > >> >
> >> > > >>
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/OmDashboardPanel.java:25:
> >> > > >> > > > error: package ro.fortsoft.wicket.dashboard does not exist
> >> > > >> > > >     [javac] import ro.fortsoft.wicket.dashboard.Dashboard;
> >> > > >> > > >     [javac]                                    ^
> >> > > >> > > >     [javac]
> >> > > >> > > >
> >> > > >> > > >
> >> > > >> > >
> >> > > >> >
> >> > > >>
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/OmDashboardPanel.java:26:
> >> > > >> > > > error: package ro.fortsoft.wicket.dashboard.web does not
> >> exist
> >> > > >> > > >     [javac] import
> >> > > ro.fortsoft.wicket.dashboard.web.DashboardPanel;
> >> > > >> > > >     [javac]                                        ^
> >> > > >> > > >     [javac]
> >> > > >> > > >
> >> > > >> > > >
> >> > > >> > >
> >> > > >> >
> >> > > >>
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidget.java:24:
> >> > > >> > > > error: package ro.fortsoft.wicket.dashboard does not exist
> >> > > >> > > >     [javac] import
> >> ro.fortsoft.wicket.dashboard.AbstractWidget;
> >> > > >> > > >     [javac]                                    ^
> >> > > >> > > >     [javac]
> >> > > >> > > >
> >> > > >> > > >
> >> > > >> > >
> >> > > >> >
> >> > > >>
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidget.java:25:
> >> > > >> > > > error: package ro.fortsoft.wicket.dashboard does not exist
> >> > > >> > > >     [javac] import ro.fortsoft.wicket.dashboard.Widget;
> >> > > >> > > >     [javac]                                    ^
> >> > > >> > > >     [javac]
> >> > > >> > > >
> >> > > >> > > >
> >> > > >> > >
> >> > > >> >
> >> > > >>
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidget.java:26:
> >> > > >> > > > error: package ro.fortsoft.wicket.dashboard does not exist
> >> > > >> > > >     [javac] import
> >> ro.fortsoft.wicket.dashboard.WidgetLocation;
> >> > > >> > > >     [javac]                                    ^
> >> > > >> > > >     [javac]
> >> > > >> > > >
> >> > > >> > > >
> >> > > >> > >
> >> > > >> >
> >> > > >>
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidget.java:27:
> >> > > >> > > > error: package ro.fortsoft.wicket.dashboard.web does not
> >> exist
> >> > > >> > > >     [javac] import
> >> ro.fortsoft.wicket.dashboard.web.WidgetView;
> >> > > >> > > >     [javac]                                        ^
> >> > > >> > > >     [javac]
> >> > > >> > > >
> >> > > >> > > >
> >> > > >> > >
> >> > > >> >
> >> > > >>
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidget.java:29:
> >> > > >> > > > error: cannot find symbol
> >> > > >> > > >     [javac] public class PrivateRoomsWidget extends
> >> > > AbstractWidget {
> >> > > >> > > >     [javac]                                         ^
> >> > > >> > > >     [javac]   symbol: class AbstractWidget
> >> > > >> > > >     [javac]
> >> > > >> > > >
> >> > > >> > > >
> >> > > >> > >
> >> > > >> >
> >> > > >>
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidget.java:38:
> >> > > >> > > > error: cannot find symbol
> >> > > >> > > >     [javac]     public WidgetView createView(String
> viewId) {
> >> > > >> > > >     [javac]            ^
> >> > > >> > > >     [javac]   symbol:   class WidgetView
> >> > > >> > > >     [javac]   location: class PrivateRoomsWidget
> >> > > >> > > >     [javac]
> >> > > >> > > >
> >> > > >> > > >
> >> > > >> > >
> >> > > >> >
> >> > > >>
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidgetDescriptor.java:23:
> >> > > >> > > > error: package ro.fortsoft.wicket.dashboard does not exist
> >> > > >> > > >     [javac] import
> >> > ro.fortsoft.wicket.dashboard.WidgetDescriptor;
> >> > > >> > > >     [javac]                                    ^
> >> > > >> > > >     [javac]
> >> > > >> > > >
> >> > > >> > > >
> >> > > >> > >
> >> > > >> >
> >> > > >>
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidgetDescriptor.java:25:
> >> > > >> > > > error: cannot find symbol
> >> > > >> > > >     [javac] public class PrivateRoomsWidgetDescriptor
> >> implements
> >> > > >> > > > WidgetDescriptor {
> >> > > >> > > >     [javac]
> >> >  ^
> >> > > >> > > >     [javac]   symbol: class WidgetDescriptor
> >> > > >> > > >     [javac]
> >> > > >> > > >
> >> > > >> > > >
> >> > > >> > >
> >> > > >> >
> >> > > >>
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidgetView.java:26:
> >> > > >> > > > error: package ro.fortsoft.wicket.dashboard does not exist
> >> > > >> > > >     [javac] import ro.fortsoft.wicket.dashboard.Widget;
> >> > > >> > > >     [javac]                                    ^
> >> > > >> > > >     [javac]
> >> > > >> > > >
> >> > > >> > > >
> >> > > >> > >
> >> > > >> >
> >> > > >>
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidgetView.java:27:
> >> > > >> > > > error: package ro.fortsoft.wicket.dashboard.web does not
> >> exist
> >> > > >> > > >     [javac] import
> >> ro.fortsoft.wicket.dashboard.web.WidgetView;
> >> > > >> > > >     [javac]                                        ^
> >> > > >> > > >     [javac]
> >> > > >> > > >
> >> > > >> > > >
> >> > > >> > >
> >> > > >> >
> >> > > >>
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidgetView.java:29:
> >> > > >> > > > error: cannot find symbol
> >> > > >> > > >     [javac] public class PrivateRoomsWidgetView extends
> >> > > WidgetView {
> >> > > >> > > >     [javac]                                             ^
> >> > > >> > > >     [javac]   symbol: class WidgetView
> >> > > >> > > >     [javac]
> >> > > >> > > >
> >> > > >> > > >
> >> > > >> > >
> >> > > >> >
> >> > > >>
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidgetView.java:32:
> >> > > >> > > > error: cannot find symbol
> >> > > >> > > >     [javac]     public PrivateRoomsWidgetView(String id,
> >> > > >> Model<Widget>
> >> > > >> > > > model) {
> >> > > >> > > >     [javac]
> >>    ^
> >> > > >> > > >     [javac]   symbol:   class Widget
> >> > > >> > > >     [javac]   location: class PrivateRoomsWidgetView
> >> > > >> > > >     [javac]
> >> > > >> > > >
> >> > > >> > > >
> >> > > >> > >
> >> > > >> >
> >> > > >>
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidget.java:24:
> >> > > >> > > > error: package ro.fortsoft.wicket.dashboard does not exist
> >> > > >> > > >     [javac] import
> >> ro.fortsoft.wicket.dashboard.AbstractWidget;
> >> > > >> > > >     [javac]                                    ^
> >> > > >> > > >     [javac]
> >> > > >> > > >
> >> > > >> > > >
> >> > > >> > >
> >> > > >> >
> >> > > >>
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidget.java:25:
> >> > > >> > > > error: package ro.fortsoft.wicket.dashboard does not exist
> >> > > >> > > >     [javac] import ro.fortsoft.wicket.dashboard.Widget;
> >> > > >> > > >     [javac]                                    ^
> >> > > >> > > >     [javac]
> >> > > >> > > >
> >> > > >> > > >
> >> > > >> > >
> >> > > >> >
> >> > > >>
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidget.java:26:
> >> > > >> > > > error: package ro.fortsoft.wicket.dashboard does not exist
> >> > > >> > > >     [javac] import
> >> ro.fortsoft.wicket.dashboard.WidgetLocation;
> >> > > >> > > >     [javac]                                    ^
> >> > > >> > > >     [javac]
> >> > > >> > > >
> >> > > >> > > >
> >> > > >> > >
> >> > > >> >
> >> > > >>
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidget.java:27:
> >> > > >> > > > error: package ro.fortsoft.wicket.dashboard.web does not
> >> exist
> >> > > >> > > >     [javac] import
> >> ro.fortsoft.wicket.dashboard.web.WidgetView;
> >> > > >> > > >     [javac]                                        ^
> >> > > >> > > >     [javac]
> >> > > >> > > >
> >> > > >> > > >
> >> > > >> > >
> >> > > >> >
> >> > > >>
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidget.java:29:
> >> > > >> > > > error: cannot find symbol
> >> > > >> > > >     [javac] public class StartWidget extends
> AbstractWidget {
> >> > > >> > > >     [javac]                                  ^
> >> > > >> > > >     [javac]   symbol: class AbstractWidget
> >> > > >> > > >     [javac]
> >> > > >> > > >
> >> > > >> > > >
> >> > > >> > >
> >> > > >> >
> >> > > >>
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidget.java:38:
> >> > > >> > > > error: cannot find symbol
> >> > > >> > > >     [javac]     public WidgetView createView(String
> viewId) {
> >> > > >> > > >     [javac]            ^
> >> > > >> > > >     [javac]   symbol:   class WidgetView
> >> > > >> > > >     [javac]   location: class StartWidget
> >> > > >> > > >     [javac]
> >> > > >> > > >
> >> > > >> > > >
> >> > > >> > >
> >> > > >> >
> >> > > >>
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidgetDescriptor.java:23:
> >> > > >> > > > error: package ro.fortsoft.wicket.dashboard does not exist
> >> > > >> > > >     [javac] import
> >> > ro.fortsoft.wicket.dashboard.WidgetDescriptor;
> >> > > >> > > >     [javac]                                    ^
> >> > > >> > > >     [javac]
> >> > > >> > > >
> >> > > >> > > >
> >> > > >> > >
> >> > > >> >
> >> > > >>
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidgetDescriptor.java:25:
> >> > > >> > > > error: cannot find symbol
> >> > > >> > > >     [javac] public class StartWidgetDescriptor implements
> >> > > >> > > WidgetDescriptor
> >> > > >> > > > {
> >> > > >> > > >     [javac]                                               ^
> >> > > >> > > >     [javac]   symbol: class WidgetDescriptor
> >> > > >> > > >     [javac]
> >> > > >> > > >
> >> > > >> > > >
> >> > > >> > >
> >> > > >> >
> >> > > >>
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidgetView.java:23:
> >> > > >> > > > error: package ro.fortsoft.wicket.dashboard does not exist
> >> > > >> > > >     [javac] import ro.fortsoft.wicket.dashboard.Widget;
> >> > > >> > > >     [javac]                                    ^
> >> > > >> > > >     [javac]
> >> > > >> > > >
> >> > > >> > > >
> >> > > >> > >
> >> > > >> >
> >> > > >>
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidgetView.java:24:
> >> > > >> > > > error: package ro.fortsoft.wicket.dashboard.web does not
> >> exist
> >> > > >> > > >     [javac] import
> >> ro.fortsoft.wicket.dashboard.web.WidgetView;
> >> > > >> > > >     [javac]                                        ^
> >> > > >> > > >     [javac]
> >> > > >> > > >
> >> > > >> > > >
> >> > > >> > >
> >> > > >> >
> >> > > >>
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidgetView.java:26:
> >> > > >> > > > error: cannot find symbol
> >> > > >> > > >     [javac] public class StartWidgetView extends
> WidgetView {
> >> > > >> > > >     [javac]                                      ^
> >> > > >> > > >     [javac]   symbol: class WidgetView
> >> > > >> > > >     [javac]
> >> > > >> > > >
> >> > > >> > > >
> >> > > >> > >
> >> > > >> >
> >> > > >>
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidgetView.java:29:
> >> > > >> > > > error: cannot find symbol
> >> > > >> > > >     [javac]     public StartWidgetView(String id,
> >> Model<Widget>
> >> > > >> model)
> >> > > >> > {
> >> > > >> > > >     [javac]                                             ^
> >> > > >> > > >     [javac]   symbol:   class Widget
> >> > > >> > > >     [javac]   location: class StartWidgetView
> >> > > >> > > >     [javac]
> >> > > >> > > >
> >> > > >> > > >
> >> > > >> > >
> >> > > >> >
> >> > > >>
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidget.java:24:
> >> > > >> > > > error: package ro.fortsoft.wicket.dashboard does not exist
> >> > > >> > > >     [javac] import
> >> ro.fortsoft.wicket.dashboard.AbstractWidget;
> >> > > >> > > >     [javac]                                    ^
> >> > > >> > > >     [javac]
> >> > > >> > > >
> >> > > >> > > >
> >> > > >> > >
> >> > > >> >
> >> > > >>
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidget.java:25:
> >> > > >> > > > error: package ro.fortsoft.wicket.dashboard does not exist
> >> > > >> > > >     [javac] import ro.fortsoft.wicket.dashboard.Widget;
> >> > > >> > > >     [javac]                                    ^
> >> > > >> > > >     [javac]
> >> > > >> > > >
> >> > > >> > > >
> >> > > >> > >
> >> > > >> >
> >> > > >>
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidget.java:26:
> >> > > >> > > > error: package ro.fortsoft.wicket.dashboard does not exist
> >> > > >> > > >     [javac] import
> >> ro.fortsoft.wicket.dashboard.WidgetLocation;
> >> > > >> > > >     [javac]                                    ^
> >> > > >> > > >     [javac]
> >> > > >> > > >
> >> > > >> > > >
> >> > > >> > >
> >> > > >> >
> >> > > >>
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidget.java:27:
> >> > > >> > > > error: package ro.fortsoft.wicket.dashboard.web does not
> >> exist
> >> > > >> > > >     [javac] import
> >> ro.fortsoft.wicket.dashboard.web.WidgetView;
> >> > > >> > > >     [javac]                                        ^
> >> > > >> > > >     [javac]
> >> > > >> > > >
> >> > > >> > > >
> >> > > >> > >
> >> > > >> >
> >> > > >>
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidget.java:29:
> >> > > >> > > > error: cannot find symbol
> >> > > >> > > >     [javac] public class WelcomeWidget extends
> >> AbstractWidget {
> >> > > >> > > >     [javac]                                    ^
> >> > > >> > > >     [javac]   symbol: class AbstractWidget
> >> > > >> > > >     [javac]
> >> > > >> > > >
> >> > > >> > > >
> >> > > >> > >
> >> > > >> >
> >> > > >>
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidget.java:38:
> >> > > >> > > > error: cannot find symbol
> >> > > >> > > >     [javac]     public WidgetView createView(String
> viewId) {
> >> > > >> > > >     [javac]            ^
> >> > > >> > > >     [javac]   symbol:   class WidgetView
> >> > > >> > > >     [javac]   location: class WelcomeWidget
> >> > > >> > > >     [javac]
> >> > > >> > > >
> >> > > >> > > >
> >> > > >> > >
> >> > > >> >
> >> > > >>
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidgetDescriptor.java:23:
> >> > > >> > > > error: package ro.fortsoft.wicket.dashboard does not exist
> >> > > >> > > >     [javac] import
> >> > ro.fortsoft.wicket.dashboard.WidgetDescriptor;
> >> > > >> > > >     [javac]                                    ^
> >> > > >> > > >     [javac]
> >> > > >> > > >
> >> > > >> > > >
> >> > > >> > >
> >> > > >> >
> >> > > >>
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidgetDescriptor.java:25:
> >> > > >> > > > error: cannot find symbol
> >> > > >> > > >     [javac] public class WelcomeWidgetDescriptor implements
> >> > > >> > > > WidgetDescriptor {
> >> > > >> > > >     [javac]
>   ^
> >> > > >> > > >     [javac]   symbol: class WidgetDescriptor
> >> > > >> > > >     [javac]
> >> > > >> > > >
> >> > > >> > > >
> >> > > >> > >
> >> > > >> >
> >> > > >>
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/profile/SettingsPanel.java:32:
> >> > > >> > > > error: package com.googlecode.wicket.jquery.core does not
> >> exist
> >> > > >> > > >     [javac] import
> >> > > com.googlecode.wicket.jquery.core.JQueryBehavior;
> >> > > >> > > >     [javac]                                         ^
> >> > > >> > > >     [javac]
> >> > > >> > > >
> >> > > >> > > >
> >> > > >> > >
> >> > > >> >
> >> > > >>
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/profile/SettingsPanel.java:33:
> >> > > >> > > > error: package com.googlecode.wicket.jquery.core does not
> >> exist
> >> > > >> > > >     [javac] import
> com.googlecode.wicket.jquery.core.Options;
> >> > > >> > > >     [javac]                                         ^
> >> > > >> > > >     [javac]
> >> > > >> > > >
> >> > > >> > > >
> >> > > >> > >
> >> > > >> >
> >> > > >>
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidgetView.java:37:
> >> > > >> > > > error: package ro.fortsoft.wicket.dashboard does not exist
> >> > > >> > > >     [javac] import ro.fortsoft.wicket.dashboard.Widget;
> >> > > >> > > >     [javac]                                    ^
> >> > > >> > > >     [javac]
> >> > > >> > > >
> >> > > >> > > >
> >> > > >> > >
> >> > > >> >
> >> > > >>
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidgetView.java:38:
> >> > > >> > > > error: package ro.fortsoft.wicket.dashboard.web does not
> >> exist
> >> > > >> > > >     [javac] import
> >> ro.fortsoft.wicket.dashboard.web.WidgetView;
> >> > > >> > > >     [javac]                                        ^
> >> > > >> > > >     [javac]
> >> > > >> > > >
> >> > > >> > > >
> >> > > >> > >
> >> > > >> >
> >> > > >>
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidgetView.java:40:
> >> > > >> > > > error: cannot find symbol
> >> > > >> > > >     [javac] public class WelcomeWidgetView extends
> >> WidgetView {
> >> > > >> > > >     [javac]                                        ^
> >> > > >> > > >     [javac]   symbol: class WidgetView
> >> > > >> > > >     [javac]
> >> > > >> > > >
> >> > > >> > > >
> >> > > >> > >
> >> > > >> >
> >> > > >>
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidgetView.java:43:
> >> > > >> > > > error: cannot find symbol
> >> > > >> > > >     [javac]     public WelcomeWidgetView(String id,
> >> > Model<Widget>
> >> > > >> > model)
> >> > > >> > > {
> >> > > >> > > >     [javac]                                               ^
> >> > > >> > > >     [javac]   symbol:   class Widget
> >> > > >> > > >     [javac]   location: class WelcomeWidgetView
> >> > > >> > > >     [javac]
> >> > > >> > > >
> >> > > >> > > >
> >> > > >> > >
> >> > > >> >
> >> > > >>
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/profile/WidgetsPanel.java:32:
> >> > > >> > > > error: package ro.fortsoft.wicket.dashboard does not exist
> >> > > >> > > >     [javac] import ro.fortsoft.wicket.dashboard.Dashboard;
> >> > > >> > > >     [javac]                                    ^
> >> > > >> > > >     [javac]
> >> > > >> > > >
> >> > > >> > > >
> >> > > >> > >
> >> > > >> >
> >> > > >>
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/profile/WidgetsPanel.java:33:
> >> > > >> > > > error: package ro.fortsoft.wicket.dashboard does not exist
> >> > > >> > > >     [javac] import ro.fortsoft.wicket.dashboard.Widget;
> >> > > >> > > >     [javac]                                    ^
> >> > > >> > > >     [javac]
> >> > > >> > > >
> >> > > >> > > >
> >> > > >> > >
> >> > > >> >
> >> > > >>
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/profile/WidgetsPanel.java:34:
> >> > > >> > > > error: package ro.fortsoft.wicket.dashboard does not exist
> >> > > >> > > >     [javac] import
> >> > ro.fortsoft.wicket.dashboard.WidgetDescriptor;
> >> > > >> > > >     [javac]                                    ^
> >> > > >> > > >     [javac]
> >> > > >> > > >
> >> > > >> > > >
> >> > > >> > >
> >> > > >> >
> >> > > >>
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/profile/WidgetsPanel.java:35:
> >> > > >> > > > error: package ro.fortsoft.wicket.dashboard.web does not
> >> exist
> >> > > >> > > >     [javac] import
> >> > > >> ro.fortsoft.wicket.dashboard.web.DashboardContext;
> >> > > >> > > >     [javac]                                        ^
> >> > > >> > > >     [javac]
> >> > > >> > > >
> >> > > >> > > >
> >> > > >> > >
> >> > > >> >
> >> > > >>
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/profile/WidgetsPanel.java:40:
> >> > > >> > > > error: cannot find symbol
> >> > > >> > > >     [javac]     private Widget isDisplayed(WidgetDescriptor
> >> wd)
> >> > {
> >> > > >> > > >     [javac]                                ^
> >> > > >> > > >     [javac]   symbol:   class WidgetDescriptor
> >> > > >> > > >     [javac]   location: class WidgetsPanel
> >> > > >> > > >     [javac]
> >> > > >> > > >
> >> > > >> > > >
> >> > > >> > >
> >> > > >> >
> >> > > >>
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/profile/WidgetsPanel.java:40:
> >> > > >> > > > error: cannot find symbol
> >> > > >> > > >     [javac]     private Widget isDisplayed(WidgetDescriptor
> >> wd)
> >> > {
> >> > > >> > > >     [javac]             ^
> >> > > >> > > >     [javac]   symbol:   class Widget
> >> > > >> > > >     [javac]   location: class WidgetsPanel
> >> > > >> > > >     [javac]
> >> > > >> > > >
> >> > > >> > > >
> >> > > >> > >
> >> > > >> >
> >> > > >>
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/rooms/RoomsTabbedPanel.java:37:
> >> > > >> > > > error: package com.googlecode.wicket.jquery.core does not
> >> exist
> >> > > >> > > >     [javac] import
> >> > > com.googlecode.wicket.jquery.core.JQueryBehavior;
> >> > > >> > > >     [javac]                                         ^
> >> > > >> > > >     [javac]
> >> > > >> > > >
> >> > > >> > > >
> >> > > >> > >
> >> > > >> >
> >> > > >>
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/pages/auth/SignInPage.java:35:
> >> > > >> > > > error: package com.googlecode.wicket.jquery.core does not
> >> exist
> >> > > >> > > >     [javac] import
> >> > > >> > > > com.googlecode.wicket.jquery.core.JQueryAbstractBehavior;
> >> > > >> > > >     [javac]                                         ^
> >> > > >> > > >     [javac]
> >> > > >> > > >
> >> > > >> > > >
> >> > > >> > >
> >> > > >> >
> >> > > >>
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/util/UserDashboardPersister.java:23:
> >> > > >> > > > error: package ro.fortsoft.wicket.dashboard does not exist
> >> > > >> > > >     [javac] import ro.fortsoft.wicket.dashboard.Dashboard;
> >> > > >> > > >     [javac]                                    ^
> >> > > >> > > >     [javac]
> >> > > >> > > >
> >> > > >> > > >
> >> > > >> > >
> >> > > >> >
> >> > > >>
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/util/UserDashboardPersister.java:24:
> >> > > >> > > > error: package ro.fortsoft.wicket.dashboard does not exist
> >> > > >> > > >     [javac] import
> >> > > ro.fortsoft.wicket.dashboard.DashboardPersister;
> >> > > >> > > >     [javac]                                    ^
> >> > > >> > > >     [javac]
> >> > > >> > > >
> >> > > >> > > >
> >> > > >> > >
> >> > > >> >
> >> > > >>
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/util/UserDashboardPersister.java:25:
> >> > > >> > > > error: package ro.fortsoft.wicket.dashboard does not exist
> >> > > >> > > >     [javac] import
> >> > > >> > > ro.fortsoft.wicket.dashboard.XStreamDashboardPersister;
> >> > > >> > > >     [javac]                                    ^
> >> > > >> > > >     [javac]
> >> > > >> > > >
> >> > > >> > > >
> >> > > >> > >
> >> > > >> >
> >> > > >>
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/util/UserDashboardPersister.java:27:
> >> > > >> > > > error: cannot find symbol
> >> > > >> > > >     [javac] public class UserDashboardPersister implements
> >> > > >> > > > DashboardPersister {
> >> > > >> > > >     [javac]
>  ^
> >> > > >> > > >     [javac]   symbol: class DashboardPersister
> >> > > >> > > >     [javac]
> >> > > >> > > >
> >> > > >> > > >
> >> > > >> > >
> >> > > >> >
> >> > > >>
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/util/UserDashboardPersister.java:28:
> >> > > >> > > > error: cannot find symbol
> >> > > >> > > >     [javac]     public Dashboard load() {
> >> > > >> > > >     [javac]            ^
> >> > > >> > > >     [javac]   symbol:   class Dashboard
> >> > > >> > > >     [javac]   location: class UserDashboardPersister
> >> > > >> > > >     [javac]
> >> > > >> > > >
> >> > > >> > > >
> >> > > >> > >
> >> > > >> >
> >> > > >>
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/util/UserDashboardPersister.java:32:
> >> > > >> > > > error: cannot find symbol
> >> > > >> > > >     [javac]     public void save(Dashboard dashboard) {
> >> > > >> > > >     [javac]                      ^
> >> > > >> > > >     [javac]   symbol:   class Dashboard
> >> > > >> > > >     [javac]   location: class UserDashboardPersister
> >> > > >> > > >     [javac]
> >> > > >> > > >
> >> > > >> > > >
> >> > > >> > >
> >> > > >> >
> >> > > >>
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/Application.java:47:
> >> > > >> > > > error: package ro.fortsoft.wicket.dashboard does not exist
> >> > > >> > > >     [javac] import
> >> ro.fortsoft.wicket.dashboard.WidgetRegistry;
> >> > > >> > > >     [javac]                                    ^
> >> > > >> > > >     [javac]
> >> > > >> > > >
> >> > > >> > > >
> >> > > >> > >
> >> > > >> >
> >> > > >>
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/Application.java:48:
> >> > > >> > > > error: package ro.fortsoft.wicket.dashboard.web does not
> >> exist
> >> > > >> > > >     [javac] import
> >> > > >> ro.fortsoft.wicket.dashboard.web.DashboardContext;
> >> > > >> > > >     [javac]                                        ^
> >> > > >> > > >     [javac]
> >> > > >> > > >
> >> > > >> > > >
> >> > > >> > >
> >> > > >> >
> >> > > >>
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/Application.java:49:
> >> > > >> > > > error: package ro.fortsoft.wicket.dashboard.web does not
> >> exist
> >> > > >> > > >     [javac] import
> >> > > >> > > > ro.fortsoft.wicket.dashboard.web.DashboardContextInjector;
> >> > > >> > > >     [javac]                                        ^
> >> > > >> > > >     [javac]
> >> > > >> > > >
> >> > > >> > > >
> >> > > >> > >
> >> > > >> >
> >> > > >>
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/Application.java:50:
> >> > > >> > > > error: package ro.fortsoft.wicket.dashboard.web does not
> >> exist
> >> > > >> > > >     [javac] import
> >> > > >> ro.fortsoft.wicket.dashboard.web.DashboardSettings;
> >> > > >> > > >     [javac]                                        ^
> >> > > >> > > >     [javac]
> >> > > >> > > >
> >> > > >> > > >
> >> > > >> > >
> >> > > >> >
> >> > > >>
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/Application.java:53:
> >> > > >> > > > error: cannot find symbol
> >> > > >> > > >     [javac]     private DashboardContext dashboardContext;
> >> > > >> > > >     [javac]             ^
> >> > > >> > > >     [javac]   symbol:   class DashboardContext
> >> > > >> > > >     [javac]   location: class Application
> >> > > >> > > >     [javac]
> >> > > >> > > >
> >> > > >> > > >
> >> > > >> > >
> >> > > >> >
> >> > > >>
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/Application.java:129:
> >> > > >> > > > error: cannot find symbol
> >> > > >> > > >     [javac]     public static DashboardContext
> >> > > >> getDashboardContext() {
> >> > > >> > > >     [javac]                   ^
> >> > > >> > > >     [javac]   symbol:   class DashboardContext
> >> > > >> > > >     [javac]   location: class Application
> >> > > >> > > >     [javac]
> >> > > >> > > >
> >> > > >> > > >
> >> > > >> > >
> >> > > >> >
> >> > > >>
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/WebSession.java:47:
> >> > > >> > > > error: package ro.fortsoft.wicket.dashboard does not exist
> >> > > >> > > >     [javac] import ro.fortsoft.wicket.dashboard.Dashboard;
> >> > > >> > > >     [javac]                                    ^
> >> > > >> > > >     [javac]
> >> > > >> > > >
> >> > > >> > > >
> >> > > >> > >
> >> > > >> >
> >> > > >>
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/WebSession.java:48:
> >> > > >> > > > error: package ro.fortsoft.wicket.dashboard does not exist
> >> > > >> > > >     [javac] import
> >> > ro.fortsoft.wicket.dashboard.DefaultDashboard;
> >> > > >> > > >     [javac]                                    ^
> >> > > >> > > >     [javac]
> >> > > >> > > >
> >> > > >> > > >
> >> > > >> > >
> >> > > >> >
> >> > > >>
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/WebSession.java:49:
> >> > > >> > > > error: package ro.fortsoft.wicket.dashboard does not exist
> >> > > >> > > >     [javac] import
> >> ro.fortsoft.wicket.dashboard.WidgetFactory;
> >> > > >> > > >     [javac]                                    ^
> >> > > >> > > >     [javac]
> >> > > >> > > >
> >> > > >> > > >
> >> > > >> > >
> >> > > >> >
> >> > > >>
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/WebSession.java:50:
> >> > > >> > > > error: package ro.fortsoft.wicket.dashboard.web does not
> >> exist
> >> > > >> > > >     [javac] import
> >> > > >> ro.fortsoft.wicket.dashboard.web.DashboardContext;
> >> > > >> > > >     [javac]                                        ^
> >> > > >> > > >     [javac]
> >> > > >> > > >
> >> > > >> > > >
> >> > > >> > >
> >> > > >> >
> >> > > >>
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/WebSession.java:60:
> >> > > >> > > > error: cannot find symbol
> >> > > >> > > >     [javac]     private Dashboard dashboard;
> >> > > >> > > >     [javac]             ^
> >> > > >> > > >     [javac]   symbol:   class Dashboard
> >> > > >> > > >     [javac]   location: class WebSession
> >> > > >> > > >     [javac]
> >> > > >> > > >
> >> > > >> > > >
> >> > > >> > >
> >> > > >> >
> >> > > >>
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/WebSession.java:164:
> >> > > >> > > > error: cannot find symbol
> >> > > >> > > >     [javac]     public static Dashboard getDashboard() {
> >> > > >> > > >     [javac]                   ^
> >> > > >> > > >     [javac]   symbol:   class Dashboard
> >> > > >> > > >     [javac]   location: class WebSession
> >> > > >> > > >     [javac]
> >> > > >> > > >
> >> > > >> > > >
> >> > > >> > >
> >> > > >> >
> >> > > >>
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/calendar/CalendarPanel.java:34:
> >> > > >> > > > error: package com.googlecode.wicket.jquery.core does not
> >> exist
> >> > > >> > > >     [javac] import
> >> > > >> > > > com.googlecode.wicket.jquery.core.JQueryAbstractBehavior;
> >> > > >> > > >     [javac]                                         ^
> >> > > >> > > >     [javac]
> >> > > >> > > >
> >> > > >> > > >
> >> > > >> > >
> >> > > >> >
> >> > > >>
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/calendar/CalendarPanel.java:35:
> >> > > >> > > > error: package com.googlecode.wicket.jquery.core does not
> >> exist
> >> > > >> > > >     [javac] import
> com.googlecode.wicket.jquery.core.Options;
> >> > > >> > > >     [javac]                                         ^
> >> > > >> > > >     [javac]
> >> > > >> > > >
> >> > > >> > > >
> >> > > >> > >
> >> > > >> >
> >> > > >>
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/calendar/CalendarPanel.java:37:
> >> > > >> > > > error: cannot find symbol
> >> > > >> > > >     [javac] import
> >> > > >> > com.googlecode.wicket.jquery.ui.calendar.CalendarView;
> >> > > >> > > >     [javac]
>  ^
> >> > > >> > > >     [javac]   symbol:   class CalendarView
> >> > > >> > > >     [javac]   location: package
> >> > > >> > com.googlecode.wicket.jquery.ui.calendar
> >> > > >> > > >     [javac]
> >> > > >> > > >
> >> > > >> > > >
> >> > > >> > >
> >> > > >> >
> >> > > >>
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/OmDashboardPanel.java:25:
> >> > > >> > > > error: package ro.fortsoft.wicket.dashboard does not exist
> >> > > >> > > >     [javac] import ro.fortsoft.wicket.dashboard.Dashboard;
> >> > > >> > > >     [javac]                                    ^
> >> > > >> > > >     [javac]
> >> > > >> > > >
> >> > > >> > > >
> >> > > >> > >
> >> > > >> >
> >> > > >>
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/OmDashboardPanel.java:26:
> >> > > >> > > > error: package ro.fortsoft.wicket.dashboard.web does not
> >> exist
> >> > > >> > > >     [javac] import
> >> > > ro.fortsoft.wicket.dashboard.web.DashboardPanel;
> >> > > >> > > >     [javac]                                        ^
> >> > > >> > > >     [javac]
> >> > > >> > > >
> >> > > >> > > >
> >> > > >> > >
> >> > > >> >
> >> > > >>
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidget.java:24:
> >> > > >> > > > error: package ro.fortsoft.wicket.dashboard does not exist
> >> > > >> > > >     [javac] import
> >> ro.fortsoft.wicket.dashboard.AbstractWidget;
> >> > > >> > > >     [javac]                                    ^
> >> > > >> > > >     [javac]
> >> > > >> > > >
> >> > > >> > > >
> >> > > >> > >
> >> > > >> >
> >> > > >>
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidget.java:25:
> >> > > >> > > > error: package ro.fortsoft.wicket.dashboard does not exist
> >> > > >> > > >     [javac] import ro.fortsoft.wicket.dashboard.Widget;
> >> > > >> > > >     [javac]                                    ^
> >> > > >> > > >     [javac]
> >> > > >> > > >
> >> > > >> > > >
> >> > > >> > >
> >> > > >> >
> >> > > >>
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidget.java:26:
> >> > > >> > > > error: package ro.fortsoft.wicket.dashboard does not exist
> >> > > >> > > >     [javac] import
> >> ro.fortsoft.wicket.dashboard.WidgetLocation;
> >> > > >> > > >     [javac]                                    ^
> >> > > >> > > >     [javac]
> >> > > >> > > >
> >> > > >> > > >
> >> > > >> > >
> >> > > >> >
> >> > > >>
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidget.java:27:
> >> > > >> > > > error: package ro.fortsoft.wicket.dashboard.web does not
> >> exist
> >> > > >> > > >     [javac] import
> >> ro.fortsoft.wicket.dashboard.web.WidgetView;
> >> > > >> > > >     [javac]                                        ^
> >> > > >> > > >     [javac]
> >> > > >> > > >
> >> > > >> > > >
> >> > > >> > >
> >> > > >> >
> >> > > >>
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidget.java:29:
> >> > > >> > > > error: cannot find symbol
> >> > > >> > > >     [javac] public class PrivateRoomsWidget extends
> >> > > AbstractWidget {
> >> > > >> > > >     [javac]                                         ^
> >> > > >> > > >     [javac]   symbol: class AbstractWidget
> >> > > >> > > >     [javac]
> >> > > >> > > >
> >> > > >> > > >
> >> > > >> > >
> >> > > >> >
> >> > > >>
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidget.java:38:
> >> > > >> > > > error: cannot find symbol
> >> > > >> > > >     [javac]     public WidgetView createView(String
> viewId) {
> >> > > >> > > >     [javac]            ^
> >> > > >> > > >     [javac]   symbol:   class WidgetView
> >> > > >> > > >     [javac]   location: class PrivateRoomsWidget
> >> > > >> > > >     [javac]
> >> > > >> > > >
> >> > > >> > > >
> >> > > >> > >
> >> > > >> >
> >> > > >>
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidgetDescriptor.java:23:
> >> > > >> > > > error: package ro.fortsoft.wicket.dashboard does not exist
> >> > > >> > > >     [javac] import
> >> > ro.fortsoft.wicket.dashboard.WidgetDescriptor;
> >> > > >> > > >     [javac]                                    ^
> >> > > >> > > >     [javac]
> >> > > >> > > >
> >> > > >> > > >
> >> > > >> > >
> >> > > >> >
> >> > > >>
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidgetDescriptor.java:25:
> >> > > >> > > > error: cannot find symbol
> >> > > >> > > >     [javac] public class PrivateRoomsWidgetDescriptor
> >> implements
> >> > > >> > > > WidgetDescriptor {
> >> > > >> > > >     [javac]
> >> >  ^
> >> > > >> > > >     [javac]   symbol: class WidgetDescriptor
> >> > > >> > > >     [javac]
> >> > > >> > > >
> >> > > >> > > >
> >> > > >> > >
> >> > > >> >
> >> > > >>
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidgetView.java:26:
> >> > > >> > > > error: package ro.fortsoft.wicket.dashboard does not exist
> >> > > >> > > >     [javac] import ro.fortsoft.wicket.dashboard.Widget;
> >> > > >> > > >     [javac]                                    ^
> >> > > >> > > >     [javac]
> >> > > >> > > >
> >> > > >> > > >
> >> > > >> > >
> >> > > >> >
> >> > > >>
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidgetView.java:27:
> >> > > >> > > > error: package ro.fortsoft.wicket.dashboard.web does not
> >> exist
> >> > > >> > > >     [javac] import
> >> ro.fortsoft.wicket.dashboard.web.WidgetView;
> >> > > >> > > >     [javac]                                        ^
> >> > > >> > > >     [javac]
> >> > > >> > > >
> >> > > >> > > >
> >> > > >> > >
> >> > > >> >
> >> > > >>
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidgetView.java:29:
> >> > > >> > > > error: cannot find symbol
> >> > > >> > > >     [javac] public class PrivateRoomsWidgetView extends
> >> > > WidgetView {
> >> > > >> > > >     [javac]                                             ^
> >> > > >> > > >     [javac]   symbol: class WidgetView
> >> > > >> > > >     [javac]
> >> > > >> > > >
> >> > > >> > > >
> >> > > >> > >
> >> > > >> >
> >> > > >>
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidgetView.java:32:
> >> > > >> > > > error: cannot find symbol
> >> > > >> > > >     [javac]     public PrivateRoomsWidgetView(String id,
> >> > > >> Model<Widget>
> >> > > >> > > > model) {
> >> > > >> > > >     [javac]
> >>    ^
> >> > > >> > > >     [javac]   symbol:   class Widget
> >> > > >> > > >     [javac]   location: class PrivateRoomsWidgetView
> >> > > >> > > >     [javac]
> >> > > >> > > >
> >> > > >> > > >
> >> > > >> > >
> >> > > >> >
> >> > > >>
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidget.java:24:
> >> > > >> > > > error: package ro.fortsoft.wicket.dashboard does not exist
> >> > > >> > > >     [javac] import
> >> ro.fortsoft.wicket.dashboard.AbstractWidget;
> >> > > >> > > >     [javac]                                    ^
> >> > > >> > > >     [javac]
> >> > > >> > > >
> >> > > >> > > >
> >> > > >> > >
> >> > > >> >
> >> > > >>
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidget.java:25:
> >> > > >> > > > error: package ro.fortsoft.wicket.dashboard does not exist
> >> > > >> > > >     [javac] import ro.fortsoft.wicket.dashboard.Widget;
> >> > > >> > > >     [javac]                                    ^
> >> > > >> > > >     [javac]
> >> > > >> > > >
> >> > > >> > > >
> >> > > >> > >
> >> > > >> >
> >> > > >>
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidget.java:26:
> >> > > >> > > > error: package ro.fortsoft.wicket.dashboard does not exist
> >> > > >> > > >     [javac] import
> >> ro.fortsoft.wicket.dashboard.WidgetLocation;
> >> > > >> > > >     [javac]                                    ^
> >> > > >> > > >     [javac]
> >> > > >> > > >
> >> > > >> > > >
> >> > > >> > >
> >> > > >> >
> >> > > >>
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidget.java:27:
> >> > > >> > > > error: package ro.fortsoft.wicket.dashboard.web does not
> >> exist
> >> > > >> > > >     [javac] import
> >> ro.fortsoft.wicket.dashboard.web.WidgetView;
> >> > > >> > > >     [javac]                                        ^
> >> > > >> > > >     [javac]
> >> > > >> > > >
> >> > > >> > > >
> >> > > >> > >
> >> > > >> >
> >> > > >>
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidget.java:29:
> >> > > >> > > > error: cannot find symbol
> >> > > >> > > >     [javac] public class StartWidget extends
> AbstractWidget {
> >> > > >> > > >     [javac]                                  ^
> >> > > >> > > >     [javac]   symbol: class AbstractWidget
> >> > > >> > > >     [javac]
> >> > > >> > > >
> >> > > >> > > >
> >> > > >> > >
> >> > > >> >
> >> > > >>
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidget.java:38:
> >> > > >> > > > error: cannot find symbol
> >> > > >> > > >     [javac]     public WidgetView createView(String
> viewId) {
> >> > > >> > > >     [javac]            ^
> >> > > >> > > >     [javac]   symbol:   class WidgetView
> >> > > >> > > >     [javac]   location: class StartWidget
> >> > > >> > > >     [javac]
> >> > > >> > > >
> >> > > >> > > >
> >> > > >> > >
> >> > > >> >
> >> > > >>
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidgetDescriptor.java:23:
> >> > > >> > > > error: package ro.fortsoft.wicket.dashboard does not exist
> >> > > >> > > >     [javac] import
> >> > ro.fortsoft.wicket.dashboard.WidgetDescriptor;
> >> > > >> > > >     [javac]                                    ^
> >> > > >> > > >     [javac]
> >> > > >> > > >
> >> > > >> > > >
> >> > > >> > >
> >> > > >> >
> >> > > >>
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidgetDescriptor.java:25:
> >> > > >> > > > error: cannot find symbol
> >> > > >> > > >     [javac] public class StartWidgetDescriptor implements
> >> > > >> > > WidgetDescriptor
> >> > > >> > > > {
> >> > > >> > > >     [javac]                                               ^
> >> > > >> > > >     [javac]   symbol: class WidgetDescriptor
> >> > > >> > > >     [javac]
> >> > > >> > > >
> >> > > >> > > >
> >> > > >> > >
> >> > > >> >
> >> > > >>
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidgetView.java:23:
> >> > > >> > > > error: package ro.fortsoft.wicket.dashboard does not exist
> >> > > >> > > >     [javac] import ro.fortsoft.wicket.dashboard.Widget;
> >> > > >> > > >     [javac]                                    ^
> >> > > >> > > >     [javac]
> >> > > >> > > >
> >> > > >> > > >
> >> > > >> > >
> >> > > >> >
> >> > > >>
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidgetView.java:24:
> >> > > >> > > > error: package ro.fortsoft.wicket.dashboard.web does not
> >> exist
> >> > > >> > > >     [javac] import
> >> ro.fortsoft.wicket.dashboard.web.WidgetView;
> >> > > >> > > >     [javac]                                        ^
> >> > > >> > > >     [javac]
> >> > > >> > > >
> >> > > >> > > >
> >> > > >> > >
> >> > > >> >
> >> > > >>
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidgetView.java:26:
> >> > > >> > > > error: cannot find symbol
> >> > > >> > > >     [javac] public class StartWidgetView extends
> WidgetView {
> >> > > >> > > >     [javac]                                      ^
> >> > > >> > > >     [javac]   symbol: class WidgetView
> >> > > >> > > >     [javac]
> >> > > >> > > >
> >> > > >> > > >
> >> > > >> > >
> >> > > >> >
> >> > > >>
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidgetView.java:29:
> >> > > >> > > > error: cannot find symbol
> >> > > >> > > >     [javac]     public StartWidgetView(String id,
> >> Model<Widget>
> >> > > >> model)
> >> > > >> > {
> >> > > >> > > >     [javac]                                             ^
> >> > > >> > > >     [javac]   symbol:   class Widget
> >> > > >> > > >     [javac]   location: class StartWidgetView
> >> > > >> > > >     [javac]
> >> > > >> > > >
> >> > > >> > > >
> >> > > >> > >
> >> > > >> >
> >> > > >>
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidget.java:24:
> >> > > >> > > > error: package ro.fortsoft.wicket.dashboard does not exist
> >> > > >> > > >     [javac] import
> >> ro.fortsoft.wicket.dashboard.AbstractWidget;
> >> > > >> > > >     [javac]                                    ^
> >> > > >> > > >     [javac]
> >> > > >> > > >
> >> > > >> > > >
> >> > > >> > >
> >> > > >> >
> >> > > >>
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidget.java:25:
> >> > > >> > > > error: package ro.fortsoft.wicket.dashboard does not exist
> >> > > >> > > >     [javac] import ro.fortsoft.wicket.dashboard.Widget;
> >> > > >> > > >     [javac]                                    ^
> >> > > >> > > >     [javac]
> >> > > >> > > >
> >> > > >> > > >
> >> > > >> > >
> >> > > >> >
> >> > > >>
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidget.java:26:
> >> > > >> > > > error: package ro.fortsoft.wicket.dashboard does not exist
> >> > > >> > > >     [javac] import
> >> ro.fortsoft.wicket.dashboard.WidgetLocation;
> >> > > >> > > >     [javac]                                    ^
> >> > > >> > > >     [javac]
> >> > > >> > > >
> >> > > >> > > >
> >> > > >> > >
> >> > > >> >
> >> > > >>
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidget.java:27:
> >> > > >> > > > error: package ro.fortsoft.wicket.dashboard.web does not
> >> exist
> >> > > >> > > >     [javac] import
> >> ro.fortsoft.wicket.dashboard.web.WidgetView;
> >> > > >> > > >     [javac]                                        ^
> >> > > >> > > >     [javac]
> >> > > >> > > >
> >> > > >> > > >
> >> > > >> > >
> >> > > >> >
> >> > > >>
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidget.java:29:
> >> > > >> > > > error: cannot find symbol
> >> > > >> > > >     [javac] public class WelcomeWidget extends
> >> AbstractWidget {
> >> > > >> > > >     [javac]                                    ^
> >> > > >> > > >     [javac]   symbol: class AbstractWidget
> >> > > >> > > >     [javac]
> >> > > >> > > >
> >> > > >> > > >
> >> > > >> > >
> >> > > >> >
> >> > > >>
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidget.java:38:
> >> > > >> > > > error: cannot find symbol
> >> > > >> > > >     [javac]     public WidgetView createView(String
> viewId) {
> >> > > >> > > >     [javac]            ^
> >> > > >> > > >     [javac]   symbol:   class WidgetView
> >> > > >> > > >     [javac]   location: class WelcomeWidget
> >> > > >> > > >     [javac]
> >> > > >> > > >
> >> > > >> > > >
> >> > > >> > >
> >> > > >> >
> >> > > >>
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidgetDescriptor.java:23:
> >> > > >> > > > error: package ro.fortsoft.wicket.dashboard does not exist
> >> > > >> > > >     [javac] import
> >> > ro.fortsoft.wicket.dashboard.WidgetDescriptor;
> >> > > >> > > >     [javac]                                    ^
> >> > > >> > > >     [javac]
> >> > > >> > > >
> >> > > >> > > >
> >> > > >> > >
> >> > > >> >
> >> > > >>
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidgetDescriptor.java:25:
> >> > > >> > > > error: cannot find symbol
> >> > > >> > > >     [javac] public class WelcomeWidgetDescriptor implements
> >> > > >> > > > WidgetDescriptor {
> >> > > >> > > >     [javac]
>   ^
> >> > > >> > > >     [javac]   symbol: class WidgetDescriptor
> >> > > >> > > >     [javac]
> >> > > >> > > >
> >> > > >> > > >
> >> > > >> > >
> >> > > >> >
> >> > > >>
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/profile/SettingsPanel.java:32:
> >> > > >> > > > error: package com.googlecode.wicket.jquery.core does not
> >> exist
> >> > > >> > > >     [javac] import
> >> > > com.googlecode.wicket.jquery.core.JQueryBehavior;
> >> > > >> > > >     [javac]                                         ^
> >> > > >> > > >     [javac]
> >> > > >> > > >
> >> > > >> > > >
> >> > > >> > >
> >> > > >> >
> >> > > >>
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/profile/SettingsPanel.java:33:
> >> > > >> > > > error: package com.googlecode.wicket.jquery.core does not
> >> exist
> >> > > >> > > >     [javac] import
> com.googlecode.wicket.jquery.core.Options;
> >> > > >> > > >     [javac]                                         ^
> >> > > >> > > >     [javac]
> >> > > >> > > >
> >> > > >> > > >
> >> > > >> > >
> >> > > >> >
> >> > > >>
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidgetView.java:37:
> >> > > >> > > > error: package ro.fortsoft.wicket.dashboard does not exist
> >> > > >> > > >     [javac] import ro.fortsoft.wicket.dashboard.Widget;
> >> > > >> > > >     [javac]                                    ^
> >> > > >> > > >     [javac]
> >> > > >> > > >
> >> > > >> > > >
> >> > > >> > >
> >> > > >> >
> >> > > >>
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidgetView.java:38:
> >> > > >> > > > error: package ro.fortsoft.wicket.dashboard.web does not
> >> exist
> >> > > >> > > >     [javac] import
> >> ro.fortsoft.wicket.dashboard.web.WidgetView;
> >> > > >> > > >     [javac]                                        ^
> >> > > >> > > >     [javac]
> >> > > >> > > >
> >> > > >> > > >
> >> > > >> > >
> >> > > >> >
> >> > > >>
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidgetView.java:40:
> >> > > >> > > > error: cannot find symbol
> >> > > >> > > >     [javac] public class WelcomeWidgetView extends
> >> WidgetView {
> >> > > >> > > >     [javac]                                        ^
> >> > > >> > > >     [javac]   symbol: class WidgetView
> >> > > >> > > >     [javac]
> >> > > >> > > >
> >> > > >> > > >
> >> > > >> > >
> >> > > >> >
> >> > > >>
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidgetView.java:43:
> >> > > >> > > > error: cannot find symbol
> >> > > >> > > >     [javac]     public WelcomeWidgetView(String id,
> >> > Model<Widget>
> >> > > >> > model)
> >> > > >> > > {
> >> > > >> > > >     [javac]                                               ^
> >> > > >> > > >     [javac]   symbol:   class Widget
> >> > > >> > > >     [javac]   location: class WelcomeWidgetView
> >> > > >> > > >     [javac]
> >> > > >> > > >
> >> > > >> > > >
> >> > > >> > >
> >> > > >> >
> >> > > >>
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/profile/WidgetsPanel.java:32:
> >> > > >> > > > error: package ro.fortsoft.wicket.dashboard does not exist
> >> > > >> > > >     [javac] import ro.fortsoft.wicket.dashboard.Dashboard;
> >> > > >> > > >     [javac]                                    ^
> >> > > >> > > >     [javac]
> >> > > >> > > >
> >> > > >> > > >
> >> > > >> > >
> >> > > >> >
> >> > > >>
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/profile/WidgetsPanel.java:33:
> >> > > >> > > > error: package ro.fortsoft.wicket.dashboard does not exist
> >> > > >> > > >     [javac] import ro.fortsoft.wicket.dashboard.Widget;
> >> > > >> > > >     [javac]                                    ^
> >> > > >> > > >     [javac]
> >> > > >> > > >
> >> > > >> > > >
> >> > > >> > >
> >> > > >> >
> >> > > >>
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/profile/WidgetsPanel.java:34:
> >> > > >> > > > error: package ro.fortsoft.wicket.dashboard does not exist
> >> > > >> > > >     [javac] import
> >> > ro.fortsoft.wicket.dashboard.WidgetDescriptor;
> >> > > >> > > >     [javac]                                    ^
> >> > > >> > > >     [javac]
> >> > > >> > > >
> >> > > >> > > >
> >> > > >> > >
> >> > > >> >
> >> > > >>
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/profile/WidgetsPanel.java:35:
> >> > > >> > > > error: package ro.fortsoft.wicket.dashboard.web does not
> >> exist
> >> > > >> > > >     [javac] import
> >> > > >> ro.fortsoft.wicket.dashboard.web.DashboardContext;
> >> > > >> > > >     [javac]                                        ^
> >> > > >> > > >     [javac]
> >> > > >> > > >
> >> > > >> > > >
> >> > > >> > >
> >> > > >> >
> >> > > >>
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/profile/WidgetsPanel.java:40:
> >> > > >> > > > error: cannot find symbol
> >> > > >> > > >     [javac]     private Widget isDisplayed(WidgetDescriptor
> >> wd)
> >> > {
> >> > > >> > > >     [javac]                                ^
> >> > > >> > > >     [javac]   symbol:   class WidgetDescriptor
> >> > > >> > > >     [javac]   location: class WidgetsPanel
> >> > > >> > > >     [javac]
> >> > > >> > > >
> >> > > >> > > >
> >> > > >> > >
> >> > > >> >
> >> > > >>
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/profile/WidgetsPanel.java:40:
> >> > > >> > > > error: cannot find symbol
> >> > > >> > > >     [javac]     private Widget isDisplayed(WidgetDescriptor
> >> wd)
> >> > {
> >> > > >> > > >     [javac]             ^
> >> > > >> > > >     [javac]   symbol:   class Widget
> >> > > >> > > >     [javac]   location: class WidgetsPanel
> >> > > >> > > >     [javac]
> >> > > >> > > >
> >> > > >> > > >
> >> > > >> > >
> >> > > >> >
> >> > > >>
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/rooms/RoomsTabbedPanel.java:37:
> >> > > >> > > > error: package com.googlecode.wicket.jquery.core does not
> >> exist
> >> > > >> > > >     [javac] import
> >> > > com.googlecode.wicket.jquery.core.JQueryBehavior;
> >> > > >> > > >     [javac]                                         ^
> >> > > >> > > >     [javac]
> >> > > >> > > >
> >> > > >> > > >
> >> > > >> > >
> >> > > >> >
> >> > > >>
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/pages/auth/SignInPage.java:35:
> >> > > >> > > > error: package com.googlecode.wicket.jquery.core does not
> >> exist
> >> > > >> > > >     [javac] import
> >> > > >> > > > com.googlecode.wicket.jquery.core.JQueryAbstractBehavior;
> >> > > >> > > >     [javac]                                         ^
> >> > > >> > > >     [javac]
> >> > > >> > > >
> >> > > >> > > >
> >> > > >> > >
> >> > > >> >
> >> > > >>
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/util/UserDashboardPersister.java:23:
> >> > > >> > > > error: package ro.fortsoft.wicket.dashboard does not exist
> >> > > >> > > >     [javac] import ro.fortsoft.wicket.dashboard.Dashboard;
> >> > > >> > > >     [javac]                                    ^
> >> > > >> > > >     [javac]
> >> > > >> > > >
> >> > > >> > > >
> >> > > >> > >
> >> > > >> >
> >> > > >>
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/util/UserDashboardPersister.java:24:
> >> > > >> > > > error: package ro.fortsoft.wicket.dashboard does not exist
> >> > > >> > > >     [javac] import
> >> > > ro.fortsoft.wicket.dashboard.DashboardPersister;
> >> > > >> > > >     [javac]                                    ^
> >> > > >> > > >     [javac]
> >> > > >> > > >
> >> > > >> > > >
> >> > > >> > >
> >> > > >> >
> >> > > >>
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/util/UserDashboardPersister.java:25:
> >> > > >> > > > error: package ro.fortsoft.wicket.dashboard does not exist
> >> > > >> > > >     [javac] import
> >> > > >> > > ro.fortsoft.wicket.dashboard.XStreamDashboardPersister;
> >> > > >> > > >     [javac]                                    ^
> >> > > >> > > >     [javac]
> >> > > >> > > >
> >> > > >> > > >
> >> > > >> > >
> >> > > >> >
> >> > > >>
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/util/UserDashboardPersister.java:27:
> >> > > >> > > > error: cannot find symbol
> >> > > >> > > >     [javac] public class UserDashboardPersister implements
> >> > > >> > > > DashboardPersister {
> >> > > >> > > >     [javac]
>  ^
> >> > > >> > > >     [javac]   symbol: class DashboardPersister
> >> > > >> > > >     [javac]
> >> > > >> > > >
> >> > > >> > > >
> >> > > >> > >
> >> > > >> >
> >> > > >>
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/util/UserDashboardPersister.java:28:
> >> > > >> > > > error: cannot find symbol
> >> > > >> > > >     [javac]     public Dashboard load() {
> >> > > >> > > >     [javac]            ^
> >> > > >> > > >     [javac]   symbol:   class Dashboard
> >> > > >> > > >     [javac]   location: class UserDashboardPersister
> >> > > >> > > >     [javac]
> >> > > >> > > >
> >> > > >> > > >
> >> > > >> > >
> >> > > >> >
> >> > > >>
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/util/UserDashboardPersister.java:32:
> >> > > >> > > > error: cannot find symbol
> >> > > >> > > >     [javac]     public void save(Dashboard dashboard) {
> >> > > >> > > >     [javac]                      ^
> >> > > >> > > >     [javac]   symbol:   class Dashboard
> >> > > >> > > >     [javac]   location: class UserDashboardPersister
> >> > > >> > > >     [javac]
> >> > > >> > > >
> >> > > >> > > >
> >> > > >> > >
> >> > > >> >
> >> > > >>
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/Application.java:77:
> >> > > >> > > > error: cannot find symbol
> >> > > >> > > >     [javac]         dashboardContext = new
> >> DashboardContext();
> >> > > >> > > >     [javac]                                ^
> >> > > >> > > >     [javac]   symbol:   class DashboardContext
> >> > > >> > > >     [javac]   location: class Application
> >> > > >> > > >     [javac]
> >> > > >> > > >
> >> > > >> > > >
> >> > > >> > >
> >> > > >> >
> >> > > >>
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/Application.java:79:
> >> > > >> > > > error: cannot find symbol
> >> > > >> > > >     [javac]         WidgetRegistry widgetRegistry =
> >> > > >> > > > dashboardContext.getWidgetRegistry();
> >> > > >> > > >     [javac]         ^
> >> > > >> > > >     [javac]   symbol:   class WidgetRegistry
> >> > > >> > > >     [javac]   location: class Application
> >> > > >> > > >     [javac]
> >> > > >> > > >
> >> > > >> > > >
> >> > > >> > >
> >> > > >> >
> >> > > >>
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/Application.java:84:
> >> > > >> > > > error: cannot find symbol
> >> > > >> > > >     [javac]         DashboardContextInjector
> >> > > >> dashboardContextInjector =
> >> > > >> > > new
> >> > > >> > > > DashboardContextInjector(dashboardContext);
> >> > > >> > > >     [javac]         ^
> >> > > >> > > >     [javac]   symbol:   class DashboardContextInjector
> >> > > >> > > >     [javac]   location: class Application
> >> > > >> > > >     [javac]
> >> > > >> > > >
> >> > > >> > > >
> >> > > >> > >
> >> > > >> >
> >> > > >>
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/Application.java:84:
> >> > > >> > > > error: cannot find symbol
> >> > > >> > > >     [javac]         DashboardContextInjector
> >> > > >> dashboardContextInjector =
> >> > > >> > > new
> >> > > >> > > > DashboardContextInjector(dashboardContext);
> >> > > >> > > >     [javac]
> >> > > >> > > > ^
> >> > > >> > > >     [javac]   symbol:   class DashboardContextInjector
> >> > > >> > > >     [javac]   location: class Application
> >> > > >> > > >     [javac]
> >> > > >> > > >
> >> > > >> > > >
> >> > > >> > >
> >> > > >> >
> >> > > >>
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/Application.java:86:
> >> > > >> > > > error: cannot find symbol
> >> > > >> > > >     [javac]         DashboardSettings dashboardSettings =
> >> > > >> > > > DashboardSettings.get();
> >> > > >> > > >     [javac]         ^
> >> > > >> > > >     [javac]   symbol:   class DashboardSettings
> >> > > >> > > >     [javac]   location: class Application
> >> > > >> > > >     [javac]
> >> > > >> > > >
> >> > > >> > > >
> >> > > >> > >
> >> > > >> >
> >> > > >>
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/Application.java:86:
> >> > > >> > > > error: cannot find symbol
> >> > > >> > > >     [javac]         DashboardSettings dashboardSettings =
> >> > > >> > > > DashboardSettings.get();
> >> > > >> > > >     [javac]                                               ^
> >> > > >> > > >     [javac]   symbol:   variable DashboardSettings
> >> > > >> > > >     [javac]   location: class Application
> >> > > >> > > >     [javac]
> >> > > >> > > >
> >> > > >> > > >
> >> > > >> > >
> >> > > >> >
> >> > > >>
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/WebSession.java:165:
> >> > > >> > > > error: cannot find symbol
> >> > > >> > > >     [javac]         Dashboard d = get().dashboard;
> >> > > >> > > >     [javac]         ^
> >> > > >> > > >     [javac]   symbol:   class Dashboard
> >> > > >> > > >     [javac]   location: class WebSession
> >> > > >> > > >     [javac]
> >> > > >> > > >
> >> > > >> > > >
> >> > > >> > >
> >> > > >> >
> >> > > >>
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/WebSession.java:174:
> >> > > >> > > > error: cannot find symbol
> >> > > >> > > >     [javac]         DashboardContext dashboardContext =
> >> > > >> > > > getDashboardContext();
> >> > > >> > > >     [javac]         ^
> >> > > >> > > >     [javac]   symbol:   class DashboardContext
> >> > > >> > > >     [javac]   location: class WebSession
> >> > > >> > > >     [javac]
> >> > > >> > > >
> >> > > >> > > >
> >> > > >> > >
> >> > > >> >
> >> > > >>
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/WebSession.java:178:
> >> > > >> > > > error: cannot find symbol
> >> > > >> > > >     [javac]             dashboard = new
> >> > > DefaultDashboard("default",
> >> > > >> > > > "Default");
> >> > > >> > > >     [javac]                             ^
> >> > > >> > > >     [javac]   symbol:   class DefaultDashboard
> >> > > >> > > >     [javac]   location: class WebSession
> >> > > >> > > >     [javac]
> >> > > >> > > >
> >> > > >> > > >
> >> > > >> > >
> >> > > >> >
> >> > > >>
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/WebSession.java:180:
> >> > > >> > > > error: cannot find symbol
> >> > > >> > > >     [javac]             WidgetFactory widgetFactory =
> >> > > >> > > > dashboardContext.getWidgetFactory();
> >> > > >> > > >     [javac]             ^
> >> > > >> > > >     [javac]   symbol:   class WidgetFactory
> >> > > >> > > >     [javac]   location: class WebSession
> >> > > >> > > >     [javac]
> >> > > >> > > >
> >> > > >> > > >
> >> > > >> > >
> >> > > >> >
> >> > > >>
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/calendar/CalendarPanel.java:64:
> >> > > >> > > > error: cannot find symbol
> >> > > >> > > >     [javac]         Options options = new Options();
> >> > > >> > > >     [javac]         ^
> >> > > >> > > >     [javac]   symbol:   class Options
> >> > > >> > > >     [javac]   location: class CalendarPanel
> >> > > >> > > >     [javac]
> >> > > >> > > >
> >> > > >> > > >
> >> > > >> > >
> >> > > >> >
> >> > > >>
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/calendar/CalendarPanel.java:64:
> >> > > >> > > > error: cannot find symbol
> >> > > >> > > >     [javac]         Options options = new Options();
> >> > > >> > > >     [javac]                               ^
> >> > > >> > > >     [javac]   symbol:   class Options
> >> > > >> > > >     [javac]   location: class CalendarPanel
> >> > > >> > > >     [javac]
> >> > > >> > > >
> >> > > >> > > >
> >> > > >> > >
> >> > > >> >
> >> > > >>
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/calendar/CalendarPanel.java:119:
> >> > > >> > > > error: cannot find symbol
> >> > > >> > > >     [javac]             public void
> >> onSelect(AjaxRequestTarget
> >> > > >> target,
> >> > > >> > > > CalendarView view, Date start, Date end, boolean allDay) {
> >> > > >> > > >     [javac]
> >> > > >> >  ^
> >> > > >> > > >     [javac]   symbol: class CalendarView
> >> > > >> > > >     [javac]
> >> > > >> > > >
> >> > > >> > > >
> >> > > >> > >
> >> > > >> >
> >> > > >>
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/calendar/CalendarPanel.java:141:
> >> > > >> > > > error: cannot find symbol
> >> > > >> > > >     [javac]             public void
> >> > onEventClick(AjaxRequestTarget
> >> > > >> > > target,
> >> > > >> > > > CalendarView view, int eventId) {
> >> > > >> > > >     [javac]
> >> > > >> > > >  ^
> >> > > >> > > >     [javac]   symbol: class CalendarView
> >> > > >> > > >     [javac]
> >> > > >> > > >
> >> > > >> > > >
> >> > > >> > >
> >> > > >> >
> >> > > >>
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/calendar/CalendarPanel.java:78:
> >> > > >> > > > error: cannot find symbol
> >> > > >> > > >     [javac]                 add(new
> >> > > >> > > > JQueryAbstractBehavior("calendar-functions") {
> >> > > >> > > >     [javac]                         ^
> >> > > >> > > >     [javac]   symbol: class JQueryAbstractBehavior
> >> > > >> > > >     [javac]
> >> > > >> > > >
> >> > > >> > > >
> >> > > >> > >
> >> > > >> >
> >> > > >>
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/calendar/CalendarPanel.java:121:
> >> > > >> > > > error: cannot find symbol
> >> > > >> > > >     [javac]                 if (CalendarView.month == view
> &&
> >> > > >> > > > start.equals(end)) {
> >> > > >> > > >     [javac]                     ^
> >> > > >> > > >     [javac]   symbol: variable CalendarView
> >> > > >> > > >     [javac]
> >> > > >> > > >
> >> > > >> > > >
> >> > > >> > >
> >> > > >> >
> >> > > >>
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/calendar/CalendarPanel.java:118:
> >> > > >> > > > error: method does not override or implement a method from
> a
> >> > > >> supertype
> >> > > >> > > >     [javac]             @Override
> >> > > >> > > >     [javac]             ^
> >> > > >> > > >     [javac]
> >> > > >> > > >
> >> > > >> > > >
> >> > > >> > >
> >> > > >> >
> >> > > >>
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/calendar/CalendarPanel.java:140:
> >> > > >> > > > error: method does not override or implement a method from
> a
> >> > > >> supertype
> >> > > >> > > >     [javac]             @Override
> >> > > >> > > >     [javac]             ^
> >> > > >> > > >     [javac]
> >> > > >> > > >
> >> > > >> > > >
> >> > > >> > >
> >> > > >> >
> >> > > >>
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/OmDashboardPanel.java:34:
> >> > > >> > > > error: cannot find symbol
> >> > > >> > > >     [javac]         add(new DashboardPanel("dashboard", new
> >> > > >> > > > Model<Dashboard>(WebSession.getDashboard())));
> >> > > >> > > >     [javac]                 ^
> >> > > >> > > >     [javac]   symbol:   class DashboardPanel
> >> > > >> > > >     [javac]   location: class OmDashboardPanel
> >> > > >> > > >     [javac]
> >> > > >> > > >
> >> > > >> > > >
> >> > > >> > >
> >> > > >> >
> >> > > >>
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/OmDashboardPanel.java:34:
> >> > > >> > > > error: cannot find symbol
> >> > > >> > > >     [javac]         add(new DashboardPanel("dashboard", new
> >> > > >> > > > Model<Dashboard>(WebSession.getDashboard())));
> >> > > >> > > >     [javac]
> >> > > ^
> >> > > >> > > >     [javac]   symbol:   class Dashboard
> >> > > >> > > >     [javac]   location: class OmDashboardPanel
> >> > > >> > > >     [javac]
> >> > > >> > > >
> >> > > >> > > >
> >> > > >> > >
> >> > > >> >
> >> > > >>
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidget.java:34:
> >> > > >> > > > error: cannot find symbol
> >> > > >> > > >     [javac]         title = WebSession.getString(781L);
> >> > > >> > > >     [javac]         ^
> >> > > >> > > >     [javac]   symbol:   variable title
> >> > > >> > > >     [javac]   location: class PrivateRoomsWidget
> >> > > >> > > >     [javac]
> >> > > >> > > >
> >> > > >> > > >
> >> > > >> > >
> >> > > >> >
> >> > > >>
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidget.java:35:
> >> > > >> > > > error: cannot find symbol
> >> > > >> > > >     [javac]         location = new WidgetLocation(0, 1);
> >> > > >> > > >     [javac]         ^
> >> > > >> > > >     [javac]   symbol:   variable location
> >> > > >> > > >     [javac]   location: class PrivateRoomsWidget
> >> > > >> > > >     [javac]
> >> > > >> > > >
> >> > > >> > > >
> >> > > >> > >
> >> > > >> >
> >> > > >>
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidget.java:35:
> >> > > >> > > > error: cannot find symbol
> >> > > >> > > >     [javac]         location = new WidgetLocation(0, 1);
> >> > > >> > > >     [javac]                        ^
> >> > > >> > > >     [javac]   symbol:   class WidgetLocation
> >> > > >> > > >     [javac]   location: class PrivateRoomsWidget
> >> > > >> > > >     [javac]
> >> > > >> > > >
> >> > > >> > > >
> >> > > >> > >
> >> > > >> >
> >> > > >>
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidget.java:39:
> >> > > >> > > > error: cannot find symbol
> >> > > >> > > >     [javac]         return new
> PrivateRoomsWidgetView(viewId,
> >> > new
> >> > > >> > > > Model<Widget>(this));
> >> > > >> > > >     [javac]
> >> > > >> >   ^
> >> > > >> > > >     [javac]   symbol:   class Widget
> >> > > >> > > >     [javac]   location: class PrivateRoomsWidget
> >> > > >> > > >     [javac]
> >> > > >> > > >
> >> > > >> > > >
> >> > > >> > >
> >> > > >> >
> >> > > >>
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidgetView.java:35:
> >> > > >> > > > error: cannot find symbol
> >> > > >> > > >     [javac]         add(new RoomsPanel("rooms",
> >> getMyRooms()));
> >> > > >> > > >     [javac]         ^
> >> > > >> > > >     [javac]   symbol:   method add(RoomsPanel)
> >> > > >> > > >     [javac]   location: class PrivateRoomsWidgetView
> >> > > >> > > >     [javac]
> >> > > >> > > >
> >> > > >> > > >
> >> > > >> > >
> >> > > >> >
> >> > > >>
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidget.java:34:
> >> > > >> > > > error: cannot find symbol
> >> > > >> > > >     [javac]         title = WebSession.getString(774L);
> >> > > >> > > >     [javac]         ^
> >> > > >> > > >     [javac]   symbol:   variable title
> >> > > >> > > >     [javac]   location: class StartWidget
> >> > > >> > > >     [javac]
> >> > > >> > > >
> >> > > >> > > >
> >> > > >> > >
> >> > > >> >
> >> > > >>
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidget.java:35:
> >> > > >> > > > error: cannot find symbol
> >> > > >> > > >     [javac]         location = new WidgetLocation(1, 0);
> >> > > >> > > >     [javac]         ^
> >> > > >> > > >     [javac]   symbol:   variable location
> >> > > >> > > >     [javac]   location: class StartWidget
> >> > > >> > > >     [javac]
> >> > > >> > > >
> >> > > >> > > >
> >> > > >> > >
> >> > > >> >
> >> > > >>
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidget.java:35:
> >> > > >> > > > error: cannot find symbol
> >> > > >> > > >     [javac]         location = new WidgetLocation(1, 0);
> >> > > >> > > >     [javac]                        ^
> >> > > >> > > >     [javac]   symbol:   class WidgetLocation
> >> > > >> > > >     [javac]   location: class StartWidget
> >> > > >> > > >     [javac]
> >> > > >> > > >
> >> > > >> > > >
> >> > > >> > >
> >> > > >> >
> >> > > >>
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidget.java:39:
> >> > > >> > > > error: cannot find symbol
> >> > > >> > > >     [javac]         return new StartWidgetView(viewId, new
> >> > > >> > > > Model<Widget>(this));
> >> > > >> > > >     [javac]
> >> >  ^
> >> > > >> > > >     [javac]   symbol:   class Widget
> >> > > >> > > >     [javac]   location: class StartWidget
> >> > > >> > > >     [javac]
> >> > > >> > > >
> >> > > >> > > >
> >> > > >> > >
> >> > > >> >
> >> > > >>
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidget.java:34:
> >> > > >> > > > error: cannot find symbol
> >> > > >> > > >     [javac]         title = WebSession.getString(1546L);
> >> > > >> > > >     [javac]         ^
> >> > > >> > > >     [javac]   symbol:   variable title
> >> > > >> > > >     [javac]   location: class WelcomeWidget
> >> > > >> > > >     [javac]
> >> > > >> > > >
> >> > > >> > > >
> >> > > >> > >
> >> > > >> >
> >> > > >>
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidget.java:35:
> >> > > >> > > > error: cannot find symbol
> >> > > >> > > >     [javac]         location = new WidgetLocation(0, 0);
> >> > > >> > > >     [javac]         ^
> >> > > >> > > >     [javac]   symbol:   variable location
> >> > > >> > > >     [javac]   location: class WelcomeWidget
> >> > > >> > > >     [javac] Note: Some input files use or override a
> >> deprecated
> >> > > API.
> >> > > >> > > >     [javac] Note: Recompile with -Xlint:deprecation for
> >> details.
> >> > > >> > > >     [javac] Note:
> >> > > >> > > >
> >> > > >> > > >
> >> > > >> > >
> >> > > >> >
> >> > > >>
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/screen/webstart/gui/ScreenSharerFrame.java
> >> > > >> > > > uses unchecked or unsafe operations.
> >> > > >> > > >     [javac] Note: Recompile with -Xlint:unchecked for
> >> details.
> >> > > >> > > >     [javac] 100 errors
> >> > > >> > > >     [javac] 1 warning
> >> > > >> > > >
> >> > > >> > >
> >> > > >> > >
> >> > > >> > >
> >> > > >> > > --
> >> > > >> > > WBR
> >> > > >> > > Maxim aka solomax
> >> > > >> > >
> >> > > >> >
> >> > > >> >
> >> > > >> >
> >> > > >> > --
> >> > > >> > Regards
> >> > > >> > Andun S.L. Gunawardana
> >> > > >> > Undergraduate
> >> > > >> > Department of Computer Science And Engineering
> >> > > >> > University of Moratuwa
> >> > > >> > Sri Lanka
> >> > > >> >
> >> > > >> > Blog - http://www.insightforfuture.blogspot.com/
> >> > > >> > LinkedIn -
> >> > > http://www.linkedin.com/pub/andun-s-l-gunawardana/34/646/703
> >> > > >> > Twitter -http://twitter.com/AndunSLG
> >> > > >> >
> >> > > >>
> >> > > >>
> >> > > >>
> >> > > >> --
> >> > > >> WBR
> >> > > >> Maxim aka solomax
> >> > > >>
> >> > > >
> >> > > >
> >> > > >
> >> > > > --
> >> > > > Regards
> >> > > > Andun S.L. Gunawardana
> >> > > > Undergraduate
> >> > > > Department of Computer Science And Engineering
> >> > > > University of Moratuwa
> >> > > > Sri Lanka
> >> > > >
> >> > > > Blog - http://www.insightforfuture.blogspot.com/
> >> > > > LinkedIn -
> >> > http://www.linkedin.com/pub/andun-s-l-gunawardana/34/646/703
> >> > > > Twitter -http://twitter.com/AndunSLG
> >> > > >
> >> > > >
> >> > > >
> >> > > >
> >> > > >
> >> > >
> >> > >
> >> > >
> >> > > --
> >> > > Regards
> >> > > Andun S.L. Gunawardana
> >> > > Undergraduate
> >> > > Department of Computer Science And Engineering
> >> > > University of Moratuwa
> >> > > Sri Lanka
> >> > >
> >> > > Blog - http://www.insightforfuture.blogspot.com/
> >> > > LinkedIn -
> >> http://www.linkedin.com/pub/andun-s-l-gunawardana/34/646/703
> >> > > Twitter -http://twitter.com/AndunSLG
> >> > >
> >> >
> >> >
> >> >
> >> > --
> >> > WBR
> >> > Maxim aka solomax
> >> >
> >>
> >>
> >>
> >> --
> >> Regards
> >> Andun S.L. Gunawardana
> >> Undergraduate
> >> Department of Computer Science And Engineering
> >> University of Moratuwa
> >> Sri Lanka
> >>
> >> Blog - http://www.insightforfuture.blogspot.com/
> >> LinkedIn - http://www.linkedin.com/pub/andun-s-l-gunawardana/34/646/703
> >> Twitter -http://twitter.com/AndunSLG
> >>
> >
> >
> >
> > --
> > WBR
> > Maxim aka solomax
> >
>
>
>
> --
> WBR
> Maxim aka solomax
>



-- 
Regards
Andun S.L. Gunawardana
Undergraduate
Department of Computer Science And Engineering
University of Moratuwa
Sri Lanka

Blog - http://www.insightforfuture.blogspot.com/
LinkedIn - http://www.linkedin.com/pub/andun-s-l-gunawardana/34/646/703
Twitter -http://twitter.com/AndunSLG

Re: Compilation faliure

Posted by Maxim Solodovnik <so...@gmail.com>.
Should be fixed :)
Thanks


On Mon, May 13, 2013 at 12:15 AM, Maxim Solodovnik <so...@gmail.com>wrote:

> I''l doublecheck, thanks!
>
>
> On Mon, May 13, 2013 at 12:13 AM, Andun Sameera <an...@gmail.com>wrote:
>
>> Hi Maxim,
>>
>> I have checked the "The username is already used" notification. It is
>> triggered by the key press event. But even I enter a completely valid,new
>> login name it shows all these errors,
>>
>>    - The username is already used
>>    - This email is already used by another user.
>>    - 'adresses.email' is required.
>>
>>  Then I checked the
>>
>> singlewebapp/src/org/apache/openmeetings/web/components/admin/users/UserForm.java
>> which has the follwing logic of validating the input.
>>
>> @Override
>>     protected void onValidate() {
>>
>> if(getBean(UsersDao.class).checkUserLogin(getModelObject().getLogin())) {
>>             error(WebSession.getString(105));
>>         }
>>     }
>>
>> What I understood is the if condition is always true since it checks about
>> the login status. I think this have to be updated.
>>
>> Please correct if I am wrong.
>>
>> Thanks!
>>
>> On Sun, May 12, 2013 at 2:46 PM, Maxim Solodovnik <solomax666@gmail.com
>> >wrote:
>>
>> > Hello Andun,
>> >
>> > Thanks for detailed report! :)
>> >
>> > some comments on your foundings:
>> > 1) [Widgets] is new tab to manage widgets displayed on dashbord,
>> "Contacts
>> > and messaged need to be implemented
>> > 2) Network test was recently added
>> > 3) "The username is already used" etc. are automatic validation messages
>> > (validation is performed on keypress AFAIK)
>> >
>> > I completely forget about "Recording" special thanks for that!
>> >
>> >
>> > On Sun, May 12, 2013 at 4:09 PM, Andun Sameera <an...@gmail.com>
>> wrote:
>> >
>> > > Hi Maxim,
>> > >
>> > > I had a look in to the new HTML Openmeetings console in rev 1481114
>> and
>> > > found these,
>> > >
>> > >    - There is a tab in the Profile area with the name [Widgets] which
>> > >    should point to the contact and message area
>> > >    - In the calender there should be a mechanism to change the year.
>> In
>> > the
>> > >    current one we can navigate year via changing the month one by one.
>> > > That is
>> > >    not feasible I think. There is a mechanism in the flash
>> implementation
>> > >    - Recordings section have to be implemented
>> > >    - In the Users section of the administrators tab we can press the +
>> > >    button to add a record. It shows a empty user registration form.
>> But
>> > > when
>> > >    we type something as login name, following error are shown
>> > > automatically,
>> > >
>> > > The username is already used
>> > > This email is already used by another user.
>> > > 'adresses.email' is required
>> > >
>> > >    - In the conference room area of the administrator tab the room
>> type
>> > is
>> > >    shown like "
>> > >
>> > >
>> >
>>  org.apache.openmeetings.persistence.beans.lang.Fieldlanguagesvalues@583153fa
>> > > "
>> > >    it have to be changed
>> > >    - In the Configuration section of the administrators tab we can
>> press
>> > >    the + button to add a record. It shows a empty record form. But
>> when
>> > we
>> > >    type something as key, following error are shown automatically,
>> > >
>> > > 'conf_value' is required
>> > >
>> > >    - When we click the "Edit your profile" link, it directs the user
>> to
>> > >    Search users page not to the My Profile page
>> > >    - When we click the "Calender" button on the dashboard it do
>> nothing
>> > >    - Network Test have to be implemented
>> > >
>> > > I will do further inspections.
>> > >
>> > > Thanks!
>> > >
>> > > On Sun, May 5, 2013 at 4:35 PM, Andun Sameera <an...@gmail.com>
>> > wrote:
>> > >
>> > > > Hi Maxim,
>> > > >
>> > > > Bit busy with work in uni. But certainly will help ASAP.
>> > > >
>> > > > Thanks!
>> > > >
>> > > >
>> > > > On Sun, May 5, 2013 at 4:31 PM, Maxim Solodovnik <
>> solomax666@gmail.com
>> > > >wrote:
>> > > >
>> > > >> Hello Andun,
>> > > >>
>> > > >> Thanks for your proposal :)
>> > > >> It would be really helpful if you can take a look at current HTML5
>> > > client
>> > > >> and create the list of missing features (comparing to Flash
>> client),
>> > if
>> > > >> you
>> > > >> have free time :)
>> > > >>
>> > > >> 5 major things I'm aware are:
>> > > >> 1) registaration
>> > > >> 2) LDAP login
>> > > >> 3) Contacts and Messages area
>> > > >> 4) Create/Edit calendar event does not contain attendees
>> > > >> 5) Room itself
>> > > >>
>> > > >> Thanks in advance :)
>> > > >>
>> > > >>
>> > > >> On Wed, May 1, 2013 at 1:13 AM, Andun Sameera <an...@gmail.com>
>> > > wrote:
>> > > >>
>> > > >> > Hi Maxim,
>> > > >> >
>> > > >> > Problem Solved. Thanks for the help. I have checked the new HTML5
>> > view
>> > > >> in
>> > > >> > the latest trunk. If you need assistance in testing or some
>> related
>> > > >> thing.
>> > > >> > Please let me know.
>> > > >> >
>> > > >> > Thanks!
>> > > >> >
>> > > >> > On Tue, Apr 30, 2013 at 10:44 PM, Maxim Solodovnik <
>> > > >> solomax666@gmail.com
>> > > >> > >wrote:
>> > > >> >
>> > > >> > > Hello Andun,
>> > > >> > >
>> > > >> > > please delete build/lib/om and run build again
>> > > >> > > All necessary libraries will be refetched
>> > > >> > >
>> > > >> > >
>> > > >> > > On Wed, May 1, 2013 at 12:04 AM, Andun Sameera <
>> > andunslg@gmail.com>
>> > > >> > wrote:
>> > > >> > >
>> > > >> > > > Hi All,
>> > > >> > > >
>> > > >> > > > I am getting this compile error in the latest trunk. It
>> > complains
>> > > >> that
>> > > >> > > > ro.fortsoft.wicket.dashboard package cannot be found. I found
>> > > these
>> > > >> > > package
>> > > >> > > > is used in latest commit by Maxim. Is it a local fault of
>> mine
>> > or
>> > > >> else
>> > > >> > ?
>> > > >> > > >
>> > > >> > > > Thanks!
>> > > >> > > >
>> > > >> > > > --
>> > > >> > > > Regards
>> > > >> > > > Andun S.L. Gunawardana
>> > > >> > > > Undergraduate
>> > > >> > > > Department of Computer Science And Engineering
>> > > >> > > > University of Moratuwa
>> > > >> > > > Sri Lanka
>> > > >> > > >
>> > > >> > > > Blog - http://www.insightforfuture.blogspot.com/
>> > > >> > > > LinkedIn -
>> > > >> > http://www.linkedin.com/pub/andun-s-l-gunawardana/34/646/703
>> > > >> > > > Twitter -http://twitter.com/AndunSLG
>> > > >> > > >
>> > > >> > > > Errors -
>> > > >> > > >
>> > > >> > > > [javac] Compiling 454 source files to
>> > > >> > > >
>> > > >> > > >
>> > > >> > >
>> > > >> >
>> > > >>
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/build/classes/openmeetings
>> > > >> > > >     [javac] warning: [options] bootstrap class path not set
>> in
>> > > >> > > conjunction
>> > > >> > > > with -source 1.6
>> > > >> > > >     [javac] Note: Starting OpenJPA Annotation Processor for
>> > > >> Metamodel
>> > > >> > > > Generation
>> > > >> > > >     [javac]
>> > > >> > > >
>> > > >> > > >
>> > > >> > >
>> > > >> >
>> > > >>
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/Application.java:47:
>> > > >> > > > error: package ro.fortsoft.wicket.dashboard does not exist
>> > > >> > > >     [javac] import
>> ro.fortsoft.wicket.dashboard.WidgetRegistry;
>> > > >> > > >     [javac]                                    ^
>> > > >> > > >     [javac]
>> > > >> > > >
>> > > >> > > >
>> > > >> > >
>> > > >> >
>> > > >>
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/Application.java:48:
>> > > >> > > > error: package ro.fortsoft.wicket.dashboard.web does not
>> exist
>> > > >> > > >     [javac] import
>> > > >> ro.fortsoft.wicket.dashboard.web.DashboardContext;
>> > > >> > > >     [javac]                                        ^
>> > > >> > > >     [javac]
>> > > >> > > >
>> > > >> > > >
>> > > >> > >
>> > > >> >
>> > > >>
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/Application.java:49:
>> > > >> > > > error: package ro.fortsoft.wicket.dashboard.web does not
>> exist
>> > > >> > > >     [javac] import
>> > > >> > > > ro.fortsoft.wicket.dashboard.web.DashboardContextInjector;
>> > > >> > > >     [javac]                                        ^
>> > > >> > > >     [javac]
>> > > >> > > >
>> > > >> > > >
>> > > >> > >
>> > > >> >
>> > > >>
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/Application.java:50:
>> > > >> > > > error: package ro.fortsoft.wicket.dashboard.web does not
>> exist
>> > > >> > > >     [javac] import
>> > > >> ro.fortsoft.wicket.dashboard.web.DashboardSettings;
>> > > >> > > >     [javac]                                        ^
>> > > >> > > >     [javac]
>> > > >> > > >
>> > > >> > > >
>> > > >> > >
>> > > >> >
>> > > >>
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/Application.java:53:
>> > > >> > > > error: cannot find symbol
>> > > >> > > >     [javac]     private DashboardContext dashboardContext;
>> > > >> > > >     [javac]             ^
>> > > >> > > >     [javac]   symbol:   class DashboardContext
>> > > >> > > >     [javac]   location: class Application
>> > > >> > > >     [javac]
>> > > >> > > >
>> > > >> > > >
>> > > >> > >
>> > > >> >
>> > > >>
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/Application.java:129:
>> > > >> > > > error: cannot find symbol
>> > > >> > > >     [javac]     public static DashboardContext
>> > > >> getDashboardContext() {
>> > > >> > > >     [javac]                   ^
>> > > >> > > >     [javac]   symbol:   class DashboardContext
>> > > >> > > >     [javac]   location: class Application
>> > > >> > > >     [javac]
>> > > >> > > >
>> > > >> > > >
>> > > >> > >
>> > > >> >
>> > > >>
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/WebSession.java:47:
>> > > >> > > > error: package ro.fortsoft.wicket.dashboard does not exist
>> > > >> > > >     [javac] import ro.fortsoft.wicket.dashboard.Dashboard;
>> > > >> > > >     [javac]                                    ^
>> > > >> > > >     [javac]
>> > > >> > > >
>> > > >> > > >
>> > > >> > >
>> > > >> >
>> > > >>
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/WebSession.java:48:
>> > > >> > > > error: package ro.fortsoft.wicket.dashboard does not exist
>> > > >> > > >     [javac] import
>> > ro.fortsoft.wicket.dashboard.DefaultDashboard;
>> > > >> > > >     [javac]                                    ^
>> > > >> > > >     [javac]
>> > > >> > > >
>> > > >> > > >
>> > > >> > >
>> > > >> >
>> > > >>
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/WebSession.java:49:
>> > > >> > > > error: package ro.fortsoft.wicket.dashboard does not exist
>> > > >> > > >     [javac] import
>> ro.fortsoft.wicket.dashboard.WidgetFactory;
>> > > >> > > >     [javac]                                    ^
>> > > >> > > >     [javac]
>> > > >> > > >
>> > > >> > > >
>> > > >> > >
>> > > >> >
>> > > >>
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/WebSession.java:50:
>> > > >> > > > error: package ro.fortsoft.wicket.dashboard.web does not
>> exist
>> > > >> > > >     [javac] import
>> > > >> ro.fortsoft.wicket.dashboard.web.DashboardContext;
>> > > >> > > >     [javac]                                        ^
>> > > >> > > >     [javac]
>> > > >> > > >
>> > > >> > > >
>> > > >> > >
>> > > >> >
>> > > >>
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/WebSession.java:60:
>> > > >> > > > error: cannot find symbol
>> > > >> > > >     [javac]     private Dashboard dashboard;
>> > > >> > > >     [javac]             ^
>> > > >> > > >     [javac]   symbol:   class Dashboard
>> > > >> > > >     [javac]   location: class WebSession
>> > > >> > > >     [javac]
>> > > >> > > >
>> > > >> > > >
>> > > >> > >
>> > > >> >
>> > > >>
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/WebSession.java:164:
>> > > >> > > > error: cannot find symbol
>> > > >> > > >     [javac]     public static Dashboard getDashboard() {
>> > > >> > > >     [javac]                   ^
>> > > >> > > >     [javac]   symbol:   class Dashboard
>> > > >> > > >     [javac]   location: class WebSession
>> > > >> > > >     [javac]
>> > > >> > > >
>> > > >> > > >
>> > > >> > >
>> > > >> >
>> > > >>
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/calendar/CalendarPanel.java:34:
>> > > >> > > > error: package com.googlecode.wicket.jquery.core does not
>> exist
>> > > >> > > >     [javac] import
>> > > >> > > > com.googlecode.wicket.jquery.core.JQueryAbstractBehavior;
>> > > >> > > >     [javac]                                         ^
>> > > >> > > >     [javac]
>> > > >> > > >
>> > > >> > > >
>> > > >> > >
>> > > >> >
>> > > >>
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/calendar/CalendarPanel.java:35:
>> > > >> > > > error: package com.googlecode.wicket.jquery.core does not
>> exist
>> > > >> > > >     [javac] import com.googlecode.wicket.jquery.core.Options;
>> > > >> > > >     [javac]                                         ^
>> > > >> > > >     [javac]
>> > > >> > > >
>> > > >> > > >
>> > > >> > >
>> > > >> >
>> > > >>
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/calendar/CalendarPanel.java:37:
>> > > >> > > > error: cannot find symbol
>> > > >> > > >     [javac] import
>> > > >> > com.googlecode.wicket.jquery.ui.calendar.CalendarView;
>> > > >> > > >     [javac]                                                ^
>> > > >> > > >     [javac]   symbol:   class CalendarView
>> > > >> > > >     [javac]   location: package
>> > > >> > com.googlecode.wicket.jquery.ui.calendar
>> > > >> > > >     [javac]
>> > > >> > > >
>> > > >> > > >
>> > > >> > >
>> > > >> >
>> > > >>
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/OmDashboardPanel.java:25:
>> > > >> > > > error: package ro.fortsoft.wicket.dashboard does not exist
>> > > >> > > >     [javac] import ro.fortsoft.wicket.dashboard.Dashboard;
>> > > >> > > >     [javac]                                    ^
>> > > >> > > >     [javac]
>> > > >> > > >
>> > > >> > > >
>> > > >> > >
>> > > >> >
>> > > >>
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/OmDashboardPanel.java:26:
>> > > >> > > > error: package ro.fortsoft.wicket.dashboard.web does not
>> exist
>> > > >> > > >     [javac] import
>> > > ro.fortsoft.wicket.dashboard.web.DashboardPanel;
>> > > >> > > >     [javac]                                        ^
>> > > >> > > >     [javac]
>> > > >> > > >
>> > > >> > > >
>> > > >> > >
>> > > >> >
>> > > >>
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidget.java:24:
>> > > >> > > > error: package ro.fortsoft.wicket.dashboard does not exist
>> > > >> > > >     [javac] import
>> ro.fortsoft.wicket.dashboard.AbstractWidget;
>> > > >> > > >     [javac]                                    ^
>> > > >> > > >     [javac]
>> > > >> > > >
>> > > >> > > >
>> > > >> > >
>> > > >> >
>> > > >>
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidget.java:25:
>> > > >> > > > error: package ro.fortsoft.wicket.dashboard does not exist
>> > > >> > > >     [javac] import ro.fortsoft.wicket.dashboard.Widget;
>> > > >> > > >     [javac]                                    ^
>> > > >> > > >     [javac]
>> > > >> > > >
>> > > >> > > >
>> > > >> > >
>> > > >> >
>> > > >>
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidget.java:26:
>> > > >> > > > error: package ro.fortsoft.wicket.dashboard does not exist
>> > > >> > > >     [javac] import
>> ro.fortsoft.wicket.dashboard.WidgetLocation;
>> > > >> > > >     [javac]                                    ^
>> > > >> > > >     [javac]
>> > > >> > > >
>> > > >> > > >
>> > > >> > >
>> > > >> >
>> > > >>
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidget.java:27:
>> > > >> > > > error: package ro.fortsoft.wicket.dashboard.web does not
>> exist
>> > > >> > > >     [javac] import
>> ro.fortsoft.wicket.dashboard.web.WidgetView;
>> > > >> > > >     [javac]                                        ^
>> > > >> > > >     [javac]
>> > > >> > > >
>> > > >> > > >
>> > > >> > >
>> > > >> >
>> > > >>
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidget.java:29:
>> > > >> > > > error: cannot find symbol
>> > > >> > > >     [javac] public class PrivateRoomsWidget extends
>> > > AbstractWidget {
>> > > >> > > >     [javac]                                         ^
>> > > >> > > >     [javac]   symbol: class AbstractWidget
>> > > >> > > >     [javac]
>> > > >> > > >
>> > > >> > > >
>> > > >> > >
>> > > >> >
>> > > >>
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidget.java:38:
>> > > >> > > > error: cannot find symbol
>> > > >> > > >     [javac]     public WidgetView createView(String viewId) {
>> > > >> > > >     [javac]            ^
>> > > >> > > >     [javac]   symbol:   class WidgetView
>> > > >> > > >     [javac]   location: class PrivateRoomsWidget
>> > > >> > > >     [javac]
>> > > >> > > >
>> > > >> > > >
>> > > >> > >
>> > > >> >
>> > > >>
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidgetDescriptor.java:23:
>> > > >> > > > error: package ro.fortsoft.wicket.dashboard does not exist
>> > > >> > > >     [javac] import
>> > ro.fortsoft.wicket.dashboard.WidgetDescriptor;
>> > > >> > > >     [javac]                                    ^
>> > > >> > > >     [javac]
>> > > >> > > >
>> > > >> > > >
>> > > >> > >
>> > > >> >
>> > > >>
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidgetDescriptor.java:25:
>> > > >> > > > error: cannot find symbol
>> > > >> > > >     [javac] public class PrivateRoomsWidgetDescriptor
>> implements
>> > > >> > > > WidgetDescriptor {
>> > > >> > > >     [javac]
>> >  ^
>> > > >> > > >     [javac]   symbol: class WidgetDescriptor
>> > > >> > > >     [javac]
>> > > >> > > >
>> > > >> > > >
>> > > >> > >
>> > > >> >
>> > > >>
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidgetView.java:26:
>> > > >> > > > error: package ro.fortsoft.wicket.dashboard does not exist
>> > > >> > > >     [javac] import ro.fortsoft.wicket.dashboard.Widget;
>> > > >> > > >     [javac]                                    ^
>> > > >> > > >     [javac]
>> > > >> > > >
>> > > >> > > >
>> > > >> > >
>> > > >> >
>> > > >>
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidgetView.java:27:
>> > > >> > > > error: package ro.fortsoft.wicket.dashboard.web does not
>> exist
>> > > >> > > >     [javac] import
>> ro.fortsoft.wicket.dashboard.web.WidgetView;
>> > > >> > > >     [javac]                                        ^
>> > > >> > > >     [javac]
>> > > >> > > >
>> > > >> > > >
>> > > >> > >
>> > > >> >
>> > > >>
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidgetView.java:29:
>> > > >> > > > error: cannot find symbol
>> > > >> > > >     [javac] public class PrivateRoomsWidgetView extends
>> > > WidgetView {
>> > > >> > > >     [javac]                                             ^
>> > > >> > > >     [javac]   symbol: class WidgetView
>> > > >> > > >     [javac]
>> > > >> > > >
>> > > >> > > >
>> > > >> > >
>> > > >> >
>> > > >>
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidgetView.java:32:
>> > > >> > > > error: cannot find symbol
>> > > >> > > >     [javac]     public PrivateRoomsWidgetView(String id,
>> > > >> Model<Widget>
>> > > >> > > > model) {
>> > > >> > > >     [javac]
>>    ^
>> > > >> > > >     [javac]   symbol:   class Widget
>> > > >> > > >     [javac]   location: class PrivateRoomsWidgetView
>> > > >> > > >     [javac]
>> > > >> > > >
>> > > >> > > >
>> > > >> > >
>> > > >> >
>> > > >>
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidget.java:24:
>> > > >> > > > error: package ro.fortsoft.wicket.dashboard does not exist
>> > > >> > > >     [javac] import
>> ro.fortsoft.wicket.dashboard.AbstractWidget;
>> > > >> > > >     [javac]                                    ^
>> > > >> > > >     [javac]
>> > > >> > > >
>> > > >> > > >
>> > > >> > >
>> > > >> >
>> > > >>
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidget.java:25:
>> > > >> > > > error: package ro.fortsoft.wicket.dashboard does not exist
>> > > >> > > >     [javac] import ro.fortsoft.wicket.dashboard.Widget;
>> > > >> > > >     [javac]                                    ^
>> > > >> > > >     [javac]
>> > > >> > > >
>> > > >> > > >
>> > > >> > >
>> > > >> >
>> > > >>
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidget.java:26:
>> > > >> > > > error: package ro.fortsoft.wicket.dashboard does not exist
>> > > >> > > >     [javac] import
>> ro.fortsoft.wicket.dashboard.WidgetLocation;
>> > > >> > > >     [javac]                                    ^
>> > > >> > > >     [javac]
>> > > >> > > >
>> > > >> > > >
>> > > >> > >
>> > > >> >
>> > > >>
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidget.java:27:
>> > > >> > > > error: package ro.fortsoft.wicket.dashboard.web does not
>> exist
>> > > >> > > >     [javac] import
>> ro.fortsoft.wicket.dashboard.web.WidgetView;
>> > > >> > > >     [javac]                                        ^
>> > > >> > > >     [javac]
>> > > >> > > >
>> > > >> > > >
>> > > >> > >
>> > > >> >
>> > > >>
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidget.java:29:
>> > > >> > > > error: cannot find symbol
>> > > >> > > >     [javac] public class StartWidget extends AbstractWidget {
>> > > >> > > >     [javac]                                  ^
>> > > >> > > >     [javac]   symbol: class AbstractWidget
>> > > >> > > >     [javac]
>> > > >> > > >
>> > > >> > > >
>> > > >> > >
>> > > >> >
>> > > >>
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidget.java:38:
>> > > >> > > > error: cannot find symbol
>> > > >> > > >     [javac]     public WidgetView createView(String viewId) {
>> > > >> > > >     [javac]            ^
>> > > >> > > >     [javac]   symbol:   class WidgetView
>> > > >> > > >     [javac]   location: class StartWidget
>> > > >> > > >     [javac]
>> > > >> > > >
>> > > >> > > >
>> > > >> > >
>> > > >> >
>> > > >>
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidgetDescriptor.java:23:
>> > > >> > > > error: package ro.fortsoft.wicket.dashboard does not exist
>> > > >> > > >     [javac] import
>> > ro.fortsoft.wicket.dashboard.WidgetDescriptor;
>> > > >> > > >     [javac]                                    ^
>> > > >> > > >     [javac]
>> > > >> > > >
>> > > >> > > >
>> > > >> > >
>> > > >> >
>> > > >>
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidgetDescriptor.java:25:
>> > > >> > > > error: cannot find symbol
>> > > >> > > >     [javac] public class StartWidgetDescriptor implements
>> > > >> > > WidgetDescriptor
>> > > >> > > > {
>> > > >> > > >     [javac]                                               ^
>> > > >> > > >     [javac]   symbol: class WidgetDescriptor
>> > > >> > > >     [javac]
>> > > >> > > >
>> > > >> > > >
>> > > >> > >
>> > > >> >
>> > > >>
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidgetView.java:23:
>> > > >> > > > error: package ro.fortsoft.wicket.dashboard does not exist
>> > > >> > > >     [javac] import ro.fortsoft.wicket.dashboard.Widget;
>> > > >> > > >     [javac]                                    ^
>> > > >> > > >     [javac]
>> > > >> > > >
>> > > >> > > >
>> > > >> > >
>> > > >> >
>> > > >>
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidgetView.java:24:
>> > > >> > > > error: package ro.fortsoft.wicket.dashboard.web does not
>> exist
>> > > >> > > >     [javac] import
>> ro.fortsoft.wicket.dashboard.web.WidgetView;
>> > > >> > > >     [javac]                                        ^
>> > > >> > > >     [javac]
>> > > >> > > >
>> > > >> > > >
>> > > >> > >
>> > > >> >
>> > > >>
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidgetView.java:26:
>> > > >> > > > error: cannot find symbol
>> > > >> > > >     [javac] public class StartWidgetView extends WidgetView {
>> > > >> > > >     [javac]                                      ^
>> > > >> > > >     [javac]   symbol: class WidgetView
>> > > >> > > >     [javac]
>> > > >> > > >
>> > > >> > > >
>> > > >> > >
>> > > >> >
>> > > >>
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidgetView.java:29:
>> > > >> > > > error: cannot find symbol
>> > > >> > > >     [javac]     public StartWidgetView(String id,
>> Model<Widget>
>> > > >> model)
>> > > >> > {
>> > > >> > > >     [javac]                                             ^
>> > > >> > > >     [javac]   symbol:   class Widget
>> > > >> > > >     [javac]   location: class StartWidgetView
>> > > >> > > >     [javac]
>> > > >> > > >
>> > > >> > > >
>> > > >> > >
>> > > >> >
>> > > >>
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidget.java:24:
>> > > >> > > > error: package ro.fortsoft.wicket.dashboard does not exist
>> > > >> > > >     [javac] import
>> ro.fortsoft.wicket.dashboard.AbstractWidget;
>> > > >> > > >     [javac]                                    ^
>> > > >> > > >     [javac]
>> > > >> > > >
>> > > >> > > >
>> > > >> > >
>> > > >> >
>> > > >>
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidget.java:25:
>> > > >> > > > error: package ro.fortsoft.wicket.dashboard does not exist
>> > > >> > > >     [javac] import ro.fortsoft.wicket.dashboard.Widget;
>> > > >> > > >     [javac]                                    ^
>> > > >> > > >     [javac]
>> > > >> > > >
>> > > >> > > >
>> > > >> > >
>> > > >> >
>> > > >>
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidget.java:26:
>> > > >> > > > error: package ro.fortsoft.wicket.dashboard does not exist
>> > > >> > > >     [javac] import
>> ro.fortsoft.wicket.dashboard.WidgetLocation;
>> > > >> > > >     [javac]                                    ^
>> > > >> > > >     [javac]
>> > > >> > > >
>> > > >> > > >
>> > > >> > >
>> > > >> >
>> > > >>
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidget.java:27:
>> > > >> > > > error: package ro.fortsoft.wicket.dashboard.web does not
>> exist
>> > > >> > > >     [javac] import
>> ro.fortsoft.wicket.dashboard.web.WidgetView;
>> > > >> > > >     [javac]                                        ^
>> > > >> > > >     [javac]
>> > > >> > > >
>> > > >> > > >
>> > > >> > >
>> > > >> >
>> > > >>
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidget.java:29:
>> > > >> > > > error: cannot find symbol
>> > > >> > > >     [javac] public class WelcomeWidget extends
>> AbstractWidget {
>> > > >> > > >     [javac]                                    ^
>> > > >> > > >     [javac]   symbol: class AbstractWidget
>> > > >> > > >     [javac]
>> > > >> > > >
>> > > >> > > >
>> > > >> > >
>> > > >> >
>> > > >>
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidget.java:38:
>> > > >> > > > error: cannot find symbol
>> > > >> > > >     [javac]     public WidgetView createView(String viewId) {
>> > > >> > > >     [javac]            ^
>> > > >> > > >     [javac]   symbol:   class WidgetView
>> > > >> > > >     [javac]   location: class WelcomeWidget
>> > > >> > > >     [javac]
>> > > >> > > >
>> > > >> > > >
>> > > >> > >
>> > > >> >
>> > > >>
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidgetDescriptor.java:23:
>> > > >> > > > error: package ro.fortsoft.wicket.dashboard does not exist
>> > > >> > > >     [javac] import
>> > ro.fortsoft.wicket.dashboard.WidgetDescriptor;
>> > > >> > > >     [javac]                                    ^
>> > > >> > > >     [javac]
>> > > >> > > >
>> > > >> > > >
>> > > >> > >
>> > > >> >
>> > > >>
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidgetDescriptor.java:25:
>> > > >> > > > error: cannot find symbol
>> > > >> > > >     [javac] public class WelcomeWidgetDescriptor implements
>> > > >> > > > WidgetDescriptor {
>> > > >> > > >     [javac]                                                 ^
>> > > >> > > >     [javac]   symbol: class WidgetDescriptor
>> > > >> > > >     [javac]
>> > > >> > > >
>> > > >> > > >
>> > > >> > >
>> > > >> >
>> > > >>
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/profile/SettingsPanel.java:32:
>> > > >> > > > error: package com.googlecode.wicket.jquery.core does not
>> exist
>> > > >> > > >     [javac] import
>> > > com.googlecode.wicket.jquery.core.JQueryBehavior;
>> > > >> > > >     [javac]                                         ^
>> > > >> > > >     [javac]
>> > > >> > > >
>> > > >> > > >
>> > > >> > >
>> > > >> >
>> > > >>
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/profile/SettingsPanel.java:33:
>> > > >> > > > error: package com.googlecode.wicket.jquery.core does not
>> exist
>> > > >> > > >     [javac] import com.googlecode.wicket.jquery.core.Options;
>> > > >> > > >     [javac]                                         ^
>> > > >> > > >     [javac]
>> > > >> > > >
>> > > >> > > >
>> > > >> > >
>> > > >> >
>> > > >>
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidgetView.java:37:
>> > > >> > > > error: package ro.fortsoft.wicket.dashboard does not exist
>> > > >> > > >     [javac] import ro.fortsoft.wicket.dashboard.Widget;
>> > > >> > > >     [javac]                                    ^
>> > > >> > > >     [javac]
>> > > >> > > >
>> > > >> > > >
>> > > >> > >
>> > > >> >
>> > > >>
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidgetView.java:38:
>> > > >> > > > error: package ro.fortsoft.wicket.dashboard.web does not
>> exist
>> > > >> > > >     [javac] import
>> ro.fortsoft.wicket.dashboard.web.WidgetView;
>> > > >> > > >     [javac]                                        ^
>> > > >> > > >     [javac]
>> > > >> > > >
>> > > >> > > >
>> > > >> > >
>> > > >> >
>> > > >>
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidgetView.java:40:
>> > > >> > > > error: cannot find symbol
>> > > >> > > >     [javac] public class WelcomeWidgetView extends
>> WidgetView {
>> > > >> > > >     [javac]                                        ^
>> > > >> > > >     [javac]   symbol: class WidgetView
>> > > >> > > >     [javac]
>> > > >> > > >
>> > > >> > > >
>> > > >> > >
>> > > >> >
>> > > >>
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidgetView.java:43:
>> > > >> > > > error: cannot find symbol
>> > > >> > > >     [javac]     public WelcomeWidgetView(String id,
>> > Model<Widget>
>> > > >> > model)
>> > > >> > > {
>> > > >> > > >     [javac]                                               ^
>> > > >> > > >     [javac]   symbol:   class Widget
>> > > >> > > >     [javac]   location: class WelcomeWidgetView
>> > > >> > > >     [javac]
>> > > >> > > >
>> > > >> > > >
>> > > >> > >
>> > > >> >
>> > > >>
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/profile/WidgetsPanel.java:32:
>> > > >> > > > error: package ro.fortsoft.wicket.dashboard does not exist
>> > > >> > > >     [javac] import ro.fortsoft.wicket.dashboard.Dashboard;
>> > > >> > > >     [javac]                                    ^
>> > > >> > > >     [javac]
>> > > >> > > >
>> > > >> > > >
>> > > >> > >
>> > > >> >
>> > > >>
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/profile/WidgetsPanel.java:33:
>> > > >> > > > error: package ro.fortsoft.wicket.dashboard does not exist
>> > > >> > > >     [javac] import ro.fortsoft.wicket.dashboard.Widget;
>> > > >> > > >     [javac]                                    ^
>> > > >> > > >     [javac]
>> > > >> > > >
>> > > >> > > >
>> > > >> > >
>> > > >> >
>> > > >>
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/profile/WidgetsPanel.java:34:
>> > > >> > > > error: package ro.fortsoft.wicket.dashboard does not exist
>> > > >> > > >     [javac] import
>> > ro.fortsoft.wicket.dashboard.WidgetDescriptor;
>> > > >> > > >     [javac]                                    ^
>> > > >> > > >     [javac]
>> > > >> > > >
>> > > >> > > >
>> > > >> > >
>> > > >> >
>> > > >>
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/profile/WidgetsPanel.java:35:
>> > > >> > > > error: package ro.fortsoft.wicket.dashboard.web does not
>> exist
>> > > >> > > >     [javac] import
>> > > >> ro.fortsoft.wicket.dashboard.web.DashboardContext;
>> > > >> > > >     [javac]                                        ^
>> > > >> > > >     [javac]
>> > > >> > > >
>> > > >> > > >
>> > > >> > >
>> > > >> >
>> > > >>
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/profile/WidgetsPanel.java:40:
>> > > >> > > > error: cannot find symbol
>> > > >> > > >     [javac]     private Widget isDisplayed(WidgetDescriptor
>> wd)
>> > {
>> > > >> > > >     [javac]                                ^
>> > > >> > > >     [javac]   symbol:   class WidgetDescriptor
>> > > >> > > >     [javac]   location: class WidgetsPanel
>> > > >> > > >     [javac]
>> > > >> > > >
>> > > >> > > >
>> > > >> > >
>> > > >> >
>> > > >>
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/profile/WidgetsPanel.java:40:
>> > > >> > > > error: cannot find symbol
>> > > >> > > >     [javac]     private Widget isDisplayed(WidgetDescriptor
>> wd)
>> > {
>> > > >> > > >     [javac]             ^
>> > > >> > > >     [javac]   symbol:   class Widget
>> > > >> > > >     [javac]   location: class WidgetsPanel
>> > > >> > > >     [javac]
>> > > >> > > >
>> > > >> > > >
>> > > >> > >
>> > > >> >
>> > > >>
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/rooms/RoomsTabbedPanel.java:37:
>> > > >> > > > error: package com.googlecode.wicket.jquery.core does not
>> exist
>> > > >> > > >     [javac] import
>> > > com.googlecode.wicket.jquery.core.JQueryBehavior;
>> > > >> > > >     [javac]                                         ^
>> > > >> > > >     [javac]
>> > > >> > > >
>> > > >> > > >
>> > > >> > >
>> > > >> >
>> > > >>
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/pages/auth/SignInPage.java:35:
>> > > >> > > > error: package com.googlecode.wicket.jquery.core does not
>> exist
>> > > >> > > >     [javac] import
>> > > >> > > > com.googlecode.wicket.jquery.core.JQueryAbstractBehavior;
>> > > >> > > >     [javac]                                         ^
>> > > >> > > >     [javac]
>> > > >> > > >
>> > > >> > > >
>> > > >> > >
>> > > >> >
>> > > >>
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/util/UserDashboardPersister.java:23:
>> > > >> > > > error: package ro.fortsoft.wicket.dashboard does not exist
>> > > >> > > >     [javac] import ro.fortsoft.wicket.dashboard.Dashboard;
>> > > >> > > >     [javac]                                    ^
>> > > >> > > >     [javac]
>> > > >> > > >
>> > > >> > > >
>> > > >> > >
>> > > >> >
>> > > >>
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/util/UserDashboardPersister.java:24:
>> > > >> > > > error: package ro.fortsoft.wicket.dashboard does not exist
>> > > >> > > >     [javac] import
>> > > ro.fortsoft.wicket.dashboard.DashboardPersister;
>> > > >> > > >     [javac]                                    ^
>> > > >> > > >     [javac]
>> > > >> > > >
>> > > >> > > >
>> > > >> > >
>> > > >> >
>> > > >>
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/util/UserDashboardPersister.java:25:
>> > > >> > > > error: package ro.fortsoft.wicket.dashboard does not exist
>> > > >> > > >     [javac] import
>> > > >> > > ro.fortsoft.wicket.dashboard.XStreamDashboardPersister;
>> > > >> > > >     [javac]                                    ^
>> > > >> > > >     [javac]
>> > > >> > > >
>> > > >> > > >
>> > > >> > >
>> > > >> >
>> > > >>
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/util/UserDashboardPersister.java:27:
>> > > >> > > > error: cannot find symbol
>> > > >> > > >     [javac] public class UserDashboardPersister implements
>> > > >> > > > DashboardPersister {
>> > > >> > > >     [javac]                                                ^
>> > > >> > > >     [javac]   symbol: class DashboardPersister
>> > > >> > > >     [javac]
>> > > >> > > >
>> > > >> > > >
>> > > >> > >
>> > > >> >
>> > > >>
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/util/UserDashboardPersister.java:28:
>> > > >> > > > error: cannot find symbol
>> > > >> > > >     [javac]     public Dashboard load() {
>> > > >> > > >     [javac]            ^
>> > > >> > > >     [javac]   symbol:   class Dashboard
>> > > >> > > >     [javac]   location: class UserDashboardPersister
>> > > >> > > >     [javac]
>> > > >> > > >
>> > > >> > > >
>> > > >> > >
>> > > >> >
>> > > >>
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/util/UserDashboardPersister.java:32:
>> > > >> > > > error: cannot find symbol
>> > > >> > > >     [javac]     public void save(Dashboard dashboard) {
>> > > >> > > >     [javac]                      ^
>> > > >> > > >     [javac]   symbol:   class Dashboard
>> > > >> > > >     [javac]   location: class UserDashboardPersister
>> > > >> > > >     [javac]
>> > > >> > > >
>> > > >> > > >
>> > > >> > >
>> > > >> >
>> > > >>
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/Application.java:47:
>> > > >> > > > error: package ro.fortsoft.wicket.dashboard does not exist
>> > > >> > > >     [javac] import
>> ro.fortsoft.wicket.dashboard.WidgetRegistry;
>> > > >> > > >     [javac]                                    ^
>> > > >> > > >     [javac]
>> > > >> > > >
>> > > >> > > >
>> > > >> > >
>> > > >> >
>> > > >>
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/Application.java:48:
>> > > >> > > > error: package ro.fortsoft.wicket.dashboard.web does not
>> exist
>> > > >> > > >     [javac] import
>> > > >> ro.fortsoft.wicket.dashboard.web.DashboardContext;
>> > > >> > > >     [javac]                                        ^
>> > > >> > > >     [javac]
>> > > >> > > >
>> > > >> > > >
>> > > >> > >
>> > > >> >
>> > > >>
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/Application.java:49:
>> > > >> > > > error: package ro.fortsoft.wicket.dashboard.web does not
>> exist
>> > > >> > > >     [javac] import
>> > > >> > > > ro.fortsoft.wicket.dashboard.web.DashboardContextInjector;
>> > > >> > > >     [javac]                                        ^
>> > > >> > > >     [javac]
>> > > >> > > >
>> > > >> > > >
>> > > >> > >
>> > > >> >
>> > > >>
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/Application.java:50:
>> > > >> > > > error: package ro.fortsoft.wicket.dashboard.web does not
>> exist
>> > > >> > > >     [javac] import
>> > > >> ro.fortsoft.wicket.dashboard.web.DashboardSettings;
>> > > >> > > >     [javac]                                        ^
>> > > >> > > >     [javac]
>> > > >> > > >
>> > > >> > > >
>> > > >> > >
>> > > >> >
>> > > >>
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/Application.java:53:
>> > > >> > > > error: cannot find symbol
>> > > >> > > >     [javac]     private DashboardContext dashboardContext;
>> > > >> > > >     [javac]             ^
>> > > >> > > >     [javac]   symbol:   class DashboardContext
>> > > >> > > >     [javac]   location: class Application
>> > > >> > > >     [javac]
>> > > >> > > >
>> > > >> > > >
>> > > >> > >
>> > > >> >
>> > > >>
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/Application.java:129:
>> > > >> > > > error: cannot find symbol
>> > > >> > > >     [javac]     public static DashboardContext
>> > > >> getDashboardContext() {
>> > > >> > > >     [javac]                   ^
>> > > >> > > >     [javac]   symbol:   class DashboardContext
>> > > >> > > >     [javac]   location: class Application
>> > > >> > > >     [javac]
>> > > >> > > >
>> > > >> > > >
>> > > >> > >
>> > > >> >
>> > > >>
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/WebSession.java:47:
>> > > >> > > > error: package ro.fortsoft.wicket.dashboard does not exist
>> > > >> > > >     [javac] import ro.fortsoft.wicket.dashboard.Dashboard;
>> > > >> > > >     [javac]                                    ^
>> > > >> > > >     [javac]
>> > > >> > > >
>> > > >> > > >
>> > > >> > >
>> > > >> >
>> > > >>
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/WebSession.java:48:
>> > > >> > > > error: package ro.fortsoft.wicket.dashboard does not exist
>> > > >> > > >     [javac] import
>> > ro.fortsoft.wicket.dashboard.DefaultDashboard;
>> > > >> > > >     [javac]                                    ^
>> > > >> > > >     [javac]
>> > > >> > > >
>> > > >> > > >
>> > > >> > >
>> > > >> >
>> > > >>
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/WebSession.java:49:
>> > > >> > > > error: package ro.fortsoft.wicket.dashboard does not exist
>> > > >> > > >     [javac] import
>> ro.fortsoft.wicket.dashboard.WidgetFactory;
>> > > >> > > >     [javac]                                    ^
>> > > >> > > >     [javac]
>> > > >> > > >
>> > > >> > > >
>> > > >> > >
>> > > >> >
>> > > >>
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/WebSession.java:50:
>> > > >> > > > error: package ro.fortsoft.wicket.dashboard.web does not
>> exist
>> > > >> > > >     [javac] import
>> > > >> ro.fortsoft.wicket.dashboard.web.DashboardContext;
>> > > >> > > >     [javac]                                        ^
>> > > >> > > >     [javac]
>> > > >> > > >
>> > > >> > > >
>> > > >> > >
>> > > >> >
>> > > >>
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/WebSession.java:60:
>> > > >> > > > error: cannot find symbol
>> > > >> > > >     [javac]     private Dashboard dashboard;
>> > > >> > > >     [javac]             ^
>> > > >> > > >     [javac]   symbol:   class Dashboard
>> > > >> > > >     [javac]   location: class WebSession
>> > > >> > > >     [javac]
>> > > >> > > >
>> > > >> > > >
>> > > >> > >
>> > > >> >
>> > > >>
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/WebSession.java:164:
>> > > >> > > > error: cannot find symbol
>> > > >> > > >     [javac]     public static Dashboard getDashboard() {
>> > > >> > > >     [javac]                   ^
>> > > >> > > >     [javac]   symbol:   class Dashboard
>> > > >> > > >     [javac]   location: class WebSession
>> > > >> > > >     [javac]
>> > > >> > > >
>> > > >> > > >
>> > > >> > >
>> > > >> >
>> > > >>
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/calendar/CalendarPanel.java:34:
>> > > >> > > > error: package com.googlecode.wicket.jquery.core does not
>> exist
>> > > >> > > >     [javac] import
>> > > >> > > > com.googlecode.wicket.jquery.core.JQueryAbstractBehavior;
>> > > >> > > >     [javac]                                         ^
>> > > >> > > >     [javac]
>> > > >> > > >
>> > > >> > > >
>> > > >> > >
>> > > >> >
>> > > >>
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/calendar/CalendarPanel.java:35:
>> > > >> > > > error: package com.googlecode.wicket.jquery.core does not
>> exist
>> > > >> > > >     [javac] import com.googlecode.wicket.jquery.core.Options;
>> > > >> > > >     [javac]                                         ^
>> > > >> > > >     [javac]
>> > > >> > > >
>> > > >> > > >
>> > > >> > >
>> > > >> >
>> > > >>
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/calendar/CalendarPanel.java:37:
>> > > >> > > > error: cannot find symbol
>> > > >> > > >     [javac] import
>> > > >> > com.googlecode.wicket.jquery.ui.calendar.CalendarView;
>> > > >> > > >     [javac]                                                ^
>> > > >> > > >     [javac]   symbol:   class CalendarView
>> > > >> > > >     [javac]   location: package
>> > > >> > com.googlecode.wicket.jquery.ui.calendar
>> > > >> > > >     [javac]
>> > > >> > > >
>> > > >> > > >
>> > > >> > >
>> > > >> >
>> > > >>
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/OmDashboardPanel.java:25:
>> > > >> > > > error: package ro.fortsoft.wicket.dashboard does not exist
>> > > >> > > >     [javac] import ro.fortsoft.wicket.dashboard.Dashboard;
>> > > >> > > >     [javac]                                    ^
>> > > >> > > >     [javac]
>> > > >> > > >
>> > > >> > > >
>> > > >> > >
>> > > >> >
>> > > >>
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/OmDashboardPanel.java:26:
>> > > >> > > > error: package ro.fortsoft.wicket.dashboard.web does not
>> exist
>> > > >> > > >     [javac] import
>> > > ro.fortsoft.wicket.dashboard.web.DashboardPanel;
>> > > >> > > >     [javac]                                        ^
>> > > >> > > >     [javac]
>> > > >> > > >
>> > > >> > > >
>> > > >> > >
>> > > >> >
>> > > >>
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidget.java:24:
>> > > >> > > > error: package ro.fortsoft.wicket.dashboard does not exist
>> > > >> > > >     [javac] import
>> ro.fortsoft.wicket.dashboard.AbstractWidget;
>> > > >> > > >     [javac]                                    ^
>> > > >> > > >     [javac]
>> > > >> > > >
>> > > >> > > >
>> > > >> > >
>> > > >> >
>> > > >>
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidget.java:25:
>> > > >> > > > error: package ro.fortsoft.wicket.dashboard does not exist
>> > > >> > > >     [javac] import ro.fortsoft.wicket.dashboard.Widget;
>> > > >> > > >     [javac]                                    ^
>> > > >> > > >     [javac]
>> > > >> > > >
>> > > >> > > >
>> > > >> > >
>> > > >> >
>> > > >>
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidget.java:26:
>> > > >> > > > error: package ro.fortsoft.wicket.dashboard does not exist
>> > > >> > > >     [javac] import
>> ro.fortsoft.wicket.dashboard.WidgetLocation;
>> > > >> > > >     [javac]                                    ^
>> > > >> > > >     [javac]
>> > > >> > > >
>> > > >> > > >
>> > > >> > >
>> > > >> >
>> > > >>
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidget.java:27:
>> > > >> > > > error: package ro.fortsoft.wicket.dashboard.web does not
>> exist
>> > > >> > > >     [javac] import
>> ro.fortsoft.wicket.dashboard.web.WidgetView;
>> > > >> > > >     [javac]                                        ^
>> > > >> > > >     [javac]
>> > > >> > > >
>> > > >> > > >
>> > > >> > >
>> > > >> >
>> > > >>
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidget.java:29:
>> > > >> > > > error: cannot find symbol
>> > > >> > > >     [javac] public class PrivateRoomsWidget extends
>> > > AbstractWidget {
>> > > >> > > >     [javac]                                         ^
>> > > >> > > >     [javac]   symbol: class AbstractWidget
>> > > >> > > >     [javac]
>> > > >> > > >
>> > > >> > > >
>> > > >> > >
>> > > >> >
>> > > >>
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidget.java:38:
>> > > >> > > > error: cannot find symbol
>> > > >> > > >     [javac]     public WidgetView createView(String viewId) {
>> > > >> > > >     [javac]            ^
>> > > >> > > >     [javac]   symbol:   class WidgetView
>> > > >> > > >     [javac]   location: class PrivateRoomsWidget
>> > > >> > > >     [javac]
>> > > >> > > >
>> > > >> > > >
>> > > >> > >
>> > > >> >
>> > > >>
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidgetDescriptor.java:23:
>> > > >> > > > error: package ro.fortsoft.wicket.dashboard does not exist
>> > > >> > > >     [javac] import
>> > ro.fortsoft.wicket.dashboard.WidgetDescriptor;
>> > > >> > > >     [javac]                                    ^
>> > > >> > > >     [javac]
>> > > >> > > >
>> > > >> > > >
>> > > >> > >
>> > > >> >
>> > > >>
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidgetDescriptor.java:25:
>> > > >> > > > error: cannot find symbol
>> > > >> > > >     [javac] public class PrivateRoomsWidgetDescriptor
>> implements
>> > > >> > > > WidgetDescriptor {
>> > > >> > > >     [javac]
>> >  ^
>> > > >> > > >     [javac]   symbol: class WidgetDescriptor
>> > > >> > > >     [javac]
>> > > >> > > >
>> > > >> > > >
>> > > >> > >
>> > > >> >
>> > > >>
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidgetView.java:26:
>> > > >> > > > error: package ro.fortsoft.wicket.dashboard does not exist
>> > > >> > > >     [javac] import ro.fortsoft.wicket.dashboard.Widget;
>> > > >> > > >     [javac]                                    ^
>> > > >> > > >     [javac]
>> > > >> > > >
>> > > >> > > >
>> > > >> > >
>> > > >> >
>> > > >>
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidgetView.java:27:
>> > > >> > > > error: package ro.fortsoft.wicket.dashboard.web does not
>> exist
>> > > >> > > >     [javac] import
>> ro.fortsoft.wicket.dashboard.web.WidgetView;
>> > > >> > > >     [javac]                                        ^
>> > > >> > > >     [javac]
>> > > >> > > >
>> > > >> > > >
>> > > >> > >
>> > > >> >
>> > > >>
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidgetView.java:29:
>> > > >> > > > error: cannot find symbol
>> > > >> > > >     [javac] public class PrivateRoomsWidgetView extends
>> > > WidgetView {
>> > > >> > > >     [javac]                                             ^
>> > > >> > > >     [javac]   symbol: class WidgetView
>> > > >> > > >     [javac]
>> > > >> > > >
>> > > >> > > >
>> > > >> > >
>> > > >> >
>> > > >>
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidgetView.java:32:
>> > > >> > > > error: cannot find symbol
>> > > >> > > >     [javac]     public PrivateRoomsWidgetView(String id,
>> > > >> Model<Widget>
>> > > >> > > > model) {
>> > > >> > > >     [javac]
>>    ^
>> > > >> > > >     [javac]   symbol:   class Widget
>> > > >> > > >     [javac]   location: class PrivateRoomsWidgetView
>> > > >> > > >     [javac]
>> > > >> > > >
>> > > >> > > >
>> > > >> > >
>> > > >> >
>> > > >>
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidget.java:24:
>> > > >> > > > error: package ro.fortsoft.wicket.dashboard does not exist
>> > > >> > > >     [javac] import
>> ro.fortsoft.wicket.dashboard.AbstractWidget;
>> > > >> > > >     [javac]                                    ^
>> > > >> > > >     [javac]
>> > > >> > > >
>> > > >> > > >
>> > > >> > >
>> > > >> >
>> > > >>
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidget.java:25:
>> > > >> > > > error: package ro.fortsoft.wicket.dashboard does not exist
>> > > >> > > >     [javac] import ro.fortsoft.wicket.dashboard.Widget;
>> > > >> > > >     [javac]                                    ^
>> > > >> > > >     [javac]
>> > > >> > > >
>> > > >> > > >
>> > > >> > >
>> > > >> >
>> > > >>
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidget.java:26:
>> > > >> > > > error: package ro.fortsoft.wicket.dashboard does not exist
>> > > >> > > >     [javac] import
>> ro.fortsoft.wicket.dashboard.WidgetLocation;
>> > > >> > > >     [javac]                                    ^
>> > > >> > > >     [javac]
>> > > >> > > >
>> > > >> > > >
>> > > >> > >
>> > > >> >
>> > > >>
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidget.java:27:
>> > > >> > > > error: package ro.fortsoft.wicket.dashboard.web does not
>> exist
>> > > >> > > >     [javac] import
>> ro.fortsoft.wicket.dashboard.web.WidgetView;
>> > > >> > > >     [javac]                                        ^
>> > > >> > > >     [javac]
>> > > >> > > >
>> > > >> > > >
>> > > >> > >
>> > > >> >
>> > > >>
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidget.java:29:
>> > > >> > > > error: cannot find symbol
>> > > >> > > >     [javac] public class StartWidget extends AbstractWidget {
>> > > >> > > >     [javac]                                  ^
>> > > >> > > >     [javac]   symbol: class AbstractWidget
>> > > >> > > >     [javac]
>> > > >> > > >
>> > > >> > > >
>> > > >> > >
>> > > >> >
>> > > >>
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidget.java:38:
>> > > >> > > > error: cannot find symbol
>> > > >> > > >     [javac]     public WidgetView createView(String viewId) {
>> > > >> > > >     [javac]            ^
>> > > >> > > >     [javac]   symbol:   class WidgetView
>> > > >> > > >     [javac]   location: class StartWidget
>> > > >> > > >     [javac]
>> > > >> > > >
>> > > >> > > >
>> > > >> > >
>> > > >> >
>> > > >>
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidgetDescriptor.java:23:
>> > > >> > > > error: package ro.fortsoft.wicket.dashboard does not exist
>> > > >> > > >     [javac] import
>> > ro.fortsoft.wicket.dashboard.WidgetDescriptor;
>> > > >> > > >     [javac]                                    ^
>> > > >> > > >     [javac]
>> > > >> > > >
>> > > >> > > >
>> > > >> > >
>> > > >> >
>> > > >>
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidgetDescriptor.java:25:
>> > > >> > > > error: cannot find symbol
>> > > >> > > >     [javac] public class StartWidgetDescriptor implements
>> > > >> > > WidgetDescriptor
>> > > >> > > > {
>> > > >> > > >     [javac]                                               ^
>> > > >> > > >     [javac]   symbol: class WidgetDescriptor
>> > > >> > > >     [javac]
>> > > >> > > >
>> > > >> > > >
>> > > >> > >
>> > > >> >
>> > > >>
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidgetView.java:23:
>> > > >> > > > error: package ro.fortsoft.wicket.dashboard does not exist
>> > > >> > > >     [javac] import ro.fortsoft.wicket.dashboard.Widget;
>> > > >> > > >     [javac]                                    ^
>> > > >> > > >     [javac]
>> > > >> > > >
>> > > >> > > >
>> > > >> > >
>> > > >> >
>> > > >>
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidgetView.java:24:
>> > > >> > > > error: package ro.fortsoft.wicket.dashboard.web does not
>> exist
>> > > >> > > >     [javac] import
>> ro.fortsoft.wicket.dashboard.web.WidgetView;
>> > > >> > > >     [javac]                                        ^
>> > > >> > > >     [javac]
>> > > >> > > >
>> > > >> > > >
>> > > >> > >
>> > > >> >
>> > > >>
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidgetView.java:26:
>> > > >> > > > error: cannot find symbol
>> > > >> > > >     [javac] public class StartWidgetView extends WidgetView {
>> > > >> > > >     [javac]                                      ^
>> > > >> > > >     [javac]   symbol: class WidgetView
>> > > >> > > >     [javac]
>> > > >> > > >
>> > > >> > > >
>> > > >> > >
>> > > >> >
>> > > >>
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidgetView.java:29:
>> > > >> > > > error: cannot find symbol
>> > > >> > > >     [javac]     public StartWidgetView(String id,
>> Model<Widget>
>> > > >> model)
>> > > >> > {
>> > > >> > > >     [javac]                                             ^
>> > > >> > > >     [javac]   symbol:   class Widget
>> > > >> > > >     [javac]   location: class StartWidgetView
>> > > >> > > >     [javac]
>> > > >> > > >
>> > > >> > > >
>> > > >> > >
>> > > >> >
>> > > >>
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidget.java:24:
>> > > >> > > > error: package ro.fortsoft.wicket.dashboard does not exist
>> > > >> > > >     [javac] import
>> ro.fortsoft.wicket.dashboard.AbstractWidget;
>> > > >> > > >     [javac]                                    ^
>> > > >> > > >     [javac]
>> > > >> > > >
>> > > >> > > >
>> > > >> > >
>> > > >> >
>> > > >>
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidget.java:25:
>> > > >> > > > error: package ro.fortsoft.wicket.dashboard does not exist
>> > > >> > > >     [javac] import ro.fortsoft.wicket.dashboard.Widget;
>> > > >> > > >     [javac]                                    ^
>> > > >> > > >     [javac]
>> > > >> > > >
>> > > >> > > >
>> > > >> > >
>> > > >> >
>> > > >>
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidget.java:26:
>> > > >> > > > error: package ro.fortsoft.wicket.dashboard does not exist
>> > > >> > > >     [javac] import
>> ro.fortsoft.wicket.dashboard.WidgetLocation;
>> > > >> > > >     [javac]                                    ^
>> > > >> > > >     [javac]
>> > > >> > > >
>> > > >> > > >
>> > > >> > >
>> > > >> >
>> > > >>
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidget.java:27:
>> > > >> > > > error: package ro.fortsoft.wicket.dashboard.web does not
>> exist
>> > > >> > > >     [javac] import
>> ro.fortsoft.wicket.dashboard.web.WidgetView;
>> > > >> > > >     [javac]                                        ^
>> > > >> > > >     [javac]
>> > > >> > > >
>> > > >> > > >
>> > > >> > >
>> > > >> >
>> > > >>
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidget.java:29:
>> > > >> > > > error: cannot find symbol
>> > > >> > > >     [javac] public class WelcomeWidget extends
>> AbstractWidget {
>> > > >> > > >     [javac]                                    ^
>> > > >> > > >     [javac]   symbol: class AbstractWidget
>> > > >> > > >     [javac]
>> > > >> > > >
>> > > >> > > >
>> > > >> > >
>> > > >> >
>> > > >>
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidget.java:38:
>> > > >> > > > error: cannot find symbol
>> > > >> > > >     [javac]     public WidgetView createView(String viewId) {
>> > > >> > > >     [javac]            ^
>> > > >> > > >     [javac]   symbol:   class WidgetView
>> > > >> > > >     [javac]   location: class WelcomeWidget
>> > > >> > > >     [javac]
>> > > >> > > >
>> > > >> > > >
>> > > >> > >
>> > > >> >
>> > > >>
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidgetDescriptor.java:23:
>> > > >> > > > error: package ro.fortsoft.wicket.dashboard does not exist
>> > > >> > > >     [javac] import
>> > ro.fortsoft.wicket.dashboard.WidgetDescriptor;
>> > > >> > > >     [javac]                                    ^
>> > > >> > > >     [javac]
>> > > >> > > >
>> > > >> > > >
>> > > >> > >
>> > > >> >
>> > > >>
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidgetDescriptor.java:25:
>> > > >> > > > error: cannot find symbol
>> > > >> > > >     [javac] public class WelcomeWidgetDescriptor implements
>> > > >> > > > WidgetDescriptor {
>> > > >> > > >     [javac]                                                 ^
>> > > >> > > >     [javac]   symbol: class WidgetDescriptor
>> > > >> > > >     [javac]
>> > > >> > > >
>> > > >> > > >
>> > > >> > >
>> > > >> >
>> > > >>
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/profile/SettingsPanel.java:32:
>> > > >> > > > error: package com.googlecode.wicket.jquery.core does not
>> exist
>> > > >> > > >     [javac] import
>> > > com.googlecode.wicket.jquery.core.JQueryBehavior;
>> > > >> > > >     [javac]                                         ^
>> > > >> > > >     [javac]
>> > > >> > > >
>> > > >> > > >
>> > > >> > >
>> > > >> >
>> > > >>
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/profile/SettingsPanel.java:33:
>> > > >> > > > error: package com.googlecode.wicket.jquery.core does not
>> exist
>> > > >> > > >     [javac] import com.googlecode.wicket.jquery.core.Options;
>> > > >> > > >     [javac]                                         ^
>> > > >> > > >     [javac]
>> > > >> > > >
>> > > >> > > >
>> > > >> > >
>> > > >> >
>> > > >>
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidgetView.java:37:
>> > > >> > > > error: package ro.fortsoft.wicket.dashboard does not exist
>> > > >> > > >     [javac] import ro.fortsoft.wicket.dashboard.Widget;
>> > > >> > > >     [javac]                                    ^
>> > > >> > > >     [javac]
>> > > >> > > >
>> > > >> > > >
>> > > >> > >
>> > > >> >
>> > > >>
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidgetView.java:38:
>> > > >> > > > error: package ro.fortsoft.wicket.dashboard.web does not
>> exist
>> > > >> > > >     [javac] import
>> ro.fortsoft.wicket.dashboard.web.WidgetView;
>> > > >> > > >     [javac]                                        ^
>> > > >> > > >     [javac]
>> > > >> > > >
>> > > >> > > >
>> > > >> > >
>> > > >> >
>> > > >>
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidgetView.java:40:
>> > > >> > > > error: cannot find symbol
>> > > >> > > >     [javac] public class WelcomeWidgetView extends
>> WidgetView {
>> > > >> > > >     [javac]                                        ^
>> > > >> > > >     [javac]   symbol: class WidgetView
>> > > >> > > >     [javac]
>> > > >> > > >
>> > > >> > > >
>> > > >> > >
>> > > >> >
>> > > >>
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidgetView.java:43:
>> > > >> > > > error: cannot find symbol
>> > > >> > > >     [javac]     public WelcomeWidgetView(String id,
>> > Model<Widget>
>> > > >> > model)
>> > > >> > > {
>> > > >> > > >     [javac]                                               ^
>> > > >> > > >     [javac]   symbol:   class Widget
>> > > >> > > >     [javac]   location: class WelcomeWidgetView
>> > > >> > > >     [javac]
>> > > >> > > >
>> > > >> > > >
>> > > >> > >
>> > > >> >
>> > > >>
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/profile/WidgetsPanel.java:32:
>> > > >> > > > error: package ro.fortsoft.wicket.dashboard does not exist
>> > > >> > > >     [javac] import ro.fortsoft.wicket.dashboard.Dashboard;
>> > > >> > > >     [javac]                                    ^
>> > > >> > > >     [javac]
>> > > >> > > >
>> > > >> > > >
>> > > >> > >
>> > > >> >
>> > > >>
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/profile/WidgetsPanel.java:33:
>> > > >> > > > error: package ro.fortsoft.wicket.dashboard does not exist
>> > > >> > > >     [javac] import ro.fortsoft.wicket.dashboard.Widget;
>> > > >> > > >     [javac]                                    ^
>> > > >> > > >     [javac]
>> > > >> > > >
>> > > >> > > >
>> > > >> > >
>> > > >> >
>> > > >>
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/profile/WidgetsPanel.java:34:
>> > > >> > > > error: package ro.fortsoft.wicket.dashboard does not exist
>> > > >> > > >     [javac] import
>> > ro.fortsoft.wicket.dashboard.WidgetDescriptor;
>> > > >> > > >     [javac]                                    ^
>> > > >> > > >     [javac]
>> > > >> > > >
>> > > >> > > >
>> > > >> > >
>> > > >> >
>> > > >>
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/profile/WidgetsPanel.java:35:
>> > > >> > > > error: package ro.fortsoft.wicket.dashboard.web does not
>> exist
>> > > >> > > >     [javac] import
>> > > >> ro.fortsoft.wicket.dashboard.web.DashboardContext;
>> > > >> > > >     [javac]                                        ^
>> > > >> > > >     [javac]
>> > > >> > > >
>> > > >> > > >
>> > > >> > >
>> > > >> >
>> > > >>
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/profile/WidgetsPanel.java:40:
>> > > >> > > > error: cannot find symbol
>> > > >> > > >     [javac]     private Widget isDisplayed(WidgetDescriptor
>> wd)
>> > {
>> > > >> > > >     [javac]                                ^
>> > > >> > > >     [javac]   symbol:   class WidgetDescriptor
>> > > >> > > >     [javac]   location: class WidgetsPanel
>> > > >> > > >     [javac]
>> > > >> > > >
>> > > >> > > >
>> > > >> > >
>> > > >> >
>> > > >>
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/profile/WidgetsPanel.java:40:
>> > > >> > > > error: cannot find symbol
>> > > >> > > >     [javac]     private Widget isDisplayed(WidgetDescriptor
>> wd)
>> > {
>> > > >> > > >     [javac]             ^
>> > > >> > > >     [javac]   symbol:   class Widget
>> > > >> > > >     [javac]   location: class WidgetsPanel
>> > > >> > > >     [javac]
>> > > >> > > >
>> > > >> > > >
>> > > >> > >
>> > > >> >
>> > > >>
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/rooms/RoomsTabbedPanel.java:37:
>> > > >> > > > error: package com.googlecode.wicket.jquery.core does not
>> exist
>> > > >> > > >     [javac] import
>> > > com.googlecode.wicket.jquery.core.JQueryBehavior;
>> > > >> > > >     [javac]                                         ^
>> > > >> > > >     [javac]
>> > > >> > > >
>> > > >> > > >
>> > > >> > >
>> > > >> >
>> > > >>
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/pages/auth/SignInPage.java:35:
>> > > >> > > > error: package com.googlecode.wicket.jquery.core does not
>> exist
>> > > >> > > >     [javac] import
>> > > >> > > > com.googlecode.wicket.jquery.core.JQueryAbstractBehavior;
>> > > >> > > >     [javac]                                         ^
>> > > >> > > >     [javac]
>> > > >> > > >
>> > > >> > > >
>> > > >> > >
>> > > >> >
>> > > >>
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/util/UserDashboardPersister.java:23:
>> > > >> > > > error: package ro.fortsoft.wicket.dashboard does not exist
>> > > >> > > >     [javac] import ro.fortsoft.wicket.dashboard.Dashboard;
>> > > >> > > >     [javac]                                    ^
>> > > >> > > >     [javac]
>> > > >> > > >
>> > > >> > > >
>> > > >> > >
>> > > >> >
>> > > >>
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/util/UserDashboardPersister.java:24:
>> > > >> > > > error: package ro.fortsoft.wicket.dashboard does not exist
>> > > >> > > >     [javac] import
>> > > ro.fortsoft.wicket.dashboard.DashboardPersister;
>> > > >> > > >     [javac]                                    ^
>> > > >> > > >     [javac]
>> > > >> > > >
>> > > >> > > >
>> > > >> > >
>> > > >> >
>> > > >>
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/util/UserDashboardPersister.java:25:
>> > > >> > > > error: package ro.fortsoft.wicket.dashboard does not exist
>> > > >> > > >     [javac] import
>> > > >> > > ro.fortsoft.wicket.dashboard.XStreamDashboardPersister;
>> > > >> > > >     [javac]                                    ^
>> > > >> > > >     [javac]
>> > > >> > > >
>> > > >> > > >
>> > > >> > >
>> > > >> >
>> > > >>
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/util/UserDashboardPersister.java:27:
>> > > >> > > > error: cannot find symbol
>> > > >> > > >     [javac] public class UserDashboardPersister implements
>> > > >> > > > DashboardPersister {
>> > > >> > > >     [javac]                                                ^
>> > > >> > > >     [javac]   symbol: class DashboardPersister
>> > > >> > > >     [javac]
>> > > >> > > >
>> > > >> > > >
>> > > >> > >
>> > > >> >
>> > > >>
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/util/UserDashboardPersister.java:28:
>> > > >> > > > error: cannot find symbol
>> > > >> > > >     [javac]     public Dashboard load() {
>> > > >> > > >     [javac]            ^
>> > > >> > > >     [javac]   symbol:   class Dashboard
>> > > >> > > >     [javac]   location: class UserDashboardPersister
>> > > >> > > >     [javac]
>> > > >> > > >
>> > > >> > > >
>> > > >> > >
>> > > >> >
>> > > >>
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/util/UserDashboardPersister.java:32:
>> > > >> > > > error: cannot find symbol
>> > > >> > > >     [javac]     public void save(Dashboard dashboard) {
>> > > >> > > >     [javac]                      ^
>> > > >> > > >     [javac]   symbol:   class Dashboard
>> > > >> > > >     [javac]   location: class UserDashboardPersister
>> > > >> > > >     [javac]
>> > > >> > > >
>> > > >> > > >
>> > > >> > >
>> > > >> >
>> > > >>
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/Application.java:77:
>> > > >> > > > error: cannot find symbol
>> > > >> > > >     [javac]         dashboardContext = new
>> DashboardContext();
>> > > >> > > >     [javac]                                ^
>> > > >> > > >     [javac]   symbol:   class DashboardContext
>> > > >> > > >     [javac]   location: class Application
>> > > >> > > >     [javac]
>> > > >> > > >
>> > > >> > > >
>> > > >> > >
>> > > >> >
>> > > >>
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/Application.java:79:
>> > > >> > > > error: cannot find symbol
>> > > >> > > >     [javac]         WidgetRegistry widgetRegistry =
>> > > >> > > > dashboardContext.getWidgetRegistry();
>> > > >> > > >     [javac]         ^
>> > > >> > > >     [javac]   symbol:   class WidgetRegistry
>> > > >> > > >     [javac]   location: class Application
>> > > >> > > >     [javac]
>> > > >> > > >
>> > > >> > > >
>> > > >> > >
>> > > >> >
>> > > >>
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/Application.java:84:
>> > > >> > > > error: cannot find symbol
>> > > >> > > >     [javac]         DashboardContextInjector
>> > > >> dashboardContextInjector =
>> > > >> > > new
>> > > >> > > > DashboardContextInjector(dashboardContext);
>> > > >> > > >     [javac]         ^
>> > > >> > > >     [javac]   symbol:   class DashboardContextInjector
>> > > >> > > >     [javac]   location: class Application
>> > > >> > > >     [javac]
>> > > >> > > >
>> > > >> > > >
>> > > >> > >
>> > > >> >
>> > > >>
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/Application.java:84:
>> > > >> > > > error: cannot find symbol
>> > > >> > > >     [javac]         DashboardContextInjector
>> > > >> dashboardContextInjector =
>> > > >> > > new
>> > > >> > > > DashboardContextInjector(dashboardContext);
>> > > >> > > >     [javac]
>> > > >> > > > ^
>> > > >> > > >     [javac]   symbol:   class DashboardContextInjector
>> > > >> > > >     [javac]   location: class Application
>> > > >> > > >     [javac]
>> > > >> > > >
>> > > >> > > >
>> > > >> > >
>> > > >> >
>> > > >>
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/Application.java:86:
>> > > >> > > > error: cannot find symbol
>> > > >> > > >     [javac]         DashboardSettings dashboardSettings =
>> > > >> > > > DashboardSettings.get();
>> > > >> > > >     [javac]         ^
>> > > >> > > >     [javac]   symbol:   class DashboardSettings
>> > > >> > > >     [javac]   location: class Application
>> > > >> > > >     [javac]
>> > > >> > > >
>> > > >> > > >
>> > > >> > >
>> > > >> >
>> > > >>
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/Application.java:86:
>> > > >> > > > error: cannot find symbol
>> > > >> > > >     [javac]         DashboardSettings dashboardSettings =
>> > > >> > > > DashboardSettings.get();
>> > > >> > > >     [javac]                                               ^
>> > > >> > > >     [javac]   symbol:   variable DashboardSettings
>> > > >> > > >     [javac]   location: class Application
>> > > >> > > >     [javac]
>> > > >> > > >
>> > > >> > > >
>> > > >> > >
>> > > >> >
>> > > >>
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/WebSession.java:165:
>> > > >> > > > error: cannot find symbol
>> > > >> > > >     [javac]         Dashboard d = get().dashboard;
>> > > >> > > >     [javac]         ^
>> > > >> > > >     [javac]   symbol:   class Dashboard
>> > > >> > > >     [javac]   location: class WebSession
>> > > >> > > >     [javac]
>> > > >> > > >
>> > > >> > > >
>> > > >> > >
>> > > >> >
>> > > >>
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/WebSession.java:174:
>> > > >> > > > error: cannot find symbol
>> > > >> > > >     [javac]         DashboardContext dashboardContext =
>> > > >> > > > getDashboardContext();
>> > > >> > > >     [javac]         ^
>> > > >> > > >     [javac]   symbol:   class DashboardContext
>> > > >> > > >     [javac]   location: class WebSession
>> > > >> > > >     [javac]
>> > > >> > > >
>> > > >> > > >
>> > > >> > >
>> > > >> >
>> > > >>
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/WebSession.java:178:
>> > > >> > > > error: cannot find symbol
>> > > >> > > >     [javac]             dashboard = new
>> > > DefaultDashboard("default",
>> > > >> > > > "Default");
>> > > >> > > >     [javac]                             ^
>> > > >> > > >     [javac]   symbol:   class DefaultDashboard
>> > > >> > > >     [javac]   location: class WebSession
>> > > >> > > >     [javac]
>> > > >> > > >
>> > > >> > > >
>> > > >> > >
>> > > >> >
>> > > >>
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/WebSession.java:180:
>> > > >> > > > error: cannot find symbol
>> > > >> > > >     [javac]             WidgetFactory widgetFactory =
>> > > >> > > > dashboardContext.getWidgetFactory();
>> > > >> > > >     [javac]             ^
>> > > >> > > >     [javac]   symbol:   class WidgetFactory
>> > > >> > > >     [javac]   location: class WebSession
>> > > >> > > >     [javac]
>> > > >> > > >
>> > > >> > > >
>> > > >> > >
>> > > >> >
>> > > >>
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/calendar/CalendarPanel.java:64:
>> > > >> > > > error: cannot find symbol
>> > > >> > > >     [javac]         Options options = new Options();
>> > > >> > > >     [javac]         ^
>> > > >> > > >     [javac]   symbol:   class Options
>> > > >> > > >     [javac]   location: class CalendarPanel
>> > > >> > > >     [javac]
>> > > >> > > >
>> > > >> > > >
>> > > >> > >
>> > > >> >
>> > > >>
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/calendar/CalendarPanel.java:64:
>> > > >> > > > error: cannot find symbol
>> > > >> > > >     [javac]         Options options = new Options();
>> > > >> > > >     [javac]                               ^
>> > > >> > > >     [javac]   symbol:   class Options
>> > > >> > > >     [javac]   location: class CalendarPanel
>> > > >> > > >     [javac]
>> > > >> > > >
>> > > >> > > >
>> > > >> > >
>> > > >> >
>> > > >>
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/calendar/CalendarPanel.java:119:
>> > > >> > > > error: cannot find symbol
>> > > >> > > >     [javac]             public void
>> onSelect(AjaxRequestTarget
>> > > >> target,
>> > > >> > > > CalendarView view, Date start, Date end, boolean allDay) {
>> > > >> > > >     [javac]
>> > > >> >  ^
>> > > >> > > >     [javac]   symbol: class CalendarView
>> > > >> > > >     [javac]
>> > > >> > > >
>> > > >> > > >
>> > > >> > >
>> > > >> >
>> > > >>
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/calendar/CalendarPanel.java:141:
>> > > >> > > > error: cannot find symbol
>> > > >> > > >     [javac]             public void
>> > onEventClick(AjaxRequestTarget
>> > > >> > > target,
>> > > >> > > > CalendarView view, int eventId) {
>> > > >> > > >     [javac]
>> > > >> > > >  ^
>> > > >> > > >     [javac]   symbol: class CalendarView
>> > > >> > > >     [javac]
>> > > >> > > >
>> > > >> > > >
>> > > >> > >
>> > > >> >
>> > > >>
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/calendar/CalendarPanel.java:78:
>> > > >> > > > error: cannot find symbol
>> > > >> > > >     [javac]                 add(new
>> > > >> > > > JQueryAbstractBehavior("calendar-functions") {
>> > > >> > > >     [javac]                         ^
>> > > >> > > >     [javac]   symbol: class JQueryAbstractBehavior
>> > > >> > > >     [javac]
>> > > >> > > >
>> > > >> > > >
>> > > >> > >
>> > > >> >
>> > > >>
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/calendar/CalendarPanel.java:121:
>> > > >> > > > error: cannot find symbol
>> > > >> > > >     [javac]                 if (CalendarView.month == view &&
>> > > >> > > > start.equals(end)) {
>> > > >> > > >     [javac]                     ^
>> > > >> > > >     [javac]   symbol: variable CalendarView
>> > > >> > > >     [javac]
>> > > >> > > >
>> > > >> > > >
>> > > >> > >
>> > > >> >
>> > > >>
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/calendar/CalendarPanel.java:118:
>> > > >> > > > error: method does not override or implement a method from a
>> > > >> supertype
>> > > >> > > >     [javac]             @Override
>> > > >> > > >     [javac]             ^
>> > > >> > > >     [javac]
>> > > >> > > >
>> > > >> > > >
>> > > >> > >
>> > > >> >
>> > > >>
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/calendar/CalendarPanel.java:140:
>> > > >> > > > error: method does not override or implement a method from a
>> > > >> supertype
>> > > >> > > >     [javac]             @Override
>> > > >> > > >     [javac]             ^
>> > > >> > > >     [javac]
>> > > >> > > >
>> > > >> > > >
>> > > >> > >
>> > > >> >
>> > > >>
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/OmDashboardPanel.java:34:
>> > > >> > > > error: cannot find symbol
>> > > >> > > >     [javac]         add(new DashboardPanel("dashboard", new
>> > > >> > > > Model<Dashboard>(WebSession.getDashboard())));
>> > > >> > > >     [javac]                 ^
>> > > >> > > >     [javac]   symbol:   class DashboardPanel
>> > > >> > > >     [javac]   location: class OmDashboardPanel
>> > > >> > > >     [javac]
>> > > >> > > >
>> > > >> > > >
>> > > >> > >
>> > > >> >
>> > > >>
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/OmDashboardPanel.java:34:
>> > > >> > > > error: cannot find symbol
>> > > >> > > >     [javac]         add(new DashboardPanel("dashboard", new
>> > > >> > > > Model<Dashboard>(WebSession.getDashboard())));
>> > > >> > > >     [javac]
>> > > ^
>> > > >> > > >     [javac]   symbol:   class Dashboard
>> > > >> > > >     [javac]   location: class OmDashboardPanel
>> > > >> > > >     [javac]
>> > > >> > > >
>> > > >> > > >
>> > > >> > >
>> > > >> >
>> > > >>
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidget.java:34:
>> > > >> > > > error: cannot find symbol
>> > > >> > > >     [javac]         title = WebSession.getString(781L);
>> > > >> > > >     [javac]         ^
>> > > >> > > >     [javac]   symbol:   variable title
>> > > >> > > >     [javac]   location: class PrivateRoomsWidget
>> > > >> > > >     [javac]
>> > > >> > > >
>> > > >> > > >
>> > > >> > >
>> > > >> >
>> > > >>
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidget.java:35:
>> > > >> > > > error: cannot find symbol
>> > > >> > > >     [javac]         location = new WidgetLocation(0, 1);
>> > > >> > > >     [javac]         ^
>> > > >> > > >     [javac]   symbol:   variable location
>> > > >> > > >     [javac]   location: class PrivateRoomsWidget
>> > > >> > > >     [javac]
>> > > >> > > >
>> > > >> > > >
>> > > >> > >
>> > > >> >
>> > > >>
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidget.java:35:
>> > > >> > > > error: cannot find symbol
>> > > >> > > >     [javac]         location = new WidgetLocation(0, 1);
>> > > >> > > >     [javac]                        ^
>> > > >> > > >     [javac]   symbol:   class WidgetLocation
>> > > >> > > >     [javac]   location: class PrivateRoomsWidget
>> > > >> > > >     [javac]
>> > > >> > > >
>> > > >> > > >
>> > > >> > >
>> > > >> >
>> > > >>
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidget.java:39:
>> > > >> > > > error: cannot find symbol
>> > > >> > > >     [javac]         return new PrivateRoomsWidgetView(viewId,
>> > new
>> > > >> > > > Model<Widget>(this));
>> > > >> > > >     [javac]
>> > > >> >   ^
>> > > >> > > >     [javac]   symbol:   class Widget
>> > > >> > > >     [javac]   location: class PrivateRoomsWidget
>> > > >> > > >     [javac]
>> > > >> > > >
>> > > >> > > >
>> > > >> > >
>> > > >> >
>> > > >>
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidgetView.java:35:
>> > > >> > > > error: cannot find symbol
>> > > >> > > >     [javac]         add(new RoomsPanel("rooms",
>> getMyRooms()));
>> > > >> > > >     [javac]         ^
>> > > >> > > >     [javac]   symbol:   method add(RoomsPanel)
>> > > >> > > >     [javac]   location: class PrivateRoomsWidgetView
>> > > >> > > >     [javac]
>> > > >> > > >
>> > > >> > > >
>> > > >> > >
>> > > >> >
>> > > >>
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidget.java:34:
>> > > >> > > > error: cannot find symbol
>> > > >> > > >     [javac]         title = WebSession.getString(774L);
>> > > >> > > >     [javac]         ^
>> > > >> > > >     [javac]   symbol:   variable title
>> > > >> > > >     [javac]   location: class StartWidget
>> > > >> > > >     [javac]
>> > > >> > > >
>> > > >> > > >
>> > > >> > >
>> > > >> >
>> > > >>
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidget.java:35:
>> > > >> > > > error: cannot find symbol
>> > > >> > > >     [javac]         location = new WidgetLocation(1, 0);
>> > > >> > > >     [javac]         ^
>> > > >> > > >     [javac]   symbol:   variable location
>> > > >> > > >     [javac]   location: class StartWidget
>> > > >> > > >     [javac]
>> > > >> > > >
>> > > >> > > >
>> > > >> > >
>> > > >> >
>> > > >>
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidget.java:35:
>> > > >> > > > error: cannot find symbol
>> > > >> > > >     [javac]         location = new WidgetLocation(1, 0);
>> > > >> > > >     [javac]                        ^
>> > > >> > > >     [javac]   symbol:   class WidgetLocation
>> > > >> > > >     [javac]   location: class StartWidget
>> > > >> > > >     [javac]
>> > > >> > > >
>> > > >> > > >
>> > > >> > >
>> > > >> >
>> > > >>
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidget.java:39:
>> > > >> > > > error: cannot find symbol
>> > > >> > > >     [javac]         return new StartWidgetView(viewId, new
>> > > >> > > > Model<Widget>(this));
>> > > >> > > >     [javac]
>> >  ^
>> > > >> > > >     [javac]   symbol:   class Widget
>> > > >> > > >     [javac]   location: class StartWidget
>> > > >> > > >     [javac]
>> > > >> > > >
>> > > >> > > >
>> > > >> > >
>> > > >> >
>> > > >>
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidget.java:34:
>> > > >> > > > error: cannot find symbol
>> > > >> > > >     [javac]         title = WebSession.getString(1546L);
>> > > >> > > >     [javac]         ^
>> > > >> > > >     [javac]   symbol:   variable title
>> > > >> > > >     [javac]   location: class WelcomeWidget
>> > > >> > > >     [javac]
>> > > >> > > >
>> > > >> > > >
>> > > >> > >
>> > > >> >
>> > > >>
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidget.java:35:
>> > > >> > > > error: cannot find symbol
>> > > >> > > >     [javac]         location = new WidgetLocation(0, 0);
>> > > >> > > >     [javac]         ^
>> > > >> > > >     [javac]   symbol:   variable location
>> > > >> > > >     [javac]   location: class WelcomeWidget
>> > > >> > > >     [javac] Note: Some input files use or override a
>> deprecated
>> > > API.
>> > > >> > > >     [javac] Note: Recompile with -Xlint:deprecation for
>> details.
>> > > >> > > >     [javac] Note:
>> > > >> > > >
>> > > >> > > >
>> > > >> > >
>> > > >> >
>> > > >>
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/screen/webstart/gui/ScreenSharerFrame.java
>> > > >> > > > uses unchecked or unsafe operations.
>> > > >> > > >     [javac] Note: Recompile with -Xlint:unchecked for
>> details.
>> > > >> > > >     [javac] 100 errors
>> > > >> > > >     [javac] 1 warning
>> > > >> > > >
>> > > >> > >
>> > > >> > >
>> > > >> > >
>> > > >> > > --
>> > > >> > > WBR
>> > > >> > > Maxim aka solomax
>> > > >> > >
>> > > >> >
>> > > >> >
>> > > >> >
>> > > >> > --
>> > > >> > Regards
>> > > >> > Andun S.L. Gunawardana
>> > > >> > Undergraduate
>> > > >> > Department of Computer Science And Engineering
>> > > >> > University of Moratuwa
>> > > >> > Sri Lanka
>> > > >> >
>> > > >> > Blog - http://www.insightforfuture.blogspot.com/
>> > > >> > LinkedIn -
>> > > http://www.linkedin.com/pub/andun-s-l-gunawardana/34/646/703
>> > > >> > Twitter -http://twitter.com/AndunSLG
>> > > >> >
>> > > >>
>> > > >>
>> > > >>
>> > > >> --
>> > > >> WBR
>> > > >> Maxim aka solomax
>> > > >>
>> > > >
>> > > >
>> > > >
>> > > > --
>> > > > Regards
>> > > > Andun S.L. Gunawardana
>> > > > Undergraduate
>> > > > Department of Computer Science And Engineering
>> > > > University of Moratuwa
>> > > > Sri Lanka
>> > > >
>> > > > Blog - http://www.insightforfuture.blogspot.com/
>> > > > LinkedIn -
>> > http://www.linkedin.com/pub/andun-s-l-gunawardana/34/646/703
>> > > > Twitter -http://twitter.com/AndunSLG
>> > > >
>> > > >
>> > > >
>> > > >
>> > > >
>> > >
>> > >
>> > >
>> > > --
>> > > Regards
>> > > Andun S.L. Gunawardana
>> > > Undergraduate
>> > > Department of Computer Science And Engineering
>> > > University of Moratuwa
>> > > Sri Lanka
>> > >
>> > > Blog - http://www.insightforfuture.blogspot.com/
>> > > LinkedIn -
>> http://www.linkedin.com/pub/andun-s-l-gunawardana/34/646/703
>> > > Twitter -http://twitter.com/AndunSLG
>> > >
>> >
>> >
>> >
>> > --
>> > WBR
>> > Maxim aka solomax
>> >
>>
>>
>>
>> --
>> Regards
>> Andun S.L. Gunawardana
>> Undergraduate
>> Department of Computer Science And Engineering
>> University of Moratuwa
>> Sri Lanka
>>
>> Blog - http://www.insightforfuture.blogspot.com/
>> LinkedIn - http://www.linkedin.com/pub/andun-s-l-gunawardana/34/646/703
>> Twitter -http://twitter.com/AndunSLG
>>
>
>
>
> --
> WBR
> Maxim aka solomax
>



-- 
WBR
Maxim aka solomax

Re: Compilation faliure

Posted by Maxim Solodovnik <so...@gmail.com>.
I''l doublecheck, thanks!


On Mon, May 13, 2013 at 12:13 AM, Andun Sameera <an...@gmail.com> wrote:

> Hi Maxim,
>
> I have checked the "The username is already used" notification. It is
> triggered by the key press event. But even I enter a completely valid,new
> login name it shows all these errors,
>
>    - The username is already used
>    - This email is already used by another user.
>    - 'adresses.email' is required.
>
>  Then I checked the
>
> singlewebapp/src/org/apache/openmeetings/web/components/admin/users/UserForm.java
> which has the follwing logic of validating the input.
>
> @Override
>     protected void onValidate() {
>
> if(getBean(UsersDao.class).checkUserLogin(getModelObject().getLogin())) {
>             error(WebSession.getString(105));
>         }
>     }
>
> What I understood is the if condition is always true since it checks about
> the login status. I think this have to be updated.
>
> Please correct if I am wrong.
>
> Thanks!
>
> On Sun, May 12, 2013 at 2:46 PM, Maxim Solodovnik <solomax666@gmail.com
> >wrote:
>
> > Hello Andun,
> >
> > Thanks for detailed report! :)
> >
> > some comments on your foundings:
> > 1) [Widgets] is new tab to manage widgets displayed on dashbord,
> "Contacts
> > and messaged need to be implemented
> > 2) Network test was recently added
> > 3) "The username is already used" etc. are automatic validation messages
> > (validation is performed on keypress AFAIK)
> >
> > I completely forget about "Recording" special thanks for that!
> >
> >
> > On Sun, May 12, 2013 at 4:09 PM, Andun Sameera <an...@gmail.com>
> wrote:
> >
> > > Hi Maxim,
> > >
> > > I had a look in to the new HTML Openmeetings console in rev 1481114 and
> > > found these,
> > >
> > >    - There is a tab in the Profile area with the name [Widgets] which
> > >    should point to the contact and message area
> > >    - In the calender there should be a mechanism to change the year. In
> > the
> > >    current one we can navigate year via changing the month one by one.
> > > That is
> > >    not feasible I think. There is a mechanism in the flash
> implementation
> > >    - Recordings section have to be implemented
> > >    - In the Users section of the administrators tab we can press the +
> > >    button to add a record. It shows a empty user registration form. But
> > > when
> > >    we type something as login name, following error are shown
> > > automatically,
> > >
> > > The username is already used
> > > This email is already used by another user.
> > > 'adresses.email' is required
> > >
> > >    - In the conference room area of the administrator tab the room type
> > is
> > >    shown like "
> > >
> > >
> >
>  org.apache.openmeetings.persistence.beans.lang.Fieldlanguagesvalues@583153fa
> > > "
> > >    it have to be changed
> > >    - In the Configuration section of the administrators tab we can
> press
> > >    the + button to add a record. It shows a empty record form. But when
> > we
> > >    type something as key, following error are shown automatically,
> > >
> > > 'conf_value' is required
> > >
> > >    - When we click the "Edit your profile" link, it directs the user to
> > >    Search users page not to the My Profile page
> > >    - When we click the "Calender" button on the dashboard it do nothing
> > >    - Network Test have to be implemented
> > >
> > > I will do further inspections.
> > >
> > > Thanks!
> > >
> > > On Sun, May 5, 2013 at 4:35 PM, Andun Sameera <an...@gmail.com>
> > wrote:
> > >
> > > > Hi Maxim,
> > > >
> > > > Bit busy with work in uni. But certainly will help ASAP.
> > > >
> > > > Thanks!
> > > >
> > > >
> > > > On Sun, May 5, 2013 at 4:31 PM, Maxim Solodovnik <
> solomax666@gmail.com
> > > >wrote:
> > > >
> > > >> Hello Andun,
> > > >>
> > > >> Thanks for your proposal :)
> > > >> It would be really helpful if you can take a look at current HTML5
> > > client
> > > >> and create the list of missing features (comparing to Flash client),
> > if
> > > >> you
> > > >> have free time :)
> > > >>
> > > >> 5 major things I'm aware are:
> > > >> 1) registaration
> > > >> 2) LDAP login
> > > >> 3) Contacts and Messages area
> > > >> 4) Create/Edit calendar event does not contain attendees
> > > >> 5) Room itself
> > > >>
> > > >> Thanks in advance :)
> > > >>
> > > >>
> > > >> On Wed, May 1, 2013 at 1:13 AM, Andun Sameera <an...@gmail.com>
> > > wrote:
> > > >>
> > > >> > Hi Maxim,
> > > >> >
> > > >> > Problem Solved. Thanks for the help. I have checked the new HTML5
> > view
> > > >> in
> > > >> > the latest trunk. If you need assistance in testing or some
> related
> > > >> thing.
> > > >> > Please let me know.
> > > >> >
> > > >> > Thanks!
> > > >> >
> > > >> > On Tue, Apr 30, 2013 at 10:44 PM, Maxim Solodovnik <
> > > >> solomax666@gmail.com
> > > >> > >wrote:
> > > >> >
> > > >> > > Hello Andun,
> > > >> > >
> > > >> > > please delete build/lib/om and run build again
> > > >> > > All necessary libraries will be refetched
> > > >> > >
> > > >> > >
> > > >> > > On Wed, May 1, 2013 at 12:04 AM, Andun Sameera <
> > andunslg@gmail.com>
> > > >> > wrote:
> > > >> > >
> > > >> > > > Hi All,
> > > >> > > >
> > > >> > > > I am getting this compile error in the latest trunk. It
> > complains
> > > >> that
> > > >> > > > ro.fortsoft.wicket.dashboard package cannot be found. I found
> > > these
> > > >> > > package
> > > >> > > > is used in latest commit by Maxim. Is it a local fault of mine
> > or
> > > >> else
> > > >> > ?
> > > >> > > >
> > > >> > > > Thanks!
> > > >> > > >
> > > >> > > > --
> > > >> > > > Regards
> > > >> > > > Andun S.L. Gunawardana
> > > >> > > > Undergraduate
> > > >> > > > Department of Computer Science And Engineering
> > > >> > > > University of Moratuwa
> > > >> > > > Sri Lanka
> > > >> > > >
> > > >> > > > Blog - http://www.insightforfuture.blogspot.com/
> > > >> > > > LinkedIn -
> > > >> > http://www.linkedin.com/pub/andun-s-l-gunawardana/34/646/703
> > > >> > > > Twitter -http://twitter.com/AndunSLG
> > > >> > > >
> > > >> > > > Errors -
> > > >> > > >
> > > >> > > > [javac] Compiling 454 source files to
> > > >> > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/build/classes/openmeetings
> > > >> > > >     [javac] warning: [options] bootstrap class path not set in
> > > >> > > conjunction
> > > >> > > > with -source 1.6
> > > >> > > >     [javac] Note: Starting OpenJPA Annotation Processor for
> > > >> Metamodel
> > > >> > > > Generation
> > > >> > > >     [javac]
> > > >> > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/Application.java:47:
> > > >> > > > error: package ro.fortsoft.wicket.dashboard does not exist
> > > >> > > >     [javac] import
> ro.fortsoft.wicket.dashboard.WidgetRegistry;
> > > >> > > >     [javac]                                    ^
> > > >> > > >     [javac]
> > > >> > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/Application.java:48:
> > > >> > > > error: package ro.fortsoft.wicket.dashboard.web does not exist
> > > >> > > >     [javac] import
> > > >> ro.fortsoft.wicket.dashboard.web.DashboardContext;
> > > >> > > >     [javac]                                        ^
> > > >> > > >     [javac]
> > > >> > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/Application.java:49:
> > > >> > > > error: package ro.fortsoft.wicket.dashboard.web does not exist
> > > >> > > >     [javac] import
> > > >> > > > ro.fortsoft.wicket.dashboard.web.DashboardContextInjector;
> > > >> > > >     [javac]                                        ^
> > > >> > > >     [javac]
> > > >> > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/Application.java:50:
> > > >> > > > error: package ro.fortsoft.wicket.dashboard.web does not exist
> > > >> > > >     [javac] import
> > > >> ro.fortsoft.wicket.dashboard.web.DashboardSettings;
> > > >> > > >     [javac]                                        ^
> > > >> > > >     [javac]
> > > >> > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/Application.java:53:
> > > >> > > > error: cannot find symbol
> > > >> > > >     [javac]     private DashboardContext dashboardContext;
> > > >> > > >     [javac]             ^
> > > >> > > >     [javac]   symbol:   class DashboardContext
> > > >> > > >     [javac]   location: class Application
> > > >> > > >     [javac]
> > > >> > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/Application.java:129:
> > > >> > > > error: cannot find symbol
> > > >> > > >     [javac]     public static DashboardContext
> > > >> getDashboardContext() {
> > > >> > > >     [javac]                   ^
> > > >> > > >     [javac]   symbol:   class DashboardContext
> > > >> > > >     [javac]   location: class Application
> > > >> > > >     [javac]
> > > >> > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/WebSession.java:47:
> > > >> > > > error: package ro.fortsoft.wicket.dashboard does not exist
> > > >> > > >     [javac] import ro.fortsoft.wicket.dashboard.Dashboard;
> > > >> > > >     [javac]                                    ^
> > > >> > > >     [javac]
> > > >> > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/WebSession.java:48:
> > > >> > > > error: package ro.fortsoft.wicket.dashboard does not exist
> > > >> > > >     [javac] import
> > ro.fortsoft.wicket.dashboard.DefaultDashboard;
> > > >> > > >     [javac]                                    ^
> > > >> > > >     [javac]
> > > >> > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/WebSession.java:49:
> > > >> > > > error: package ro.fortsoft.wicket.dashboard does not exist
> > > >> > > >     [javac] import ro.fortsoft.wicket.dashboard.WidgetFactory;
> > > >> > > >     [javac]                                    ^
> > > >> > > >     [javac]
> > > >> > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/WebSession.java:50:
> > > >> > > > error: package ro.fortsoft.wicket.dashboard.web does not exist
> > > >> > > >     [javac] import
> > > >> ro.fortsoft.wicket.dashboard.web.DashboardContext;
> > > >> > > >     [javac]                                        ^
> > > >> > > >     [javac]
> > > >> > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/WebSession.java:60:
> > > >> > > > error: cannot find symbol
> > > >> > > >     [javac]     private Dashboard dashboard;
> > > >> > > >     [javac]             ^
> > > >> > > >     [javac]   symbol:   class Dashboard
> > > >> > > >     [javac]   location: class WebSession
> > > >> > > >     [javac]
> > > >> > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/WebSession.java:164:
> > > >> > > > error: cannot find symbol
> > > >> > > >     [javac]     public static Dashboard getDashboard() {
> > > >> > > >     [javac]                   ^
> > > >> > > >     [javac]   symbol:   class Dashboard
> > > >> > > >     [javac]   location: class WebSession
> > > >> > > >     [javac]
> > > >> > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/calendar/CalendarPanel.java:34:
> > > >> > > > error: package com.googlecode.wicket.jquery.core does not
> exist
> > > >> > > >     [javac] import
> > > >> > > > com.googlecode.wicket.jquery.core.JQueryAbstractBehavior;
> > > >> > > >     [javac]                                         ^
> > > >> > > >     [javac]
> > > >> > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/calendar/CalendarPanel.java:35:
> > > >> > > > error: package com.googlecode.wicket.jquery.core does not
> exist
> > > >> > > >     [javac] import com.googlecode.wicket.jquery.core.Options;
> > > >> > > >     [javac]                                         ^
> > > >> > > >     [javac]
> > > >> > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/calendar/CalendarPanel.java:37:
> > > >> > > > error: cannot find symbol
> > > >> > > >     [javac] import
> > > >> > com.googlecode.wicket.jquery.ui.calendar.CalendarView;
> > > >> > > >     [javac]                                                ^
> > > >> > > >     [javac]   symbol:   class CalendarView
> > > >> > > >     [javac]   location: package
> > > >> > com.googlecode.wicket.jquery.ui.calendar
> > > >> > > >     [javac]
> > > >> > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/OmDashboardPanel.java:25:
> > > >> > > > error: package ro.fortsoft.wicket.dashboard does not exist
> > > >> > > >     [javac] import ro.fortsoft.wicket.dashboard.Dashboard;
> > > >> > > >     [javac]                                    ^
> > > >> > > >     [javac]
> > > >> > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/OmDashboardPanel.java:26:
> > > >> > > > error: package ro.fortsoft.wicket.dashboard.web does not exist
> > > >> > > >     [javac] import
> > > ro.fortsoft.wicket.dashboard.web.DashboardPanel;
> > > >> > > >     [javac]                                        ^
> > > >> > > >     [javac]
> > > >> > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidget.java:24:
> > > >> > > > error: package ro.fortsoft.wicket.dashboard does not exist
> > > >> > > >     [javac] import
> ro.fortsoft.wicket.dashboard.AbstractWidget;
> > > >> > > >     [javac]                                    ^
> > > >> > > >     [javac]
> > > >> > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidget.java:25:
> > > >> > > > error: package ro.fortsoft.wicket.dashboard does not exist
> > > >> > > >     [javac] import ro.fortsoft.wicket.dashboard.Widget;
> > > >> > > >     [javac]                                    ^
> > > >> > > >     [javac]
> > > >> > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidget.java:26:
> > > >> > > > error: package ro.fortsoft.wicket.dashboard does not exist
> > > >> > > >     [javac] import
> ro.fortsoft.wicket.dashboard.WidgetLocation;
> > > >> > > >     [javac]                                    ^
> > > >> > > >     [javac]
> > > >> > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidget.java:27:
> > > >> > > > error: package ro.fortsoft.wicket.dashboard.web does not exist
> > > >> > > >     [javac] import
> ro.fortsoft.wicket.dashboard.web.WidgetView;
> > > >> > > >     [javac]                                        ^
> > > >> > > >     [javac]
> > > >> > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidget.java:29:
> > > >> > > > error: cannot find symbol
> > > >> > > >     [javac] public class PrivateRoomsWidget extends
> > > AbstractWidget {
> > > >> > > >     [javac]                                         ^
> > > >> > > >     [javac]   symbol: class AbstractWidget
> > > >> > > >     [javac]
> > > >> > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidget.java:38:
> > > >> > > > error: cannot find symbol
> > > >> > > >     [javac]     public WidgetView createView(String viewId) {
> > > >> > > >     [javac]            ^
> > > >> > > >     [javac]   symbol:   class WidgetView
> > > >> > > >     [javac]   location: class PrivateRoomsWidget
> > > >> > > >     [javac]
> > > >> > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidgetDescriptor.java:23:
> > > >> > > > error: package ro.fortsoft.wicket.dashboard does not exist
> > > >> > > >     [javac] import
> > ro.fortsoft.wicket.dashboard.WidgetDescriptor;
> > > >> > > >     [javac]                                    ^
> > > >> > > >     [javac]
> > > >> > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidgetDescriptor.java:25:
> > > >> > > > error: cannot find symbol
> > > >> > > >     [javac] public class PrivateRoomsWidgetDescriptor
> implements
> > > >> > > > WidgetDescriptor {
> > > >> > > >     [javac]
> >  ^
> > > >> > > >     [javac]   symbol: class WidgetDescriptor
> > > >> > > >     [javac]
> > > >> > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidgetView.java:26:
> > > >> > > > error: package ro.fortsoft.wicket.dashboard does not exist
> > > >> > > >     [javac] import ro.fortsoft.wicket.dashboard.Widget;
> > > >> > > >     [javac]                                    ^
> > > >> > > >     [javac]
> > > >> > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidgetView.java:27:
> > > >> > > > error: package ro.fortsoft.wicket.dashboard.web does not exist
> > > >> > > >     [javac] import
> ro.fortsoft.wicket.dashboard.web.WidgetView;
> > > >> > > >     [javac]                                        ^
> > > >> > > >     [javac]
> > > >> > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidgetView.java:29:
> > > >> > > > error: cannot find symbol
> > > >> > > >     [javac] public class PrivateRoomsWidgetView extends
> > > WidgetView {
> > > >> > > >     [javac]                                             ^
> > > >> > > >     [javac]   symbol: class WidgetView
> > > >> > > >     [javac]
> > > >> > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidgetView.java:32:
> > > >> > > > error: cannot find symbol
> > > >> > > >     [javac]     public PrivateRoomsWidgetView(String id,
> > > >> Model<Widget>
> > > >> > > > model) {
> > > >> > > >     [javac]
>  ^
> > > >> > > >     [javac]   symbol:   class Widget
> > > >> > > >     [javac]   location: class PrivateRoomsWidgetView
> > > >> > > >     [javac]
> > > >> > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidget.java:24:
> > > >> > > > error: package ro.fortsoft.wicket.dashboard does not exist
> > > >> > > >     [javac] import
> ro.fortsoft.wicket.dashboard.AbstractWidget;
> > > >> > > >     [javac]                                    ^
> > > >> > > >     [javac]
> > > >> > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidget.java:25:
> > > >> > > > error: package ro.fortsoft.wicket.dashboard does not exist
> > > >> > > >     [javac] import ro.fortsoft.wicket.dashboard.Widget;
> > > >> > > >     [javac]                                    ^
> > > >> > > >     [javac]
> > > >> > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidget.java:26:
> > > >> > > > error: package ro.fortsoft.wicket.dashboard does not exist
> > > >> > > >     [javac] import
> ro.fortsoft.wicket.dashboard.WidgetLocation;
> > > >> > > >     [javac]                                    ^
> > > >> > > >     [javac]
> > > >> > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidget.java:27:
> > > >> > > > error: package ro.fortsoft.wicket.dashboard.web does not exist
> > > >> > > >     [javac] import
> ro.fortsoft.wicket.dashboard.web.WidgetView;
> > > >> > > >     [javac]                                        ^
> > > >> > > >     [javac]
> > > >> > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidget.java:29:
> > > >> > > > error: cannot find symbol
> > > >> > > >     [javac] public class StartWidget extends AbstractWidget {
> > > >> > > >     [javac]                                  ^
> > > >> > > >     [javac]   symbol: class AbstractWidget
> > > >> > > >     [javac]
> > > >> > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidget.java:38:
> > > >> > > > error: cannot find symbol
> > > >> > > >     [javac]     public WidgetView createView(String viewId) {
> > > >> > > >     [javac]            ^
> > > >> > > >     [javac]   symbol:   class WidgetView
> > > >> > > >     [javac]   location: class StartWidget
> > > >> > > >     [javac]
> > > >> > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidgetDescriptor.java:23:
> > > >> > > > error: package ro.fortsoft.wicket.dashboard does not exist
> > > >> > > >     [javac] import
> > ro.fortsoft.wicket.dashboard.WidgetDescriptor;
> > > >> > > >     [javac]                                    ^
> > > >> > > >     [javac]
> > > >> > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidgetDescriptor.java:25:
> > > >> > > > error: cannot find symbol
> > > >> > > >     [javac] public class StartWidgetDescriptor implements
> > > >> > > WidgetDescriptor
> > > >> > > > {
> > > >> > > >     [javac]                                               ^
> > > >> > > >     [javac]   symbol: class WidgetDescriptor
> > > >> > > >     [javac]
> > > >> > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidgetView.java:23:
> > > >> > > > error: package ro.fortsoft.wicket.dashboard does not exist
> > > >> > > >     [javac] import ro.fortsoft.wicket.dashboard.Widget;
> > > >> > > >     [javac]                                    ^
> > > >> > > >     [javac]
> > > >> > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidgetView.java:24:
> > > >> > > > error: package ro.fortsoft.wicket.dashboard.web does not exist
> > > >> > > >     [javac] import
> ro.fortsoft.wicket.dashboard.web.WidgetView;
> > > >> > > >     [javac]                                        ^
> > > >> > > >     [javac]
> > > >> > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidgetView.java:26:
> > > >> > > > error: cannot find symbol
> > > >> > > >     [javac] public class StartWidgetView extends WidgetView {
> > > >> > > >     [javac]                                      ^
> > > >> > > >     [javac]   symbol: class WidgetView
> > > >> > > >     [javac]
> > > >> > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidgetView.java:29:
> > > >> > > > error: cannot find symbol
> > > >> > > >     [javac]     public StartWidgetView(String id,
> Model<Widget>
> > > >> model)
> > > >> > {
> > > >> > > >     [javac]                                             ^
> > > >> > > >     [javac]   symbol:   class Widget
> > > >> > > >     [javac]   location: class StartWidgetView
> > > >> > > >     [javac]
> > > >> > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidget.java:24:
> > > >> > > > error: package ro.fortsoft.wicket.dashboard does not exist
> > > >> > > >     [javac] import
> ro.fortsoft.wicket.dashboard.AbstractWidget;
> > > >> > > >     [javac]                                    ^
> > > >> > > >     [javac]
> > > >> > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidget.java:25:
> > > >> > > > error: package ro.fortsoft.wicket.dashboard does not exist
> > > >> > > >     [javac] import ro.fortsoft.wicket.dashboard.Widget;
> > > >> > > >     [javac]                                    ^
> > > >> > > >     [javac]
> > > >> > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidget.java:26:
> > > >> > > > error: package ro.fortsoft.wicket.dashboard does not exist
> > > >> > > >     [javac] import
> ro.fortsoft.wicket.dashboard.WidgetLocation;
> > > >> > > >     [javac]                                    ^
> > > >> > > >     [javac]
> > > >> > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidget.java:27:
> > > >> > > > error: package ro.fortsoft.wicket.dashboard.web does not exist
> > > >> > > >     [javac] import
> ro.fortsoft.wicket.dashboard.web.WidgetView;
> > > >> > > >     [javac]                                        ^
> > > >> > > >     [javac]
> > > >> > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidget.java:29:
> > > >> > > > error: cannot find symbol
> > > >> > > >     [javac] public class WelcomeWidget extends AbstractWidget
> {
> > > >> > > >     [javac]                                    ^
> > > >> > > >     [javac]   symbol: class AbstractWidget
> > > >> > > >     [javac]
> > > >> > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidget.java:38:
> > > >> > > > error: cannot find symbol
> > > >> > > >     [javac]     public WidgetView createView(String viewId) {
> > > >> > > >     [javac]            ^
> > > >> > > >     [javac]   symbol:   class WidgetView
> > > >> > > >     [javac]   location: class WelcomeWidget
> > > >> > > >     [javac]
> > > >> > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidgetDescriptor.java:23:
> > > >> > > > error: package ro.fortsoft.wicket.dashboard does not exist
> > > >> > > >     [javac] import
> > ro.fortsoft.wicket.dashboard.WidgetDescriptor;
> > > >> > > >     [javac]                                    ^
> > > >> > > >     [javac]
> > > >> > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidgetDescriptor.java:25:
> > > >> > > > error: cannot find symbol
> > > >> > > >     [javac] public class WelcomeWidgetDescriptor implements
> > > >> > > > WidgetDescriptor {
> > > >> > > >     [javac]                                                 ^
> > > >> > > >     [javac]   symbol: class WidgetDescriptor
> > > >> > > >     [javac]
> > > >> > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/profile/SettingsPanel.java:32:
> > > >> > > > error: package com.googlecode.wicket.jquery.core does not
> exist
> > > >> > > >     [javac] import
> > > com.googlecode.wicket.jquery.core.JQueryBehavior;
> > > >> > > >     [javac]                                         ^
> > > >> > > >     [javac]
> > > >> > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/profile/SettingsPanel.java:33:
> > > >> > > > error: package com.googlecode.wicket.jquery.core does not
> exist
> > > >> > > >     [javac] import com.googlecode.wicket.jquery.core.Options;
> > > >> > > >     [javac]                                         ^
> > > >> > > >     [javac]
> > > >> > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidgetView.java:37:
> > > >> > > > error: package ro.fortsoft.wicket.dashboard does not exist
> > > >> > > >     [javac] import ro.fortsoft.wicket.dashboard.Widget;
> > > >> > > >     [javac]                                    ^
> > > >> > > >     [javac]
> > > >> > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidgetView.java:38:
> > > >> > > > error: package ro.fortsoft.wicket.dashboard.web does not exist
> > > >> > > >     [javac] import
> ro.fortsoft.wicket.dashboard.web.WidgetView;
> > > >> > > >     [javac]                                        ^
> > > >> > > >     [javac]
> > > >> > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidgetView.java:40:
> > > >> > > > error: cannot find symbol
> > > >> > > >     [javac] public class WelcomeWidgetView extends WidgetView
> {
> > > >> > > >     [javac]                                        ^
> > > >> > > >     [javac]   symbol: class WidgetView
> > > >> > > >     [javac]
> > > >> > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidgetView.java:43:
> > > >> > > > error: cannot find symbol
> > > >> > > >     [javac]     public WelcomeWidgetView(String id,
> > Model<Widget>
> > > >> > model)
> > > >> > > {
> > > >> > > >     [javac]                                               ^
> > > >> > > >     [javac]   symbol:   class Widget
> > > >> > > >     [javac]   location: class WelcomeWidgetView
> > > >> > > >     [javac]
> > > >> > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/profile/WidgetsPanel.java:32:
> > > >> > > > error: package ro.fortsoft.wicket.dashboard does not exist
> > > >> > > >     [javac] import ro.fortsoft.wicket.dashboard.Dashboard;
> > > >> > > >     [javac]                                    ^
> > > >> > > >     [javac]
> > > >> > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/profile/WidgetsPanel.java:33:
> > > >> > > > error: package ro.fortsoft.wicket.dashboard does not exist
> > > >> > > >     [javac] import ro.fortsoft.wicket.dashboard.Widget;
> > > >> > > >     [javac]                                    ^
> > > >> > > >     [javac]
> > > >> > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/profile/WidgetsPanel.java:34:
> > > >> > > > error: package ro.fortsoft.wicket.dashboard does not exist
> > > >> > > >     [javac] import
> > ro.fortsoft.wicket.dashboard.WidgetDescriptor;
> > > >> > > >     [javac]                                    ^
> > > >> > > >     [javac]
> > > >> > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/profile/WidgetsPanel.java:35:
> > > >> > > > error: package ro.fortsoft.wicket.dashboard.web does not exist
> > > >> > > >     [javac] import
> > > >> ro.fortsoft.wicket.dashboard.web.DashboardContext;
> > > >> > > >     [javac]                                        ^
> > > >> > > >     [javac]
> > > >> > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/profile/WidgetsPanel.java:40:
> > > >> > > > error: cannot find symbol
> > > >> > > >     [javac]     private Widget isDisplayed(WidgetDescriptor
> wd)
> > {
> > > >> > > >     [javac]                                ^
> > > >> > > >     [javac]   symbol:   class WidgetDescriptor
> > > >> > > >     [javac]   location: class WidgetsPanel
> > > >> > > >     [javac]
> > > >> > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/profile/WidgetsPanel.java:40:
> > > >> > > > error: cannot find symbol
> > > >> > > >     [javac]     private Widget isDisplayed(WidgetDescriptor
> wd)
> > {
> > > >> > > >     [javac]             ^
> > > >> > > >     [javac]   symbol:   class Widget
> > > >> > > >     [javac]   location: class WidgetsPanel
> > > >> > > >     [javac]
> > > >> > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/rooms/RoomsTabbedPanel.java:37:
> > > >> > > > error: package com.googlecode.wicket.jquery.core does not
> exist
> > > >> > > >     [javac] import
> > > com.googlecode.wicket.jquery.core.JQueryBehavior;
> > > >> > > >     [javac]                                         ^
> > > >> > > >     [javac]
> > > >> > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/pages/auth/SignInPage.java:35:
> > > >> > > > error: package com.googlecode.wicket.jquery.core does not
> exist
> > > >> > > >     [javac] import
> > > >> > > > com.googlecode.wicket.jquery.core.JQueryAbstractBehavior;
> > > >> > > >     [javac]                                         ^
> > > >> > > >     [javac]
> > > >> > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/util/UserDashboardPersister.java:23:
> > > >> > > > error: package ro.fortsoft.wicket.dashboard does not exist
> > > >> > > >     [javac] import ro.fortsoft.wicket.dashboard.Dashboard;
> > > >> > > >     [javac]                                    ^
> > > >> > > >     [javac]
> > > >> > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/util/UserDashboardPersister.java:24:
> > > >> > > > error: package ro.fortsoft.wicket.dashboard does not exist
> > > >> > > >     [javac] import
> > > ro.fortsoft.wicket.dashboard.DashboardPersister;
> > > >> > > >     [javac]                                    ^
> > > >> > > >     [javac]
> > > >> > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/util/UserDashboardPersister.java:25:
> > > >> > > > error: package ro.fortsoft.wicket.dashboard does not exist
> > > >> > > >     [javac] import
> > > >> > > ro.fortsoft.wicket.dashboard.XStreamDashboardPersister;
> > > >> > > >     [javac]                                    ^
> > > >> > > >     [javac]
> > > >> > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/util/UserDashboardPersister.java:27:
> > > >> > > > error: cannot find symbol
> > > >> > > >     [javac] public class UserDashboardPersister implements
> > > >> > > > DashboardPersister {
> > > >> > > >     [javac]                                                ^
> > > >> > > >     [javac]   symbol: class DashboardPersister
> > > >> > > >     [javac]
> > > >> > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/util/UserDashboardPersister.java:28:
> > > >> > > > error: cannot find symbol
> > > >> > > >     [javac]     public Dashboard load() {
> > > >> > > >     [javac]            ^
> > > >> > > >     [javac]   symbol:   class Dashboard
> > > >> > > >     [javac]   location: class UserDashboardPersister
> > > >> > > >     [javac]
> > > >> > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/util/UserDashboardPersister.java:32:
> > > >> > > > error: cannot find symbol
> > > >> > > >     [javac]     public void save(Dashboard dashboard) {
> > > >> > > >     [javac]                      ^
> > > >> > > >     [javac]   symbol:   class Dashboard
> > > >> > > >     [javac]   location: class UserDashboardPersister
> > > >> > > >     [javac]
> > > >> > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/Application.java:47:
> > > >> > > > error: package ro.fortsoft.wicket.dashboard does not exist
> > > >> > > >     [javac] import
> ro.fortsoft.wicket.dashboard.WidgetRegistry;
> > > >> > > >     [javac]                                    ^
> > > >> > > >     [javac]
> > > >> > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/Application.java:48:
> > > >> > > > error: package ro.fortsoft.wicket.dashboard.web does not exist
> > > >> > > >     [javac] import
> > > >> ro.fortsoft.wicket.dashboard.web.DashboardContext;
> > > >> > > >     [javac]                                        ^
> > > >> > > >     [javac]
> > > >> > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/Application.java:49:
> > > >> > > > error: package ro.fortsoft.wicket.dashboard.web does not exist
> > > >> > > >     [javac] import
> > > >> > > > ro.fortsoft.wicket.dashboard.web.DashboardContextInjector;
> > > >> > > >     [javac]                                        ^
> > > >> > > >     [javac]
> > > >> > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/Application.java:50:
> > > >> > > > error: package ro.fortsoft.wicket.dashboard.web does not exist
> > > >> > > >     [javac] import
> > > >> ro.fortsoft.wicket.dashboard.web.DashboardSettings;
> > > >> > > >     [javac]                                        ^
> > > >> > > >     [javac]
> > > >> > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/Application.java:53:
> > > >> > > > error: cannot find symbol
> > > >> > > >     [javac]     private DashboardContext dashboardContext;
> > > >> > > >     [javac]             ^
> > > >> > > >     [javac]   symbol:   class DashboardContext
> > > >> > > >     [javac]   location: class Application
> > > >> > > >     [javac]
> > > >> > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/Application.java:129:
> > > >> > > > error: cannot find symbol
> > > >> > > >     [javac]     public static DashboardContext
> > > >> getDashboardContext() {
> > > >> > > >     [javac]                   ^
> > > >> > > >     [javac]   symbol:   class DashboardContext
> > > >> > > >     [javac]   location: class Application
> > > >> > > >     [javac]
> > > >> > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/WebSession.java:47:
> > > >> > > > error: package ro.fortsoft.wicket.dashboard does not exist
> > > >> > > >     [javac] import ro.fortsoft.wicket.dashboard.Dashboard;
> > > >> > > >     [javac]                                    ^
> > > >> > > >     [javac]
> > > >> > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/WebSession.java:48:
> > > >> > > > error: package ro.fortsoft.wicket.dashboard does not exist
> > > >> > > >     [javac] import
> > ro.fortsoft.wicket.dashboard.DefaultDashboard;
> > > >> > > >     [javac]                                    ^
> > > >> > > >     [javac]
> > > >> > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/WebSession.java:49:
> > > >> > > > error: package ro.fortsoft.wicket.dashboard does not exist
> > > >> > > >     [javac] import ro.fortsoft.wicket.dashboard.WidgetFactory;
> > > >> > > >     [javac]                                    ^
> > > >> > > >     [javac]
> > > >> > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/WebSession.java:50:
> > > >> > > > error: package ro.fortsoft.wicket.dashboard.web does not exist
> > > >> > > >     [javac] import
> > > >> ro.fortsoft.wicket.dashboard.web.DashboardContext;
> > > >> > > >     [javac]                                        ^
> > > >> > > >     [javac]
> > > >> > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/WebSession.java:60:
> > > >> > > > error: cannot find symbol
> > > >> > > >     [javac]     private Dashboard dashboard;
> > > >> > > >     [javac]             ^
> > > >> > > >     [javac]   symbol:   class Dashboard
> > > >> > > >     [javac]   location: class WebSession
> > > >> > > >     [javac]
> > > >> > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/WebSession.java:164:
> > > >> > > > error: cannot find symbol
> > > >> > > >     [javac]     public static Dashboard getDashboard() {
> > > >> > > >     [javac]                   ^
> > > >> > > >     [javac]   symbol:   class Dashboard
> > > >> > > >     [javac]   location: class WebSession
> > > >> > > >     [javac]
> > > >> > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/calendar/CalendarPanel.java:34:
> > > >> > > > error: package com.googlecode.wicket.jquery.core does not
> exist
> > > >> > > >     [javac] import
> > > >> > > > com.googlecode.wicket.jquery.core.JQueryAbstractBehavior;
> > > >> > > >     [javac]                                         ^
> > > >> > > >     [javac]
> > > >> > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/calendar/CalendarPanel.java:35:
> > > >> > > > error: package com.googlecode.wicket.jquery.core does not
> exist
> > > >> > > >     [javac] import com.googlecode.wicket.jquery.core.Options;
> > > >> > > >     [javac]                                         ^
> > > >> > > >     [javac]
> > > >> > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/calendar/CalendarPanel.java:37:
> > > >> > > > error: cannot find symbol
> > > >> > > >     [javac] import
> > > >> > com.googlecode.wicket.jquery.ui.calendar.CalendarView;
> > > >> > > >     [javac]                                                ^
> > > >> > > >     [javac]   symbol:   class CalendarView
> > > >> > > >     [javac]   location: package
> > > >> > com.googlecode.wicket.jquery.ui.calendar
> > > >> > > >     [javac]
> > > >> > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/OmDashboardPanel.java:25:
> > > >> > > > error: package ro.fortsoft.wicket.dashboard does not exist
> > > >> > > >     [javac] import ro.fortsoft.wicket.dashboard.Dashboard;
> > > >> > > >     [javac]                                    ^
> > > >> > > >     [javac]
> > > >> > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/OmDashboardPanel.java:26:
> > > >> > > > error: package ro.fortsoft.wicket.dashboard.web does not exist
> > > >> > > >     [javac] import
> > > ro.fortsoft.wicket.dashboard.web.DashboardPanel;
> > > >> > > >     [javac]                                        ^
> > > >> > > >     [javac]
> > > >> > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidget.java:24:
> > > >> > > > error: package ro.fortsoft.wicket.dashboard does not exist
> > > >> > > >     [javac] import
> ro.fortsoft.wicket.dashboard.AbstractWidget;
> > > >> > > >     [javac]                                    ^
> > > >> > > >     [javac]
> > > >> > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidget.java:25:
> > > >> > > > error: package ro.fortsoft.wicket.dashboard does not exist
> > > >> > > >     [javac] import ro.fortsoft.wicket.dashboard.Widget;
> > > >> > > >     [javac]                                    ^
> > > >> > > >     [javac]
> > > >> > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidget.java:26:
> > > >> > > > error: package ro.fortsoft.wicket.dashboard does not exist
> > > >> > > >     [javac] import
> ro.fortsoft.wicket.dashboard.WidgetLocation;
> > > >> > > >     [javac]                                    ^
> > > >> > > >     [javac]
> > > >> > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidget.java:27:
> > > >> > > > error: package ro.fortsoft.wicket.dashboard.web does not exist
> > > >> > > >     [javac] import
> ro.fortsoft.wicket.dashboard.web.WidgetView;
> > > >> > > >     [javac]                                        ^
> > > >> > > >     [javac]
> > > >> > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidget.java:29:
> > > >> > > > error: cannot find symbol
> > > >> > > >     [javac] public class PrivateRoomsWidget extends
> > > AbstractWidget {
> > > >> > > >     [javac]                                         ^
> > > >> > > >     [javac]   symbol: class AbstractWidget
> > > >> > > >     [javac]
> > > >> > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidget.java:38:
> > > >> > > > error: cannot find symbol
> > > >> > > >     [javac]     public WidgetView createView(String viewId) {
> > > >> > > >     [javac]            ^
> > > >> > > >     [javac]   symbol:   class WidgetView
> > > >> > > >     [javac]   location: class PrivateRoomsWidget
> > > >> > > >     [javac]
> > > >> > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidgetDescriptor.java:23:
> > > >> > > > error: package ro.fortsoft.wicket.dashboard does not exist
> > > >> > > >     [javac] import
> > ro.fortsoft.wicket.dashboard.WidgetDescriptor;
> > > >> > > >     [javac]                                    ^
> > > >> > > >     [javac]
> > > >> > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidgetDescriptor.java:25:
> > > >> > > > error: cannot find symbol
> > > >> > > >     [javac] public class PrivateRoomsWidgetDescriptor
> implements
> > > >> > > > WidgetDescriptor {
> > > >> > > >     [javac]
> >  ^
> > > >> > > >     [javac]   symbol: class WidgetDescriptor
> > > >> > > >     [javac]
> > > >> > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidgetView.java:26:
> > > >> > > > error: package ro.fortsoft.wicket.dashboard does not exist
> > > >> > > >     [javac] import ro.fortsoft.wicket.dashboard.Widget;
> > > >> > > >     [javac]                                    ^
> > > >> > > >     [javac]
> > > >> > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidgetView.java:27:
> > > >> > > > error: package ro.fortsoft.wicket.dashboard.web does not exist
> > > >> > > >     [javac] import
> ro.fortsoft.wicket.dashboard.web.WidgetView;
> > > >> > > >     [javac]                                        ^
> > > >> > > >     [javac]
> > > >> > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidgetView.java:29:
> > > >> > > > error: cannot find symbol
> > > >> > > >     [javac] public class PrivateRoomsWidgetView extends
> > > WidgetView {
> > > >> > > >     [javac]                                             ^
> > > >> > > >     [javac]   symbol: class WidgetView
> > > >> > > >     [javac]
> > > >> > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidgetView.java:32:
> > > >> > > > error: cannot find symbol
> > > >> > > >     [javac]     public PrivateRoomsWidgetView(String id,
> > > >> Model<Widget>
> > > >> > > > model) {
> > > >> > > >     [javac]
>  ^
> > > >> > > >     [javac]   symbol:   class Widget
> > > >> > > >     [javac]   location: class PrivateRoomsWidgetView
> > > >> > > >     [javac]
> > > >> > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidget.java:24:
> > > >> > > > error: package ro.fortsoft.wicket.dashboard does not exist
> > > >> > > >     [javac] import
> ro.fortsoft.wicket.dashboard.AbstractWidget;
> > > >> > > >     [javac]                                    ^
> > > >> > > >     [javac]
> > > >> > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidget.java:25:
> > > >> > > > error: package ro.fortsoft.wicket.dashboard does not exist
> > > >> > > >     [javac] import ro.fortsoft.wicket.dashboard.Widget;
> > > >> > > >     [javac]                                    ^
> > > >> > > >     [javac]
> > > >> > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidget.java:26:
> > > >> > > > error: package ro.fortsoft.wicket.dashboard does not exist
> > > >> > > >     [javac] import
> ro.fortsoft.wicket.dashboard.WidgetLocation;
> > > >> > > >     [javac]                                    ^
> > > >> > > >     [javac]
> > > >> > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidget.java:27:
> > > >> > > > error: package ro.fortsoft.wicket.dashboard.web does not exist
> > > >> > > >     [javac] import
> ro.fortsoft.wicket.dashboard.web.WidgetView;
> > > >> > > >     [javac]                                        ^
> > > >> > > >     [javac]
> > > >> > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidget.java:29:
> > > >> > > > error: cannot find symbol
> > > >> > > >     [javac] public class StartWidget extends AbstractWidget {
> > > >> > > >     [javac]                                  ^
> > > >> > > >     [javac]   symbol: class AbstractWidget
> > > >> > > >     [javac]
> > > >> > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidget.java:38:
> > > >> > > > error: cannot find symbol
> > > >> > > >     [javac]     public WidgetView createView(String viewId) {
> > > >> > > >     [javac]            ^
> > > >> > > >     [javac]   symbol:   class WidgetView
> > > >> > > >     [javac]   location: class StartWidget
> > > >> > > >     [javac]
> > > >> > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidgetDescriptor.java:23:
> > > >> > > > error: package ro.fortsoft.wicket.dashboard does not exist
> > > >> > > >     [javac] import
> > ro.fortsoft.wicket.dashboard.WidgetDescriptor;
> > > >> > > >     [javac]                                    ^
> > > >> > > >     [javac]
> > > >> > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidgetDescriptor.java:25:
> > > >> > > > error: cannot find symbol
> > > >> > > >     [javac] public class StartWidgetDescriptor implements
> > > >> > > WidgetDescriptor
> > > >> > > > {
> > > >> > > >     [javac]                                               ^
> > > >> > > >     [javac]   symbol: class WidgetDescriptor
> > > >> > > >     [javac]
> > > >> > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidgetView.java:23:
> > > >> > > > error: package ro.fortsoft.wicket.dashboard does not exist
> > > >> > > >     [javac] import ro.fortsoft.wicket.dashboard.Widget;
> > > >> > > >     [javac]                                    ^
> > > >> > > >     [javac]
> > > >> > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidgetView.java:24:
> > > >> > > > error: package ro.fortsoft.wicket.dashboard.web does not exist
> > > >> > > >     [javac] import
> ro.fortsoft.wicket.dashboard.web.WidgetView;
> > > >> > > >     [javac]                                        ^
> > > >> > > >     [javac]
> > > >> > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidgetView.java:26:
> > > >> > > > error: cannot find symbol
> > > >> > > >     [javac] public class StartWidgetView extends WidgetView {
> > > >> > > >     [javac]                                      ^
> > > >> > > >     [javac]   symbol: class WidgetView
> > > >> > > >     [javac]
> > > >> > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidgetView.java:29:
> > > >> > > > error: cannot find symbol
> > > >> > > >     [javac]     public StartWidgetView(String id,
> Model<Widget>
> > > >> model)
> > > >> > {
> > > >> > > >     [javac]                                             ^
> > > >> > > >     [javac]   symbol:   class Widget
> > > >> > > >     [javac]   location: class StartWidgetView
> > > >> > > >     [javac]
> > > >> > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidget.java:24:
> > > >> > > > error: package ro.fortsoft.wicket.dashboard does not exist
> > > >> > > >     [javac] import
> ro.fortsoft.wicket.dashboard.AbstractWidget;
> > > >> > > >     [javac]                                    ^
> > > >> > > >     [javac]
> > > >> > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidget.java:25:
> > > >> > > > error: package ro.fortsoft.wicket.dashboard does not exist
> > > >> > > >     [javac] import ro.fortsoft.wicket.dashboard.Widget;
> > > >> > > >     [javac]                                    ^
> > > >> > > >     [javac]
> > > >> > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidget.java:26:
> > > >> > > > error: package ro.fortsoft.wicket.dashboard does not exist
> > > >> > > >     [javac] import
> ro.fortsoft.wicket.dashboard.WidgetLocation;
> > > >> > > >     [javac]                                    ^
> > > >> > > >     [javac]
> > > >> > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidget.java:27:
> > > >> > > > error: package ro.fortsoft.wicket.dashboard.web does not exist
> > > >> > > >     [javac] import
> ro.fortsoft.wicket.dashboard.web.WidgetView;
> > > >> > > >     [javac]                                        ^
> > > >> > > >     [javac]
> > > >> > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidget.java:29:
> > > >> > > > error: cannot find symbol
> > > >> > > >     [javac] public class WelcomeWidget extends AbstractWidget
> {
> > > >> > > >     [javac]                                    ^
> > > >> > > >     [javac]   symbol: class AbstractWidget
> > > >> > > >     [javac]
> > > >> > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidget.java:38:
> > > >> > > > error: cannot find symbol
> > > >> > > >     [javac]     public WidgetView createView(String viewId) {
> > > >> > > >     [javac]            ^
> > > >> > > >     [javac]   symbol:   class WidgetView
> > > >> > > >     [javac]   location: class WelcomeWidget
> > > >> > > >     [javac]
> > > >> > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidgetDescriptor.java:23:
> > > >> > > > error: package ro.fortsoft.wicket.dashboard does not exist
> > > >> > > >     [javac] import
> > ro.fortsoft.wicket.dashboard.WidgetDescriptor;
> > > >> > > >     [javac]                                    ^
> > > >> > > >     [javac]
> > > >> > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidgetDescriptor.java:25:
> > > >> > > > error: cannot find symbol
> > > >> > > >     [javac] public class WelcomeWidgetDescriptor implements
> > > >> > > > WidgetDescriptor {
> > > >> > > >     [javac]                                                 ^
> > > >> > > >     [javac]   symbol: class WidgetDescriptor
> > > >> > > >     [javac]
> > > >> > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/profile/SettingsPanel.java:32:
> > > >> > > > error: package com.googlecode.wicket.jquery.core does not
> exist
> > > >> > > >     [javac] import
> > > com.googlecode.wicket.jquery.core.JQueryBehavior;
> > > >> > > >     [javac]                                         ^
> > > >> > > >     [javac]
> > > >> > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/profile/SettingsPanel.java:33:
> > > >> > > > error: package com.googlecode.wicket.jquery.core does not
> exist
> > > >> > > >     [javac] import com.googlecode.wicket.jquery.core.Options;
> > > >> > > >     [javac]                                         ^
> > > >> > > >     [javac]
> > > >> > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidgetView.java:37:
> > > >> > > > error: package ro.fortsoft.wicket.dashboard does not exist
> > > >> > > >     [javac] import ro.fortsoft.wicket.dashboard.Widget;
> > > >> > > >     [javac]                                    ^
> > > >> > > >     [javac]
> > > >> > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidgetView.java:38:
> > > >> > > > error: package ro.fortsoft.wicket.dashboard.web does not exist
> > > >> > > >     [javac] import
> ro.fortsoft.wicket.dashboard.web.WidgetView;
> > > >> > > >     [javac]                                        ^
> > > >> > > >     [javac]
> > > >> > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidgetView.java:40:
> > > >> > > > error: cannot find symbol
> > > >> > > >     [javac] public class WelcomeWidgetView extends WidgetView
> {
> > > >> > > >     [javac]                                        ^
> > > >> > > >     [javac]   symbol: class WidgetView
> > > >> > > >     [javac]
> > > >> > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidgetView.java:43:
> > > >> > > > error: cannot find symbol
> > > >> > > >     [javac]     public WelcomeWidgetView(String id,
> > Model<Widget>
> > > >> > model)
> > > >> > > {
> > > >> > > >     [javac]                                               ^
> > > >> > > >     [javac]   symbol:   class Widget
> > > >> > > >     [javac]   location: class WelcomeWidgetView
> > > >> > > >     [javac]
> > > >> > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/profile/WidgetsPanel.java:32:
> > > >> > > > error: package ro.fortsoft.wicket.dashboard does not exist
> > > >> > > >     [javac] import ro.fortsoft.wicket.dashboard.Dashboard;
> > > >> > > >     [javac]                                    ^
> > > >> > > >     [javac]
> > > >> > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/profile/WidgetsPanel.java:33:
> > > >> > > > error: package ro.fortsoft.wicket.dashboard does not exist
> > > >> > > >     [javac] import ro.fortsoft.wicket.dashboard.Widget;
> > > >> > > >     [javac]                                    ^
> > > >> > > >     [javac]
> > > >> > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/profile/WidgetsPanel.java:34:
> > > >> > > > error: package ro.fortsoft.wicket.dashboard does not exist
> > > >> > > >     [javac] import
> > ro.fortsoft.wicket.dashboard.WidgetDescriptor;
> > > >> > > >     [javac]                                    ^
> > > >> > > >     [javac]
> > > >> > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/profile/WidgetsPanel.java:35:
> > > >> > > > error: package ro.fortsoft.wicket.dashboard.web does not exist
> > > >> > > >     [javac] import
> > > >> ro.fortsoft.wicket.dashboard.web.DashboardContext;
> > > >> > > >     [javac]                                        ^
> > > >> > > >     [javac]
> > > >> > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/profile/WidgetsPanel.java:40:
> > > >> > > > error: cannot find symbol
> > > >> > > >     [javac]     private Widget isDisplayed(WidgetDescriptor
> wd)
> > {
> > > >> > > >     [javac]                                ^
> > > >> > > >     [javac]   symbol:   class WidgetDescriptor
> > > >> > > >     [javac]   location: class WidgetsPanel
> > > >> > > >     [javac]
> > > >> > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/profile/WidgetsPanel.java:40:
> > > >> > > > error: cannot find symbol
> > > >> > > >     [javac]     private Widget isDisplayed(WidgetDescriptor
> wd)
> > {
> > > >> > > >     [javac]             ^
> > > >> > > >     [javac]   symbol:   class Widget
> > > >> > > >     [javac]   location: class WidgetsPanel
> > > >> > > >     [javac]
> > > >> > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/rooms/RoomsTabbedPanel.java:37:
> > > >> > > > error: package com.googlecode.wicket.jquery.core does not
> exist
> > > >> > > >     [javac] import
> > > com.googlecode.wicket.jquery.core.JQueryBehavior;
> > > >> > > >     [javac]                                         ^
> > > >> > > >     [javac]
> > > >> > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/pages/auth/SignInPage.java:35:
> > > >> > > > error: package com.googlecode.wicket.jquery.core does not
> exist
> > > >> > > >     [javac] import
> > > >> > > > com.googlecode.wicket.jquery.core.JQueryAbstractBehavior;
> > > >> > > >     [javac]                                         ^
> > > >> > > >     [javac]
> > > >> > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/util/UserDashboardPersister.java:23:
> > > >> > > > error: package ro.fortsoft.wicket.dashboard does not exist
> > > >> > > >     [javac] import ro.fortsoft.wicket.dashboard.Dashboard;
> > > >> > > >     [javac]                                    ^
> > > >> > > >     [javac]
> > > >> > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/util/UserDashboardPersister.java:24:
> > > >> > > > error: package ro.fortsoft.wicket.dashboard does not exist
> > > >> > > >     [javac] import
> > > ro.fortsoft.wicket.dashboard.DashboardPersister;
> > > >> > > >     [javac]                                    ^
> > > >> > > >     [javac]
> > > >> > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/util/UserDashboardPersister.java:25:
> > > >> > > > error: package ro.fortsoft.wicket.dashboard does not exist
> > > >> > > >     [javac] import
> > > >> > > ro.fortsoft.wicket.dashboard.XStreamDashboardPersister;
> > > >> > > >     [javac]                                    ^
> > > >> > > >     [javac]
> > > >> > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/util/UserDashboardPersister.java:27:
> > > >> > > > error: cannot find symbol
> > > >> > > >     [javac] public class UserDashboardPersister implements
> > > >> > > > DashboardPersister {
> > > >> > > >     [javac]                                                ^
> > > >> > > >     [javac]   symbol: class DashboardPersister
> > > >> > > >     [javac]
> > > >> > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/util/UserDashboardPersister.java:28:
> > > >> > > > error: cannot find symbol
> > > >> > > >     [javac]     public Dashboard load() {
> > > >> > > >     [javac]            ^
> > > >> > > >     [javac]   symbol:   class Dashboard
> > > >> > > >     [javac]   location: class UserDashboardPersister
> > > >> > > >     [javac]
> > > >> > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/util/UserDashboardPersister.java:32:
> > > >> > > > error: cannot find symbol
> > > >> > > >     [javac]     public void save(Dashboard dashboard) {
> > > >> > > >     [javac]                      ^
> > > >> > > >     [javac]   symbol:   class Dashboard
> > > >> > > >     [javac]   location: class UserDashboardPersister
> > > >> > > >     [javac]
> > > >> > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/Application.java:77:
> > > >> > > > error: cannot find symbol
> > > >> > > >     [javac]         dashboardContext = new DashboardContext();
> > > >> > > >     [javac]                                ^
> > > >> > > >     [javac]   symbol:   class DashboardContext
> > > >> > > >     [javac]   location: class Application
> > > >> > > >     [javac]
> > > >> > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/Application.java:79:
> > > >> > > > error: cannot find symbol
> > > >> > > >     [javac]         WidgetRegistry widgetRegistry =
> > > >> > > > dashboardContext.getWidgetRegistry();
> > > >> > > >     [javac]         ^
> > > >> > > >     [javac]   symbol:   class WidgetRegistry
> > > >> > > >     [javac]   location: class Application
> > > >> > > >     [javac]
> > > >> > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/Application.java:84:
> > > >> > > > error: cannot find symbol
> > > >> > > >     [javac]         DashboardContextInjector
> > > >> dashboardContextInjector =
> > > >> > > new
> > > >> > > > DashboardContextInjector(dashboardContext);
> > > >> > > >     [javac]         ^
> > > >> > > >     [javac]   symbol:   class DashboardContextInjector
> > > >> > > >     [javac]   location: class Application
> > > >> > > >     [javac]
> > > >> > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/Application.java:84:
> > > >> > > > error: cannot find symbol
> > > >> > > >     [javac]         DashboardContextInjector
> > > >> dashboardContextInjector =
> > > >> > > new
> > > >> > > > DashboardContextInjector(dashboardContext);
> > > >> > > >     [javac]
> > > >> > > > ^
> > > >> > > >     [javac]   symbol:   class DashboardContextInjector
> > > >> > > >     [javac]   location: class Application
> > > >> > > >     [javac]
> > > >> > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/Application.java:86:
> > > >> > > > error: cannot find symbol
> > > >> > > >     [javac]         DashboardSettings dashboardSettings =
> > > >> > > > DashboardSettings.get();
> > > >> > > >     [javac]         ^
> > > >> > > >     [javac]   symbol:   class DashboardSettings
> > > >> > > >     [javac]   location: class Application
> > > >> > > >     [javac]
> > > >> > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/Application.java:86:
> > > >> > > > error: cannot find symbol
> > > >> > > >     [javac]         DashboardSettings dashboardSettings =
> > > >> > > > DashboardSettings.get();
> > > >> > > >     [javac]                                               ^
> > > >> > > >     [javac]   symbol:   variable DashboardSettings
> > > >> > > >     [javac]   location: class Application
> > > >> > > >     [javac]
> > > >> > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/WebSession.java:165:
> > > >> > > > error: cannot find symbol
> > > >> > > >     [javac]         Dashboard d = get().dashboard;
> > > >> > > >     [javac]         ^
> > > >> > > >     [javac]   symbol:   class Dashboard
> > > >> > > >     [javac]   location: class WebSession
> > > >> > > >     [javac]
> > > >> > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/WebSession.java:174:
> > > >> > > > error: cannot find symbol
> > > >> > > >     [javac]         DashboardContext dashboardContext =
> > > >> > > > getDashboardContext();
> > > >> > > >     [javac]         ^
> > > >> > > >     [javac]   symbol:   class DashboardContext
> > > >> > > >     [javac]   location: class WebSession
> > > >> > > >     [javac]
> > > >> > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/WebSession.java:178:
> > > >> > > > error: cannot find symbol
> > > >> > > >     [javac]             dashboard = new
> > > DefaultDashboard("default",
> > > >> > > > "Default");
> > > >> > > >     [javac]                             ^
> > > >> > > >     [javac]   symbol:   class DefaultDashboard
> > > >> > > >     [javac]   location: class WebSession
> > > >> > > >     [javac]
> > > >> > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/WebSession.java:180:
> > > >> > > > error: cannot find symbol
> > > >> > > >     [javac]             WidgetFactory widgetFactory =
> > > >> > > > dashboardContext.getWidgetFactory();
> > > >> > > >     [javac]             ^
> > > >> > > >     [javac]   symbol:   class WidgetFactory
> > > >> > > >     [javac]   location: class WebSession
> > > >> > > >     [javac]
> > > >> > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/calendar/CalendarPanel.java:64:
> > > >> > > > error: cannot find symbol
> > > >> > > >     [javac]         Options options = new Options();
> > > >> > > >     [javac]         ^
> > > >> > > >     [javac]   symbol:   class Options
> > > >> > > >     [javac]   location: class CalendarPanel
> > > >> > > >     [javac]
> > > >> > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/calendar/CalendarPanel.java:64:
> > > >> > > > error: cannot find symbol
> > > >> > > >     [javac]         Options options = new Options();
> > > >> > > >     [javac]                               ^
> > > >> > > >     [javac]   symbol:   class Options
> > > >> > > >     [javac]   location: class CalendarPanel
> > > >> > > >     [javac]
> > > >> > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/calendar/CalendarPanel.java:119:
> > > >> > > > error: cannot find symbol
> > > >> > > >     [javac]             public void onSelect(AjaxRequestTarget
> > > >> target,
> > > >> > > > CalendarView view, Date start, Date end, boolean allDay) {
> > > >> > > >     [javac]
> > > >> >  ^
> > > >> > > >     [javac]   symbol: class CalendarView
> > > >> > > >     [javac]
> > > >> > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/calendar/CalendarPanel.java:141:
> > > >> > > > error: cannot find symbol
> > > >> > > >     [javac]             public void
> > onEventClick(AjaxRequestTarget
> > > >> > > target,
> > > >> > > > CalendarView view, int eventId) {
> > > >> > > >     [javac]
> > > >> > > >  ^
> > > >> > > >     [javac]   symbol: class CalendarView
> > > >> > > >     [javac]
> > > >> > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/calendar/CalendarPanel.java:78:
> > > >> > > > error: cannot find symbol
> > > >> > > >     [javac]                 add(new
> > > >> > > > JQueryAbstractBehavior("calendar-functions") {
> > > >> > > >     [javac]                         ^
> > > >> > > >     [javac]   symbol: class JQueryAbstractBehavior
> > > >> > > >     [javac]
> > > >> > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/calendar/CalendarPanel.java:121:
> > > >> > > > error: cannot find symbol
> > > >> > > >     [javac]                 if (CalendarView.month == view &&
> > > >> > > > start.equals(end)) {
> > > >> > > >     [javac]                     ^
> > > >> > > >     [javac]   symbol: variable CalendarView
> > > >> > > >     [javac]
> > > >> > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/calendar/CalendarPanel.java:118:
> > > >> > > > error: method does not override or implement a method from a
> > > >> supertype
> > > >> > > >     [javac]             @Override
> > > >> > > >     [javac]             ^
> > > >> > > >     [javac]
> > > >> > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/calendar/CalendarPanel.java:140:
> > > >> > > > error: method does not override or implement a method from a
> > > >> supertype
> > > >> > > >     [javac]             @Override
> > > >> > > >     [javac]             ^
> > > >> > > >     [javac]
> > > >> > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/OmDashboardPanel.java:34:
> > > >> > > > error: cannot find symbol
> > > >> > > >     [javac]         add(new DashboardPanel("dashboard", new
> > > >> > > > Model<Dashboard>(WebSession.getDashboard())));
> > > >> > > >     [javac]                 ^
> > > >> > > >     [javac]   symbol:   class DashboardPanel
> > > >> > > >     [javac]   location: class OmDashboardPanel
> > > >> > > >     [javac]
> > > >> > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/OmDashboardPanel.java:34:
> > > >> > > > error: cannot find symbol
> > > >> > > >     [javac]         add(new DashboardPanel("dashboard", new
> > > >> > > > Model<Dashboard>(WebSession.getDashboard())));
> > > >> > > >     [javac]
> > > ^
> > > >> > > >     [javac]   symbol:   class Dashboard
> > > >> > > >     [javac]   location: class OmDashboardPanel
> > > >> > > >     [javac]
> > > >> > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidget.java:34:
> > > >> > > > error: cannot find symbol
> > > >> > > >     [javac]         title = WebSession.getString(781L);
> > > >> > > >     [javac]         ^
> > > >> > > >     [javac]   symbol:   variable title
> > > >> > > >     [javac]   location: class PrivateRoomsWidget
> > > >> > > >     [javac]
> > > >> > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidget.java:35:
> > > >> > > > error: cannot find symbol
> > > >> > > >     [javac]         location = new WidgetLocation(0, 1);
> > > >> > > >     [javac]         ^
> > > >> > > >     [javac]   symbol:   variable location
> > > >> > > >     [javac]   location: class PrivateRoomsWidget
> > > >> > > >     [javac]
> > > >> > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidget.java:35:
> > > >> > > > error: cannot find symbol
> > > >> > > >     [javac]         location = new WidgetLocation(0, 1);
> > > >> > > >     [javac]                        ^
> > > >> > > >     [javac]   symbol:   class WidgetLocation
> > > >> > > >     [javac]   location: class PrivateRoomsWidget
> > > >> > > >     [javac]
> > > >> > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidget.java:39:
> > > >> > > > error: cannot find symbol
> > > >> > > >     [javac]         return new PrivateRoomsWidgetView(viewId,
> > new
> > > >> > > > Model<Widget>(this));
> > > >> > > >     [javac]
> > > >> >   ^
> > > >> > > >     [javac]   symbol:   class Widget
> > > >> > > >     [javac]   location: class PrivateRoomsWidget
> > > >> > > >     [javac]
> > > >> > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidgetView.java:35:
> > > >> > > > error: cannot find symbol
> > > >> > > >     [javac]         add(new RoomsPanel("rooms",
> getMyRooms()));
> > > >> > > >     [javac]         ^
> > > >> > > >     [javac]   symbol:   method add(RoomsPanel)
> > > >> > > >     [javac]   location: class PrivateRoomsWidgetView
> > > >> > > >     [javac]
> > > >> > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidget.java:34:
> > > >> > > > error: cannot find symbol
> > > >> > > >     [javac]         title = WebSession.getString(774L);
> > > >> > > >     [javac]         ^
> > > >> > > >     [javac]   symbol:   variable title
> > > >> > > >     [javac]   location: class StartWidget
> > > >> > > >     [javac]
> > > >> > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidget.java:35:
> > > >> > > > error: cannot find symbol
> > > >> > > >     [javac]         location = new WidgetLocation(1, 0);
> > > >> > > >     [javac]         ^
> > > >> > > >     [javac]   symbol:   variable location
> > > >> > > >     [javac]   location: class StartWidget
> > > >> > > >     [javac]
> > > >> > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidget.java:35:
> > > >> > > > error: cannot find symbol
> > > >> > > >     [javac]         location = new WidgetLocation(1, 0);
> > > >> > > >     [javac]                        ^
> > > >> > > >     [javac]   symbol:   class WidgetLocation
> > > >> > > >     [javac]   location: class StartWidget
> > > >> > > >     [javac]
> > > >> > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidget.java:39:
> > > >> > > > error: cannot find symbol
> > > >> > > >     [javac]         return new StartWidgetView(viewId, new
> > > >> > > > Model<Widget>(this));
> > > >> > > >     [javac]
> >  ^
> > > >> > > >     [javac]   symbol:   class Widget
> > > >> > > >     [javac]   location: class StartWidget
> > > >> > > >     [javac]
> > > >> > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidget.java:34:
> > > >> > > > error: cannot find symbol
> > > >> > > >     [javac]         title = WebSession.getString(1546L);
> > > >> > > >     [javac]         ^
> > > >> > > >     [javac]   symbol:   variable title
> > > >> > > >     [javac]   location: class WelcomeWidget
> > > >> > > >     [javac]
> > > >> > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidget.java:35:
> > > >> > > > error: cannot find symbol
> > > >> > > >     [javac]         location = new WidgetLocation(0, 0);
> > > >> > > >     [javac]         ^
> > > >> > > >     [javac]   symbol:   variable location
> > > >> > > >     [javac]   location: class WelcomeWidget
> > > >> > > >     [javac] Note: Some input files use or override a
> deprecated
> > > API.
> > > >> > > >     [javac] Note: Recompile with -Xlint:deprecation for
> details.
> > > >> > > >     [javac] Note:
> > > >> > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/screen/webstart/gui/ScreenSharerFrame.java
> > > >> > > > uses unchecked or unsafe operations.
> > > >> > > >     [javac] Note: Recompile with -Xlint:unchecked for details.
> > > >> > > >     [javac] 100 errors
> > > >> > > >     [javac] 1 warning
> > > >> > > >
> > > >> > >
> > > >> > >
> > > >> > >
> > > >> > > --
> > > >> > > WBR
> > > >> > > Maxim aka solomax
> > > >> > >
> > > >> >
> > > >> >
> > > >> >
> > > >> > --
> > > >> > Regards
> > > >> > Andun S.L. Gunawardana
> > > >> > Undergraduate
> > > >> > Department of Computer Science And Engineering
> > > >> > University of Moratuwa
> > > >> > Sri Lanka
> > > >> >
> > > >> > Blog - http://www.insightforfuture.blogspot.com/
> > > >> > LinkedIn -
> > > http://www.linkedin.com/pub/andun-s-l-gunawardana/34/646/703
> > > >> > Twitter -http://twitter.com/AndunSLG
> > > >> >
> > > >>
> > > >>
> > > >>
> > > >> --
> > > >> WBR
> > > >> Maxim aka solomax
> > > >>
> > > >
> > > >
> > > >
> > > > --
> > > > Regards
> > > > Andun S.L. Gunawardana
> > > > Undergraduate
> > > > Department of Computer Science And Engineering
> > > > University of Moratuwa
> > > > Sri Lanka
> > > >
> > > > Blog - http://www.insightforfuture.blogspot.com/
> > > > LinkedIn -
> > http://www.linkedin.com/pub/andun-s-l-gunawardana/34/646/703
> > > > Twitter -http://twitter.com/AndunSLG
> > > >
> > > >
> > > >
> > > >
> > > >
> > >
> > >
> > >
> > > --
> > > Regards
> > > Andun S.L. Gunawardana
> > > Undergraduate
> > > Department of Computer Science And Engineering
> > > University of Moratuwa
> > > Sri Lanka
> > >
> > > Blog - http://www.insightforfuture.blogspot.com/
> > > LinkedIn -
> http://www.linkedin.com/pub/andun-s-l-gunawardana/34/646/703
> > > Twitter -http://twitter.com/AndunSLG
> > >
> >
> >
> >
> > --
> > WBR
> > Maxim aka solomax
> >
>
>
>
> --
> Regards
> Andun S.L. Gunawardana
> Undergraduate
> Department of Computer Science And Engineering
> University of Moratuwa
> Sri Lanka
>
> Blog - http://www.insightforfuture.blogspot.com/
> LinkedIn - http://www.linkedin.com/pub/andun-s-l-gunawardana/34/646/703
> Twitter -http://twitter.com/AndunSLG
>



-- 
WBR
Maxim aka solomax

Re: Compilation faliure

Posted by Andun Sameera <an...@gmail.com>.
Hi Maxim,

I have checked the "The username is already used" notification. It is
triggered by the key press event. But even I enter a completely valid,new
login name it shows all these errors,

   - The username is already used
   - This email is already used by another user.
   - 'adresses.email' is required.

 Then I checked the
singlewebapp/src/org/apache/openmeetings/web/components/admin/users/UserForm.java
which has the follwing logic of validating the input.

@Override
    protected void onValidate() {

if(getBean(UsersDao.class).checkUserLogin(getModelObject().getLogin())) {
            error(WebSession.getString(105));
        }
    }

What I understood is the if condition is always true since it checks about
the login status. I think this have to be updated.

Please correct if I am wrong.

Thanks!

On Sun, May 12, 2013 at 2:46 PM, Maxim Solodovnik <so...@gmail.com>wrote:

> Hello Andun,
>
> Thanks for detailed report! :)
>
> some comments on your foundings:
> 1) [Widgets] is new tab to manage widgets displayed on dashbord, "Contacts
> and messaged need to be implemented
> 2) Network test was recently added
> 3) "The username is already used" etc. are automatic validation messages
> (validation is performed on keypress AFAIK)
>
> I completely forget about "Recording" special thanks for that!
>
>
> On Sun, May 12, 2013 at 4:09 PM, Andun Sameera <an...@gmail.com> wrote:
>
> > Hi Maxim,
> >
> > I had a look in to the new HTML Openmeetings console in rev 1481114 and
> > found these,
> >
> >    - There is a tab in the Profile area with the name [Widgets] which
> >    should point to the contact and message area
> >    - In the calender there should be a mechanism to change the year. In
> the
> >    current one we can navigate year via changing the month one by one.
> > That is
> >    not feasible I think. There is a mechanism in the flash implementation
> >    - Recordings section have to be implemented
> >    - In the Users section of the administrators tab we can press the +
> >    button to add a record. It shows a empty user registration form. But
> > when
> >    we type something as login name, following error are shown
> > automatically,
> >
> > The username is already used
> > This email is already used by another user.
> > 'adresses.email' is required
> >
> >    - In the conference room area of the administrator tab the room type
> is
> >    shown like "
> >
> >
>  org.apache.openmeetings.persistence.beans.lang.Fieldlanguagesvalues@583153fa
> > "
> >    it have to be changed
> >    - In the Configuration section of the administrators tab we can press
> >    the + button to add a record. It shows a empty record form. But when
> we
> >    type something as key, following error are shown automatically,
> >
> > 'conf_value' is required
> >
> >    - When we click the "Edit your profile" link, it directs the user to
> >    Search users page not to the My Profile page
> >    - When we click the "Calender" button on the dashboard it do nothing
> >    - Network Test have to be implemented
> >
> > I will do further inspections.
> >
> > Thanks!
> >
> > On Sun, May 5, 2013 at 4:35 PM, Andun Sameera <an...@gmail.com>
> wrote:
> >
> > > Hi Maxim,
> > >
> > > Bit busy with work in uni. But certainly will help ASAP.
> > >
> > > Thanks!
> > >
> > >
> > > On Sun, May 5, 2013 at 4:31 PM, Maxim Solodovnik <solomax666@gmail.com
> > >wrote:
> > >
> > >> Hello Andun,
> > >>
> > >> Thanks for your proposal :)
> > >> It would be really helpful if you can take a look at current HTML5
> > client
> > >> and create the list of missing features (comparing to Flash client),
> if
> > >> you
> > >> have free time :)
> > >>
> > >> 5 major things I'm aware are:
> > >> 1) registaration
> > >> 2) LDAP login
> > >> 3) Contacts and Messages area
> > >> 4) Create/Edit calendar event does not contain attendees
> > >> 5) Room itself
> > >>
> > >> Thanks in advance :)
> > >>
> > >>
> > >> On Wed, May 1, 2013 at 1:13 AM, Andun Sameera <an...@gmail.com>
> > wrote:
> > >>
> > >> > Hi Maxim,
> > >> >
> > >> > Problem Solved. Thanks for the help. I have checked the new HTML5
> view
> > >> in
> > >> > the latest trunk. If you need assistance in testing or some related
> > >> thing.
> > >> > Please let me know.
> > >> >
> > >> > Thanks!
> > >> >
> > >> > On Tue, Apr 30, 2013 at 10:44 PM, Maxim Solodovnik <
> > >> solomax666@gmail.com
> > >> > >wrote:
> > >> >
> > >> > > Hello Andun,
> > >> > >
> > >> > > please delete build/lib/om and run build again
> > >> > > All necessary libraries will be refetched
> > >> > >
> > >> > >
> > >> > > On Wed, May 1, 2013 at 12:04 AM, Andun Sameera <
> andunslg@gmail.com>
> > >> > wrote:
> > >> > >
> > >> > > > Hi All,
> > >> > > >
> > >> > > > I am getting this compile error in the latest trunk. It
> complains
> > >> that
> > >> > > > ro.fortsoft.wicket.dashboard package cannot be found. I found
> > these
> > >> > > package
> > >> > > > is used in latest commit by Maxim. Is it a local fault of mine
> or
> > >> else
> > >> > ?
> > >> > > >
> > >> > > > Thanks!
> > >> > > >
> > >> > > > --
> > >> > > > Regards
> > >> > > > Andun S.L. Gunawardana
> > >> > > > Undergraduate
> > >> > > > Department of Computer Science And Engineering
> > >> > > > University of Moratuwa
> > >> > > > Sri Lanka
> > >> > > >
> > >> > > > Blog - http://www.insightforfuture.blogspot.com/
> > >> > > > LinkedIn -
> > >> > http://www.linkedin.com/pub/andun-s-l-gunawardana/34/646/703
> > >> > > > Twitter -http://twitter.com/AndunSLG
> > >> > > >
> > >> > > > Errors -
> > >> > > >
> > >> > > > [javac] Compiling 454 source files to
> > >> > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/build/classes/openmeetings
> > >> > > >     [javac] warning: [options] bootstrap class path not set in
> > >> > > conjunction
> > >> > > > with -source 1.6
> > >> > > >     [javac] Note: Starting OpenJPA Annotation Processor for
> > >> Metamodel
> > >> > > > Generation
> > >> > > >     [javac]
> > >> > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/Application.java:47:
> > >> > > > error: package ro.fortsoft.wicket.dashboard does not exist
> > >> > > >     [javac] import ro.fortsoft.wicket.dashboard.WidgetRegistry;
> > >> > > >     [javac]                                    ^
> > >> > > >     [javac]
> > >> > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/Application.java:48:
> > >> > > > error: package ro.fortsoft.wicket.dashboard.web does not exist
> > >> > > >     [javac] import
> > >> ro.fortsoft.wicket.dashboard.web.DashboardContext;
> > >> > > >     [javac]                                        ^
> > >> > > >     [javac]
> > >> > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/Application.java:49:
> > >> > > > error: package ro.fortsoft.wicket.dashboard.web does not exist
> > >> > > >     [javac] import
> > >> > > > ro.fortsoft.wicket.dashboard.web.DashboardContextInjector;
> > >> > > >     [javac]                                        ^
> > >> > > >     [javac]
> > >> > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/Application.java:50:
> > >> > > > error: package ro.fortsoft.wicket.dashboard.web does not exist
> > >> > > >     [javac] import
> > >> ro.fortsoft.wicket.dashboard.web.DashboardSettings;
> > >> > > >     [javac]                                        ^
> > >> > > >     [javac]
> > >> > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/Application.java:53:
> > >> > > > error: cannot find symbol
> > >> > > >     [javac]     private DashboardContext dashboardContext;
> > >> > > >     [javac]             ^
> > >> > > >     [javac]   symbol:   class DashboardContext
> > >> > > >     [javac]   location: class Application
> > >> > > >     [javac]
> > >> > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/Application.java:129:
> > >> > > > error: cannot find symbol
> > >> > > >     [javac]     public static DashboardContext
> > >> getDashboardContext() {
> > >> > > >     [javac]                   ^
> > >> > > >     [javac]   symbol:   class DashboardContext
> > >> > > >     [javac]   location: class Application
> > >> > > >     [javac]
> > >> > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/WebSession.java:47:
> > >> > > > error: package ro.fortsoft.wicket.dashboard does not exist
> > >> > > >     [javac] import ro.fortsoft.wicket.dashboard.Dashboard;
> > >> > > >     [javac]                                    ^
> > >> > > >     [javac]
> > >> > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/WebSession.java:48:
> > >> > > > error: package ro.fortsoft.wicket.dashboard does not exist
> > >> > > >     [javac] import
> ro.fortsoft.wicket.dashboard.DefaultDashboard;
> > >> > > >     [javac]                                    ^
> > >> > > >     [javac]
> > >> > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/WebSession.java:49:
> > >> > > > error: package ro.fortsoft.wicket.dashboard does not exist
> > >> > > >     [javac] import ro.fortsoft.wicket.dashboard.WidgetFactory;
> > >> > > >     [javac]                                    ^
> > >> > > >     [javac]
> > >> > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/WebSession.java:50:
> > >> > > > error: package ro.fortsoft.wicket.dashboard.web does not exist
> > >> > > >     [javac] import
> > >> ro.fortsoft.wicket.dashboard.web.DashboardContext;
> > >> > > >     [javac]                                        ^
> > >> > > >     [javac]
> > >> > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/WebSession.java:60:
> > >> > > > error: cannot find symbol
> > >> > > >     [javac]     private Dashboard dashboard;
> > >> > > >     [javac]             ^
> > >> > > >     [javac]   symbol:   class Dashboard
> > >> > > >     [javac]   location: class WebSession
> > >> > > >     [javac]
> > >> > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/WebSession.java:164:
> > >> > > > error: cannot find symbol
> > >> > > >     [javac]     public static Dashboard getDashboard() {
> > >> > > >     [javac]                   ^
> > >> > > >     [javac]   symbol:   class Dashboard
> > >> > > >     [javac]   location: class WebSession
> > >> > > >     [javac]
> > >> > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/calendar/CalendarPanel.java:34:
> > >> > > > error: package com.googlecode.wicket.jquery.core does not exist
> > >> > > >     [javac] import
> > >> > > > com.googlecode.wicket.jquery.core.JQueryAbstractBehavior;
> > >> > > >     [javac]                                         ^
> > >> > > >     [javac]
> > >> > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/calendar/CalendarPanel.java:35:
> > >> > > > error: package com.googlecode.wicket.jquery.core does not exist
> > >> > > >     [javac] import com.googlecode.wicket.jquery.core.Options;
> > >> > > >     [javac]                                         ^
> > >> > > >     [javac]
> > >> > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/calendar/CalendarPanel.java:37:
> > >> > > > error: cannot find symbol
> > >> > > >     [javac] import
> > >> > com.googlecode.wicket.jquery.ui.calendar.CalendarView;
> > >> > > >     [javac]                                                ^
> > >> > > >     [javac]   symbol:   class CalendarView
> > >> > > >     [javac]   location: package
> > >> > com.googlecode.wicket.jquery.ui.calendar
> > >> > > >     [javac]
> > >> > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/OmDashboardPanel.java:25:
> > >> > > > error: package ro.fortsoft.wicket.dashboard does not exist
> > >> > > >     [javac] import ro.fortsoft.wicket.dashboard.Dashboard;
> > >> > > >     [javac]                                    ^
> > >> > > >     [javac]
> > >> > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/OmDashboardPanel.java:26:
> > >> > > > error: package ro.fortsoft.wicket.dashboard.web does not exist
> > >> > > >     [javac] import
> > ro.fortsoft.wicket.dashboard.web.DashboardPanel;
> > >> > > >     [javac]                                        ^
> > >> > > >     [javac]
> > >> > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidget.java:24:
> > >> > > > error: package ro.fortsoft.wicket.dashboard does not exist
> > >> > > >     [javac] import ro.fortsoft.wicket.dashboard.AbstractWidget;
> > >> > > >     [javac]                                    ^
> > >> > > >     [javac]
> > >> > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidget.java:25:
> > >> > > > error: package ro.fortsoft.wicket.dashboard does not exist
> > >> > > >     [javac] import ro.fortsoft.wicket.dashboard.Widget;
> > >> > > >     [javac]                                    ^
> > >> > > >     [javac]
> > >> > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidget.java:26:
> > >> > > > error: package ro.fortsoft.wicket.dashboard does not exist
> > >> > > >     [javac] import ro.fortsoft.wicket.dashboard.WidgetLocation;
> > >> > > >     [javac]                                    ^
> > >> > > >     [javac]
> > >> > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidget.java:27:
> > >> > > > error: package ro.fortsoft.wicket.dashboard.web does not exist
> > >> > > >     [javac] import ro.fortsoft.wicket.dashboard.web.WidgetView;
> > >> > > >     [javac]                                        ^
> > >> > > >     [javac]
> > >> > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidget.java:29:
> > >> > > > error: cannot find symbol
> > >> > > >     [javac] public class PrivateRoomsWidget extends
> > AbstractWidget {
> > >> > > >     [javac]                                         ^
> > >> > > >     [javac]   symbol: class AbstractWidget
> > >> > > >     [javac]
> > >> > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidget.java:38:
> > >> > > > error: cannot find symbol
> > >> > > >     [javac]     public WidgetView createView(String viewId) {
> > >> > > >     [javac]            ^
> > >> > > >     [javac]   symbol:   class WidgetView
> > >> > > >     [javac]   location: class PrivateRoomsWidget
> > >> > > >     [javac]
> > >> > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidgetDescriptor.java:23:
> > >> > > > error: package ro.fortsoft.wicket.dashboard does not exist
> > >> > > >     [javac] import
> ro.fortsoft.wicket.dashboard.WidgetDescriptor;
> > >> > > >     [javac]                                    ^
> > >> > > >     [javac]
> > >> > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidgetDescriptor.java:25:
> > >> > > > error: cannot find symbol
> > >> > > >     [javac] public class PrivateRoomsWidgetDescriptor implements
> > >> > > > WidgetDescriptor {
> > >> > > >     [javac]
>  ^
> > >> > > >     [javac]   symbol: class WidgetDescriptor
> > >> > > >     [javac]
> > >> > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidgetView.java:26:
> > >> > > > error: package ro.fortsoft.wicket.dashboard does not exist
> > >> > > >     [javac] import ro.fortsoft.wicket.dashboard.Widget;
> > >> > > >     [javac]                                    ^
> > >> > > >     [javac]
> > >> > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidgetView.java:27:
> > >> > > > error: package ro.fortsoft.wicket.dashboard.web does not exist
> > >> > > >     [javac] import ro.fortsoft.wicket.dashboard.web.WidgetView;
> > >> > > >     [javac]                                        ^
> > >> > > >     [javac]
> > >> > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidgetView.java:29:
> > >> > > > error: cannot find symbol
> > >> > > >     [javac] public class PrivateRoomsWidgetView extends
> > WidgetView {
> > >> > > >     [javac]                                             ^
> > >> > > >     [javac]   symbol: class WidgetView
> > >> > > >     [javac]
> > >> > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidgetView.java:32:
> > >> > > > error: cannot find symbol
> > >> > > >     [javac]     public PrivateRoomsWidgetView(String id,
> > >> Model<Widget>
> > >> > > > model) {
> > >> > > >     [javac]                                                    ^
> > >> > > >     [javac]   symbol:   class Widget
> > >> > > >     [javac]   location: class PrivateRoomsWidgetView
> > >> > > >     [javac]
> > >> > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidget.java:24:
> > >> > > > error: package ro.fortsoft.wicket.dashboard does not exist
> > >> > > >     [javac] import ro.fortsoft.wicket.dashboard.AbstractWidget;
> > >> > > >     [javac]                                    ^
> > >> > > >     [javac]
> > >> > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidget.java:25:
> > >> > > > error: package ro.fortsoft.wicket.dashboard does not exist
> > >> > > >     [javac] import ro.fortsoft.wicket.dashboard.Widget;
> > >> > > >     [javac]                                    ^
> > >> > > >     [javac]
> > >> > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidget.java:26:
> > >> > > > error: package ro.fortsoft.wicket.dashboard does not exist
> > >> > > >     [javac] import ro.fortsoft.wicket.dashboard.WidgetLocation;
> > >> > > >     [javac]                                    ^
> > >> > > >     [javac]
> > >> > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidget.java:27:
> > >> > > > error: package ro.fortsoft.wicket.dashboard.web does not exist
> > >> > > >     [javac] import ro.fortsoft.wicket.dashboard.web.WidgetView;
> > >> > > >     [javac]                                        ^
> > >> > > >     [javac]
> > >> > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidget.java:29:
> > >> > > > error: cannot find symbol
> > >> > > >     [javac] public class StartWidget extends AbstractWidget {
> > >> > > >     [javac]                                  ^
> > >> > > >     [javac]   symbol: class AbstractWidget
> > >> > > >     [javac]
> > >> > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidget.java:38:
> > >> > > > error: cannot find symbol
> > >> > > >     [javac]     public WidgetView createView(String viewId) {
> > >> > > >     [javac]            ^
> > >> > > >     [javac]   symbol:   class WidgetView
> > >> > > >     [javac]   location: class StartWidget
> > >> > > >     [javac]
> > >> > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidgetDescriptor.java:23:
> > >> > > > error: package ro.fortsoft.wicket.dashboard does not exist
> > >> > > >     [javac] import
> ro.fortsoft.wicket.dashboard.WidgetDescriptor;
> > >> > > >     [javac]                                    ^
> > >> > > >     [javac]
> > >> > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidgetDescriptor.java:25:
> > >> > > > error: cannot find symbol
> > >> > > >     [javac] public class StartWidgetDescriptor implements
> > >> > > WidgetDescriptor
> > >> > > > {
> > >> > > >     [javac]                                               ^
> > >> > > >     [javac]   symbol: class WidgetDescriptor
> > >> > > >     [javac]
> > >> > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidgetView.java:23:
> > >> > > > error: package ro.fortsoft.wicket.dashboard does not exist
> > >> > > >     [javac] import ro.fortsoft.wicket.dashboard.Widget;
> > >> > > >     [javac]                                    ^
> > >> > > >     [javac]
> > >> > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidgetView.java:24:
> > >> > > > error: package ro.fortsoft.wicket.dashboard.web does not exist
> > >> > > >     [javac] import ro.fortsoft.wicket.dashboard.web.WidgetView;
> > >> > > >     [javac]                                        ^
> > >> > > >     [javac]
> > >> > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidgetView.java:26:
> > >> > > > error: cannot find symbol
> > >> > > >     [javac] public class StartWidgetView extends WidgetView {
> > >> > > >     [javac]                                      ^
> > >> > > >     [javac]   symbol: class WidgetView
> > >> > > >     [javac]
> > >> > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidgetView.java:29:
> > >> > > > error: cannot find symbol
> > >> > > >     [javac]     public StartWidgetView(String id, Model<Widget>
> > >> model)
> > >> > {
> > >> > > >     [javac]                                             ^
> > >> > > >     [javac]   symbol:   class Widget
> > >> > > >     [javac]   location: class StartWidgetView
> > >> > > >     [javac]
> > >> > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidget.java:24:
> > >> > > > error: package ro.fortsoft.wicket.dashboard does not exist
> > >> > > >     [javac] import ro.fortsoft.wicket.dashboard.AbstractWidget;
> > >> > > >     [javac]                                    ^
> > >> > > >     [javac]
> > >> > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidget.java:25:
> > >> > > > error: package ro.fortsoft.wicket.dashboard does not exist
> > >> > > >     [javac] import ro.fortsoft.wicket.dashboard.Widget;
> > >> > > >     [javac]                                    ^
> > >> > > >     [javac]
> > >> > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidget.java:26:
> > >> > > > error: package ro.fortsoft.wicket.dashboard does not exist
> > >> > > >     [javac] import ro.fortsoft.wicket.dashboard.WidgetLocation;
> > >> > > >     [javac]                                    ^
> > >> > > >     [javac]
> > >> > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidget.java:27:
> > >> > > > error: package ro.fortsoft.wicket.dashboard.web does not exist
> > >> > > >     [javac] import ro.fortsoft.wicket.dashboard.web.WidgetView;
> > >> > > >     [javac]                                        ^
> > >> > > >     [javac]
> > >> > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidget.java:29:
> > >> > > > error: cannot find symbol
> > >> > > >     [javac] public class WelcomeWidget extends AbstractWidget {
> > >> > > >     [javac]                                    ^
> > >> > > >     [javac]   symbol: class AbstractWidget
> > >> > > >     [javac]
> > >> > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidget.java:38:
> > >> > > > error: cannot find symbol
> > >> > > >     [javac]     public WidgetView createView(String viewId) {
> > >> > > >     [javac]            ^
> > >> > > >     [javac]   symbol:   class WidgetView
> > >> > > >     [javac]   location: class WelcomeWidget
> > >> > > >     [javac]
> > >> > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidgetDescriptor.java:23:
> > >> > > > error: package ro.fortsoft.wicket.dashboard does not exist
> > >> > > >     [javac] import
> ro.fortsoft.wicket.dashboard.WidgetDescriptor;
> > >> > > >     [javac]                                    ^
> > >> > > >     [javac]
> > >> > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidgetDescriptor.java:25:
> > >> > > > error: cannot find symbol
> > >> > > >     [javac] public class WelcomeWidgetDescriptor implements
> > >> > > > WidgetDescriptor {
> > >> > > >     [javac]                                                 ^
> > >> > > >     [javac]   symbol: class WidgetDescriptor
> > >> > > >     [javac]
> > >> > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/profile/SettingsPanel.java:32:
> > >> > > > error: package com.googlecode.wicket.jquery.core does not exist
> > >> > > >     [javac] import
> > com.googlecode.wicket.jquery.core.JQueryBehavior;
> > >> > > >     [javac]                                         ^
> > >> > > >     [javac]
> > >> > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/profile/SettingsPanel.java:33:
> > >> > > > error: package com.googlecode.wicket.jquery.core does not exist
> > >> > > >     [javac] import com.googlecode.wicket.jquery.core.Options;
> > >> > > >     [javac]                                         ^
> > >> > > >     [javac]
> > >> > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidgetView.java:37:
> > >> > > > error: package ro.fortsoft.wicket.dashboard does not exist
> > >> > > >     [javac] import ro.fortsoft.wicket.dashboard.Widget;
> > >> > > >     [javac]                                    ^
> > >> > > >     [javac]
> > >> > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidgetView.java:38:
> > >> > > > error: package ro.fortsoft.wicket.dashboard.web does not exist
> > >> > > >     [javac] import ro.fortsoft.wicket.dashboard.web.WidgetView;
> > >> > > >     [javac]                                        ^
> > >> > > >     [javac]
> > >> > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidgetView.java:40:
> > >> > > > error: cannot find symbol
> > >> > > >     [javac] public class WelcomeWidgetView extends WidgetView {
> > >> > > >     [javac]                                        ^
> > >> > > >     [javac]   symbol: class WidgetView
> > >> > > >     [javac]
> > >> > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidgetView.java:43:
> > >> > > > error: cannot find symbol
> > >> > > >     [javac]     public WelcomeWidgetView(String id,
> Model<Widget>
> > >> > model)
> > >> > > {
> > >> > > >     [javac]                                               ^
> > >> > > >     [javac]   symbol:   class Widget
> > >> > > >     [javac]   location: class WelcomeWidgetView
> > >> > > >     [javac]
> > >> > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/profile/WidgetsPanel.java:32:
> > >> > > > error: package ro.fortsoft.wicket.dashboard does not exist
> > >> > > >     [javac] import ro.fortsoft.wicket.dashboard.Dashboard;
> > >> > > >     [javac]                                    ^
> > >> > > >     [javac]
> > >> > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/profile/WidgetsPanel.java:33:
> > >> > > > error: package ro.fortsoft.wicket.dashboard does not exist
> > >> > > >     [javac] import ro.fortsoft.wicket.dashboard.Widget;
> > >> > > >     [javac]                                    ^
> > >> > > >     [javac]
> > >> > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/profile/WidgetsPanel.java:34:
> > >> > > > error: package ro.fortsoft.wicket.dashboard does not exist
> > >> > > >     [javac] import
> ro.fortsoft.wicket.dashboard.WidgetDescriptor;
> > >> > > >     [javac]                                    ^
> > >> > > >     [javac]
> > >> > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/profile/WidgetsPanel.java:35:
> > >> > > > error: package ro.fortsoft.wicket.dashboard.web does not exist
> > >> > > >     [javac] import
> > >> ro.fortsoft.wicket.dashboard.web.DashboardContext;
> > >> > > >     [javac]                                        ^
> > >> > > >     [javac]
> > >> > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/profile/WidgetsPanel.java:40:
> > >> > > > error: cannot find symbol
> > >> > > >     [javac]     private Widget isDisplayed(WidgetDescriptor wd)
> {
> > >> > > >     [javac]                                ^
> > >> > > >     [javac]   symbol:   class WidgetDescriptor
> > >> > > >     [javac]   location: class WidgetsPanel
> > >> > > >     [javac]
> > >> > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/profile/WidgetsPanel.java:40:
> > >> > > > error: cannot find symbol
> > >> > > >     [javac]     private Widget isDisplayed(WidgetDescriptor wd)
> {
> > >> > > >     [javac]             ^
> > >> > > >     [javac]   symbol:   class Widget
> > >> > > >     [javac]   location: class WidgetsPanel
> > >> > > >     [javac]
> > >> > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/rooms/RoomsTabbedPanel.java:37:
> > >> > > > error: package com.googlecode.wicket.jquery.core does not exist
> > >> > > >     [javac] import
> > com.googlecode.wicket.jquery.core.JQueryBehavior;
> > >> > > >     [javac]                                         ^
> > >> > > >     [javac]
> > >> > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/pages/auth/SignInPage.java:35:
> > >> > > > error: package com.googlecode.wicket.jquery.core does not exist
> > >> > > >     [javac] import
> > >> > > > com.googlecode.wicket.jquery.core.JQueryAbstractBehavior;
> > >> > > >     [javac]                                         ^
> > >> > > >     [javac]
> > >> > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/util/UserDashboardPersister.java:23:
> > >> > > > error: package ro.fortsoft.wicket.dashboard does not exist
> > >> > > >     [javac] import ro.fortsoft.wicket.dashboard.Dashboard;
> > >> > > >     [javac]                                    ^
> > >> > > >     [javac]
> > >> > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/util/UserDashboardPersister.java:24:
> > >> > > > error: package ro.fortsoft.wicket.dashboard does not exist
> > >> > > >     [javac] import
> > ro.fortsoft.wicket.dashboard.DashboardPersister;
> > >> > > >     [javac]                                    ^
> > >> > > >     [javac]
> > >> > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/util/UserDashboardPersister.java:25:
> > >> > > > error: package ro.fortsoft.wicket.dashboard does not exist
> > >> > > >     [javac] import
> > >> > > ro.fortsoft.wicket.dashboard.XStreamDashboardPersister;
> > >> > > >     [javac]                                    ^
> > >> > > >     [javac]
> > >> > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/util/UserDashboardPersister.java:27:
> > >> > > > error: cannot find symbol
> > >> > > >     [javac] public class UserDashboardPersister implements
> > >> > > > DashboardPersister {
> > >> > > >     [javac]                                                ^
> > >> > > >     [javac]   symbol: class DashboardPersister
> > >> > > >     [javac]
> > >> > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/util/UserDashboardPersister.java:28:
> > >> > > > error: cannot find symbol
> > >> > > >     [javac]     public Dashboard load() {
> > >> > > >     [javac]            ^
> > >> > > >     [javac]   symbol:   class Dashboard
> > >> > > >     [javac]   location: class UserDashboardPersister
> > >> > > >     [javac]
> > >> > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/util/UserDashboardPersister.java:32:
> > >> > > > error: cannot find symbol
> > >> > > >     [javac]     public void save(Dashboard dashboard) {
> > >> > > >     [javac]                      ^
> > >> > > >     [javac]   symbol:   class Dashboard
> > >> > > >     [javac]   location: class UserDashboardPersister
> > >> > > >     [javac]
> > >> > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/Application.java:47:
> > >> > > > error: package ro.fortsoft.wicket.dashboard does not exist
> > >> > > >     [javac] import ro.fortsoft.wicket.dashboard.WidgetRegistry;
> > >> > > >     [javac]                                    ^
> > >> > > >     [javac]
> > >> > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/Application.java:48:
> > >> > > > error: package ro.fortsoft.wicket.dashboard.web does not exist
> > >> > > >     [javac] import
> > >> ro.fortsoft.wicket.dashboard.web.DashboardContext;
> > >> > > >     [javac]                                        ^
> > >> > > >     [javac]
> > >> > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/Application.java:49:
> > >> > > > error: package ro.fortsoft.wicket.dashboard.web does not exist
> > >> > > >     [javac] import
> > >> > > > ro.fortsoft.wicket.dashboard.web.DashboardContextInjector;
> > >> > > >     [javac]                                        ^
> > >> > > >     [javac]
> > >> > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/Application.java:50:
> > >> > > > error: package ro.fortsoft.wicket.dashboard.web does not exist
> > >> > > >     [javac] import
> > >> ro.fortsoft.wicket.dashboard.web.DashboardSettings;
> > >> > > >     [javac]                                        ^
> > >> > > >     [javac]
> > >> > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/Application.java:53:
> > >> > > > error: cannot find symbol
> > >> > > >     [javac]     private DashboardContext dashboardContext;
> > >> > > >     [javac]             ^
> > >> > > >     [javac]   symbol:   class DashboardContext
> > >> > > >     [javac]   location: class Application
> > >> > > >     [javac]
> > >> > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/Application.java:129:
> > >> > > > error: cannot find symbol
> > >> > > >     [javac]     public static DashboardContext
> > >> getDashboardContext() {
> > >> > > >     [javac]                   ^
> > >> > > >     [javac]   symbol:   class DashboardContext
> > >> > > >     [javac]   location: class Application
> > >> > > >     [javac]
> > >> > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/WebSession.java:47:
> > >> > > > error: package ro.fortsoft.wicket.dashboard does not exist
> > >> > > >     [javac] import ro.fortsoft.wicket.dashboard.Dashboard;
> > >> > > >     [javac]                                    ^
> > >> > > >     [javac]
> > >> > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/WebSession.java:48:
> > >> > > > error: package ro.fortsoft.wicket.dashboard does not exist
> > >> > > >     [javac] import
> ro.fortsoft.wicket.dashboard.DefaultDashboard;
> > >> > > >     [javac]                                    ^
> > >> > > >     [javac]
> > >> > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/WebSession.java:49:
> > >> > > > error: package ro.fortsoft.wicket.dashboard does not exist
> > >> > > >     [javac] import ro.fortsoft.wicket.dashboard.WidgetFactory;
> > >> > > >     [javac]                                    ^
> > >> > > >     [javac]
> > >> > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/WebSession.java:50:
> > >> > > > error: package ro.fortsoft.wicket.dashboard.web does not exist
> > >> > > >     [javac] import
> > >> ro.fortsoft.wicket.dashboard.web.DashboardContext;
> > >> > > >     [javac]                                        ^
> > >> > > >     [javac]
> > >> > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/WebSession.java:60:
> > >> > > > error: cannot find symbol
> > >> > > >     [javac]     private Dashboard dashboard;
> > >> > > >     [javac]             ^
> > >> > > >     [javac]   symbol:   class Dashboard
> > >> > > >     [javac]   location: class WebSession
> > >> > > >     [javac]
> > >> > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/WebSession.java:164:
> > >> > > > error: cannot find symbol
> > >> > > >     [javac]     public static Dashboard getDashboard() {
> > >> > > >     [javac]                   ^
> > >> > > >     [javac]   symbol:   class Dashboard
> > >> > > >     [javac]   location: class WebSession
> > >> > > >     [javac]
> > >> > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/calendar/CalendarPanel.java:34:
> > >> > > > error: package com.googlecode.wicket.jquery.core does not exist
> > >> > > >     [javac] import
> > >> > > > com.googlecode.wicket.jquery.core.JQueryAbstractBehavior;
> > >> > > >     [javac]                                         ^
> > >> > > >     [javac]
> > >> > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/calendar/CalendarPanel.java:35:
> > >> > > > error: package com.googlecode.wicket.jquery.core does not exist
> > >> > > >     [javac] import com.googlecode.wicket.jquery.core.Options;
> > >> > > >     [javac]                                         ^
> > >> > > >     [javac]
> > >> > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/calendar/CalendarPanel.java:37:
> > >> > > > error: cannot find symbol
> > >> > > >     [javac] import
> > >> > com.googlecode.wicket.jquery.ui.calendar.CalendarView;
> > >> > > >     [javac]                                                ^
> > >> > > >     [javac]   symbol:   class CalendarView
> > >> > > >     [javac]   location: package
> > >> > com.googlecode.wicket.jquery.ui.calendar
> > >> > > >     [javac]
> > >> > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/OmDashboardPanel.java:25:
> > >> > > > error: package ro.fortsoft.wicket.dashboard does not exist
> > >> > > >     [javac] import ro.fortsoft.wicket.dashboard.Dashboard;
> > >> > > >     [javac]                                    ^
> > >> > > >     [javac]
> > >> > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/OmDashboardPanel.java:26:
> > >> > > > error: package ro.fortsoft.wicket.dashboard.web does not exist
> > >> > > >     [javac] import
> > ro.fortsoft.wicket.dashboard.web.DashboardPanel;
> > >> > > >     [javac]                                        ^
> > >> > > >     [javac]
> > >> > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidget.java:24:
> > >> > > > error: package ro.fortsoft.wicket.dashboard does not exist
> > >> > > >     [javac] import ro.fortsoft.wicket.dashboard.AbstractWidget;
> > >> > > >     [javac]                                    ^
> > >> > > >     [javac]
> > >> > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidget.java:25:
> > >> > > > error: package ro.fortsoft.wicket.dashboard does not exist
> > >> > > >     [javac] import ro.fortsoft.wicket.dashboard.Widget;
> > >> > > >     [javac]                                    ^
> > >> > > >     [javac]
> > >> > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidget.java:26:
> > >> > > > error: package ro.fortsoft.wicket.dashboard does not exist
> > >> > > >     [javac] import ro.fortsoft.wicket.dashboard.WidgetLocation;
> > >> > > >     [javac]                                    ^
> > >> > > >     [javac]
> > >> > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidget.java:27:
> > >> > > > error: package ro.fortsoft.wicket.dashboard.web does not exist
> > >> > > >     [javac] import ro.fortsoft.wicket.dashboard.web.WidgetView;
> > >> > > >     [javac]                                        ^
> > >> > > >     [javac]
> > >> > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidget.java:29:
> > >> > > > error: cannot find symbol
> > >> > > >     [javac] public class PrivateRoomsWidget extends
> > AbstractWidget {
> > >> > > >     [javac]                                         ^
> > >> > > >     [javac]   symbol: class AbstractWidget
> > >> > > >     [javac]
> > >> > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidget.java:38:
> > >> > > > error: cannot find symbol
> > >> > > >     [javac]     public WidgetView createView(String viewId) {
> > >> > > >     [javac]            ^
> > >> > > >     [javac]   symbol:   class WidgetView
> > >> > > >     [javac]   location: class PrivateRoomsWidget
> > >> > > >     [javac]
> > >> > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidgetDescriptor.java:23:
> > >> > > > error: package ro.fortsoft.wicket.dashboard does not exist
> > >> > > >     [javac] import
> ro.fortsoft.wicket.dashboard.WidgetDescriptor;
> > >> > > >     [javac]                                    ^
> > >> > > >     [javac]
> > >> > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidgetDescriptor.java:25:
> > >> > > > error: cannot find symbol
> > >> > > >     [javac] public class PrivateRoomsWidgetDescriptor implements
> > >> > > > WidgetDescriptor {
> > >> > > >     [javac]
>  ^
> > >> > > >     [javac]   symbol: class WidgetDescriptor
> > >> > > >     [javac]
> > >> > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidgetView.java:26:
> > >> > > > error: package ro.fortsoft.wicket.dashboard does not exist
> > >> > > >     [javac] import ro.fortsoft.wicket.dashboard.Widget;
> > >> > > >     [javac]                                    ^
> > >> > > >     [javac]
> > >> > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidgetView.java:27:
> > >> > > > error: package ro.fortsoft.wicket.dashboard.web does not exist
> > >> > > >     [javac] import ro.fortsoft.wicket.dashboard.web.WidgetView;
> > >> > > >     [javac]                                        ^
> > >> > > >     [javac]
> > >> > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidgetView.java:29:
> > >> > > > error: cannot find symbol
> > >> > > >     [javac] public class PrivateRoomsWidgetView extends
> > WidgetView {
> > >> > > >     [javac]                                             ^
> > >> > > >     [javac]   symbol: class WidgetView
> > >> > > >     [javac]
> > >> > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidgetView.java:32:
> > >> > > > error: cannot find symbol
> > >> > > >     [javac]     public PrivateRoomsWidgetView(String id,
> > >> Model<Widget>
> > >> > > > model) {
> > >> > > >     [javac]                                                    ^
> > >> > > >     [javac]   symbol:   class Widget
> > >> > > >     [javac]   location: class PrivateRoomsWidgetView
> > >> > > >     [javac]
> > >> > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidget.java:24:
> > >> > > > error: package ro.fortsoft.wicket.dashboard does not exist
> > >> > > >     [javac] import ro.fortsoft.wicket.dashboard.AbstractWidget;
> > >> > > >     [javac]                                    ^
> > >> > > >     [javac]
> > >> > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidget.java:25:
> > >> > > > error: package ro.fortsoft.wicket.dashboard does not exist
> > >> > > >     [javac] import ro.fortsoft.wicket.dashboard.Widget;
> > >> > > >     [javac]                                    ^
> > >> > > >     [javac]
> > >> > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidget.java:26:
> > >> > > > error: package ro.fortsoft.wicket.dashboard does not exist
> > >> > > >     [javac] import ro.fortsoft.wicket.dashboard.WidgetLocation;
> > >> > > >     [javac]                                    ^
> > >> > > >     [javac]
> > >> > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidget.java:27:
> > >> > > > error: package ro.fortsoft.wicket.dashboard.web does not exist
> > >> > > >     [javac] import ro.fortsoft.wicket.dashboard.web.WidgetView;
> > >> > > >     [javac]                                        ^
> > >> > > >     [javac]
> > >> > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidget.java:29:
> > >> > > > error: cannot find symbol
> > >> > > >     [javac] public class StartWidget extends AbstractWidget {
> > >> > > >     [javac]                                  ^
> > >> > > >     [javac]   symbol: class AbstractWidget
> > >> > > >     [javac]
> > >> > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidget.java:38:
> > >> > > > error: cannot find symbol
> > >> > > >     [javac]     public WidgetView createView(String viewId) {
> > >> > > >     [javac]            ^
> > >> > > >     [javac]   symbol:   class WidgetView
> > >> > > >     [javac]   location: class StartWidget
> > >> > > >     [javac]
> > >> > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidgetDescriptor.java:23:
> > >> > > > error: package ro.fortsoft.wicket.dashboard does not exist
> > >> > > >     [javac] import
> ro.fortsoft.wicket.dashboard.WidgetDescriptor;
> > >> > > >     [javac]                                    ^
> > >> > > >     [javac]
> > >> > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidgetDescriptor.java:25:
> > >> > > > error: cannot find symbol
> > >> > > >     [javac] public class StartWidgetDescriptor implements
> > >> > > WidgetDescriptor
> > >> > > > {
> > >> > > >     [javac]                                               ^
> > >> > > >     [javac]   symbol: class WidgetDescriptor
> > >> > > >     [javac]
> > >> > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidgetView.java:23:
> > >> > > > error: package ro.fortsoft.wicket.dashboard does not exist
> > >> > > >     [javac] import ro.fortsoft.wicket.dashboard.Widget;
> > >> > > >     [javac]                                    ^
> > >> > > >     [javac]
> > >> > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidgetView.java:24:
> > >> > > > error: package ro.fortsoft.wicket.dashboard.web does not exist
> > >> > > >     [javac] import ro.fortsoft.wicket.dashboard.web.WidgetView;
> > >> > > >     [javac]                                        ^
> > >> > > >     [javac]
> > >> > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidgetView.java:26:
> > >> > > > error: cannot find symbol
> > >> > > >     [javac] public class StartWidgetView extends WidgetView {
> > >> > > >     [javac]                                      ^
> > >> > > >     [javac]   symbol: class WidgetView
> > >> > > >     [javac]
> > >> > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidgetView.java:29:
> > >> > > > error: cannot find symbol
> > >> > > >     [javac]     public StartWidgetView(String id, Model<Widget>
> > >> model)
> > >> > {
> > >> > > >     [javac]                                             ^
> > >> > > >     [javac]   symbol:   class Widget
> > >> > > >     [javac]   location: class StartWidgetView
> > >> > > >     [javac]
> > >> > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidget.java:24:
> > >> > > > error: package ro.fortsoft.wicket.dashboard does not exist
> > >> > > >     [javac] import ro.fortsoft.wicket.dashboard.AbstractWidget;
> > >> > > >     [javac]                                    ^
> > >> > > >     [javac]
> > >> > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidget.java:25:
> > >> > > > error: package ro.fortsoft.wicket.dashboard does not exist
> > >> > > >     [javac] import ro.fortsoft.wicket.dashboard.Widget;
> > >> > > >     [javac]                                    ^
> > >> > > >     [javac]
> > >> > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidget.java:26:
> > >> > > > error: package ro.fortsoft.wicket.dashboard does not exist
> > >> > > >     [javac] import ro.fortsoft.wicket.dashboard.WidgetLocation;
> > >> > > >     [javac]                                    ^
> > >> > > >     [javac]
> > >> > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidget.java:27:
> > >> > > > error: package ro.fortsoft.wicket.dashboard.web does not exist
> > >> > > >     [javac] import ro.fortsoft.wicket.dashboard.web.WidgetView;
> > >> > > >     [javac]                                        ^
> > >> > > >     [javac]
> > >> > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidget.java:29:
> > >> > > > error: cannot find symbol
> > >> > > >     [javac] public class WelcomeWidget extends AbstractWidget {
> > >> > > >     [javac]                                    ^
> > >> > > >     [javac]   symbol: class AbstractWidget
> > >> > > >     [javac]
> > >> > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidget.java:38:
> > >> > > > error: cannot find symbol
> > >> > > >     [javac]     public WidgetView createView(String viewId) {
> > >> > > >     [javac]            ^
> > >> > > >     [javac]   symbol:   class WidgetView
> > >> > > >     [javac]   location: class WelcomeWidget
> > >> > > >     [javac]
> > >> > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidgetDescriptor.java:23:
> > >> > > > error: package ro.fortsoft.wicket.dashboard does not exist
> > >> > > >     [javac] import
> ro.fortsoft.wicket.dashboard.WidgetDescriptor;
> > >> > > >     [javac]                                    ^
> > >> > > >     [javac]
> > >> > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidgetDescriptor.java:25:
> > >> > > > error: cannot find symbol
> > >> > > >     [javac] public class WelcomeWidgetDescriptor implements
> > >> > > > WidgetDescriptor {
> > >> > > >     [javac]                                                 ^
> > >> > > >     [javac]   symbol: class WidgetDescriptor
> > >> > > >     [javac]
> > >> > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/profile/SettingsPanel.java:32:
> > >> > > > error: package com.googlecode.wicket.jquery.core does not exist
> > >> > > >     [javac] import
> > com.googlecode.wicket.jquery.core.JQueryBehavior;
> > >> > > >     [javac]                                         ^
> > >> > > >     [javac]
> > >> > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/profile/SettingsPanel.java:33:
> > >> > > > error: package com.googlecode.wicket.jquery.core does not exist
> > >> > > >     [javac] import com.googlecode.wicket.jquery.core.Options;
> > >> > > >     [javac]                                         ^
> > >> > > >     [javac]
> > >> > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidgetView.java:37:
> > >> > > > error: package ro.fortsoft.wicket.dashboard does not exist
> > >> > > >     [javac] import ro.fortsoft.wicket.dashboard.Widget;
> > >> > > >     [javac]                                    ^
> > >> > > >     [javac]
> > >> > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidgetView.java:38:
> > >> > > > error: package ro.fortsoft.wicket.dashboard.web does not exist
> > >> > > >     [javac] import ro.fortsoft.wicket.dashboard.web.WidgetView;
> > >> > > >     [javac]                                        ^
> > >> > > >     [javac]
> > >> > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidgetView.java:40:
> > >> > > > error: cannot find symbol
> > >> > > >     [javac] public class WelcomeWidgetView extends WidgetView {
> > >> > > >     [javac]                                        ^
> > >> > > >     [javac]   symbol: class WidgetView
> > >> > > >     [javac]
> > >> > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidgetView.java:43:
> > >> > > > error: cannot find symbol
> > >> > > >     [javac]     public WelcomeWidgetView(String id,
> Model<Widget>
> > >> > model)
> > >> > > {
> > >> > > >     [javac]                                               ^
> > >> > > >     [javac]   symbol:   class Widget
> > >> > > >     [javac]   location: class WelcomeWidgetView
> > >> > > >     [javac]
> > >> > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/profile/WidgetsPanel.java:32:
> > >> > > > error: package ro.fortsoft.wicket.dashboard does not exist
> > >> > > >     [javac] import ro.fortsoft.wicket.dashboard.Dashboard;
> > >> > > >     [javac]                                    ^
> > >> > > >     [javac]
> > >> > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/profile/WidgetsPanel.java:33:
> > >> > > > error: package ro.fortsoft.wicket.dashboard does not exist
> > >> > > >     [javac] import ro.fortsoft.wicket.dashboard.Widget;
> > >> > > >     [javac]                                    ^
> > >> > > >     [javac]
> > >> > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/profile/WidgetsPanel.java:34:
> > >> > > > error: package ro.fortsoft.wicket.dashboard does not exist
> > >> > > >     [javac] import
> ro.fortsoft.wicket.dashboard.WidgetDescriptor;
> > >> > > >     [javac]                                    ^
> > >> > > >     [javac]
> > >> > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/profile/WidgetsPanel.java:35:
> > >> > > > error: package ro.fortsoft.wicket.dashboard.web does not exist
> > >> > > >     [javac] import
> > >> ro.fortsoft.wicket.dashboard.web.DashboardContext;
> > >> > > >     [javac]                                        ^
> > >> > > >     [javac]
> > >> > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/profile/WidgetsPanel.java:40:
> > >> > > > error: cannot find symbol
> > >> > > >     [javac]     private Widget isDisplayed(WidgetDescriptor wd)
> {
> > >> > > >     [javac]                                ^
> > >> > > >     [javac]   symbol:   class WidgetDescriptor
> > >> > > >     [javac]   location: class WidgetsPanel
> > >> > > >     [javac]
> > >> > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/profile/WidgetsPanel.java:40:
> > >> > > > error: cannot find symbol
> > >> > > >     [javac]     private Widget isDisplayed(WidgetDescriptor wd)
> {
> > >> > > >     [javac]             ^
> > >> > > >     [javac]   symbol:   class Widget
> > >> > > >     [javac]   location: class WidgetsPanel
> > >> > > >     [javac]
> > >> > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/rooms/RoomsTabbedPanel.java:37:
> > >> > > > error: package com.googlecode.wicket.jquery.core does not exist
> > >> > > >     [javac] import
> > com.googlecode.wicket.jquery.core.JQueryBehavior;
> > >> > > >     [javac]                                         ^
> > >> > > >     [javac]
> > >> > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/pages/auth/SignInPage.java:35:
> > >> > > > error: package com.googlecode.wicket.jquery.core does not exist
> > >> > > >     [javac] import
> > >> > > > com.googlecode.wicket.jquery.core.JQueryAbstractBehavior;
> > >> > > >     [javac]                                         ^
> > >> > > >     [javac]
> > >> > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/util/UserDashboardPersister.java:23:
> > >> > > > error: package ro.fortsoft.wicket.dashboard does not exist
> > >> > > >     [javac] import ro.fortsoft.wicket.dashboard.Dashboard;
> > >> > > >     [javac]                                    ^
> > >> > > >     [javac]
> > >> > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/util/UserDashboardPersister.java:24:
> > >> > > > error: package ro.fortsoft.wicket.dashboard does not exist
> > >> > > >     [javac] import
> > ro.fortsoft.wicket.dashboard.DashboardPersister;
> > >> > > >     [javac]                                    ^
> > >> > > >     [javac]
> > >> > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/util/UserDashboardPersister.java:25:
> > >> > > > error: package ro.fortsoft.wicket.dashboard does not exist
> > >> > > >     [javac] import
> > >> > > ro.fortsoft.wicket.dashboard.XStreamDashboardPersister;
> > >> > > >     [javac]                                    ^
> > >> > > >     [javac]
> > >> > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/util/UserDashboardPersister.java:27:
> > >> > > > error: cannot find symbol
> > >> > > >     [javac] public class UserDashboardPersister implements
> > >> > > > DashboardPersister {
> > >> > > >     [javac]                                                ^
> > >> > > >     [javac]   symbol: class DashboardPersister
> > >> > > >     [javac]
> > >> > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/util/UserDashboardPersister.java:28:
> > >> > > > error: cannot find symbol
> > >> > > >     [javac]     public Dashboard load() {
> > >> > > >     [javac]            ^
> > >> > > >     [javac]   symbol:   class Dashboard
> > >> > > >     [javac]   location: class UserDashboardPersister
> > >> > > >     [javac]
> > >> > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/util/UserDashboardPersister.java:32:
> > >> > > > error: cannot find symbol
> > >> > > >     [javac]     public void save(Dashboard dashboard) {
> > >> > > >     [javac]                      ^
> > >> > > >     [javac]   symbol:   class Dashboard
> > >> > > >     [javac]   location: class UserDashboardPersister
> > >> > > >     [javac]
> > >> > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/Application.java:77:
> > >> > > > error: cannot find symbol
> > >> > > >     [javac]         dashboardContext = new DashboardContext();
> > >> > > >     [javac]                                ^
> > >> > > >     [javac]   symbol:   class DashboardContext
> > >> > > >     [javac]   location: class Application
> > >> > > >     [javac]
> > >> > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/Application.java:79:
> > >> > > > error: cannot find symbol
> > >> > > >     [javac]         WidgetRegistry widgetRegistry =
> > >> > > > dashboardContext.getWidgetRegistry();
> > >> > > >     [javac]         ^
> > >> > > >     [javac]   symbol:   class WidgetRegistry
> > >> > > >     [javac]   location: class Application
> > >> > > >     [javac]
> > >> > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/Application.java:84:
> > >> > > > error: cannot find symbol
> > >> > > >     [javac]         DashboardContextInjector
> > >> dashboardContextInjector =
> > >> > > new
> > >> > > > DashboardContextInjector(dashboardContext);
> > >> > > >     [javac]         ^
> > >> > > >     [javac]   symbol:   class DashboardContextInjector
> > >> > > >     [javac]   location: class Application
> > >> > > >     [javac]
> > >> > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/Application.java:84:
> > >> > > > error: cannot find symbol
> > >> > > >     [javac]         DashboardContextInjector
> > >> dashboardContextInjector =
> > >> > > new
> > >> > > > DashboardContextInjector(dashboardContext);
> > >> > > >     [javac]
> > >> > > > ^
> > >> > > >     [javac]   symbol:   class DashboardContextInjector
> > >> > > >     [javac]   location: class Application
> > >> > > >     [javac]
> > >> > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/Application.java:86:
> > >> > > > error: cannot find symbol
> > >> > > >     [javac]         DashboardSettings dashboardSettings =
> > >> > > > DashboardSettings.get();
> > >> > > >     [javac]         ^
> > >> > > >     [javac]   symbol:   class DashboardSettings
> > >> > > >     [javac]   location: class Application
> > >> > > >     [javac]
> > >> > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/Application.java:86:
> > >> > > > error: cannot find symbol
> > >> > > >     [javac]         DashboardSettings dashboardSettings =
> > >> > > > DashboardSettings.get();
> > >> > > >     [javac]                                               ^
> > >> > > >     [javac]   symbol:   variable DashboardSettings
> > >> > > >     [javac]   location: class Application
> > >> > > >     [javac]
> > >> > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/WebSession.java:165:
> > >> > > > error: cannot find symbol
> > >> > > >     [javac]         Dashboard d = get().dashboard;
> > >> > > >     [javac]         ^
> > >> > > >     [javac]   symbol:   class Dashboard
> > >> > > >     [javac]   location: class WebSession
> > >> > > >     [javac]
> > >> > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/WebSession.java:174:
> > >> > > > error: cannot find symbol
> > >> > > >     [javac]         DashboardContext dashboardContext =
> > >> > > > getDashboardContext();
> > >> > > >     [javac]         ^
> > >> > > >     [javac]   symbol:   class DashboardContext
> > >> > > >     [javac]   location: class WebSession
> > >> > > >     [javac]
> > >> > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/WebSession.java:178:
> > >> > > > error: cannot find symbol
> > >> > > >     [javac]             dashboard = new
> > DefaultDashboard("default",
> > >> > > > "Default");
> > >> > > >     [javac]                             ^
> > >> > > >     [javac]   symbol:   class DefaultDashboard
> > >> > > >     [javac]   location: class WebSession
> > >> > > >     [javac]
> > >> > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/WebSession.java:180:
> > >> > > > error: cannot find symbol
> > >> > > >     [javac]             WidgetFactory widgetFactory =
> > >> > > > dashboardContext.getWidgetFactory();
> > >> > > >     [javac]             ^
> > >> > > >     [javac]   symbol:   class WidgetFactory
> > >> > > >     [javac]   location: class WebSession
> > >> > > >     [javac]
> > >> > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/calendar/CalendarPanel.java:64:
> > >> > > > error: cannot find symbol
> > >> > > >     [javac]         Options options = new Options();
> > >> > > >     [javac]         ^
> > >> > > >     [javac]   symbol:   class Options
> > >> > > >     [javac]   location: class CalendarPanel
> > >> > > >     [javac]
> > >> > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/calendar/CalendarPanel.java:64:
> > >> > > > error: cannot find symbol
> > >> > > >     [javac]         Options options = new Options();
> > >> > > >     [javac]                               ^
> > >> > > >     [javac]   symbol:   class Options
> > >> > > >     [javac]   location: class CalendarPanel
> > >> > > >     [javac]
> > >> > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/calendar/CalendarPanel.java:119:
> > >> > > > error: cannot find symbol
> > >> > > >     [javac]             public void onSelect(AjaxRequestTarget
> > >> target,
> > >> > > > CalendarView view, Date start, Date end, boolean allDay) {
> > >> > > >     [javac]
> > >> >  ^
> > >> > > >     [javac]   symbol: class CalendarView
> > >> > > >     [javac]
> > >> > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/calendar/CalendarPanel.java:141:
> > >> > > > error: cannot find symbol
> > >> > > >     [javac]             public void
> onEventClick(AjaxRequestTarget
> > >> > > target,
> > >> > > > CalendarView view, int eventId) {
> > >> > > >     [javac]
> > >> > > >  ^
> > >> > > >     [javac]   symbol: class CalendarView
> > >> > > >     [javac]
> > >> > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/calendar/CalendarPanel.java:78:
> > >> > > > error: cannot find symbol
> > >> > > >     [javac]                 add(new
> > >> > > > JQueryAbstractBehavior("calendar-functions") {
> > >> > > >     [javac]                         ^
> > >> > > >     [javac]   symbol: class JQueryAbstractBehavior
> > >> > > >     [javac]
> > >> > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/calendar/CalendarPanel.java:121:
> > >> > > > error: cannot find symbol
> > >> > > >     [javac]                 if (CalendarView.month == view &&
> > >> > > > start.equals(end)) {
> > >> > > >     [javac]                     ^
> > >> > > >     [javac]   symbol: variable CalendarView
> > >> > > >     [javac]
> > >> > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/calendar/CalendarPanel.java:118:
> > >> > > > error: method does not override or implement a method from a
> > >> supertype
> > >> > > >     [javac]             @Override
> > >> > > >     [javac]             ^
> > >> > > >     [javac]
> > >> > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/calendar/CalendarPanel.java:140:
> > >> > > > error: method does not override or implement a method from a
> > >> supertype
> > >> > > >     [javac]             @Override
> > >> > > >     [javac]             ^
> > >> > > >     [javac]
> > >> > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/OmDashboardPanel.java:34:
> > >> > > > error: cannot find symbol
> > >> > > >     [javac]         add(new DashboardPanel("dashboard", new
> > >> > > > Model<Dashboard>(WebSession.getDashboard())));
> > >> > > >     [javac]                 ^
> > >> > > >     [javac]   symbol:   class DashboardPanel
> > >> > > >     [javac]   location: class OmDashboardPanel
> > >> > > >     [javac]
> > >> > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/OmDashboardPanel.java:34:
> > >> > > > error: cannot find symbol
> > >> > > >     [javac]         add(new DashboardPanel("dashboard", new
> > >> > > > Model<Dashboard>(WebSession.getDashboard())));
> > >> > > >     [javac]
> > ^
> > >> > > >     [javac]   symbol:   class Dashboard
> > >> > > >     [javac]   location: class OmDashboardPanel
> > >> > > >     [javac]
> > >> > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidget.java:34:
> > >> > > > error: cannot find symbol
> > >> > > >     [javac]         title = WebSession.getString(781L);
> > >> > > >     [javac]         ^
> > >> > > >     [javac]   symbol:   variable title
> > >> > > >     [javac]   location: class PrivateRoomsWidget
> > >> > > >     [javac]
> > >> > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidget.java:35:
> > >> > > > error: cannot find symbol
> > >> > > >     [javac]         location = new WidgetLocation(0, 1);
> > >> > > >     [javac]         ^
> > >> > > >     [javac]   symbol:   variable location
> > >> > > >     [javac]   location: class PrivateRoomsWidget
> > >> > > >     [javac]
> > >> > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidget.java:35:
> > >> > > > error: cannot find symbol
> > >> > > >     [javac]         location = new WidgetLocation(0, 1);
> > >> > > >     [javac]                        ^
> > >> > > >     [javac]   symbol:   class WidgetLocation
> > >> > > >     [javac]   location: class PrivateRoomsWidget
> > >> > > >     [javac]
> > >> > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidget.java:39:
> > >> > > > error: cannot find symbol
> > >> > > >     [javac]         return new PrivateRoomsWidgetView(viewId,
> new
> > >> > > > Model<Widget>(this));
> > >> > > >     [javac]
> > >> >   ^
> > >> > > >     [javac]   symbol:   class Widget
> > >> > > >     [javac]   location: class PrivateRoomsWidget
> > >> > > >     [javac]
> > >> > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidgetView.java:35:
> > >> > > > error: cannot find symbol
> > >> > > >     [javac]         add(new RoomsPanel("rooms", getMyRooms()));
> > >> > > >     [javac]         ^
> > >> > > >     [javac]   symbol:   method add(RoomsPanel)
> > >> > > >     [javac]   location: class PrivateRoomsWidgetView
> > >> > > >     [javac]
> > >> > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidget.java:34:
> > >> > > > error: cannot find symbol
> > >> > > >     [javac]         title = WebSession.getString(774L);
> > >> > > >     [javac]         ^
> > >> > > >     [javac]   symbol:   variable title
> > >> > > >     [javac]   location: class StartWidget
> > >> > > >     [javac]
> > >> > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidget.java:35:
> > >> > > > error: cannot find symbol
> > >> > > >     [javac]         location = new WidgetLocation(1, 0);
> > >> > > >     [javac]         ^
> > >> > > >     [javac]   symbol:   variable location
> > >> > > >     [javac]   location: class StartWidget
> > >> > > >     [javac]
> > >> > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidget.java:35:
> > >> > > > error: cannot find symbol
> > >> > > >     [javac]         location = new WidgetLocation(1, 0);
> > >> > > >     [javac]                        ^
> > >> > > >     [javac]   symbol:   class WidgetLocation
> > >> > > >     [javac]   location: class StartWidget
> > >> > > >     [javac]
> > >> > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidget.java:39:
> > >> > > > error: cannot find symbol
> > >> > > >     [javac]         return new StartWidgetView(viewId, new
> > >> > > > Model<Widget>(this));
> > >> > > >     [javac]
>  ^
> > >> > > >     [javac]   symbol:   class Widget
> > >> > > >     [javac]   location: class StartWidget
> > >> > > >     [javac]
> > >> > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidget.java:34:
> > >> > > > error: cannot find symbol
> > >> > > >     [javac]         title = WebSession.getString(1546L);
> > >> > > >     [javac]         ^
> > >> > > >     [javac]   symbol:   variable title
> > >> > > >     [javac]   location: class WelcomeWidget
> > >> > > >     [javac]
> > >> > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidget.java:35:
> > >> > > > error: cannot find symbol
> > >> > > >     [javac]         location = new WidgetLocation(0, 0);
> > >> > > >     [javac]         ^
> > >> > > >     [javac]   symbol:   variable location
> > >> > > >     [javac]   location: class WelcomeWidget
> > >> > > >     [javac] Note: Some input files use or override a deprecated
> > API.
> > >> > > >     [javac] Note: Recompile with -Xlint:deprecation for details.
> > >> > > >     [javac] Note:
> > >> > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/screen/webstart/gui/ScreenSharerFrame.java
> > >> > > > uses unchecked or unsafe operations.
> > >> > > >     [javac] Note: Recompile with -Xlint:unchecked for details.
> > >> > > >     [javac] 100 errors
> > >> > > >     [javac] 1 warning
> > >> > > >
> > >> > >
> > >> > >
> > >> > >
> > >> > > --
> > >> > > WBR
> > >> > > Maxim aka solomax
> > >> > >
> > >> >
> > >> >
> > >> >
> > >> > --
> > >> > Regards
> > >> > Andun S.L. Gunawardana
> > >> > Undergraduate
> > >> > Department of Computer Science And Engineering
> > >> > University of Moratuwa
> > >> > Sri Lanka
> > >> >
> > >> > Blog - http://www.insightforfuture.blogspot.com/
> > >> > LinkedIn -
> > http://www.linkedin.com/pub/andun-s-l-gunawardana/34/646/703
> > >> > Twitter -http://twitter.com/AndunSLG
> > >> >
> > >>
> > >>
> > >>
> > >> --
> > >> WBR
> > >> Maxim aka solomax
> > >>
> > >
> > >
> > >
> > > --
> > > Regards
> > > Andun S.L. Gunawardana
> > > Undergraduate
> > > Department of Computer Science And Engineering
> > > University of Moratuwa
> > > Sri Lanka
> > >
> > > Blog - http://www.insightforfuture.blogspot.com/
> > > LinkedIn -
> http://www.linkedin.com/pub/andun-s-l-gunawardana/34/646/703
> > > Twitter -http://twitter.com/AndunSLG
> > >
> > >
> > >
> > >
> > >
> >
> >
> >
> > --
> > Regards
> > Andun S.L. Gunawardana
> > Undergraduate
> > Department of Computer Science And Engineering
> > University of Moratuwa
> > Sri Lanka
> >
> > Blog - http://www.insightforfuture.blogspot.com/
> > LinkedIn - http://www.linkedin.com/pub/andun-s-l-gunawardana/34/646/703
> > Twitter -http://twitter.com/AndunSLG
> >
>
>
>
> --
> WBR
> Maxim aka solomax
>



-- 
Regards
Andun S.L. Gunawardana
Undergraduate
Department of Computer Science And Engineering
University of Moratuwa
Sri Lanka

Blog - http://www.insightforfuture.blogspot.com/
LinkedIn - http://www.linkedin.com/pub/andun-s-l-gunawardana/34/646/703
Twitter -http://twitter.com/AndunSLG

Re: Compilation faliure

Posted by Maxim Solodovnik <so...@gmail.com>.
Hello Andun,

Thanks for detailed report! :)

some comments on your foundings:
1) [Widgets] is new tab to manage widgets displayed on dashbord, "Contacts
and messaged need to be implemented
2) Network test was recently added
3) "The username is already used" etc. are automatic validation messages
(validation is performed on keypress AFAIK)

I completely forget about "Recording" special thanks for that!


On Sun, May 12, 2013 at 4:09 PM, Andun Sameera <an...@gmail.com> wrote:

> Hi Maxim,
>
> I had a look in to the new HTML Openmeetings console in rev 1481114 and
> found these,
>
>    - There is a tab in the Profile area with the name [Widgets] which
>    should point to the contact and message area
>    - In the calender there should be a mechanism to change the year. In the
>    current one we can navigate year via changing the month one by one.
> That is
>    not feasible I think. There is a mechanism in the flash implementation
>    - Recordings section have to be implemented
>    - In the Users section of the administrators tab we can press the +
>    button to add a record. It shows a empty user registration form. But
> when
>    we type something as login name, following error are shown
> automatically,
>
> The username is already used
> This email is already used by another user.
> 'adresses.email' is required
>
>    - In the conference room area of the administrator tab the room type is
>    shown like "
>
>  org.apache.openmeetings.persistence.beans.lang.Fieldlanguagesvalues@583153fa
> "
>    it have to be changed
>    - In the Configuration section of the administrators tab we can press
>    the + button to add a record. It shows a empty record form. But when we
>    type something as key, following error are shown automatically,
>
> 'conf_value' is required
>
>    - When we click the "Edit your profile" link, it directs the user to
>    Search users page not to the My Profile page
>    - When we click the "Calender" button on the dashboard it do nothing
>    - Network Test have to be implemented
>
> I will do further inspections.
>
> Thanks!
>
> On Sun, May 5, 2013 at 4:35 PM, Andun Sameera <an...@gmail.com> wrote:
>
> > Hi Maxim,
> >
> > Bit busy with work in uni. But certainly will help ASAP.
> >
> > Thanks!
> >
> >
> > On Sun, May 5, 2013 at 4:31 PM, Maxim Solodovnik <solomax666@gmail.com
> >wrote:
> >
> >> Hello Andun,
> >>
> >> Thanks for your proposal :)
> >> It would be really helpful if you can take a look at current HTML5
> client
> >> and create the list of missing features (comparing to Flash client), if
> >> you
> >> have free time :)
> >>
> >> 5 major things I'm aware are:
> >> 1) registaration
> >> 2) LDAP login
> >> 3) Contacts and Messages area
> >> 4) Create/Edit calendar event does not contain attendees
> >> 5) Room itself
> >>
> >> Thanks in advance :)
> >>
> >>
> >> On Wed, May 1, 2013 at 1:13 AM, Andun Sameera <an...@gmail.com>
> wrote:
> >>
> >> > Hi Maxim,
> >> >
> >> > Problem Solved. Thanks for the help. I have checked the new HTML5 view
> >> in
> >> > the latest trunk. If you need assistance in testing or some related
> >> thing.
> >> > Please let me know.
> >> >
> >> > Thanks!
> >> >
> >> > On Tue, Apr 30, 2013 at 10:44 PM, Maxim Solodovnik <
> >> solomax666@gmail.com
> >> > >wrote:
> >> >
> >> > > Hello Andun,
> >> > >
> >> > > please delete build/lib/om and run build again
> >> > > All necessary libraries will be refetched
> >> > >
> >> > >
> >> > > On Wed, May 1, 2013 at 12:04 AM, Andun Sameera <an...@gmail.com>
> >> > wrote:
> >> > >
> >> > > > Hi All,
> >> > > >
> >> > > > I am getting this compile error in the latest trunk. It complains
> >> that
> >> > > > ro.fortsoft.wicket.dashboard package cannot be found. I found
> these
> >> > > package
> >> > > > is used in latest commit by Maxim. Is it a local fault of mine or
> >> else
> >> > ?
> >> > > >
> >> > > > Thanks!
> >> > > >
> >> > > > --
> >> > > > Regards
> >> > > > Andun S.L. Gunawardana
> >> > > > Undergraduate
> >> > > > Department of Computer Science And Engineering
> >> > > > University of Moratuwa
> >> > > > Sri Lanka
> >> > > >
> >> > > > Blog - http://www.insightforfuture.blogspot.com/
> >> > > > LinkedIn -
> >> > http://www.linkedin.com/pub/andun-s-l-gunawardana/34/646/703
> >> > > > Twitter -http://twitter.com/AndunSLG
> >> > > >
> >> > > > Errors -
> >> > > >
> >> > > > [javac] Compiling 454 source files to
> >> > > >
> >> > > >
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/build/classes/openmeetings
> >> > > >     [javac] warning: [options] bootstrap class path not set in
> >> > > conjunction
> >> > > > with -source 1.6
> >> > > >     [javac] Note: Starting OpenJPA Annotation Processor for
> >> Metamodel
> >> > > > Generation
> >> > > >     [javac]
> >> > > >
> >> > > >
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/Application.java:47:
> >> > > > error: package ro.fortsoft.wicket.dashboard does not exist
> >> > > >     [javac] import ro.fortsoft.wicket.dashboard.WidgetRegistry;
> >> > > >     [javac]                                    ^
> >> > > >     [javac]
> >> > > >
> >> > > >
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/Application.java:48:
> >> > > > error: package ro.fortsoft.wicket.dashboard.web does not exist
> >> > > >     [javac] import
> >> ro.fortsoft.wicket.dashboard.web.DashboardContext;
> >> > > >     [javac]                                        ^
> >> > > >     [javac]
> >> > > >
> >> > > >
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/Application.java:49:
> >> > > > error: package ro.fortsoft.wicket.dashboard.web does not exist
> >> > > >     [javac] import
> >> > > > ro.fortsoft.wicket.dashboard.web.DashboardContextInjector;
> >> > > >     [javac]                                        ^
> >> > > >     [javac]
> >> > > >
> >> > > >
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/Application.java:50:
> >> > > > error: package ro.fortsoft.wicket.dashboard.web does not exist
> >> > > >     [javac] import
> >> ro.fortsoft.wicket.dashboard.web.DashboardSettings;
> >> > > >     [javac]                                        ^
> >> > > >     [javac]
> >> > > >
> >> > > >
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/Application.java:53:
> >> > > > error: cannot find symbol
> >> > > >     [javac]     private DashboardContext dashboardContext;
> >> > > >     [javac]             ^
> >> > > >     [javac]   symbol:   class DashboardContext
> >> > > >     [javac]   location: class Application
> >> > > >     [javac]
> >> > > >
> >> > > >
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/Application.java:129:
> >> > > > error: cannot find symbol
> >> > > >     [javac]     public static DashboardContext
> >> getDashboardContext() {
> >> > > >     [javac]                   ^
> >> > > >     [javac]   symbol:   class DashboardContext
> >> > > >     [javac]   location: class Application
> >> > > >     [javac]
> >> > > >
> >> > > >
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/WebSession.java:47:
> >> > > > error: package ro.fortsoft.wicket.dashboard does not exist
> >> > > >     [javac] import ro.fortsoft.wicket.dashboard.Dashboard;
> >> > > >     [javac]                                    ^
> >> > > >     [javac]
> >> > > >
> >> > > >
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/WebSession.java:48:
> >> > > > error: package ro.fortsoft.wicket.dashboard does not exist
> >> > > >     [javac] import ro.fortsoft.wicket.dashboard.DefaultDashboard;
> >> > > >     [javac]                                    ^
> >> > > >     [javac]
> >> > > >
> >> > > >
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/WebSession.java:49:
> >> > > > error: package ro.fortsoft.wicket.dashboard does not exist
> >> > > >     [javac] import ro.fortsoft.wicket.dashboard.WidgetFactory;
> >> > > >     [javac]                                    ^
> >> > > >     [javac]
> >> > > >
> >> > > >
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/WebSession.java:50:
> >> > > > error: package ro.fortsoft.wicket.dashboard.web does not exist
> >> > > >     [javac] import
> >> ro.fortsoft.wicket.dashboard.web.DashboardContext;
> >> > > >     [javac]                                        ^
> >> > > >     [javac]
> >> > > >
> >> > > >
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/WebSession.java:60:
> >> > > > error: cannot find symbol
> >> > > >     [javac]     private Dashboard dashboard;
> >> > > >     [javac]             ^
> >> > > >     [javac]   symbol:   class Dashboard
> >> > > >     [javac]   location: class WebSession
> >> > > >     [javac]
> >> > > >
> >> > > >
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/WebSession.java:164:
> >> > > > error: cannot find symbol
> >> > > >     [javac]     public static Dashboard getDashboard() {
> >> > > >     [javac]                   ^
> >> > > >     [javac]   symbol:   class Dashboard
> >> > > >     [javac]   location: class WebSession
> >> > > >     [javac]
> >> > > >
> >> > > >
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/calendar/CalendarPanel.java:34:
> >> > > > error: package com.googlecode.wicket.jquery.core does not exist
> >> > > >     [javac] import
> >> > > > com.googlecode.wicket.jquery.core.JQueryAbstractBehavior;
> >> > > >     [javac]                                         ^
> >> > > >     [javac]
> >> > > >
> >> > > >
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/calendar/CalendarPanel.java:35:
> >> > > > error: package com.googlecode.wicket.jquery.core does not exist
> >> > > >     [javac] import com.googlecode.wicket.jquery.core.Options;
> >> > > >     [javac]                                         ^
> >> > > >     [javac]
> >> > > >
> >> > > >
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/calendar/CalendarPanel.java:37:
> >> > > > error: cannot find symbol
> >> > > >     [javac] import
> >> > com.googlecode.wicket.jquery.ui.calendar.CalendarView;
> >> > > >     [javac]                                                ^
> >> > > >     [javac]   symbol:   class CalendarView
> >> > > >     [javac]   location: package
> >> > com.googlecode.wicket.jquery.ui.calendar
> >> > > >     [javac]
> >> > > >
> >> > > >
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/OmDashboardPanel.java:25:
> >> > > > error: package ro.fortsoft.wicket.dashboard does not exist
> >> > > >     [javac] import ro.fortsoft.wicket.dashboard.Dashboard;
> >> > > >     [javac]                                    ^
> >> > > >     [javac]
> >> > > >
> >> > > >
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/OmDashboardPanel.java:26:
> >> > > > error: package ro.fortsoft.wicket.dashboard.web does not exist
> >> > > >     [javac] import
> ro.fortsoft.wicket.dashboard.web.DashboardPanel;
> >> > > >     [javac]                                        ^
> >> > > >     [javac]
> >> > > >
> >> > > >
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidget.java:24:
> >> > > > error: package ro.fortsoft.wicket.dashboard does not exist
> >> > > >     [javac] import ro.fortsoft.wicket.dashboard.AbstractWidget;
> >> > > >     [javac]                                    ^
> >> > > >     [javac]
> >> > > >
> >> > > >
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidget.java:25:
> >> > > > error: package ro.fortsoft.wicket.dashboard does not exist
> >> > > >     [javac] import ro.fortsoft.wicket.dashboard.Widget;
> >> > > >     [javac]                                    ^
> >> > > >     [javac]
> >> > > >
> >> > > >
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidget.java:26:
> >> > > > error: package ro.fortsoft.wicket.dashboard does not exist
> >> > > >     [javac] import ro.fortsoft.wicket.dashboard.WidgetLocation;
> >> > > >     [javac]                                    ^
> >> > > >     [javac]
> >> > > >
> >> > > >
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidget.java:27:
> >> > > > error: package ro.fortsoft.wicket.dashboard.web does not exist
> >> > > >     [javac] import ro.fortsoft.wicket.dashboard.web.WidgetView;
> >> > > >     [javac]                                        ^
> >> > > >     [javac]
> >> > > >
> >> > > >
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidget.java:29:
> >> > > > error: cannot find symbol
> >> > > >     [javac] public class PrivateRoomsWidget extends
> AbstractWidget {
> >> > > >     [javac]                                         ^
> >> > > >     [javac]   symbol: class AbstractWidget
> >> > > >     [javac]
> >> > > >
> >> > > >
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidget.java:38:
> >> > > > error: cannot find symbol
> >> > > >     [javac]     public WidgetView createView(String viewId) {
> >> > > >     [javac]            ^
> >> > > >     [javac]   symbol:   class WidgetView
> >> > > >     [javac]   location: class PrivateRoomsWidget
> >> > > >     [javac]
> >> > > >
> >> > > >
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidgetDescriptor.java:23:
> >> > > > error: package ro.fortsoft.wicket.dashboard does not exist
> >> > > >     [javac] import ro.fortsoft.wicket.dashboard.WidgetDescriptor;
> >> > > >     [javac]                                    ^
> >> > > >     [javac]
> >> > > >
> >> > > >
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidgetDescriptor.java:25:
> >> > > > error: cannot find symbol
> >> > > >     [javac] public class PrivateRoomsWidgetDescriptor implements
> >> > > > WidgetDescriptor {
> >> > > >     [javac]                                                      ^
> >> > > >     [javac]   symbol: class WidgetDescriptor
> >> > > >     [javac]
> >> > > >
> >> > > >
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidgetView.java:26:
> >> > > > error: package ro.fortsoft.wicket.dashboard does not exist
> >> > > >     [javac] import ro.fortsoft.wicket.dashboard.Widget;
> >> > > >     [javac]                                    ^
> >> > > >     [javac]
> >> > > >
> >> > > >
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidgetView.java:27:
> >> > > > error: package ro.fortsoft.wicket.dashboard.web does not exist
> >> > > >     [javac] import ro.fortsoft.wicket.dashboard.web.WidgetView;
> >> > > >     [javac]                                        ^
> >> > > >     [javac]
> >> > > >
> >> > > >
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidgetView.java:29:
> >> > > > error: cannot find symbol
> >> > > >     [javac] public class PrivateRoomsWidgetView extends
> WidgetView {
> >> > > >     [javac]                                             ^
> >> > > >     [javac]   symbol: class WidgetView
> >> > > >     [javac]
> >> > > >
> >> > > >
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidgetView.java:32:
> >> > > > error: cannot find symbol
> >> > > >     [javac]     public PrivateRoomsWidgetView(String id,
> >> Model<Widget>
> >> > > > model) {
> >> > > >     [javac]                                                    ^
> >> > > >     [javac]   symbol:   class Widget
> >> > > >     [javac]   location: class PrivateRoomsWidgetView
> >> > > >     [javac]
> >> > > >
> >> > > >
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidget.java:24:
> >> > > > error: package ro.fortsoft.wicket.dashboard does not exist
> >> > > >     [javac] import ro.fortsoft.wicket.dashboard.AbstractWidget;
> >> > > >     [javac]                                    ^
> >> > > >     [javac]
> >> > > >
> >> > > >
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidget.java:25:
> >> > > > error: package ro.fortsoft.wicket.dashboard does not exist
> >> > > >     [javac] import ro.fortsoft.wicket.dashboard.Widget;
> >> > > >     [javac]                                    ^
> >> > > >     [javac]
> >> > > >
> >> > > >
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidget.java:26:
> >> > > > error: package ro.fortsoft.wicket.dashboard does not exist
> >> > > >     [javac] import ro.fortsoft.wicket.dashboard.WidgetLocation;
> >> > > >     [javac]                                    ^
> >> > > >     [javac]
> >> > > >
> >> > > >
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidget.java:27:
> >> > > > error: package ro.fortsoft.wicket.dashboard.web does not exist
> >> > > >     [javac] import ro.fortsoft.wicket.dashboard.web.WidgetView;
> >> > > >     [javac]                                        ^
> >> > > >     [javac]
> >> > > >
> >> > > >
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidget.java:29:
> >> > > > error: cannot find symbol
> >> > > >     [javac] public class StartWidget extends AbstractWidget {
> >> > > >     [javac]                                  ^
> >> > > >     [javac]   symbol: class AbstractWidget
> >> > > >     [javac]
> >> > > >
> >> > > >
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidget.java:38:
> >> > > > error: cannot find symbol
> >> > > >     [javac]     public WidgetView createView(String viewId) {
> >> > > >     [javac]            ^
> >> > > >     [javac]   symbol:   class WidgetView
> >> > > >     [javac]   location: class StartWidget
> >> > > >     [javac]
> >> > > >
> >> > > >
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidgetDescriptor.java:23:
> >> > > > error: package ro.fortsoft.wicket.dashboard does not exist
> >> > > >     [javac] import ro.fortsoft.wicket.dashboard.WidgetDescriptor;
> >> > > >     [javac]                                    ^
> >> > > >     [javac]
> >> > > >
> >> > > >
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidgetDescriptor.java:25:
> >> > > > error: cannot find symbol
> >> > > >     [javac] public class StartWidgetDescriptor implements
> >> > > WidgetDescriptor
> >> > > > {
> >> > > >     [javac]                                               ^
> >> > > >     [javac]   symbol: class WidgetDescriptor
> >> > > >     [javac]
> >> > > >
> >> > > >
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidgetView.java:23:
> >> > > > error: package ro.fortsoft.wicket.dashboard does not exist
> >> > > >     [javac] import ro.fortsoft.wicket.dashboard.Widget;
> >> > > >     [javac]                                    ^
> >> > > >     [javac]
> >> > > >
> >> > > >
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidgetView.java:24:
> >> > > > error: package ro.fortsoft.wicket.dashboard.web does not exist
> >> > > >     [javac] import ro.fortsoft.wicket.dashboard.web.WidgetView;
> >> > > >     [javac]                                        ^
> >> > > >     [javac]
> >> > > >
> >> > > >
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidgetView.java:26:
> >> > > > error: cannot find symbol
> >> > > >     [javac] public class StartWidgetView extends WidgetView {
> >> > > >     [javac]                                      ^
> >> > > >     [javac]   symbol: class WidgetView
> >> > > >     [javac]
> >> > > >
> >> > > >
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidgetView.java:29:
> >> > > > error: cannot find symbol
> >> > > >     [javac]     public StartWidgetView(String id, Model<Widget>
> >> model)
> >> > {
> >> > > >     [javac]                                             ^
> >> > > >     [javac]   symbol:   class Widget
> >> > > >     [javac]   location: class StartWidgetView
> >> > > >     [javac]
> >> > > >
> >> > > >
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidget.java:24:
> >> > > > error: package ro.fortsoft.wicket.dashboard does not exist
> >> > > >     [javac] import ro.fortsoft.wicket.dashboard.AbstractWidget;
> >> > > >     [javac]                                    ^
> >> > > >     [javac]
> >> > > >
> >> > > >
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidget.java:25:
> >> > > > error: package ro.fortsoft.wicket.dashboard does not exist
> >> > > >     [javac] import ro.fortsoft.wicket.dashboard.Widget;
> >> > > >     [javac]                                    ^
> >> > > >     [javac]
> >> > > >
> >> > > >
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidget.java:26:
> >> > > > error: package ro.fortsoft.wicket.dashboard does not exist
> >> > > >     [javac] import ro.fortsoft.wicket.dashboard.WidgetLocation;
> >> > > >     [javac]                                    ^
> >> > > >     [javac]
> >> > > >
> >> > > >
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidget.java:27:
> >> > > > error: package ro.fortsoft.wicket.dashboard.web does not exist
> >> > > >     [javac] import ro.fortsoft.wicket.dashboard.web.WidgetView;
> >> > > >     [javac]                                        ^
> >> > > >     [javac]
> >> > > >
> >> > > >
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidget.java:29:
> >> > > > error: cannot find symbol
> >> > > >     [javac] public class WelcomeWidget extends AbstractWidget {
> >> > > >     [javac]                                    ^
> >> > > >     [javac]   symbol: class AbstractWidget
> >> > > >     [javac]
> >> > > >
> >> > > >
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidget.java:38:
> >> > > > error: cannot find symbol
> >> > > >     [javac]     public WidgetView createView(String viewId) {
> >> > > >     [javac]            ^
> >> > > >     [javac]   symbol:   class WidgetView
> >> > > >     [javac]   location: class WelcomeWidget
> >> > > >     [javac]
> >> > > >
> >> > > >
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidgetDescriptor.java:23:
> >> > > > error: package ro.fortsoft.wicket.dashboard does not exist
> >> > > >     [javac] import ro.fortsoft.wicket.dashboard.WidgetDescriptor;
> >> > > >     [javac]                                    ^
> >> > > >     [javac]
> >> > > >
> >> > > >
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidgetDescriptor.java:25:
> >> > > > error: cannot find symbol
> >> > > >     [javac] public class WelcomeWidgetDescriptor implements
> >> > > > WidgetDescriptor {
> >> > > >     [javac]                                                 ^
> >> > > >     [javac]   symbol: class WidgetDescriptor
> >> > > >     [javac]
> >> > > >
> >> > > >
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/profile/SettingsPanel.java:32:
> >> > > > error: package com.googlecode.wicket.jquery.core does not exist
> >> > > >     [javac] import
> com.googlecode.wicket.jquery.core.JQueryBehavior;
> >> > > >     [javac]                                         ^
> >> > > >     [javac]
> >> > > >
> >> > > >
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/profile/SettingsPanel.java:33:
> >> > > > error: package com.googlecode.wicket.jquery.core does not exist
> >> > > >     [javac] import com.googlecode.wicket.jquery.core.Options;
> >> > > >     [javac]                                         ^
> >> > > >     [javac]
> >> > > >
> >> > > >
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidgetView.java:37:
> >> > > > error: package ro.fortsoft.wicket.dashboard does not exist
> >> > > >     [javac] import ro.fortsoft.wicket.dashboard.Widget;
> >> > > >     [javac]                                    ^
> >> > > >     [javac]
> >> > > >
> >> > > >
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidgetView.java:38:
> >> > > > error: package ro.fortsoft.wicket.dashboard.web does not exist
> >> > > >     [javac] import ro.fortsoft.wicket.dashboard.web.WidgetView;
> >> > > >     [javac]                                        ^
> >> > > >     [javac]
> >> > > >
> >> > > >
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidgetView.java:40:
> >> > > > error: cannot find symbol
> >> > > >     [javac] public class WelcomeWidgetView extends WidgetView {
> >> > > >     [javac]                                        ^
> >> > > >     [javac]   symbol: class WidgetView
> >> > > >     [javac]
> >> > > >
> >> > > >
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidgetView.java:43:
> >> > > > error: cannot find symbol
> >> > > >     [javac]     public WelcomeWidgetView(String id, Model<Widget>
> >> > model)
> >> > > {
> >> > > >     [javac]                                               ^
> >> > > >     [javac]   symbol:   class Widget
> >> > > >     [javac]   location: class WelcomeWidgetView
> >> > > >     [javac]
> >> > > >
> >> > > >
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/profile/WidgetsPanel.java:32:
> >> > > > error: package ro.fortsoft.wicket.dashboard does not exist
> >> > > >     [javac] import ro.fortsoft.wicket.dashboard.Dashboard;
> >> > > >     [javac]                                    ^
> >> > > >     [javac]
> >> > > >
> >> > > >
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/profile/WidgetsPanel.java:33:
> >> > > > error: package ro.fortsoft.wicket.dashboard does not exist
> >> > > >     [javac] import ro.fortsoft.wicket.dashboard.Widget;
> >> > > >     [javac]                                    ^
> >> > > >     [javac]
> >> > > >
> >> > > >
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/profile/WidgetsPanel.java:34:
> >> > > > error: package ro.fortsoft.wicket.dashboard does not exist
> >> > > >     [javac] import ro.fortsoft.wicket.dashboard.WidgetDescriptor;
> >> > > >     [javac]                                    ^
> >> > > >     [javac]
> >> > > >
> >> > > >
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/profile/WidgetsPanel.java:35:
> >> > > > error: package ro.fortsoft.wicket.dashboard.web does not exist
> >> > > >     [javac] import
> >> ro.fortsoft.wicket.dashboard.web.DashboardContext;
> >> > > >     [javac]                                        ^
> >> > > >     [javac]
> >> > > >
> >> > > >
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/profile/WidgetsPanel.java:40:
> >> > > > error: cannot find symbol
> >> > > >     [javac]     private Widget isDisplayed(WidgetDescriptor wd) {
> >> > > >     [javac]                                ^
> >> > > >     [javac]   symbol:   class WidgetDescriptor
> >> > > >     [javac]   location: class WidgetsPanel
> >> > > >     [javac]
> >> > > >
> >> > > >
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/profile/WidgetsPanel.java:40:
> >> > > > error: cannot find symbol
> >> > > >     [javac]     private Widget isDisplayed(WidgetDescriptor wd) {
> >> > > >     [javac]             ^
> >> > > >     [javac]   symbol:   class Widget
> >> > > >     [javac]   location: class WidgetsPanel
> >> > > >     [javac]
> >> > > >
> >> > > >
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/rooms/RoomsTabbedPanel.java:37:
> >> > > > error: package com.googlecode.wicket.jquery.core does not exist
> >> > > >     [javac] import
> com.googlecode.wicket.jquery.core.JQueryBehavior;
> >> > > >     [javac]                                         ^
> >> > > >     [javac]
> >> > > >
> >> > > >
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/pages/auth/SignInPage.java:35:
> >> > > > error: package com.googlecode.wicket.jquery.core does not exist
> >> > > >     [javac] import
> >> > > > com.googlecode.wicket.jquery.core.JQueryAbstractBehavior;
> >> > > >     [javac]                                         ^
> >> > > >     [javac]
> >> > > >
> >> > > >
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/util/UserDashboardPersister.java:23:
> >> > > > error: package ro.fortsoft.wicket.dashboard does not exist
> >> > > >     [javac] import ro.fortsoft.wicket.dashboard.Dashboard;
> >> > > >     [javac]                                    ^
> >> > > >     [javac]
> >> > > >
> >> > > >
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/util/UserDashboardPersister.java:24:
> >> > > > error: package ro.fortsoft.wicket.dashboard does not exist
> >> > > >     [javac] import
> ro.fortsoft.wicket.dashboard.DashboardPersister;
> >> > > >     [javac]                                    ^
> >> > > >     [javac]
> >> > > >
> >> > > >
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/util/UserDashboardPersister.java:25:
> >> > > > error: package ro.fortsoft.wicket.dashboard does not exist
> >> > > >     [javac] import
> >> > > ro.fortsoft.wicket.dashboard.XStreamDashboardPersister;
> >> > > >     [javac]                                    ^
> >> > > >     [javac]
> >> > > >
> >> > > >
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/util/UserDashboardPersister.java:27:
> >> > > > error: cannot find symbol
> >> > > >     [javac] public class UserDashboardPersister implements
> >> > > > DashboardPersister {
> >> > > >     [javac]                                                ^
> >> > > >     [javac]   symbol: class DashboardPersister
> >> > > >     [javac]
> >> > > >
> >> > > >
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/util/UserDashboardPersister.java:28:
> >> > > > error: cannot find symbol
> >> > > >     [javac]     public Dashboard load() {
> >> > > >     [javac]            ^
> >> > > >     [javac]   symbol:   class Dashboard
> >> > > >     [javac]   location: class UserDashboardPersister
> >> > > >     [javac]
> >> > > >
> >> > > >
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/util/UserDashboardPersister.java:32:
> >> > > > error: cannot find symbol
> >> > > >     [javac]     public void save(Dashboard dashboard) {
> >> > > >     [javac]                      ^
> >> > > >     [javac]   symbol:   class Dashboard
> >> > > >     [javac]   location: class UserDashboardPersister
> >> > > >     [javac]
> >> > > >
> >> > > >
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/Application.java:47:
> >> > > > error: package ro.fortsoft.wicket.dashboard does not exist
> >> > > >     [javac] import ro.fortsoft.wicket.dashboard.WidgetRegistry;
> >> > > >     [javac]                                    ^
> >> > > >     [javac]
> >> > > >
> >> > > >
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/Application.java:48:
> >> > > > error: package ro.fortsoft.wicket.dashboard.web does not exist
> >> > > >     [javac] import
> >> ro.fortsoft.wicket.dashboard.web.DashboardContext;
> >> > > >     [javac]                                        ^
> >> > > >     [javac]
> >> > > >
> >> > > >
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/Application.java:49:
> >> > > > error: package ro.fortsoft.wicket.dashboard.web does not exist
> >> > > >     [javac] import
> >> > > > ro.fortsoft.wicket.dashboard.web.DashboardContextInjector;
> >> > > >     [javac]                                        ^
> >> > > >     [javac]
> >> > > >
> >> > > >
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/Application.java:50:
> >> > > > error: package ro.fortsoft.wicket.dashboard.web does not exist
> >> > > >     [javac] import
> >> ro.fortsoft.wicket.dashboard.web.DashboardSettings;
> >> > > >     [javac]                                        ^
> >> > > >     [javac]
> >> > > >
> >> > > >
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/Application.java:53:
> >> > > > error: cannot find symbol
> >> > > >     [javac]     private DashboardContext dashboardContext;
> >> > > >     [javac]             ^
> >> > > >     [javac]   symbol:   class DashboardContext
> >> > > >     [javac]   location: class Application
> >> > > >     [javac]
> >> > > >
> >> > > >
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/Application.java:129:
> >> > > > error: cannot find symbol
> >> > > >     [javac]     public static DashboardContext
> >> getDashboardContext() {
> >> > > >     [javac]                   ^
> >> > > >     [javac]   symbol:   class DashboardContext
> >> > > >     [javac]   location: class Application
> >> > > >     [javac]
> >> > > >
> >> > > >
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/WebSession.java:47:
> >> > > > error: package ro.fortsoft.wicket.dashboard does not exist
> >> > > >     [javac] import ro.fortsoft.wicket.dashboard.Dashboard;
> >> > > >     [javac]                                    ^
> >> > > >     [javac]
> >> > > >
> >> > > >
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/WebSession.java:48:
> >> > > > error: package ro.fortsoft.wicket.dashboard does not exist
> >> > > >     [javac] import ro.fortsoft.wicket.dashboard.DefaultDashboard;
> >> > > >     [javac]                                    ^
> >> > > >     [javac]
> >> > > >
> >> > > >
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/WebSession.java:49:
> >> > > > error: package ro.fortsoft.wicket.dashboard does not exist
> >> > > >     [javac] import ro.fortsoft.wicket.dashboard.WidgetFactory;
> >> > > >     [javac]                                    ^
> >> > > >     [javac]
> >> > > >
> >> > > >
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/WebSession.java:50:
> >> > > > error: package ro.fortsoft.wicket.dashboard.web does not exist
> >> > > >     [javac] import
> >> ro.fortsoft.wicket.dashboard.web.DashboardContext;
> >> > > >     [javac]                                        ^
> >> > > >     [javac]
> >> > > >
> >> > > >
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/WebSession.java:60:
> >> > > > error: cannot find symbol
> >> > > >     [javac]     private Dashboard dashboard;
> >> > > >     [javac]             ^
> >> > > >     [javac]   symbol:   class Dashboard
> >> > > >     [javac]   location: class WebSession
> >> > > >     [javac]
> >> > > >
> >> > > >
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/WebSession.java:164:
> >> > > > error: cannot find symbol
> >> > > >     [javac]     public static Dashboard getDashboard() {
> >> > > >     [javac]                   ^
> >> > > >     [javac]   symbol:   class Dashboard
> >> > > >     [javac]   location: class WebSession
> >> > > >     [javac]
> >> > > >
> >> > > >
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/calendar/CalendarPanel.java:34:
> >> > > > error: package com.googlecode.wicket.jquery.core does not exist
> >> > > >     [javac] import
> >> > > > com.googlecode.wicket.jquery.core.JQueryAbstractBehavior;
> >> > > >     [javac]                                         ^
> >> > > >     [javac]
> >> > > >
> >> > > >
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/calendar/CalendarPanel.java:35:
> >> > > > error: package com.googlecode.wicket.jquery.core does not exist
> >> > > >     [javac] import com.googlecode.wicket.jquery.core.Options;
> >> > > >     [javac]                                         ^
> >> > > >     [javac]
> >> > > >
> >> > > >
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/calendar/CalendarPanel.java:37:
> >> > > > error: cannot find symbol
> >> > > >     [javac] import
> >> > com.googlecode.wicket.jquery.ui.calendar.CalendarView;
> >> > > >     [javac]                                                ^
> >> > > >     [javac]   symbol:   class CalendarView
> >> > > >     [javac]   location: package
> >> > com.googlecode.wicket.jquery.ui.calendar
> >> > > >     [javac]
> >> > > >
> >> > > >
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/OmDashboardPanel.java:25:
> >> > > > error: package ro.fortsoft.wicket.dashboard does not exist
> >> > > >     [javac] import ro.fortsoft.wicket.dashboard.Dashboard;
> >> > > >     [javac]                                    ^
> >> > > >     [javac]
> >> > > >
> >> > > >
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/OmDashboardPanel.java:26:
> >> > > > error: package ro.fortsoft.wicket.dashboard.web does not exist
> >> > > >     [javac] import
> ro.fortsoft.wicket.dashboard.web.DashboardPanel;
> >> > > >     [javac]                                        ^
> >> > > >     [javac]
> >> > > >
> >> > > >
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidget.java:24:
> >> > > > error: package ro.fortsoft.wicket.dashboard does not exist
> >> > > >     [javac] import ro.fortsoft.wicket.dashboard.AbstractWidget;
> >> > > >     [javac]                                    ^
> >> > > >     [javac]
> >> > > >
> >> > > >
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidget.java:25:
> >> > > > error: package ro.fortsoft.wicket.dashboard does not exist
> >> > > >     [javac] import ro.fortsoft.wicket.dashboard.Widget;
> >> > > >     [javac]                                    ^
> >> > > >     [javac]
> >> > > >
> >> > > >
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidget.java:26:
> >> > > > error: package ro.fortsoft.wicket.dashboard does not exist
> >> > > >     [javac] import ro.fortsoft.wicket.dashboard.WidgetLocation;
> >> > > >     [javac]                                    ^
> >> > > >     [javac]
> >> > > >
> >> > > >
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidget.java:27:
> >> > > > error: package ro.fortsoft.wicket.dashboard.web does not exist
> >> > > >     [javac] import ro.fortsoft.wicket.dashboard.web.WidgetView;
> >> > > >     [javac]                                        ^
> >> > > >     [javac]
> >> > > >
> >> > > >
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidget.java:29:
> >> > > > error: cannot find symbol
> >> > > >     [javac] public class PrivateRoomsWidget extends
> AbstractWidget {
> >> > > >     [javac]                                         ^
> >> > > >     [javac]   symbol: class AbstractWidget
> >> > > >     [javac]
> >> > > >
> >> > > >
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidget.java:38:
> >> > > > error: cannot find symbol
> >> > > >     [javac]     public WidgetView createView(String viewId) {
> >> > > >     [javac]            ^
> >> > > >     [javac]   symbol:   class WidgetView
> >> > > >     [javac]   location: class PrivateRoomsWidget
> >> > > >     [javac]
> >> > > >
> >> > > >
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidgetDescriptor.java:23:
> >> > > > error: package ro.fortsoft.wicket.dashboard does not exist
> >> > > >     [javac] import ro.fortsoft.wicket.dashboard.WidgetDescriptor;
> >> > > >     [javac]                                    ^
> >> > > >     [javac]
> >> > > >
> >> > > >
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidgetDescriptor.java:25:
> >> > > > error: cannot find symbol
> >> > > >     [javac] public class PrivateRoomsWidgetDescriptor implements
> >> > > > WidgetDescriptor {
> >> > > >     [javac]                                                      ^
> >> > > >     [javac]   symbol: class WidgetDescriptor
> >> > > >     [javac]
> >> > > >
> >> > > >
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidgetView.java:26:
> >> > > > error: package ro.fortsoft.wicket.dashboard does not exist
> >> > > >     [javac] import ro.fortsoft.wicket.dashboard.Widget;
> >> > > >     [javac]                                    ^
> >> > > >     [javac]
> >> > > >
> >> > > >
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidgetView.java:27:
> >> > > > error: package ro.fortsoft.wicket.dashboard.web does not exist
> >> > > >     [javac] import ro.fortsoft.wicket.dashboard.web.WidgetView;
> >> > > >     [javac]                                        ^
> >> > > >     [javac]
> >> > > >
> >> > > >
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidgetView.java:29:
> >> > > > error: cannot find symbol
> >> > > >     [javac] public class PrivateRoomsWidgetView extends
> WidgetView {
> >> > > >     [javac]                                             ^
> >> > > >     [javac]   symbol: class WidgetView
> >> > > >     [javac]
> >> > > >
> >> > > >
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidgetView.java:32:
> >> > > > error: cannot find symbol
> >> > > >     [javac]     public PrivateRoomsWidgetView(String id,
> >> Model<Widget>
> >> > > > model) {
> >> > > >     [javac]                                                    ^
> >> > > >     [javac]   symbol:   class Widget
> >> > > >     [javac]   location: class PrivateRoomsWidgetView
> >> > > >     [javac]
> >> > > >
> >> > > >
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidget.java:24:
> >> > > > error: package ro.fortsoft.wicket.dashboard does not exist
> >> > > >     [javac] import ro.fortsoft.wicket.dashboard.AbstractWidget;
> >> > > >     [javac]                                    ^
> >> > > >     [javac]
> >> > > >
> >> > > >
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidget.java:25:
> >> > > > error: package ro.fortsoft.wicket.dashboard does not exist
> >> > > >     [javac] import ro.fortsoft.wicket.dashboard.Widget;
> >> > > >     [javac]                                    ^
> >> > > >     [javac]
> >> > > >
> >> > > >
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidget.java:26:
> >> > > > error: package ro.fortsoft.wicket.dashboard does not exist
> >> > > >     [javac] import ro.fortsoft.wicket.dashboard.WidgetLocation;
> >> > > >     [javac]                                    ^
> >> > > >     [javac]
> >> > > >
> >> > > >
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidget.java:27:
> >> > > > error: package ro.fortsoft.wicket.dashboard.web does not exist
> >> > > >     [javac] import ro.fortsoft.wicket.dashboard.web.WidgetView;
> >> > > >     [javac]                                        ^
> >> > > >     [javac]
> >> > > >
> >> > > >
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidget.java:29:
> >> > > > error: cannot find symbol
> >> > > >     [javac] public class StartWidget extends AbstractWidget {
> >> > > >     [javac]                                  ^
> >> > > >     [javac]   symbol: class AbstractWidget
> >> > > >     [javac]
> >> > > >
> >> > > >
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidget.java:38:
> >> > > > error: cannot find symbol
> >> > > >     [javac]     public WidgetView createView(String viewId) {
> >> > > >     [javac]            ^
> >> > > >     [javac]   symbol:   class WidgetView
> >> > > >     [javac]   location: class StartWidget
> >> > > >     [javac]
> >> > > >
> >> > > >
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidgetDescriptor.java:23:
> >> > > > error: package ro.fortsoft.wicket.dashboard does not exist
> >> > > >     [javac] import ro.fortsoft.wicket.dashboard.WidgetDescriptor;
> >> > > >     [javac]                                    ^
> >> > > >     [javac]
> >> > > >
> >> > > >
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidgetDescriptor.java:25:
> >> > > > error: cannot find symbol
> >> > > >     [javac] public class StartWidgetDescriptor implements
> >> > > WidgetDescriptor
> >> > > > {
> >> > > >     [javac]                                               ^
> >> > > >     [javac]   symbol: class WidgetDescriptor
> >> > > >     [javac]
> >> > > >
> >> > > >
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidgetView.java:23:
> >> > > > error: package ro.fortsoft.wicket.dashboard does not exist
> >> > > >     [javac] import ro.fortsoft.wicket.dashboard.Widget;
> >> > > >     [javac]                                    ^
> >> > > >     [javac]
> >> > > >
> >> > > >
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidgetView.java:24:
> >> > > > error: package ro.fortsoft.wicket.dashboard.web does not exist
> >> > > >     [javac] import ro.fortsoft.wicket.dashboard.web.WidgetView;
> >> > > >     [javac]                                        ^
> >> > > >     [javac]
> >> > > >
> >> > > >
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidgetView.java:26:
> >> > > > error: cannot find symbol
> >> > > >     [javac] public class StartWidgetView extends WidgetView {
> >> > > >     [javac]                                      ^
> >> > > >     [javac]   symbol: class WidgetView
> >> > > >     [javac]
> >> > > >
> >> > > >
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidgetView.java:29:
> >> > > > error: cannot find symbol
> >> > > >     [javac]     public StartWidgetView(String id, Model<Widget>
> >> model)
> >> > {
> >> > > >     [javac]                                             ^
> >> > > >     [javac]   symbol:   class Widget
> >> > > >     [javac]   location: class StartWidgetView
> >> > > >     [javac]
> >> > > >
> >> > > >
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidget.java:24:
> >> > > > error: package ro.fortsoft.wicket.dashboard does not exist
> >> > > >     [javac] import ro.fortsoft.wicket.dashboard.AbstractWidget;
> >> > > >     [javac]                                    ^
> >> > > >     [javac]
> >> > > >
> >> > > >
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidget.java:25:
> >> > > > error: package ro.fortsoft.wicket.dashboard does not exist
> >> > > >     [javac] import ro.fortsoft.wicket.dashboard.Widget;
> >> > > >     [javac]                                    ^
> >> > > >     [javac]
> >> > > >
> >> > > >
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidget.java:26:
> >> > > > error: package ro.fortsoft.wicket.dashboard does not exist
> >> > > >     [javac] import ro.fortsoft.wicket.dashboard.WidgetLocation;
> >> > > >     [javac]                                    ^
> >> > > >     [javac]
> >> > > >
> >> > > >
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidget.java:27:
> >> > > > error: package ro.fortsoft.wicket.dashboard.web does not exist
> >> > > >     [javac] import ro.fortsoft.wicket.dashboard.web.WidgetView;
> >> > > >     [javac]                                        ^
> >> > > >     [javac]
> >> > > >
> >> > > >
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidget.java:29:
> >> > > > error: cannot find symbol
> >> > > >     [javac] public class WelcomeWidget extends AbstractWidget {
> >> > > >     [javac]                                    ^
> >> > > >     [javac]   symbol: class AbstractWidget
> >> > > >     [javac]
> >> > > >
> >> > > >
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidget.java:38:
> >> > > > error: cannot find symbol
> >> > > >     [javac]     public WidgetView createView(String viewId) {
> >> > > >     [javac]            ^
> >> > > >     [javac]   symbol:   class WidgetView
> >> > > >     [javac]   location: class WelcomeWidget
> >> > > >     [javac]
> >> > > >
> >> > > >
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidgetDescriptor.java:23:
> >> > > > error: package ro.fortsoft.wicket.dashboard does not exist
> >> > > >     [javac] import ro.fortsoft.wicket.dashboard.WidgetDescriptor;
> >> > > >     [javac]                                    ^
> >> > > >     [javac]
> >> > > >
> >> > > >
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidgetDescriptor.java:25:
> >> > > > error: cannot find symbol
> >> > > >     [javac] public class WelcomeWidgetDescriptor implements
> >> > > > WidgetDescriptor {
> >> > > >     [javac]                                                 ^
> >> > > >     [javac]   symbol: class WidgetDescriptor
> >> > > >     [javac]
> >> > > >
> >> > > >
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/profile/SettingsPanel.java:32:
> >> > > > error: package com.googlecode.wicket.jquery.core does not exist
> >> > > >     [javac] import
> com.googlecode.wicket.jquery.core.JQueryBehavior;
> >> > > >     [javac]                                         ^
> >> > > >     [javac]
> >> > > >
> >> > > >
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/profile/SettingsPanel.java:33:
> >> > > > error: package com.googlecode.wicket.jquery.core does not exist
> >> > > >     [javac] import com.googlecode.wicket.jquery.core.Options;
> >> > > >     [javac]                                         ^
> >> > > >     [javac]
> >> > > >
> >> > > >
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidgetView.java:37:
> >> > > > error: package ro.fortsoft.wicket.dashboard does not exist
> >> > > >     [javac] import ro.fortsoft.wicket.dashboard.Widget;
> >> > > >     [javac]                                    ^
> >> > > >     [javac]
> >> > > >
> >> > > >
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidgetView.java:38:
> >> > > > error: package ro.fortsoft.wicket.dashboard.web does not exist
> >> > > >     [javac] import ro.fortsoft.wicket.dashboard.web.WidgetView;
> >> > > >     [javac]                                        ^
> >> > > >     [javac]
> >> > > >
> >> > > >
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidgetView.java:40:
> >> > > > error: cannot find symbol
> >> > > >     [javac] public class WelcomeWidgetView extends WidgetView {
> >> > > >     [javac]                                        ^
> >> > > >     [javac]   symbol: class WidgetView
> >> > > >     [javac]
> >> > > >
> >> > > >
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidgetView.java:43:
> >> > > > error: cannot find symbol
> >> > > >     [javac]     public WelcomeWidgetView(String id, Model<Widget>
> >> > model)
> >> > > {
> >> > > >     [javac]                                               ^
> >> > > >     [javac]   symbol:   class Widget
> >> > > >     [javac]   location: class WelcomeWidgetView
> >> > > >     [javac]
> >> > > >
> >> > > >
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/profile/WidgetsPanel.java:32:
> >> > > > error: package ro.fortsoft.wicket.dashboard does not exist
> >> > > >     [javac] import ro.fortsoft.wicket.dashboard.Dashboard;
> >> > > >     [javac]                                    ^
> >> > > >     [javac]
> >> > > >
> >> > > >
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/profile/WidgetsPanel.java:33:
> >> > > > error: package ro.fortsoft.wicket.dashboard does not exist
> >> > > >     [javac] import ro.fortsoft.wicket.dashboard.Widget;
> >> > > >     [javac]                                    ^
> >> > > >     [javac]
> >> > > >
> >> > > >
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/profile/WidgetsPanel.java:34:
> >> > > > error: package ro.fortsoft.wicket.dashboard does not exist
> >> > > >     [javac] import ro.fortsoft.wicket.dashboard.WidgetDescriptor;
> >> > > >     [javac]                                    ^
> >> > > >     [javac]
> >> > > >
> >> > > >
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/profile/WidgetsPanel.java:35:
> >> > > > error: package ro.fortsoft.wicket.dashboard.web does not exist
> >> > > >     [javac] import
> >> ro.fortsoft.wicket.dashboard.web.DashboardContext;
> >> > > >     [javac]                                        ^
> >> > > >     [javac]
> >> > > >
> >> > > >
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/profile/WidgetsPanel.java:40:
> >> > > > error: cannot find symbol
> >> > > >     [javac]     private Widget isDisplayed(WidgetDescriptor wd) {
> >> > > >     [javac]                                ^
> >> > > >     [javac]   symbol:   class WidgetDescriptor
> >> > > >     [javac]   location: class WidgetsPanel
> >> > > >     [javac]
> >> > > >
> >> > > >
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/profile/WidgetsPanel.java:40:
> >> > > > error: cannot find symbol
> >> > > >     [javac]     private Widget isDisplayed(WidgetDescriptor wd) {
> >> > > >     [javac]             ^
> >> > > >     [javac]   symbol:   class Widget
> >> > > >     [javac]   location: class WidgetsPanel
> >> > > >     [javac]
> >> > > >
> >> > > >
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/rooms/RoomsTabbedPanel.java:37:
> >> > > > error: package com.googlecode.wicket.jquery.core does not exist
> >> > > >     [javac] import
> com.googlecode.wicket.jquery.core.JQueryBehavior;
> >> > > >     [javac]                                         ^
> >> > > >     [javac]
> >> > > >
> >> > > >
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/pages/auth/SignInPage.java:35:
> >> > > > error: package com.googlecode.wicket.jquery.core does not exist
> >> > > >     [javac] import
> >> > > > com.googlecode.wicket.jquery.core.JQueryAbstractBehavior;
> >> > > >     [javac]                                         ^
> >> > > >     [javac]
> >> > > >
> >> > > >
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/util/UserDashboardPersister.java:23:
> >> > > > error: package ro.fortsoft.wicket.dashboard does not exist
> >> > > >     [javac] import ro.fortsoft.wicket.dashboard.Dashboard;
> >> > > >     [javac]                                    ^
> >> > > >     [javac]
> >> > > >
> >> > > >
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/util/UserDashboardPersister.java:24:
> >> > > > error: package ro.fortsoft.wicket.dashboard does not exist
> >> > > >     [javac] import
> ro.fortsoft.wicket.dashboard.DashboardPersister;
> >> > > >     [javac]                                    ^
> >> > > >     [javac]
> >> > > >
> >> > > >
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/util/UserDashboardPersister.java:25:
> >> > > > error: package ro.fortsoft.wicket.dashboard does not exist
> >> > > >     [javac] import
> >> > > ro.fortsoft.wicket.dashboard.XStreamDashboardPersister;
> >> > > >     [javac]                                    ^
> >> > > >     [javac]
> >> > > >
> >> > > >
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/util/UserDashboardPersister.java:27:
> >> > > > error: cannot find symbol
> >> > > >     [javac] public class UserDashboardPersister implements
> >> > > > DashboardPersister {
> >> > > >     [javac]                                                ^
> >> > > >     [javac]   symbol: class DashboardPersister
> >> > > >     [javac]
> >> > > >
> >> > > >
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/util/UserDashboardPersister.java:28:
> >> > > > error: cannot find symbol
> >> > > >     [javac]     public Dashboard load() {
> >> > > >     [javac]            ^
> >> > > >     [javac]   symbol:   class Dashboard
> >> > > >     [javac]   location: class UserDashboardPersister
> >> > > >     [javac]
> >> > > >
> >> > > >
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/util/UserDashboardPersister.java:32:
> >> > > > error: cannot find symbol
> >> > > >     [javac]     public void save(Dashboard dashboard) {
> >> > > >     [javac]                      ^
> >> > > >     [javac]   symbol:   class Dashboard
> >> > > >     [javac]   location: class UserDashboardPersister
> >> > > >     [javac]
> >> > > >
> >> > > >
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/Application.java:77:
> >> > > > error: cannot find symbol
> >> > > >     [javac]         dashboardContext = new DashboardContext();
> >> > > >     [javac]                                ^
> >> > > >     [javac]   symbol:   class DashboardContext
> >> > > >     [javac]   location: class Application
> >> > > >     [javac]
> >> > > >
> >> > > >
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/Application.java:79:
> >> > > > error: cannot find symbol
> >> > > >     [javac]         WidgetRegistry widgetRegistry =
> >> > > > dashboardContext.getWidgetRegistry();
> >> > > >     [javac]         ^
> >> > > >     [javac]   symbol:   class WidgetRegistry
> >> > > >     [javac]   location: class Application
> >> > > >     [javac]
> >> > > >
> >> > > >
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/Application.java:84:
> >> > > > error: cannot find symbol
> >> > > >     [javac]         DashboardContextInjector
> >> dashboardContextInjector =
> >> > > new
> >> > > > DashboardContextInjector(dashboardContext);
> >> > > >     [javac]         ^
> >> > > >     [javac]   symbol:   class DashboardContextInjector
> >> > > >     [javac]   location: class Application
> >> > > >     [javac]
> >> > > >
> >> > > >
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/Application.java:84:
> >> > > > error: cannot find symbol
> >> > > >     [javac]         DashboardContextInjector
> >> dashboardContextInjector =
> >> > > new
> >> > > > DashboardContextInjector(dashboardContext);
> >> > > >     [javac]
> >> > > > ^
> >> > > >     [javac]   symbol:   class DashboardContextInjector
> >> > > >     [javac]   location: class Application
> >> > > >     [javac]
> >> > > >
> >> > > >
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/Application.java:86:
> >> > > > error: cannot find symbol
> >> > > >     [javac]         DashboardSettings dashboardSettings =
> >> > > > DashboardSettings.get();
> >> > > >     [javac]         ^
> >> > > >     [javac]   symbol:   class DashboardSettings
> >> > > >     [javac]   location: class Application
> >> > > >     [javac]
> >> > > >
> >> > > >
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/Application.java:86:
> >> > > > error: cannot find symbol
> >> > > >     [javac]         DashboardSettings dashboardSettings =
> >> > > > DashboardSettings.get();
> >> > > >     [javac]                                               ^
> >> > > >     [javac]   symbol:   variable DashboardSettings
> >> > > >     [javac]   location: class Application
> >> > > >     [javac]
> >> > > >
> >> > > >
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/WebSession.java:165:
> >> > > > error: cannot find symbol
> >> > > >     [javac]         Dashboard d = get().dashboard;
> >> > > >     [javac]         ^
> >> > > >     [javac]   symbol:   class Dashboard
> >> > > >     [javac]   location: class WebSession
> >> > > >     [javac]
> >> > > >
> >> > > >
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/WebSession.java:174:
> >> > > > error: cannot find symbol
> >> > > >     [javac]         DashboardContext dashboardContext =
> >> > > > getDashboardContext();
> >> > > >     [javac]         ^
> >> > > >     [javac]   symbol:   class DashboardContext
> >> > > >     [javac]   location: class WebSession
> >> > > >     [javac]
> >> > > >
> >> > > >
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/WebSession.java:178:
> >> > > > error: cannot find symbol
> >> > > >     [javac]             dashboard = new
> DefaultDashboard("default",
> >> > > > "Default");
> >> > > >     [javac]                             ^
> >> > > >     [javac]   symbol:   class DefaultDashboard
> >> > > >     [javac]   location: class WebSession
> >> > > >     [javac]
> >> > > >
> >> > > >
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/WebSession.java:180:
> >> > > > error: cannot find symbol
> >> > > >     [javac]             WidgetFactory widgetFactory =
> >> > > > dashboardContext.getWidgetFactory();
> >> > > >     [javac]             ^
> >> > > >     [javac]   symbol:   class WidgetFactory
> >> > > >     [javac]   location: class WebSession
> >> > > >     [javac]
> >> > > >
> >> > > >
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/calendar/CalendarPanel.java:64:
> >> > > > error: cannot find symbol
> >> > > >     [javac]         Options options = new Options();
> >> > > >     [javac]         ^
> >> > > >     [javac]   symbol:   class Options
> >> > > >     [javac]   location: class CalendarPanel
> >> > > >     [javac]
> >> > > >
> >> > > >
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/calendar/CalendarPanel.java:64:
> >> > > > error: cannot find symbol
> >> > > >     [javac]         Options options = new Options();
> >> > > >     [javac]                               ^
> >> > > >     [javac]   symbol:   class Options
> >> > > >     [javac]   location: class CalendarPanel
> >> > > >     [javac]
> >> > > >
> >> > > >
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/calendar/CalendarPanel.java:119:
> >> > > > error: cannot find symbol
> >> > > >     [javac]             public void onSelect(AjaxRequestTarget
> >> target,
> >> > > > CalendarView view, Date start, Date end, boolean allDay) {
> >> > > >     [javac]
> >> >  ^
> >> > > >     [javac]   symbol: class CalendarView
> >> > > >     [javac]
> >> > > >
> >> > > >
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/calendar/CalendarPanel.java:141:
> >> > > > error: cannot find symbol
> >> > > >     [javac]             public void onEventClick(AjaxRequestTarget
> >> > > target,
> >> > > > CalendarView view, int eventId) {
> >> > > >     [javac]
> >> > > >  ^
> >> > > >     [javac]   symbol: class CalendarView
> >> > > >     [javac]
> >> > > >
> >> > > >
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/calendar/CalendarPanel.java:78:
> >> > > > error: cannot find symbol
> >> > > >     [javac]                 add(new
> >> > > > JQueryAbstractBehavior("calendar-functions") {
> >> > > >     [javac]                         ^
> >> > > >     [javac]   symbol: class JQueryAbstractBehavior
> >> > > >     [javac]
> >> > > >
> >> > > >
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/calendar/CalendarPanel.java:121:
> >> > > > error: cannot find symbol
> >> > > >     [javac]                 if (CalendarView.month == view &&
> >> > > > start.equals(end)) {
> >> > > >     [javac]                     ^
> >> > > >     [javac]   symbol: variable CalendarView
> >> > > >     [javac]
> >> > > >
> >> > > >
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/calendar/CalendarPanel.java:118:
> >> > > > error: method does not override or implement a method from a
> >> supertype
> >> > > >     [javac]             @Override
> >> > > >     [javac]             ^
> >> > > >     [javac]
> >> > > >
> >> > > >
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/calendar/CalendarPanel.java:140:
> >> > > > error: method does not override or implement a method from a
> >> supertype
> >> > > >     [javac]             @Override
> >> > > >     [javac]             ^
> >> > > >     [javac]
> >> > > >
> >> > > >
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/OmDashboardPanel.java:34:
> >> > > > error: cannot find symbol
> >> > > >     [javac]         add(new DashboardPanel("dashboard", new
> >> > > > Model<Dashboard>(WebSession.getDashboard())));
> >> > > >     [javac]                 ^
> >> > > >     [javac]   symbol:   class DashboardPanel
> >> > > >     [javac]   location: class OmDashboardPanel
> >> > > >     [javac]
> >> > > >
> >> > > >
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/OmDashboardPanel.java:34:
> >> > > > error: cannot find symbol
> >> > > >     [javac]         add(new DashboardPanel("dashboard", new
> >> > > > Model<Dashboard>(WebSession.getDashboard())));
> >> > > >     [javac]
> ^
> >> > > >     [javac]   symbol:   class Dashboard
> >> > > >     [javac]   location: class OmDashboardPanel
> >> > > >     [javac]
> >> > > >
> >> > > >
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidget.java:34:
> >> > > > error: cannot find symbol
> >> > > >     [javac]         title = WebSession.getString(781L);
> >> > > >     [javac]         ^
> >> > > >     [javac]   symbol:   variable title
> >> > > >     [javac]   location: class PrivateRoomsWidget
> >> > > >     [javac]
> >> > > >
> >> > > >
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidget.java:35:
> >> > > > error: cannot find symbol
> >> > > >     [javac]         location = new WidgetLocation(0, 1);
> >> > > >     [javac]         ^
> >> > > >     [javac]   symbol:   variable location
> >> > > >     [javac]   location: class PrivateRoomsWidget
> >> > > >     [javac]
> >> > > >
> >> > > >
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidget.java:35:
> >> > > > error: cannot find symbol
> >> > > >     [javac]         location = new WidgetLocation(0, 1);
> >> > > >     [javac]                        ^
> >> > > >     [javac]   symbol:   class WidgetLocation
> >> > > >     [javac]   location: class PrivateRoomsWidget
> >> > > >     [javac]
> >> > > >
> >> > > >
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidget.java:39:
> >> > > > error: cannot find symbol
> >> > > >     [javac]         return new PrivateRoomsWidgetView(viewId, new
> >> > > > Model<Widget>(this));
> >> > > >     [javac]
> >> >   ^
> >> > > >     [javac]   symbol:   class Widget
> >> > > >     [javac]   location: class PrivateRoomsWidget
> >> > > >     [javac]
> >> > > >
> >> > > >
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidgetView.java:35:
> >> > > > error: cannot find symbol
> >> > > >     [javac]         add(new RoomsPanel("rooms", getMyRooms()));
> >> > > >     [javac]         ^
> >> > > >     [javac]   symbol:   method add(RoomsPanel)
> >> > > >     [javac]   location: class PrivateRoomsWidgetView
> >> > > >     [javac]
> >> > > >
> >> > > >
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidget.java:34:
> >> > > > error: cannot find symbol
> >> > > >     [javac]         title = WebSession.getString(774L);
> >> > > >     [javac]         ^
> >> > > >     [javac]   symbol:   variable title
> >> > > >     [javac]   location: class StartWidget
> >> > > >     [javac]
> >> > > >
> >> > > >
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidget.java:35:
> >> > > > error: cannot find symbol
> >> > > >     [javac]         location = new WidgetLocation(1, 0);
> >> > > >     [javac]         ^
> >> > > >     [javac]   symbol:   variable location
> >> > > >     [javac]   location: class StartWidget
> >> > > >     [javac]
> >> > > >
> >> > > >
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidget.java:35:
> >> > > > error: cannot find symbol
> >> > > >     [javac]         location = new WidgetLocation(1, 0);
> >> > > >     [javac]                        ^
> >> > > >     [javac]   symbol:   class WidgetLocation
> >> > > >     [javac]   location: class StartWidget
> >> > > >     [javac]
> >> > > >
> >> > > >
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidget.java:39:
> >> > > > error: cannot find symbol
> >> > > >     [javac]         return new StartWidgetView(viewId, new
> >> > > > Model<Widget>(this));
> >> > > >     [javac]                                                      ^
> >> > > >     [javac]   symbol:   class Widget
> >> > > >     [javac]   location: class StartWidget
> >> > > >     [javac]
> >> > > >
> >> > > >
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidget.java:34:
> >> > > > error: cannot find symbol
> >> > > >     [javac]         title = WebSession.getString(1546L);
> >> > > >     [javac]         ^
> >> > > >     [javac]   symbol:   variable title
> >> > > >     [javac]   location: class WelcomeWidget
> >> > > >     [javac]
> >> > > >
> >> > > >
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidget.java:35:
> >> > > > error: cannot find symbol
> >> > > >     [javac]         location = new WidgetLocation(0, 0);
> >> > > >     [javac]         ^
> >> > > >     [javac]   symbol:   variable location
> >> > > >     [javac]   location: class WelcomeWidget
> >> > > >     [javac] Note: Some input files use or override a deprecated
> API.
> >> > > >     [javac] Note: Recompile with -Xlint:deprecation for details.
> >> > > >     [javac] Note:
> >> > > >
> >> > > >
> >> > >
> >> >
> >>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/screen/webstart/gui/ScreenSharerFrame.java
> >> > > > uses unchecked or unsafe operations.
> >> > > >     [javac] Note: Recompile with -Xlint:unchecked for details.
> >> > > >     [javac] 100 errors
> >> > > >     [javac] 1 warning
> >> > > >
> >> > >
> >> > >
> >> > >
> >> > > --
> >> > > WBR
> >> > > Maxim aka solomax
> >> > >
> >> >
> >> >
> >> >
> >> > --
> >> > Regards
> >> > Andun S.L. Gunawardana
> >> > Undergraduate
> >> > Department of Computer Science And Engineering
> >> > University of Moratuwa
> >> > Sri Lanka
> >> >
> >> > Blog - http://www.insightforfuture.blogspot.com/
> >> > LinkedIn -
> http://www.linkedin.com/pub/andun-s-l-gunawardana/34/646/703
> >> > Twitter -http://twitter.com/AndunSLG
> >> >
> >>
> >>
> >>
> >> --
> >> WBR
> >> Maxim aka solomax
> >>
> >
> >
> >
> > --
> > Regards
> > Andun S.L. Gunawardana
> > Undergraduate
> > Department of Computer Science And Engineering
> > University of Moratuwa
> > Sri Lanka
> >
> > Blog - http://www.insightforfuture.blogspot.com/
> > LinkedIn - http://www.linkedin.com/pub/andun-s-l-gunawardana/34/646/703
> > Twitter -http://twitter.com/AndunSLG
> >
> >
> >
> >
> >
>
>
>
> --
> Regards
> Andun S.L. Gunawardana
> Undergraduate
> Department of Computer Science And Engineering
> University of Moratuwa
> Sri Lanka
>
> Blog - http://www.insightforfuture.blogspot.com/
> LinkedIn - http://www.linkedin.com/pub/andun-s-l-gunawardana/34/646/703
> Twitter -http://twitter.com/AndunSLG
>



-- 
WBR
Maxim aka solomax

Re: Compilation faliure

Posted by Andun Sameera <an...@gmail.com>.
Hi Maxim,

I had a look in to the new HTML Openmeetings console in rev 1481114 and
found these,

   - There is a tab in the Profile area with the name [Widgets] which
   should point to the contact and message area
   - In the calender there should be a mechanism to change the year. In the
   current one we can navigate year via changing the month one by one. That is
   not feasible I think. There is a mechanism in the flash implementation
   - Recordings section have to be implemented
   - In the Users section of the administrators tab we can press the +
   button to add a record. It shows a empty user registration form. But when
   we type something as login name, following error are shown automatically,

The username is already used
This email is already used by another user.
'adresses.email' is required

   - In the conference room area of the administrator tab the room type is
   shown like "
   org.apache.openmeetings.persistence.beans.lang.Fieldlanguagesvalues@583153fa"
   it have to be changed
   - In the Configuration section of the administrators tab we can press
   the + button to add a record. It shows a empty record form. But when we
   type something as key, following error are shown automatically,

'conf_value' is required

   - When we click the "Edit your profile" link, it directs the user to
   Search users page not to the My Profile page
   - When we click the "Calender" button on the dashboard it do nothing
   - Network Test have to be implemented

I will do further inspections.

Thanks!

On Sun, May 5, 2013 at 4:35 PM, Andun Sameera <an...@gmail.com> wrote:

> Hi Maxim,
>
> Bit busy with work in uni. But certainly will help ASAP.
>
> Thanks!
>
>
> On Sun, May 5, 2013 at 4:31 PM, Maxim Solodovnik <so...@gmail.com>wrote:
>
>> Hello Andun,
>>
>> Thanks for your proposal :)
>> It would be really helpful if you can take a look at current HTML5 client
>> and create the list of missing features (comparing to Flash client), if
>> you
>> have free time :)
>>
>> 5 major things I'm aware are:
>> 1) registaration
>> 2) LDAP login
>> 3) Contacts and Messages area
>> 4) Create/Edit calendar event does not contain attendees
>> 5) Room itself
>>
>> Thanks in advance :)
>>
>>
>> On Wed, May 1, 2013 at 1:13 AM, Andun Sameera <an...@gmail.com> wrote:
>>
>> > Hi Maxim,
>> >
>> > Problem Solved. Thanks for the help. I have checked the new HTML5 view
>> in
>> > the latest trunk. If you need assistance in testing or some related
>> thing.
>> > Please let me know.
>> >
>> > Thanks!
>> >
>> > On Tue, Apr 30, 2013 at 10:44 PM, Maxim Solodovnik <
>> solomax666@gmail.com
>> > >wrote:
>> >
>> > > Hello Andun,
>> > >
>> > > please delete build/lib/om and run build again
>> > > All necessary libraries will be refetched
>> > >
>> > >
>> > > On Wed, May 1, 2013 at 12:04 AM, Andun Sameera <an...@gmail.com>
>> > wrote:
>> > >
>> > > > Hi All,
>> > > >
>> > > > I am getting this compile error in the latest trunk. It complains
>> that
>> > > > ro.fortsoft.wicket.dashboard package cannot be found. I found these
>> > > package
>> > > > is used in latest commit by Maxim. Is it a local fault of mine or
>> else
>> > ?
>> > > >
>> > > > Thanks!
>> > > >
>> > > > --
>> > > > Regards
>> > > > Andun S.L. Gunawardana
>> > > > Undergraduate
>> > > > Department of Computer Science And Engineering
>> > > > University of Moratuwa
>> > > > Sri Lanka
>> > > >
>> > > > Blog - http://www.insightforfuture.blogspot.com/
>> > > > LinkedIn -
>> > http://www.linkedin.com/pub/andun-s-l-gunawardana/34/646/703
>> > > > Twitter -http://twitter.com/AndunSLG
>> > > >
>> > > > Errors -
>> > > >
>> > > > [javac] Compiling 454 source files to
>> > > >
>> > > >
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/build/classes/openmeetings
>> > > >     [javac] warning: [options] bootstrap class path not set in
>> > > conjunction
>> > > > with -source 1.6
>> > > >     [javac] Note: Starting OpenJPA Annotation Processor for
>> Metamodel
>> > > > Generation
>> > > >     [javac]
>> > > >
>> > > >
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/Application.java:47:
>> > > > error: package ro.fortsoft.wicket.dashboard does not exist
>> > > >     [javac] import ro.fortsoft.wicket.dashboard.WidgetRegistry;
>> > > >     [javac]                                    ^
>> > > >     [javac]
>> > > >
>> > > >
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/Application.java:48:
>> > > > error: package ro.fortsoft.wicket.dashboard.web does not exist
>> > > >     [javac] import
>> ro.fortsoft.wicket.dashboard.web.DashboardContext;
>> > > >     [javac]                                        ^
>> > > >     [javac]
>> > > >
>> > > >
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/Application.java:49:
>> > > > error: package ro.fortsoft.wicket.dashboard.web does not exist
>> > > >     [javac] import
>> > > > ro.fortsoft.wicket.dashboard.web.DashboardContextInjector;
>> > > >     [javac]                                        ^
>> > > >     [javac]
>> > > >
>> > > >
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/Application.java:50:
>> > > > error: package ro.fortsoft.wicket.dashboard.web does not exist
>> > > >     [javac] import
>> ro.fortsoft.wicket.dashboard.web.DashboardSettings;
>> > > >     [javac]                                        ^
>> > > >     [javac]
>> > > >
>> > > >
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/Application.java:53:
>> > > > error: cannot find symbol
>> > > >     [javac]     private DashboardContext dashboardContext;
>> > > >     [javac]             ^
>> > > >     [javac]   symbol:   class DashboardContext
>> > > >     [javac]   location: class Application
>> > > >     [javac]
>> > > >
>> > > >
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/Application.java:129:
>> > > > error: cannot find symbol
>> > > >     [javac]     public static DashboardContext
>> getDashboardContext() {
>> > > >     [javac]                   ^
>> > > >     [javac]   symbol:   class DashboardContext
>> > > >     [javac]   location: class Application
>> > > >     [javac]
>> > > >
>> > > >
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/WebSession.java:47:
>> > > > error: package ro.fortsoft.wicket.dashboard does not exist
>> > > >     [javac] import ro.fortsoft.wicket.dashboard.Dashboard;
>> > > >     [javac]                                    ^
>> > > >     [javac]
>> > > >
>> > > >
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/WebSession.java:48:
>> > > > error: package ro.fortsoft.wicket.dashboard does not exist
>> > > >     [javac] import ro.fortsoft.wicket.dashboard.DefaultDashboard;
>> > > >     [javac]                                    ^
>> > > >     [javac]
>> > > >
>> > > >
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/WebSession.java:49:
>> > > > error: package ro.fortsoft.wicket.dashboard does not exist
>> > > >     [javac] import ro.fortsoft.wicket.dashboard.WidgetFactory;
>> > > >     [javac]                                    ^
>> > > >     [javac]
>> > > >
>> > > >
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/WebSession.java:50:
>> > > > error: package ro.fortsoft.wicket.dashboard.web does not exist
>> > > >     [javac] import
>> ro.fortsoft.wicket.dashboard.web.DashboardContext;
>> > > >     [javac]                                        ^
>> > > >     [javac]
>> > > >
>> > > >
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/WebSession.java:60:
>> > > > error: cannot find symbol
>> > > >     [javac]     private Dashboard dashboard;
>> > > >     [javac]             ^
>> > > >     [javac]   symbol:   class Dashboard
>> > > >     [javac]   location: class WebSession
>> > > >     [javac]
>> > > >
>> > > >
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/WebSession.java:164:
>> > > > error: cannot find symbol
>> > > >     [javac]     public static Dashboard getDashboard() {
>> > > >     [javac]                   ^
>> > > >     [javac]   symbol:   class Dashboard
>> > > >     [javac]   location: class WebSession
>> > > >     [javac]
>> > > >
>> > > >
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/calendar/CalendarPanel.java:34:
>> > > > error: package com.googlecode.wicket.jquery.core does not exist
>> > > >     [javac] import
>> > > > com.googlecode.wicket.jquery.core.JQueryAbstractBehavior;
>> > > >     [javac]                                         ^
>> > > >     [javac]
>> > > >
>> > > >
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/calendar/CalendarPanel.java:35:
>> > > > error: package com.googlecode.wicket.jquery.core does not exist
>> > > >     [javac] import com.googlecode.wicket.jquery.core.Options;
>> > > >     [javac]                                         ^
>> > > >     [javac]
>> > > >
>> > > >
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/calendar/CalendarPanel.java:37:
>> > > > error: cannot find symbol
>> > > >     [javac] import
>> > com.googlecode.wicket.jquery.ui.calendar.CalendarView;
>> > > >     [javac]                                                ^
>> > > >     [javac]   symbol:   class CalendarView
>> > > >     [javac]   location: package
>> > com.googlecode.wicket.jquery.ui.calendar
>> > > >     [javac]
>> > > >
>> > > >
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/OmDashboardPanel.java:25:
>> > > > error: package ro.fortsoft.wicket.dashboard does not exist
>> > > >     [javac] import ro.fortsoft.wicket.dashboard.Dashboard;
>> > > >     [javac]                                    ^
>> > > >     [javac]
>> > > >
>> > > >
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/OmDashboardPanel.java:26:
>> > > > error: package ro.fortsoft.wicket.dashboard.web does not exist
>> > > >     [javac] import ro.fortsoft.wicket.dashboard.web.DashboardPanel;
>> > > >     [javac]                                        ^
>> > > >     [javac]
>> > > >
>> > > >
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidget.java:24:
>> > > > error: package ro.fortsoft.wicket.dashboard does not exist
>> > > >     [javac] import ro.fortsoft.wicket.dashboard.AbstractWidget;
>> > > >     [javac]                                    ^
>> > > >     [javac]
>> > > >
>> > > >
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidget.java:25:
>> > > > error: package ro.fortsoft.wicket.dashboard does not exist
>> > > >     [javac] import ro.fortsoft.wicket.dashboard.Widget;
>> > > >     [javac]                                    ^
>> > > >     [javac]
>> > > >
>> > > >
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidget.java:26:
>> > > > error: package ro.fortsoft.wicket.dashboard does not exist
>> > > >     [javac] import ro.fortsoft.wicket.dashboard.WidgetLocation;
>> > > >     [javac]                                    ^
>> > > >     [javac]
>> > > >
>> > > >
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidget.java:27:
>> > > > error: package ro.fortsoft.wicket.dashboard.web does not exist
>> > > >     [javac] import ro.fortsoft.wicket.dashboard.web.WidgetView;
>> > > >     [javac]                                        ^
>> > > >     [javac]
>> > > >
>> > > >
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidget.java:29:
>> > > > error: cannot find symbol
>> > > >     [javac] public class PrivateRoomsWidget extends AbstractWidget {
>> > > >     [javac]                                         ^
>> > > >     [javac]   symbol: class AbstractWidget
>> > > >     [javac]
>> > > >
>> > > >
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidget.java:38:
>> > > > error: cannot find symbol
>> > > >     [javac]     public WidgetView createView(String viewId) {
>> > > >     [javac]            ^
>> > > >     [javac]   symbol:   class WidgetView
>> > > >     [javac]   location: class PrivateRoomsWidget
>> > > >     [javac]
>> > > >
>> > > >
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidgetDescriptor.java:23:
>> > > > error: package ro.fortsoft.wicket.dashboard does not exist
>> > > >     [javac] import ro.fortsoft.wicket.dashboard.WidgetDescriptor;
>> > > >     [javac]                                    ^
>> > > >     [javac]
>> > > >
>> > > >
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidgetDescriptor.java:25:
>> > > > error: cannot find symbol
>> > > >     [javac] public class PrivateRoomsWidgetDescriptor implements
>> > > > WidgetDescriptor {
>> > > >     [javac]                                                      ^
>> > > >     [javac]   symbol: class WidgetDescriptor
>> > > >     [javac]
>> > > >
>> > > >
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidgetView.java:26:
>> > > > error: package ro.fortsoft.wicket.dashboard does not exist
>> > > >     [javac] import ro.fortsoft.wicket.dashboard.Widget;
>> > > >     [javac]                                    ^
>> > > >     [javac]
>> > > >
>> > > >
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidgetView.java:27:
>> > > > error: package ro.fortsoft.wicket.dashboard.web does not exist
>> > > >     [javac] import ro.fortsoft.wicket.dashboard.web.WidgetView;
>> > > >     [javac]                                        ^
>> > > >     [javac]
>> > > >
>> > > >
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidgetView.java:29:
>> > > > error: cannot find symbol
>> > > >     [javac] public class PrivateRoomsWidgetView extends WidgetView {
>> > > >     [javac]                                             ^
>> > > >     [javac]   symbol: class WidgetView
>> > > >     [javac]
>> > > >
>> > > >
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidgetView.java:32:
>> > > > error: cannot find symbol
>> > > >     [javac]     public PrivateRoomsWidgetView(String id,
>> Model<Widget>
>> > > > model) {
>> > > >     [javac]                                                    ^
>> > > >     [javac]   symbol:   class Widget
>> > > >     [javac]   location: class PrivateRoomsWidgetView
>> > > >     [javac]
>> > > >
>> > > >
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidget.java:24:
>> > > > error: package ro.fortsoft.wicket.dashboard does not exist
>> > > >     [javac] import ro.fortsoft.wicket.dashboard.AbstractWidget;
>> > > >     [javac]                                    ^
>> > > >     [javac]
>> > > >
>> > > >
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidget.java:25:
>> > > > error: package ro.fortsoft.wicket.dashboard does not exist
>> > > >     [javac] import ro.fortsoft.wicket.dashboard.Widget;
>> > > >     [javac]                                    ^
>> > > >     [javac]
>> > > >
>> > > >
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidget.java:26:
>> > > > error: package ro.fortsoft.wicket.dashboard does not exist
>> > > >     [javac] import ro.fortsoft.wicket.dashboard.WidgetLocation;
>> > > >     [javac]                                    ^
>> > > >     [javac]
>> > > >
>> > > >
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidget.java:27:
>> > > > error: package ro.fortsoft.wicket.dashboard.web does not exist
>> > > >     [javac] import ro.fortsoft.wicket.dashboard.web.WidgetView;
>> > > >     [javac]                                        ^
>> > > >     [javac]
>> > > >
>> > > >
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidget.java:29:
>> > > > error: cannot find symbol
>> > > >     [javac] public class StartWidget extends AbstractWidget {
>> > > >     [javac]                                  ^
>> > > >     [javac]   symbol: class AbstractWidget
>> > > >     [javac]
>> > > >
>> > > >
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidget.java:38:
>> > > > error: cannot find symbol
>> > > >     [javac]     public WidgetView createView(String viewId) {
>> > > >     [javac]            ^
>> > > >     [javac]   symbol:   class WidgetView
>> > > >     [javac]   location: class StartWidget
>> > > >     [javac]
>> > > >
>> > > >
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidgetDescriptor.java:23:
>> > > > error: package ro.fortsoft.wicket.dashboard does not exist
>> > > >     [javac] import ro.fortsoft.wicket.dashboard.WidgetDescriptor;
>> > > >     [javac]                                    ^
>> > > >     [javac]
>> > > >
>> > > >
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidgetDescriptor.java:25:
>> > > > error: cannot find symbol
>> > > >     [javac] public class StartWidgetDescriptor implements
>> > > WidgetDescriptor
>> > > > {
>> > > >     [javac]                                               ^
>> > > >     [javac]   symbol: class WidgetDescriptor
>> > > >     [javac]
>> > > >
>> > > >
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidgetView.java:23:
>> > > > error: package ro.fortsoft.wicket.dashboard does not exist
>> > > >     [javac] import ro.fortsoft.wicket.dashboard.Widget;
>> > > >     [javac]                                    ^
>> > > >     [javac]
>> > > >
>> > > >
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidgetView.java:24:
>> > > > error: package ro.fortsoft.wicket.dashboard.web does not exist
>> > > >     [javac] import ro.fortsoft.wicket.dashboard.web.WidgetView;
>> > > >     [javac]                                        ^
>> > > >     [javac]
>> > > >
>> > > >
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidgetView.java:26:
>> > > > error: cannot find symbol
>> > > >     [javac] public class StartWidgetView extends WidgetView {
>> > > >     [javac]                                      ^
>> > > >     [javac]   symbol: class WidgetView
>> > > >     [javac]
>> > > >
>> > > >
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidgetView.java:29:
>> > > > error: cannot find symbol
>> > > >     [javac]     public StartWidgetView(String id, Model<Widget>
>> model)
>> > {
>> > > >     [javac]                                             ^
>> > > >     [javac]   symbol:   class Widget
>> > > >     [javac]   location: class StartWidgetView
>> > > >     [javac]
>> > > >
>> > > >
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidget.java:24:
>> > > > error: package ro.fortsoft.wicket.dashboard does not exist
>> > > >     [javac] import ro.fortsoft.wicket.dashboard.AbstractWidget;
>> > > >     [javac]                                    ^
>> > > >     [javac]
>> > > >
>> > > >
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidget.java:25:
>> > > > error: package ro.fortsoft.wicket.dashboard does not exist
>> > > >     [javac] import ro.fortsoft.wicket.dashboard.Widget;
>> > > >     [javac]                                    ^
>> > > >     [javac]
>> > > >
>> > > >
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidget.java:26:
>> > > > error: package ro.fortsoft.wicket.dashboard does not exist
>> > > >     [javac] import ro.fortsoft.wicket.dashboard.WidgetLocation;
>> > > >     [javac]                                    ^
>> > > >     [javac]
>> > > >
>> > > >
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidget.java:27:
>> > > > error: package ro.fortsoft.wicket.dashboard.web does not exist
>> > > >     [javac] import ro.fortsoft.wicket.dashboard.web.WidgetView;
>> > > >     [javac]                                        ^
>> > > >     [javac]
>> > > >
>> > > >
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidget.java:29:
>> > > > error: cannot find symbol
>> > > >     [javac] public class WelcomeWidget extends AbstractWidget {
>> > > >     [javac]                                    ^
>> > > >     [javac]   symbol: class AbstractWidget
>> > > >     [javac]
>> > > >
>> > > >
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidget.java:38:
>> > > > error: cannot find symbol
>> > > >     [javac]     public WidgetView createView(String viewId) {
>> > > >     [javac]            ^
>> > > >     [javac]   symbol:   class WidgetView
>> > > >     [javac]   location: class WelcomeWidget
>> > > >     [javac]
>> > > >
>> > > >
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidgetDescriptor.java:23:
>> > > > error: package ro.fortsoft.wicket.dashboard does not exist
>> > > >     [javac] import ro.fortsoft.wicket.dashboard.WidgetDescriptor;
>> > > >     [javac]                                    ^
>> > > >     [javac]
>> > > >
>> > > >
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidgetDescriptor.java:25:
>> > > > error: cannot find symbol
>> > > >     [javac] public class WelcomeWidgetDescriptor implements
>> > > > WidgetDescriptor {
>> > > >     [javac]                                                 ^
>> > > >     [javac]   symbol: class WidgetDescriptor
>> > > >     [javac]
>> > > >
>> > > >
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/profile/SettingsPanel.java:32:
>> > > > error: package com.googlecode.wicket.jquery.core does not exist
>> > > >     [javac] import com.googlecode.wicket.jquery.core.JQueryBehavior;
>> > > >     [javac]                                         ^
>> > > >     [javac]
>> > > >
>> > > >
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/profile/SettingsPanel.java:33:
>> > > > error: package com.googlecode.wicket.jquery.core does not exist
>> > > >     [javac] import com.googlecode.wicket.jquery.core.Options;
>> > > >     [javac]                                         ^
>> > > >     [javac]
>> > > >
>> > > >
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidgetView.java:37:
>> > > > error: package ro.fortsoft.wicket.dashboard does not exist
>> > > >     [javac] import ro.fortsoft.wicket.dashboard.Widget;
>> > > >     [javac]                                    ^
>> > > >     [javac]
>> > > >
>> > > >
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidgetView.java:38:
>> > > > error: package ro.fortsoft.wicket.dashboard.web does not exist
>> > > >     [javac] import ro.fortsoft.wicket.dashboard.web.WidgetView;
>> > > >     [javac]                                        ^
>> > > >     [javac]
>> > > >
>> > > >
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidgetView.java:40:
>> > > > error: cannot find symbol
>> > > >     [javac] public class WelcomeWidgetView extends WidgetView {
>> > > >     [javac]                                        ^
>> > > >     [javac]   symbol: class WidgetView
>> > > >     [javac]
>> > > >
>> > > >
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidgetView.java:43:
>> > > > error: cannot find symbol
>> > > >     [javac]     public WelcomeWidgetView(String id, Model<Widget>
>> > model)
>> > > {
>> > > >     [javac]                                               ^
>> > > >     [javac]   symbol:   class Widget
>> > > >     [javac]   location: class WelcomeWidgetView
>> > > >     [javac]
>> > > >
>> > > >
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/profile/WidgetsPanel.java:32:
>> > > > error: package ro.fortsoft.wicket.dashboard does not exist
>> > > >     [javac] import ro.fortsoft.wicket.dashboard.Dashboard;
>> > > >     [javac]                                    ^
>> > > >     [javac]
>> > > >
>> > > >
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/profile/WidgetsPanel.java:33:
>> > > > error: package ro.fortsoft.wicket.dashboard does not exist
>> > > >     [javac] import ro.fortsoft.wicket.dashboard.Widget;
>> > > >     [javac]                                    ^
>> > > >     [javac]
>> > > >
>> > > >
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/profile/WidgetsPanel.java:34:
>> > > > error: package ro.fortsoft.wicket.dashboard does not exist
>> > > >     [javac] import ro.fortsoft.wicket.dashboard.WidgetDescriptor;
>> > > >     [javac]                                    ^
>> > > >     [javac]
>> > > >
>> > > >
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/profile/WidgetsPanel.java:35:
>> > > > error: package ro.fortsoft.wicket.dashboard.web does not exist
>> > > >     [javac] import
>> ro.fortsoft.wicket.dashboard.web.DashboardContext;
>> > > >     [javac]                                        ^
>> > > >     [javac]
>> > > >
>> > > >
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/profile/WidgetsPanel.java:40:
>> > > > error: cannot find symbol
>> > > >     [javac]     private Widget isDisplayed(WidgetDescriptor wd) {
>> > > >     [javac]                                ^
>> > > >     [javac]   symbol:   class WidgetDescriptor
>> > > >     [javac]   location: class WidgetsPanel
>> > > >     [javac]
>> > > >
>> > > >
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/profile/WidgetsPanel.java:40:
>> > > > error: cannot find symbol
>> > > >     [javac]     private Widget isDisplayed(WidgetDescriptor wd) {
>> > > >     [javac]             ^
>> > > >     [javac]   symbol:   class Widget
>> > > >     [javac]   location: class WidgetsPanel
>> > > >     [javac]
>> > > >
>> > > >
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/rooms/RoomsTabbedPanel.java:37:
>> > > > error: package com.googlecode.wicket.jquery.core does not exist
>> > > >     [javac] import com.googlecode.wicket.jquery.core.JQueryBehavior;
>> > > >     [javac]                                         ^
>> > > >     [javac]
>> > > >
>> > > >
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/pages/auth/SignInPage.java:35:
>> > > > error: package com.googlecode.wicket.jquery.core does not exist
>> > > >     [javac] import
>> > > > com.googlecode.wicket.jquery.core.JQueryAbstractBehavior;
>> > > >     [javac]                                         ^
>> > > >     [javac]
>> > > >
>> > > >
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/util/UserDashboardPersister.java:23:
>> > > > error: package ro.fortsoft.wicket.dashboard does not exist
>> > > >     [javac] import ro.fortsoft.wicket.dashboard.Dashboard;
>> > > >     [javac]                                    ^
>> > > >     [javac]
>> > > >
>> > > >
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/util/UserDashboardPersister.java:24:
>> > > > error: package ro.fortsoft.wicket.dashboard does not exist
>> > > >     [javac] import ro.fortsoft.wicket.dashboard.DashboardPersister;
>> > > >     [javac]                                    ^
>> > > >     [javac]
>> > > >
>> > > >
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/util/UserDashboardPersister.java:25:
>> > > > error: package ro.fortsoft.wicket.dashboard does not exist
>> > > >     [javac] import
>> > > ro.fortsoft.wicket.dashboard.XStreamDashboardPersister;
>> > > >     [javac]                                    ^
>> > > >     [javac]
>> > > >
>> > > >
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/util/UserDashboardPersister.java:27:
>> > > > error: cannot find symbol
>> > > >     [javac] public class UserDashboardPersister implements
>> > > > DashboardPersister {
>> > > >     [javac]                                                ^
>> > > >     [javac]   symbol: class DashboardPersister
>> > > >     [javac]
>> > > >
>> > > >
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/util/UserDashboardPersister.java:28:
>> > > > error: cannot find symbol
>> > > >     [javac]     public Dashboard load() {
>> > > >     [javac]            ^
>> > > >     [javac]   symbol:   class Dashboard
>> > > >     [javac]   location: class UserDashboardPersister
>> > > >     [javac]
>> > > >
>> > > >
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/util/UserDashboardPersister.java:32:
>> > > > error: cannot find symbol
>> > > >     [javac]     public void save(Dashboard dashboard) {
>> > > >     [javac]                      ^
>> > > >     [javac]   symbol:   class Dashboard
>> > > >     [javac]   location: class UserDashboardPersister
>> > > >     [javac]
>> > > >
>> > > >
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/Application.java:47:
>> > > > error: package ro.fortsoft.wicket.dashboard does not exist
>> > > >     [javac] import ro.fortsoft.wicket.dashboard.WidgetRegistry;
>> > > >     [javac]                                    ^
>> > > >     [javac]
>> > > >
>> > > >
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/Application.java:48:
>> > > > error: package ro.fortsoft.wicket.dashboard.web does not exist
>> > > >     [javac] import
>> ro.fortsoft.wicket.dashboard.web.DashboardContext;
>> > > >     [javac]                                        ^
>> > > >     [javac]
>> > > >
>> > > >
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/Application.java:49:
>> > > > error: package ro.fortsoft.wicket.dashboard.web does not exist
>> > > >     [javac] import
>> > > > ro.fortsoft.wicket.dashboard.web.DashboardContextInjector;
>> > > >     [javac]                                        ^
>> > > >     [javac]
>> > > >
>> > > >
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/Application.java:50:
>> > > > error: package ro.fortsoft.wicket.dashboard.web does not exist
>> > > >     [javac] import
>> ro.fortsoft.wicket.dashboard.web.DashboardSettings;
>> > > >     [javac]                                        ^
>> > > >     [javac]
>> > > >
>> > > >
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/Application.java:53:
>> > > > error: cannot find symbol
>> > > >     [javac]     private DashboardContext dashboardContext;
>> > > >     [javac]             ^
>> > > >     [javac]   symbol:   class DashboardContext
>> > > >     [javac]   location: class Application
>> > > >     [javac]
>> > > >
>> > > >
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/Application.java:129:
>> > > > error: cannot find symbol
>> > > >     [javac]     public static DashboardContext
>> getDashboardContext() {
>> > > >     [javac]                   ^
>> > > >     [javac]   symbol:   class DashboardContext
>> > > >     [javac]   location: class Application
>> > > >     [javac]
>> > > >
>> > > >
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/WebSession.java:47:
>> > > > error: package ro.fortsoft.wicket.dashboard does not exist
>> > > >     [javac] import ro.fortsoft.wicket.dashboard.Dashboard;
>> > > >     [javac]                                    ^
>> > > >     [javac]
>> > > >
>> > > >
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/WebSession.java:48:
>> > > > error: package ro.fortsoft.wicket.dashboard does not exist
>> > > >     [javac] import ro.fortsoft.wicket.dashboard.DefaultDashboard;
>> > > >     [javac]                                    ^
>> > > >     [javac]
>> > > >
>> > > >
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/WebSession.java:49:
>> > > > error: package ro.fortsoft.wicket.dashboard does not exist
>> > > >     [javac] import ro.fortsoft.wicket.dashboard.WidgetFactory;
>> > > >     [javac]                                    ^
>> > > >     [javac]
>> > > >
>> > > >
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/WebSession.java:50:
>> > > > error: package ro.fortsoft.wicket.dashboard.web does not exist
>> > > >     [javac] import
>> ro.fortsoft.wicket.dashboard.web.DashboardContext;
>> > > >     [javac]                                        ^
>> > > >     [javac]
>> > > >
>> > > >
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/WebSession.java:60:
>> > > > error: cannot find symbol
>> > > >     [javac]     private Dashboard dashboard;
>> > > >     [javac]             ^
>> > > >     [javac]   symbol:   class Dashboard
>> > > >     [javac]   location: class WebSession
>> > > >     [javac]
>> > > >
>> > > >
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/WebSession.java:164:
>> > > > error: cannot find symbol
>> > > >     [javac]     public static Dashboard getDashboard() {
>> > > >     [javac]                   ^
>> > > >     [javac]   symbol:   class Dashboard
>> > > >     [javac]   location: class WebSession
>> > > >     [javac]
>> > > >
>> > > >
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/calendar/CalendarPanel.java:34:
>> > > > error: package com.googlecode.wicket.jquery.core does not exist
>> > > >     [javac] import
>> > > > com.googlecode.wicket.jquery.core.JQueryAbstractBehavior;
>> > > >     [javac]                                         ^
>> > > >     [javac]
>> > > >
>> > > >
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/calendar/CalendarPanel.java:35:
>> > > > error: package com.googlecode.wicket.jquery.core does not exist
>> > > >     [javac] import com.googlecode.wicket.jquery.core.Options;
>> > > >     [javac]                                         ^
>> > > >     [javac]
>> > > >
>> > > >
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/calendar/CalendarPanel.java:37:
>> > > > error: cannot find symbol
>> > > >     [javac] import
>> > com.googlecode.wicket.jquery.ui.calendar.CalendarView;
>> > > >     [javac]                                                ^
>> > > >     [javac]   symbol:   class CalendarView
>> > > >     [javac]   location: package
>> > com.googlecode.wicket.jquery.ui.calendar
>> > > >     [javac]
>> > > >
>> > > >
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/OmDashboardPanel.java:25:
>> > > > error: package ro.fortsoft.wicket.dashboard does not exist
>> > > >     [javac] import ro.fortsoft.wicket.dashboard.Dashboard;
>> > > >     [javac]                                    ^
>> > > >     [javac]
>> > > >
>> > > >
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/OmDashboardPanel.java:26:
>> > > > error: package ro.fortsoft.wicket.dashboard.web does not exist
>> > > >     [javac] import ro.fortsoft.wicket.dashboard.web.DashboardPanel;
>> > > >     [javac]                                        ^
>> > > >     [javac]
>> > > >
>> > > >
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidget.java:24:
>> > > > error: package ro.fortsoft.wicket.dashboard does not exist
>> > > >     [javac] import ro.fortsoft.wicket.dashboard.AbstractWidget;
>> > > >     [javac]                                    ^
>> > > >     [javac]
>> > > >
>> > > >
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidget.java:25:
>> > > > error: package ro.fortsoft.wicket.dashboard does not exist
>> > > >     [javac] import ro.fortsoft.wicket.dashboard.Widget;
>> > > >     [javac]                                    ^
>> > > >     [javac]
>> > > >
>> > > >
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidget.java:26:
>> > > > error: package ro.fortsoft.wicket.dashboard does not exist
>> > > >     [javac] import ro.fortsoft.wicket.dashboard.WidgetLocation;
>> > > >     [javac]                                    ^
>> > > >     [javac]
>> > > >
>> > > >
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidget.java:27:
>> > > > error: package ro.fortsoft.wicket.dashboard.web does not exist
>> > > >     [javac] import ro.fortsoft.wicket.dashboard.web.WidgetView;
>> > > >     [javac]                                        ^
>> > > >     [javac]
>> > > >
>> > > >
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidget.java:29:
>> > > > error: cannot find symbol
>> > > >     [javac] public class PrivateRoomsWidget extends AbstractWidget {
>> > > >     [javac]                                         ^
>> > > >     [javac]   symbol: class AbstractWidget
>> > > >     [javac]
>> > > >
>> > > >
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidget.java:38:
>> > > > error: cannot find symbol
>> > > >     [javac]     public WidgetView createView(String viewId) {
>> > > >     [javac]            ^
>> > > >     [javac]   symbol:   class WidgetView
>> > > >     [javac]   location: class PrivateRoomsWidget
>> > > >     [javac]
>> > > >
>> > > >
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidgetDescriptor.java:23:
>> > > > error: package ro.fortsoft.wicket.dashboard does not exist
>> > > >     [javac] import ro.fortsoft.wicket.dashboard.WidgetDescriptor;
>> > > >     [javac]                                    ^
>> > > >     [javac]
>> > > >
>> > > >
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidgetDescriptor.java:25:
>> > > > error: cannot find symbol
>> > > >     [javac] public class PrivateRoomsWidgetDescriptor implements
>> > > > WidgetDescriptor {
>> > > >     [javac]                                                      ^
>> > > >     [javac]   symbol: class WidgetDescriptor
>> > > >     [javac]
>> > > >
>> > > >
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidgetView.java:26:
>> > > > error: package ro.fortsoft.wicket.dashboard does not exist
>> > > >     [javac] import ro.fortsoft.wicket.dashboard.Widget;
>> > > >     [javac]                                    ^
>> > > >     [javac]
>> > > >
>> > > >
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidgetView.java:27:
>> > > > error: package ro.fortsoft.wicket.dashboard.web does not exist
>> > > >     [javac] import ro.fortsoft.wicket.dashboard.web.WidgetView;
>> > > >     [javac]                                        ^
>> > > >     [javac]
>> > > >
>> > > >
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidgetView.java:29:
>> > > > error: cannot find symbol
>> > > >     [javac] public class PrivateRoomsWidgetView extends WidgetView {
>> > > >     [javac]                                             ^
>> > > >     [javac]   symbol: class WidgetView
>> > > >     [javac]
>> > > >
>> > > >
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidgetView.java:32:
>> > > > error: cannot find symbol
>> > > >     [javac]     public PrivateRoomsWidgetView(String id,
>> Model<Widget>
>> > > > model) {
>> > > >     [javac]                                                    ^
>> > > >     [javac]   symbol:   class Widget
>> > > >     [javac]   location: class PrivateRoomsWidgetView
>> > > >     [javac]
>> > > >
>> > > >
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidget.java:24:
>> > > > error: package ro.fortsoft.wicket.dashboard does not exist
>> > > >     [javac] import ro.fortsoft.wicket.dashboard.AbstractWidget;
>> > > >     [javac]                                    ^
>> > > >     [javac]
>> > > >
>> > > >
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidget.java:25:
>> > > > error: package ro.fortsoft.wicket.dashboard does not exist
>> > > >     [javac] import ro.fortsoft.wicket.dashboard.Widget;
>> > > >     [javac]                                    ^
>> > > >     [javac]
>> > > >
>> > > >
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidget.java:26:
>> > > > error: package ro.fortsoft.wicket.dashboard does not exist
>> > > >     [javac] import ro.fortsoft.wicket.dashboard.WidgetLocation;
>> > > >     [javac]                                    ^
>> > > >     [javac]
>> > > >
>> > > >
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidget.java:27:
>> > > > error: package ro.fortsoft.wicket.dashboard.web does not exist
>> > > >     [javac] import ro.fortsoft.wicket.dashboard.web.WidgetView;
>> > > >     [javac]                                        ^
>> > > >     [javac]
>> > > >
>> > > >
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidget.java:29:
>> > > > error: cannot find symbol
>> > > >     [javac] public class StartWidget extends AbstractWidget {
>> > > >     [javac]                                  ^
>> > > >     [javac]   symbol: class AbstractWidget
>> > > >     [javac]
>> > > >
>> > > >
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidget.java:38:
>> > > > error: cannot find symbol
>> > > >     [javac]     public WidgetView createView(String viewId) {
>> > > >     [javac]            ^
>> > > >     [javac]   symbol:   class WidgetView
>> > > >     [javac]   location: class StartWidget
>> > > >     [javac]
>> > > >
>> > > >
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidgetDescriptor.java:23:
>> > > > error: package ro.fortsoft.wicket.dashboard does not exist
>> > > >     [javac] import ro.fortsoft.wicket.dashboard.WidgetDescriptor;
>> > > >     [javac]                                    ^
>> > > >     [javac]
>> > > >
>> > > >
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidgetDescriptor.java:25:
>> > > > error: cannot find symbol
>> > > >     [javac] public class StartWidgetDescriptor implements
>> > > WidgetDescriptor
>> > > > {
>> > > >     [javac]                                               ^
>> > > >     [javac]   symbol: class WidgetDescriptor
>> > > >     [javac]
>> > > >
>> > > >
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidgetView.java:23:
>> > > > error: package ro.fortsoft.wicket.dashboard does not exist
>> > > >     [javac] import ro.fortsoft.wicket.dashboard.Widget;
>> > > >     [javac]                                    ^
>> > > >     [javac]
>> > > >
>> > > >
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidgetView.java:24:
>> > > > error: package ro.fortsoft.wicket.dashboard.web does not exist
>> > > >     [javac] import ro.fortsoft.wicket.dashboard.web.WidgetView;
>> > > >     [javac]                                        ^
>> > > >     [javac]
>> > > >
>> > > >
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidgetView.java:26:
>> > > > error: cannot find symbol
>> > > >     [javac] public class StartWidgetView extends WidgetView {
>> > > >     [javac]                                      ^
>> > > >     [javac]   symbol: class WidgetView
>> > > >     [javac]
>> > > >
>> > > >
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidgetView.java:29:
>> > > > error: cannot find symbol
>> > > >     [javac]     public StartWidgetView(String id, Model<Widget>
>> model)
>> > {
>> > > >     [javac]                                             ^
>> > > >     [javac]   symbol:   class Widget
>> > > >     [javac]   location: class StartWidgetView
>> > > >     [javac]
>> > > >
>> > > >
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidget.java:24:
>> > > > error: package ro.fortsoft.wicket.dashboard does not exist
>> > > >     [javac] import ro.fortsoft.wicket.dashboard.AbstractWidget;
>> > > >     [javac]                                    ^
>> > > >     [javac]
>> > > >
>> > > >
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidget.java:25:
>> > > > error: package ro.fortsoft.wicket.dashboard does not exist
>> > > >     [javac] import ro.fortsoft.wicket.dashboard.Widget;
>> > > >     [javac]                                    ^
>> > > >     [javac]
>> > > >
>> > > >
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidget.java:26:
>> > > > error: package ro.fortsoft.wicket.dashboard does not exist
>> > > >     [javac] import ro.fortsoft.wicket.dashboard.WidgetLocation;
>> > > >     [javac]                                    ^
>> > > >     [javac]
>> > > >
>> > > >
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidget.java:27:
>> > > > error: package ro.fortsoft.wicket.dashboard.web does not exist
>> > > >     [javac] import ro.fortsoft.wicket.dashboard.web.WidgetView;
>> > > >     [javac]                                        ^
>> > > >     [javac]
>> > > >
>> > > >
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidget.java:29:
>> > > > error: cannot find symbol
>> > > >     [javac] public class WelcomeWidget extends AbstractWidget {
>> > > >     [javac]                                    ^
>> > > >     [javac]   symbol: class AbstractWidget
>> > > >     [javac]
>> > > >
>> > > >
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidget.java:38:
>> > > > error: cannot find symbol
>> > > >     [javac]     public WidgetView createView(String viewId) {
>> > > >     [javac]            ^
>> > > >     [javac]   symbol:   class WidgetView
>> > > >     [javac]   location: class WelcomeWidget
>> > > >     [javac]
>> > > >
>> > > >
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidgetDescriptor.java:23:
>> > > > error: package ro.fortsoft.wicket.dashboard does not exist
>> > > >     [javac] import ro.fortsoft.wicket.dashboard.WidgetDescriptor;
>> > > >     [javac]                                    ^
>> > > >     [javac]
>> > > >
>> > > >
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidgetDescriptor.java:25:
>> > > > error: cannot find symbol
>> > > >     [javac] public class WelcomeWidgetDescriptor implements
>> > > > WidgetDescriptor {
>> > > >     [javac]                                                 ^
>> > > >     [javac]   symbol: class WidgetDescriptor
>> > > >     [javac]
>> > > >
>> > > >
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/profile/SettingsPanel.java:32:
>> > > > error: package com.googlecode.wicket.jquery.core does not exist
>> > > >     [javac] import com.googlecode.wicket.jquery.core.JQueryBehavior;
>> > > >     [javac]                                         ^
>> > > >     [javac]
>> > > >
>> > > >
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/profile/SettingsPanel.java:33:
>> > > > error: package com.googlecode.wicket.jquery.core does not exist
>> > > >     [javac] import com.googlecode.wicket.jquery.core.Options;
>> > > >     [javac]                                         ^
>> > > >     [javac]
>> > > >
>> > > >
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidgetView.java:37:
>> > > > error: package ro.fortsoft.wicket.dashboard does not exist
>> > > >     [javac] import ro.fortsoft.wicket.dashboard.Widget;
>> > > >     [javac]                                    ^
>> > > >     [javac]
>> > > >
>> > > >
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidgetView.java:38:
>> > > > error: package ro.fortsoft.wicket.dashboard.web does not exist
>> > > >     [javac] import ro.fortsoft.wicket.dashboard.web.WidgetView;
>> > > >     [javac]                                        ^
>> > > >     [javac]
>> > > >
>> > > >
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidgetView.java:40:
>> > > > error: cannot find symbol
>> > > >     [javac] public class WelcomeWidgetView extends WidgetView {
>> > > >     [javac]                                        ^
>> > > >     [javac]   symbol: class WidgetView
>> > > >     [javac]
>> > > >
>> > > >
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidgetView.java:43:
>> > > > error: cannot find symbol
>> > > >     [javac]     public WelcomeWidgetView(String id, Model<Widget>
>> > model)
>> > > {
>> > > >     [javac]                                               ^
>> > > >     [javac]   symbol:   class Widget
>> > > >     [javac]   location: class WelcomeWidgetView
>> > > >     [javac]
>> > > >
>> > > >
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/profile/WidgetsPanel.java:32:
>> > > > error: package ro.fortsoft.wicket.dashboard does not exist
>> > > >     [javac] import ro.fortsoft.wicket.dashboard.Dashboard;
>> > > >     [javac]                                    ^
>> > > >     [javac]
>> > > >
>> > > >
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/profile/WidgetsPanel.java:33:
>> > > > error: package ro.fortsoft.wicket.dashboard does not exist
>> > > >     [javac] import ro.fortsoft.wicket.dashboard.Widget;
>> > > >     [javac]                                    ^
>> > > >     [javac]
>> > > >
>> > > >
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/profile/WidgetsPanel.java:34:
>> > > > error: package ro.fortsoft.wicket.dashboard does not exist
>> > > >     [javac] import ro.fortsoft.wicket.dashboard.WidgetDescriptor;
>> > > >     [javac]                                    ^
>> > > >     [javac]
>> > > >
>> > > >
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/profile/WidgetsPanel.java:35:
>> > > > error: package ro.fortsoft.wicket.dashboard.web does not exist
>> > > >     [javac] import
>> ro.fortsoft.wicket.dashboard.web.DashboardContext;
>> > > >     [javac]                                        ^
>> > > >     [javac]
>> > > >
>> > > >
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/profile/WidgetsPanel.java:40:
>> > > > error: cannot find symbol
>> > > >     [javac]     private Widget isDisplayed(WidgetDescriptor wd) {
>> > > >     [javac]                                ^
>> > > >     [javac]   symbol:   class WidgetDescriptor
>> > > >     [javac]   location: class WidgetsPanel
>> > > >     [javac]
>> > > >
>> > > >
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/profile/WidgetsPanel.java:40:
>> > > > error: cannot find symbol
>> > > >     [javac]     private Widget isDisplayed(WidgetDescriptor wd) {
>> > > >     [javac]             ^
>> > > >     [javac]   symbol:   class Widget
>> > > >     [javac]   location: class WidgetsPanel
>> > > >     [javac]
>> > > >
>> > > >
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/rooms/RoomsTabbedPanel.java:37:
>> > > > error: package com.googlecode.wicket.jquery.core does not exist
>> > > >     [javac] import com.googlecode.wicket.jquery.core.JQueryBehavior;
>> > > >     [javac]                                         ^
>> > > >     [javac]
>> > > >
>> > > >
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/pages/auth/SignInPage.java:35:
>> > > > error: package com.googlecode.wicket.jquery.core does not exist
>> > > >     [javac] import
>> > > > com.googlecode.wicket.jquery.core.JQueryAbstractBehavior;
>> > > >     [javac]                                         ^
>> > > >     [javac]
>> > > >
>> > > >
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/util/UserDashboardPersister.java:23:
>> > > > error: package ro.fortsoft.wicket.dashboard does not exist
>> > > >     [javac] import ro.fortsoft.wicket.dashboard.Dashboard;
>> > > >     [javac]                                    ^
>> > > >     [javac]
>> > > >
>> > > >
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/util/UserDashboardPersister.java:24:
>> > > > error: package ro.fortsoft.wicket.dashboard does not exist
>> > > >     [javac] import ro.fortsoft.wicket.dashboard.DashboardPersister;
>> > > >     [javac]                                    ^
>> > > >     [javac]
>> > > >
>> > > >
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/util/UserDashboardPersister.java:25:
>> > > > error: package ro.fortsoft.wicket.dashboard does not exist
>> > > >     [javac] import
>> > > ro.fortsoft.wicket.dashboard.XStreamDashboardPersister;
>> > > >     [javac]                                    ^
>> > > >     [javac]
>> > > >
>> > > >
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/util/UserDashboardPersister.java:27:
>> > > > error: cannot find symbol
>> > > >     [javac] public class UserDashboardPersister implements
>> > > > DashboardPersister {
>> > > >     [javac]                                                ^
>> > > >     [javac]   symbol: class DashboardPersister
>> > > >     [javac]
>> > > >
>> > > >
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/util/UserDashboardPersister.java:28:
>> > > > error: cannot find symbol
>> > > >     [javac]     public Dashboard load() {
>> > > >     [javac]            ^
>> > > >     [javac]   symbol:   class Dashboard
>> > > >     [javac]   location: class UserDashboardPersister
>> > > >     [javac]
>> > > >
>> > > >
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/util/UserDashboardPersister.java:32:
>> > > > error: cannot find symbol
>> > > >     [javac]     public void save(Dashboard dashboard) {
>> > > >     [javac]                      ^
>> > > >     [javac]   symbol:   class Dashboard
>> > > >     [javac]   location: class UserDashboardPersister
>> > > >     [javac]
>> > > >
>> > > >
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/Application.java:77:
>> > > > error: cannot find symbol
>> > > >     [javac]         dashboardContext = new DashboardContext();
>> > > >     [javac]                                ^
>> > > >     [javac]   symbol:   class DashboardContext
>> > > >     [javac]   location: class Application
>> > > >     [javac]
>> > > >
>> > > >
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/Application.java:79:
>> > > > error: cannot find symbol
>> > > >     [javac]         WidgetRegistry widgetRegistry =
>> > > > dashboardContext.getWidgetRegistry();
>> > > >     [javac]         ^
>> > > >     [javac]   symbol:   class WidgetRegistry
>> > > >     [javac]   location: class Application
>> > > >     [javac]
>> > > >
>> > > >
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/Application.java:84:
>> > > > error: cannot find symbol
>> > > >     [javac]         DashboardContextInjector
>> dashboardContextInjector =
>> > > new
>> > > > DashboardContextInjector(dashboardContext);
>> > > >     [javac]         ^
>> > > >     [javac]   symbol:   class DashboardContextInjector
>> > > >     [javac]   location: class Application
>> > > >     [javac]
>> > > >
>> > > >
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/Application.java:84:
>> > > > error: cannot find symbol
>> > > >     [javac]         DashboardContextInjector
>> dashboardContextInjector =
>> > > new
>> > > > DashboardContextInjector(dashboardContext);
>> > > >     [javac]
>> > > > ^
>> > > >     [javac]   symbol:   class DashboardContextInjector
>> > > >     [javac]   location: class Application
>> > > >     [javac]
>> > > >
>> > > >
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/Application.java:86:
>> > > > error: cannot find symbol
>> > > >     [javac]         DashboardSettings dashboardSettings =
>> > > > DashboardSettings.get();
>> > > >     [javac]         ^
>> > > >     [javac]   symbol:   class DashboardSettings
>> > > >     [javac]   location: class Application
>> > > >     [javac]
>> > > >
>> > > >
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/Application.java:86:
>> > > > error: cannot find symbol
>> > > >     [javac]         DashboardSettings dashboardSettings =
>> > > > DashboardSettings.get();
>> > > >     [javac]                                               ^
>> > > >     [javac]   symbol:   variable DashboardSettings
>> > > >     [javac]   location: class Application
>> > > >     [javac]
>> > > >
>> > > >
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/WebSession.java:165:
>> > > > error: cannot find symbol
>> > > >     [javac]         Dashboard d = get().dashboard;
>> > > >     [javac]         ^
>> > > >     [javac]   symbol:   class Dashboard
>> > > >     [javac]   location: class WebSession
>> > > >     [javac]
>> > > >
>> > > >
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/WebSession.java:174:
>> > > > error: cannot find symbol
>> > > >     [javac]         DashboardContext dashboardContext =
>> > > > getDashboardContext();
>> > > >     [javac]         ^
>> > > >     [javac]   symbol:   class DashboardContext
>> > > >     [javac]   location: class WebSession
>> > > >     [javac]
>> > > >
>> > > >
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/WebSession.java:178:
>> > > > error: cannot find symbol
>> > > >     [javac]             dashboard = new DefaultDashboard("default",
>> > > > "Default");
>> > > >     [javac]                             ^
>> > > >     [javac]   symbol:   class DefaultDashboard
>> > > >     [javac]   location: class WebSession
>> > > >     [javac]
>> > > >
>> > > >
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/WebSession.java:180:
>> > > > error: cannot find symbol
>> > > >     [javac]             WidgetFactory widgetFactory =
>> > > > dashboardContext.getWidgetFactory();
>> > > >     [javac]             ^
>> > > >     [javac]   symbol:   class WidgetFactory
>> > > >     [javac]   location: class WebSession
>> > > >     [javac]
>> > > >
>> > > >
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/calendar/CalendarPanel.java:64:
>> > > > error: cannot find symbol
>> > > >     [javac]         Options options = new Options();
>> > > >     [javac]         ^
>> > > >     [javac]   symbol:   class Options
>> > > >     [javac]   location: class CalendarPanel
>> > > >     [javac]
>> > > >
>> > > >
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/calendar/CalendarPanel.java:64:
>> > > > error: cannot find symbol
>> > > >     [javac]         Options options = new Options();
>> > > >     [javac]                               ^
>> > > >     [javac]   symbol:   class Options
>> > > >     [javac]   location: class CalendarPanel
>> > > >     [javac]
>> > > >
>> > > >
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/calendar/CalendarPanel.java:119:
>> > > > error: cannot find symbol
>> > > >     [javac]             public void onSelect(AjaxRequestTarget
>> target,
>> > > > CalendarView view, Date start, Date end, boolean allDay) {
>> > > >     [javac]
>> >  ^
>> > > >     [javac]   symbol: class CalendarView
>> > > >     [javac]
>> > > >
>> > > >
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/calendar/CalendarPanel.java:141:
>> > > > error: cannot find symbol
>> > > >     [javac]             public void onEventClick(AjaxRequestTarget
>> > > target,
>> > > > CalendarView view, int eventId) {
>> > > >     [javac]
>> > > >  ^
>> > > >     [javac]   symbol: class CalendarView
>> > > >     [javac]
>> > > >
>> > > >
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/calendar/CalendarPanel.java:78:
>> > > > error: cannot find symbol
>> > > >     [javac]                 add(new
>> > > > JQueryAbstractBehavior("calendar-functions") {
>> > > >     [javac]                         ^
>> > > >     [javac]   symbol: class JQueryAbstractBehavior
>> > > >     [javac]
>> > > >
>> > > >
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/calendar/CalendarPanel.java:121:
>> > > > error: cannot find symbol
>> > > >     [javac]                 if (CalendarView.month == view &&
>> > > > start.equals(end)) {
>> > > >     [javac]                     ^
>> > > >     [javac]   symbol: variable CalendarView
>> > > >     [javac]
>> > > >
>> > > >
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/calendar/CalendarPanel.java:118:
>> > > > error: method does not override or implement a method from a
>> supertype
>> > > >     [javac]             @Override
>> > > >     [javac]             ^
>> > > >     [javac]
>> > > >
>> > > >
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/calendar/CalendarPanel.java:140:
>> > > > error: method does not override or implement a method from a
>> supertype
>> > > >     [javac]             @Override
>> > > >     [javac]             ^
>> > > >     [javac]
>> > > >
>> > > >
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/OmDashboardPanel.java:34:
>> > > > error: cannot find symbol
>> > > >     [javac]         add(new DashboardPanel("dashboard", new
>> > > > Model<Dashboard>(WebSession.getDashboard())));
>> > > >     [javac]                 ^
>> > > >     [javac]   symbol:   class DashboardPanel
>> > > >     [javac]   location: class OmDashboardPanel
>> > > >     [javac]
>> > > >
>> > > >
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/OmDashboardPanel.java:34:
>> > > > error: cannot find symbol
>> > > >     [javac]         add(new DashboardPanel("dashboard", new
>> > > > Model<Dashboard>(WebSession.getDashboard())));
>> > > >     [javac]                                                       ^
>> > > >     [javac]   symbol:   class Dashboard
>> > > >     [javac]   location: class OmDashboardPanel
>> > > >     [javac]
>> > > >
>> > > >
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidget.java:34:
>> > > > error: cannot find symbol
>> > > >     [javac]         title = WebSession.getString(781L);
>> > > >     [javac]         ^
>> > > >     [javac]   symbol:   variable title
>> > > >     [javac]   location: class PrivateRoomsWidget
>> > > >     [javac]
>> > > >
>> > > >
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidget.java:35:
>> > > > error: cannot find symbol
>> > > >     [javac]         location = new WidgetLocation(0, 1);
>> > > >     [javac]         ^
>> > > >     [javac]   symbol:   variable location
>> > > >     [javac]   location: class PrivateRoomsWidget
>> > > >     [javac]
>> > > >
>> > > >
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidget.java:35:
>> > > > error: cannot find symbol
>> > > >     [javac]         location = new WidgetLocation(0, 1);
>> > > >     [javac]                        ^
>> > > >     [javac]   symbol:   class WidgetLocation
>> > > >     [javac]   location: class PrivateRoomsWidget
>> > > >     [javac]
>> > > >
>> > > >
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidget.java:39:
>> > > > error: cannot find symbol
>> > > >     [javac]         return new PrivateRoomsWidgetView(viewId, new
>> > > > Model<Widget>(this));
>> > > >     [javac]
>> >   ^
>> > > >     [javac]   symbol:   class Widget
>> > > >     [javac]   location: class PrivateRoomsWidget
>> > > >     [javac]
>> > > >
>> > > >
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidgetView.java:35:
>> > > > error: cannot find symbol
>> > > >     [javac]         add(new RoomsPanel("rooms", getMyRooms()));
>> > > >     [javac]         ^
>> > > >     [javac]   symbol:   method add(RoomsPanel)
>> > > >     [javac]   location: class PrivateRoomsWidgetView
>> > > >     [javac]
>> > > >
>> > > >
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidget.java:34:
>> > > > error: cannot find symbol
>> > > >     [javac]         title = WebSession.getString(774L);
>> > > >     [javac]         ^
>> > > >     [javac]   symbol:   variable title
>> > > >     [javac]   location: class StartWidget
>> > > >     [javac]
>> > > >
>> > > >
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidget.java:35:
>> > > > error: cannot find symbol
>> > > >     [javac]         location = new WidgetLocation(1, 0);
>> > > >     [javac]         ^
>> > > >     [javac]   symbol:   variable location
>> > > >     [javac]   location: class StartWidget
>> > > >     [javac]
>> > > >
>> > > >
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidget.java:35:
>> > > > error: cannot find symbol
>> > > >     [javac]         location = new WidgetLocation(1, 0);
>> > > >     [javac]                        ^
>> > > >     [javac]   symbol:   class WidgetLocation
>> > > >     [javac]   location: class StartWidget
>> > > >     [javac]
>> > > >
>> > > >
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidget.java:39:
>> > > > error: cannot find symbol
>> > > >     [javac]         return new StartWidgetView(viewId, new
>> > > > Model<Widget>(this));
>> > > >     [javac]                                                      ^
>> > > >     [javac]   symbol:   class Widget
>> > > >     [javac]   location: class StartWidget
>> > > >     [javac]
>> > > >
>> > > >
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidget.java:34:
>> > > > error: cannot find symbol
>> > > >     [javac]         title = WebSession.getString(1546L);
>> > > >     [javac]         ^
>> > > >     [javac]   symbol:   variable title
>> > > >     [javac]   location: class WelcomeWidget
>> > > >     [javac]
>> > > >
>> > > >
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidget.java:35:
>> > > > error: cannot find symbol
>> > > >     [javac]         location = new WidgetLocation(0, 0);
>> > > >     [javac]         ^
>> > > >     [javac]   symbol:   variable location
>> > > >     [javac]   location: class WelcomeWidget
>> > > >     [javac] Note: Some input files use or override a deprecated API.
>> > > >     [javac] Note: Recompile with -Xlint:deprecation for details.
>> > > >     [javac] Note:
>> > > >
>> > > >
>> > >
>> >
>> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/screen/webstart/gui/ScreenSharerFrame.java
>> > > > uses unchecked or unsafe operations.
>> > > >     [javac] Note: Recompile with -Xlint:unchecked for details.
>> > > >     [javac] 100 errors
>> > > >     [javac] 1 warning
>> > > >
>> > >
>> > >
>> > >
>> > > --
>> > > WBR
>> > > Maxim aka solomax
>> > >
>> >
>> >
>> >
>> > --
>> > Regards
>> > Andun S.L. Gunawardana
>> > Undergraduate
>> > Department of Computer Science And Engineering
>> > University of Moratuwa
>> > Sri Lanka
>> >
>> > Blog - http://www.insightforfuture.blogspot.com/
>> > LinkedIn - http://www.linkedin.com/pub/andun-s-l-gunawardana/34/646/703
>> > Twitter -http://twitter.com/AndunSLG
>> >
>>
>>
>>
>> --
>> WBR
>> Maxim aka solomax
>>
>
>
>
> --
> Regards
> Andun S.L. Gunawardana
> Undergraduate
> Department of Computer Science And Engineering
> University of Moratuwa
> Sri Lanka
>
> Blog - http://www.insightforfuture.blogspot.com/
> LinkedIn - http://www.linkedin.com/pub/andun-s-l-gunawardana/34/646/703
> Twitter -http://twitter.com/AndunSLG
>
>
>
>
>



-- 
Regards
Andun S.L. Gunawardana
Undergraduate
Department of Computer Science And Engineering
University of Moratuwa
Sri Lanka

Blog - http://www.insightforfuture.blogspot.com/
LinkedIn - http://www.linkedin.com/pub/andun-s-l-gunawardana/34/646/703
Twitter -http://twitter.com/AndunSLG

Re: Compilation faliure

Posted by Andun Sameera <an...@gmail.com>.
Hi Maxim,

Bit busy with work in uni. But certainly will help ASAP.

Thanks!

On Sun, May 5, 2013 at 4:31 PM, Maxim Solodovnik <so...@gmail.com>wrote:

> Hello Andun,
>
> Thanks for your proposal :)
> It would be really helpful if you can take a look at current HTML5 client
> and create the list of missing features (comparing to Flash client), if you
> have free time :)
>
> 5 major things I'm aware are:
> 1) registaration
> 2) LDAP login
> 3) Contacts and Messages area
> 4) Create/Edit calendar event does not contain attendees
> 5) Room itself
>
> Thanks in advance :)
>
>
> On Wed, May 1, 2013 at 1:13 AM, Andun Sameera <an...@gmail.com> wrote:
>
> > Hi Maxim,
> >
> > Problem Solved. Thanks for the help. I have checked the new HTML5 view in
> > the latest trunk. If you need assistance in testing or some related
> thing.
> > Please let me know.
> >
> > Thanks!
> >
> > On Tue, Apr 30, 2013 at 10:44 PM, Maxim Solodovnik <solomax666@gmail.com
> > >wrote:
> >
> > > Hello Andun,
> > >
> > > please delete build/lib/om and run build again
> > > All necessary libraries will be refetched
> > >
> > >
> > > On Wed, May 1, 2013 at 12:04 AM, Andun Sameera <an...@gmail.com>
> > wrote:
> > >
> > > > Hi All,
> > > >
> > > > I am getting this compile error in the latest trunk. It complains
> that
> > > > ro.fortsoft.wicket.dashboard package cannot be found. I found these
> > > package
> > > > is used in latest commit by Maxim. Is it a local fault of mine or
> else
> > ?
> > > >
> > > > Thanks!
> > > >
> > > > --
> > > > Regards
> > > > Andun S.L. Gunawardana
> > > > Undergraduate
> > > > Department of Computer Science And Engineering
> > > > University of Moratuwa
> > > > Sri Lanka
> > > >
> > > > Blog - http://www.insightforfuture.blogspot.com/
> > > > LinkedIn -
> > http://www.linkedin.com/pub/andun-s-l-gunawardana/34/646/703
> > > > Twitter -http://twitter.com/AndunSLG
> > > >
> > > > Errors -
> > > >
> > > > [javac] Compiling 454 source files to
> > > >
> > > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/build/classes/openmeetings
> > > >     [javac] warning: [options] bootstrap class path not set in
> > > conjunction
> > > > with -source 1.6
> > > >     [javac] Note: Starting OpenJPA Annotation Processor for Metamodel
> > > > Generation
> > > >     [javac]
> > > >
> > > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/Application.java:47:
> > > > error: package ro.fortsoft.wicket.dashboard does not exist
> > > >     [javac] import ro.fortsoft.wicket.dashboard.WidgetRegistry;
> > > >     [javac]                                    ^
> > > >     [javac]
> > > >
> > > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/Application.java:48:
> > > > error: package ro.fortsoft.wicket.dashboard.web does not exist
> > > >     [javac] import ro.fortsoft.wicket.dashboard.web.DashboardContext;
> > > >     [javac]                                        ^
> > > >     [javac]
> > > >
> > > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/Application.java:49:
> > > > error: package ro.fortsoft.wicket.dashboard.web does not exist
> > > >     [javac] import
> > > > ro.fortsoft.wicket.dashboard.web.DashboardContextInjector;
> > > >     [javac]                                        ^
> > > >     [javac]
> > > >
> > > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/Application.java:50:
> > > > error: package ro.fortsoft.wicket.dashboard.web does not exist
> > > >     [javac] import
> ro.fortsoft.wicket.dashboard.web.DashboardSettings;
> > > >     [javac]                                        ^
> > > >     [javac]
> > > >
> > > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/Application.java:53:
> > > > error: cannot find symbol
> > > >     [javac]     private DashboardContext dashboardContext;
> > > >     [javac]             ^
> > > >     [javac]   symbol:   class DashboardContext
> > > >     [javac]   location: class Application
> > > >     [javac]
> > > >
> > > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/Application.java:129:
> > > > error: cannot find symbol
> > > >     [javac]     public static DashboardContext getDashboardContext()
> {
> > > >     [javac]                   ^
> > > >     [javac]   symbol:   class DashboardContext
> > > >     [javac]   location: class Application
> > > >     [javac]
> > > >
> > > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/WebSession.java:47:
> > > > error: package ro.fortsoft.wicket.dashboard does not exist
> > > >     [javac] import ro.fortsoft.wicket.dashboard.Dashboard;
> > > >     [javac]                                    ^
> > > >     [javac]
> > > >
> > > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/WebSession.java:48:
> > > > error: package ro.fortsoft.wicket.dashboard does not exist
> > > >     [javac] import ro.fortsoft.wicket.dashboard.DefaultDashboard;
> > > >     [javac]                                    ^
> > > >     [javac]
> > > >
> > > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/WebSession.java:49:
> > > > error: package ro.fortsoft.wicket.dashboard does not exist
> > > >     [javac] import ro.fortsoft.wicket.dashboard.WidgetFactory;
> > > >     [javac]                                    ^
> > > >     [javac]
> > > >
> > > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/WebSession.java:50:
> > > > error: package ro.fortsoft.wicket.dashboard.web does not exist
> > > >     [javac] import ro.fortsoft.wicket.dashboard.web.DashboardContext;
> > > >     [javac]                                        ^
> > > >     [javac]
> > > >
> > > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/WebSession.java:60:
> > > > error: cannot find symbol
> > > >     [javac]     private Dashboard dashboard;
> > > >     [javac]             ^
> > > >     [javac]   symbol:   class Dashboard
> > > >     [javac]   location: class WebSession
> > > >     [javac]
> > > >
> > > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/WebSession.java:164:
> > > > error: cannot find symbol
> > > >     [javac]     public static Dashboard getDashboard() {
> > > >     [javac]                   ^
> > > >     [javac]   symbol:   class Dashboard
> > > >     [javac]   location: class WebSession
> > > >     [javac]
> > > >
> > > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/calendar/CalendarPanel.java:34:
> > > > error: package com.googlecode.wicket.jquery.core does not exist
> > > >     [javac] import
> > > > com.googlecode.wicket.jquery.core.JQueryAbstractBehavior;
> > > >     [javac]                                         ^
> > > >     [javac]
> > > >
> > > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/calendar/CalendarPanel.java:35:
> > > > error: package com.googlecode.wicket.jquery.core does not exist
> > > >     [javac] import com.googlecode.wicket.jquery.core.Options;
> > > >     [javac]                                         ^
> > > >     [javac]
> > > >
> > > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/calendar/CalendarPanel.java:37:
> > > > error: cannot find symbol
> > > >     [javac] import
> > com.googlecode.wicket.jquery.ui.calendar.CalendarView;
> > > >     [javac]                                                ^
> > > >     [javac]   symbol:   class CalendarView
> > > >     [javac]   location: package
> > com.googlecode.wicket.jquery.ui.calendar
> > > >     [javac]
> > > >
> > > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/OmDashboardPanel.java:25:
> > > > error: package ro.fortsoft.wicket.dashboard does not exist
> > > >     [javac] import ro.fortsoft.wicket.dashboard.Dashboard;
> > > >     [javac]                                    ^
> > > >     [javac]
> > > >
> > > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/OmDashboardPanel.java:26:
> > > > error: package ro.fortsoft.wicket.dashboard.web does not exist
> > > >     [javac] import ro.fortsoft.wicket.dashboard.web.DashboardPanel;
> > > >     [javac]                                        ^
> > > >     [javac]
> > > >
> > > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidget.java:24:
> > > > error: package ro.fortsoft.wicket.dashboard does not exist
> > > >     [javac] import ro.fortsoft.wicket.dashboard.AbstractWidget;
> > > >     [javac]                                    ^
> > > >     [javac]
> > > >
> > > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidget.java:25:
> > > > error: package ro.fortsoft.wicket.dashboard does not exist
> > > >     [javac] import ro.fortsoft.wicket.dashboard.Widget;
> > > >     [javac]                                    ^
> > > >     [javac]
> > > >
> > > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidget.java:26:
> > > > error: package ro.fortsoft.wicket.dashboard does not exist
> > > >     [javac] import ro.fortsoft.wicket.dashboard.WidgetLocation;
> > > >     [javac]                                    ^
> > > >     [javac]
> > > >
> > > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidget.java:27:
> > > > error: package ro.fortsoft.wicket.dashboard.web does not exist
> > > >     [javac] import ro.fortsoft.wicket.dashboard.web.WidgetView;
> > > >     [javac]                                        ^
> > > >     [javac]
> > > >
> > > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidget.java:29:
> > > > error: cannot find symbol
> > > >     [javac] public class PrivateRoomsWidget extends AbstractWidget {
> > > >     [javac]                                         ^
> > > >     [javac]   symbol: class AbstractWidget
> > > >     [javac]
> > > >
> > > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidget.java:38:
> > > > error: cannot find symbol
> > > >     [javac]     public WidgetView createView(String viewId) {
> > > >     [javac]            ^
> > > >     [javac]   symbol:   class WidgetView
> > > >     [javac]   location: class PrivateRoomsWidget
> > > >     [javac]
> > > >
> > > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidgetDescriptor.java:23:
> > > > error: package ro.fortsoft.wicket.dashboard does not exist
> > > >     [javac] import ro.fortsoft.wicket.dashboard.WidgetDescriptor;
> > > >     [javac]                                    ^
> > > >     [javac]
> > > >
> > > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidgetDescriptor.java:25:
> > > > error: cannot find symbol
> > > >     [javac] public class PrivateRoomsWidgetDescriptor implements
> > > > WidgetDescriptor {
> > > >     [javac]                                                      ^
> > > >     [javac]   symbol: class WidgetDescriptor
> > > >     [javac]
> > > >
> > > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidgetView.java:26:
> > > > error: package ro.fortsoft.wicket.dashboard does not exist
> > > >     [javac] import ro.fortsoft.wicket.dashboard.Widget;
> > > >     [javac]                                    ^
> > > >     [javac]
> > > >
> > > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidgetView.java:27:
> > > > error: package ro.fortsoft.wicket.dashboard.web does not exist
> > > >     [javac] import ro.fortsoft.wicket.dashboard.web.WidgetView;
> > > >     [javac]                                        ^
> > > >     [javac]
> > > >
> > > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidgetView.java:29:
> > > > error: cannot find symbol
> > > >     [javac] public class PrivateRoomsWidgetView extends WidgetView {
> > > >     [javac]                                             ^
> > > >     [javac]   symbol: class WidgetView
> > > >     [javac]
> > > >
> > > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidgetView.java:32:
> > > > error: cannot find symbol
> > > >     [javac]     public PrivateRoomsWidgetView(String id,
> Model<Widget>
> > > > model) {
> > > >     [javac]                                                    ^
> > > >     [javac]   symbol:   class Widget
> > > >     [javac]   location: class PrivateRoomsWidgetView
> > > >     [javac]
> > > >
> > > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidget.java:24:
> > > > error: package ro.fortsoft.wicket.dashboard does not exist
> > > >     [javac] import ro.fortsoft.wicket.dashboard.AbstractWidget;
> > > >     [javac]                                    ^
> > > >     [javac]
> > > >
> > > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidget.java:25:
> > > > error: package ro.fortsoft.wicket.dashboard does not exist
> > > >     [javac] import ro.fortsoft.wicket.dashboard.Widget;
> > > >     [javac]                                    ^
> > > >     [javac]
> > > >
> > > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidget.java:26:
> > > > error: package ro.fortsoft.wicket.dashboard does not exist
> > > >     [javac] import ro.fortsoft.wicket.dashboard.WidgetLocation;
> > > >     [javac]                                    ^
> > > >     [javac]
> > > >
> > > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidget.java:27:
> > > > error: package ro.fortsoft.wicket.dashboard.web does not exist
> > > >     [javac] import ro.fortsoft.wicket.dashboard.web.WidgetView;
> > > >     [javac]                                        ^
> > > >     [javac]
> > > >
> > > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidget.java:29:
> > > > error: cannot find symbol
> > > >     [javac] public class StartWidget extends AbstractWidget {
> > > >     [javac]                                  ^
> > > >     [javac]   symbol: class AbstractWidget
> > > >     [javac]
> > > >
> > > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidget.java:38:
> > > > error: cannot find symbol
> > > >     [javac]     public WidgetView createView(String viewId) {
> > > >     [javac]            ^
> > > >     [javac]   symbol:   class WidgetView
> > > >     [javac]   location: class StartWidget
> > > >     [javac]
> > > >
> > > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidgetDescriptor.java:23:
> > > > error: package ro.fortsoft.wicket.dashboard does not exist
> > > >     [javac] import ro.fortsoft.wicket.dashboard.WidgetDescriptor;
> > > >     [javac]                                    ^
> > > >     [javac]
> > > >
> > > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidgetDescriptor.java:25:
> > > > error: cannot find symbol
> > > >     [javac] public class StartWidgetDescriptor implements
> > > WidgetDescriptor
> > > > {
> > > >     [javac]                                               ^
> > > >     [javac]   symbol: class WidgetDescriptor
> > > >     [javac]
> > > >
> > > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidgetView.java:23:
> > > > error: package ro.fortsoft.wicket.dashboard does not exist
> > > >     [javac] import ro.fortsoft.wicket.dashboard.Widget;
> > > >     [javac]                                    ^
> > > >     [javac]
> > > >
> > > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidgetView.java:24:
> > > > error: package ro.fortsoft.wicket.dashboard.web does not exist
> > > >     [javac] import ro.fortsoft.wicket.dashboard.web.WidgetView;
> > > >     [javac]                                        ^
> > > >     [javac]
> > > >
> > > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidgetView.java:26:
> > > > error: cannot find symbol
> > > >     [javac] public class StartWidgetView extends WidgetView {
> > > >     [javac]                                      ^
> > > >     [javac]   symbol: class WidgetView
> > > >     [javac]
> > > >
> > > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidgetView.java:29:
> > > > error: cannot find symbol
> > > >     [javac]     public StartWidgetView(String id, Model<Widget>
> model)
> > {
> > > >     [javac]                                             ^
> > > >     [javac]   symbol:   class Widget
> > > >     [javac]   location: class StartWidgetView
> > > >     [javac]
> > > >
> > > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidget.java:24:
> > > > error: package ro.fortsoft.wicket.dashboard does not exist
> > > >     [javac] import ro.fortsoft.wicket.dashboard.AbstractWidget;
> > > >     [javac]                                    ^
> > > >     [javac]
> > > >
> > > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidget.java:25:
> > > > error: package ro.fortsoft.wicket.dashboard does not exist
> > > >     [javac] import ro.fortsoft.wicket.dashboard.Widget;
> > > >     [javac]                                    ^
> > > >     [javac]
> > > >
> > > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidget.java:26:
> > > > error: package ro.fortsoft.wicket.dashboard does not exist
> > > >     [javac] import ro.fortsoft.wicket.dashboard.WidgetLocation;
> > > >     [javac]                                    ^
> > > >     [javac]
> > > >
> > > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidget.java:27:
> > > > error: package ro.fortsoft.wicket.dashboard.web does not exist
> > > >     [javac] import ro.fortsoft.wicket.dashboard.web.WidgetView;
> > > >     [javac]                                        ^
> > > >     [javac]
> > > >
> > > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidget.java:29:
> > > > error: cannot find symbol
> > > >     [javac] public class WelcomeWidget extends AbstractWidget {
> > > >     [javac]                                    ^
> > > >     [javac]   symbol: class AbstractWidget
> > > >     [javac]
> > > >
> > > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidget.java:38:
> > > > error: cannot find symbol
> > > >     [javac]     public WidgetView createView(String viewId) {
> > > >     [javac]            ^
> > > >     [javac]   symbol:   class WidgetView
> > > >     [javac]   location: class WelcomeWidget
> > > >     [javac]
> > > >
> > > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidgetDescriptor.java:23:
> > > > error: package ro.fortsoft.wicket.dashboard does not exist
> > > >     [javac] import ro.fortsoft.wicket.dashboard.WidgetDescriptor;
> > > >     [javac]                                    ^
> > > >     [javac]
> > > >
> > > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidgetDescriptor.java:25:
> > > > error: cannot find symbol
> > > >     [javac] public class WelcomeWidgetDescriptor implements
> > > > WidgetDescriptor {
> > > >     [javac]                                                 ^
> > > >     [javac]   symbol: class WidgetDescriptor
> > > >     [javac]
> > > >
> > > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/profile/SettingsPanel.java:32:
> > > > error: package com.googlecode.wicket.jquery.core does not exist
> > > >     [javac] import com.googlecode.wicket.jquery.core.JQueryBehavior;
> > > >     [javac]                                         ^
> > > >     [javac]
> > > >
> > > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/profile/SettingsPanel.java:33:
> > > > error: package com.googlecode.wicket.jquery.core does not exist
> > > >     [javac] import com.googlecode.wicket.jquery.core.Options;
> > > >     [javac]                                         ^
> > > >     [javac]
> > > >
> > > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidgetView.java:37:
> > > > error: package ro.fortsoft.wicket.dashboard does not exist
> > > >     [javac] import ro.fortsoft.wicket.dashboard.Widget;
> > > >     [javac]                                    ^
> > > >     [javac]
> > > >
> > > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidgetView.java:38:
> > > > error: package ro.fortsoft.wicket.dashboard.web does not exist
> > > >     [javac] import ro.fortsoft.wicket.dashboard.web.WidgetView;
> > > >     [javac]                                        ^
> > > >     [javac]
> > > >
> > > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidgetView.java:40:
> > > > error: cannot find symbol
> > > >     [javac] public class WelcomeWidgetView extends WidgetView {
> > > >     [javac]                                        ^
> > > >     [javac]   symbol: class WidgetView
> > > >     [javac]
> > > >
> > > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidgetView.java:43:
> > > > error: cannot find symbol
> > > >     [javac]     public WelcomeWidgetView(String id, Model<Widget>
> > model)
> > > {
> > > >     [javac]                                               ^
> > > >     [javac]   symbol:   class Widget
> > > >     [javac]   location: class WelcomeWidgetView
> > > >     [javac]
> > > >
> > > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/profile/WidgetsPanel.java:32:
> > > > error: package ro.fortsoft.wicket.dashboard does not exist
> > > >     [javac] import ro.fortsoft.wicket.dashboard.Dashboard;
> > > >     [javac]                                    ^
> > > >     [javac]
> > > >
> > > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/profile/WidgetsPanel.java:33:
> > > > error: package ro.fortsoft.wicket.dashboard does not exist
> > > >     [javac] import ro.fortsoft.wicket.dashboard.Widget;
> > > >     [javac]                                    ^
> > > >     [javac]
> > > >
> > > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/profile/WidgetsPanel.java:34:
> > > > error: package ro.fortsoft.wicket.dashboard does not exist
> > > >     [javac] import ro.fortsoft.wicket.dashboard.WidgetDescriptor;
> > > >     [javac]                                    ^
> > > >     [javac]
> > > >
> > > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/profile/WidgetsPanel.java:35:
> > > > error: package ro.fortsoft.wicket.dashboard.web does not exist
> > > >     [javac] import ro.fortsoft.wicket.dashboard.web.DashboardContext;
> > > >     [javac]                                        ^
> > > >     [javac]
> > > >
> > > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/profile/WidgetsPanel.java:40:
> > > > error: cannot find symbol
> > > >     [javac]     private Widget isDisplayed(WidgetDescriptor wd) {
> > > >     [javac]                                ^
> > > >     [javac]   symbol:   class WidgetDescriptor
> > > >     [javac]   location: class WidgetsPanel
> > > >     [javac]
> > > >
> > > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/profile/WidgetsPanel.java:40:
> > > > error: cannot find symbol
> > > >     [javac]     private Widget isDisplayed(WidgetDescriptor wd) {
> > > >     [javac]             ^
> > > >     [javac]   symbol:   class Widget
> > > >     [javac]   location: class WidgetsPanel
> > > >     [javac]
> > > >
> > > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/rooms/RoomsTabbedPanel.java:37:
> > > > error: package com.googlecode.wicket.jquery.core does not exist
> > > >     [javac] import com.googlecode.wicket.jquery.core.JQueryBehavior;
> > > >     [javac]                                         ^
> > > >     [javac]
> > > >
> > > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/pages/auth/SignInPage.java:35:
> > > > error: package com.googlecode.wicket.jquery.core does not exist
> > > >     [javac] import
> > > > com.googlecode.wicket.jquery.core.JQueryAbstractBehavior;
> > > >     [javac]                                         ^
> > > >     [javac]
> > > >
> > > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/util/UserDashboardPersister.java:23:
> > > > error: package ro.fortsoft.wicket.dashboard does not exist
> > > >     [javac] import ro.fortsoft.wicket.dashboard.Dashboard;
> > > >     [javac]                                    ^
> > > >     [javac]
> > > >
> > > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/util/UserDashboardPersister.java:24:
> > > > error: package ro.fortsoft.wicket.dashboard does not exist
> > > >     [javac] import ro.fortsoft.wicket.dashboard.DashboardPersister;
> > > >     [javac]                                    ^
> > > >     [javac]
> > > >
> > > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/util/UserDashboardPersister.java:25:
> > > > error: package ro.fortsoft.wicket.dashboard does not exist
> > > >     [javac] import
> > > ro.fortsoft.wicket.dashboard.XStreamDashboardPersister;
> > > >     [javac]                                    ^
> > > >     [javac]
> > > >
> > > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/util/UserDashboardPersister.java:27:
> > > > error: cannot find symbol
> > > >     [javac] public class UserDashboardPersister implements
> > > > DashboardPersister {
> > > >     [javac]                                                ^
> > > >     [javac]   symbol: class DashboardPersister
> > > >     [javac]
> > > >
> > > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/util/UserDashboardPersister.java:28:
> > > > error: cannot find symbol
> > > >     [javac]     public Dashboard load() {
> > > >     [javac]            ^
> > > >     [javac]   symbol:   class Dashboard
> > > >     [javac]   location: class UserDashboardPersister
> > > >     [javac]
> > > >
> > > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/util/UserDashboardPersister.java:32:
> > > > error: cannot find symbol
> > > >     [javac]     public void save(Dashboard dashboard) {
> > > >     [javac]                      ^
> > > >     [javac]   symbol:   class Dashboard
> > > >     [javac]   location: class UserDashboardPersister
> > > >     [javac]
> > > >
> > > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/Application.java:47:
> > > > error: package ro.fortsoft.wicket.dashboard does not exist
> > > >     [javac] import ro.fortsoft.wicket.dashboard.WidgetRegistry;
> > > >     [javac]                                    ^
> > > >     [javac]
> > > >
> > > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/Application.java:48:
> > > > error: package ro.fortsoft.wicket.dashboard.web does not exist
> > > >     [javac] import ro.fortsoft.wicket.dashboard.web.DashboardContext;
> > > >     [javac]                                        ^
> > > >     [javac]
> > > >
> > > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/Application.java:49:
> > > > error: package ro.fortsoft.wicket.dashboard.web does not exist
> > > >     [javac] import
> > > > ro.fortsoft.wicket.dashboard.web.DashboardContextInjector;
> > > >     [javac]                                        ^
> > > >     [javac]
> > > >
> > > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/Application.java:50:
> > > > error: package ro.fortsoft.wicket.dashboard.web does not exist
> > > >     [javac] import
> ro.fortsoft.wicket.dashboard.web.DashboardSettings;
> > > >     [javac]                                        ^
> > > >     [javac]
> > > >
> > > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/Application.java:53:
> > > > error: cannot find symbol
> > > >     [javac]     private DashboardContext dashboardContext;
> > > >     [javac]             ^
> > > >     [javac]   symbol:   class DashboardContext
> > > >     [javac]   location: class Application
> > > >     [javac]
> > > >
> > > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/Application.java:129:
> > > > error: cannot find symbol
> > > >     [javac]     public static DashboardContext getDashboardContext()
> {
> > > >     [javac]                   ^
> > > >     [javac]   symbol:   class DashboardContext
> > > >     [javac]   location: class Application
> > > >     [javac]
> > > >
> > > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/WebSession.java:47:
> > > > error: package ro.fortsoft.wicket.dashboard does not exist
> > > >     [javac] import ro.fortsoft.wicket.dashboard.Dashboard;
> > > >     [javac]                                    ^
> > > >     [javac]
> > > >
> > > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/WebSession.java:48:
> > > > error: package ro.fortsoft.wicket.dashboard does not exist
> > > >     [javac] import ro.fortsoft.wicket.dashboard.DefaultDashboard;
> > > >     [javac]                                    ^
> > > >     [javac]
> > > >
> > > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/WebSession.java:49:
> > > > error: package ro.fortsoft.wicket.dashboard does not exist
> > > >     [javac] import ro.fortsoft.wicket.dashboard.WidgetFactory;
> > > >     [javac]                                    ^
> > > >     [javac]
> > > >
> > > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/WebSession.java:50:
> > > > error: package ro.fortsoft.wicket.dashboard.web does not exist
> > > >     [javac] import ro.fortsoft.wicket.dashboard.web.DashboardContext;
> > > >     [javac]                                        ^
> > > >     [javac]
> > > >
> > > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/WebSession.java:60:
> > > > error: cannot find symbol
> > > >     [javac]     private Dashboard dashboard;
> > > >     [javac]             ^
> > > >     [javac]   symbol:   class Dashboard
> > > >     [javac]   location: class WebSession
> > > >     [javac]
> > > >
> > > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/WebSession.java:164:
> > > > error: cannot find symbol
> > > >     [javac]     public static Dashboard getDashboard() {
> > > >     [javac]                   ^
> > > >     [javac]   symbol:   class Dashboard
> > > >     [javac]   location: class WebSession
> > > >     [javac]
> > > >
> > > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/calendar/CalendarPanel.java:34:
> > > > error: package com.googlecode.wicket.jquery.core does not exist
> > > >     [javac] import
> > > > com.googlecode.wicket.jquery.core.JQueryAbstractBehavior;
> > > >     [javac]                                         ^
> > > >     [javac]
> > > >
> > > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/calendar/CalendarPanel.java:35:
> > > > error: package com.googlecode.wicket.jquery.core does not exist
> > > >     [javac] import com.googlecode.wicket.jquery.core.Options;
> > > >     [javac]                                         ^
> > > >     [javac]
> > > >
> > > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/calendar/CalendarPanel.java:37:
> > > > error: cannot find symbol
> > > >     [javac] import
> > com.googlecode.wicket.jquery.ui.calendar.CalendarView;
> > > >     [javac]                                                ^
> > > >     [javac]   symbol:   class CalendarView
> > > >     [javac]   location: package
> > com.googlecode.wicket.jquery.ui.calendar
> > > >     [javac]
> > > >
> > > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/OmDashboardPanel.java:25:
> > > > error: package ro.fortsoft.wicket.dashboard does not exist
> > > >     [javac] import ro.fortsoft.wicket.dashboard.Dashboard;
> > > >     [javac]                                    ^
> > > >     [javac]
> > > >
> > > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/OmDashboardPanel.java:26:
> > > > error: package ro.fortsoft.wicket.dashboard.web does not exist
> > > >     [javac] import ro.fortsoft.wicket.dashboard.web.DashboardPanel;
> > > >     [javac]                                        ^
> > > >     [javac]
> > > >
> > > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidget.java:24:
> > > > error: package ro.fortsoft.wicket.dashboard does not exist
> > > >     [javac] import ro.fortsoft.wicket.dashboard.AbstractWidget;
> > > >     [javac]                                    ^
> > > >     [javac]
> > > >
> > > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidget.java:25:
> > > > error: package ro.fortsoft.wicket.dashboard does not exist
> > > >     [javac] import ro.fortsoft.wicket.dashboard.Widget;
> > > >     [javac]                                    ^
> > > >     [javac]
> > > >
> > > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidget.java:26:
> > > > error: package ro.fortsoft.wicket.dashboard does not exist
> > > >     [javac] import ro.fortsoft.wicket.dashboard.WidgetLocation;
> > > >     [javac]                                    ^
> > > >     [javac]
> > > >
> > > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidget.java:27:
> > > > error: package ro.fortsoft.wicket.dashboard.web does not exist
> > > >     [javac] import ro.fortsoft.wicket.dashboard.web.WidgetView;
> > > >     [javac]                                        ^
> > > >     [javac]
> > > >
> > > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidget.java:29:
> > > > error: cannot find symbol
> > > >     [javac] public class PrivateRoomsWidget extends AbstractWidget {
> > > >     [javac]                                         ^
> > > >     [javac]   symbol: class AbstractWidget
> > > >     [javac]
> > > >
> > > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidget.java:38:
> > > > error: cannot find symbol
> > > >     [javac]     public WidgetView createView(String viewId) {
> > > >     [javac]            ^
> > > >     [javac]   symbol:   class WidgetView
> > > >     [javac]   location: class PrivateRoomsWidget
> > > >     [javac]
> > > >
> > > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidgetDescriptor.java:23:
> > > > error: package ro.fortsoft.wicket.dashboard does not exist
> > > >     [javac] import ro.fortsoft.wicket.dashboard.WidgetDescriptor;
> > > >     [javac]                                    ^
> > > >     [javac]
> > > >
> > > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidgetDescriptor.java:25:
> > > > error: cannot find symbol
> > > >     [javac] public class PrivateRoomsWidgetDescriptor implements
> > > > WidgetDescriptor {
> > > >     [javac]                                                      ^
> > > >     [javac]   symbol: class WidgetDescriptor
> > > >     [javac]
> > > >
> > > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidgetView.java:26:
> > > > error: package ro.fortsoft.wicket.dashboard does not exist
> > > >     [javac] import ro.fortsoft.wicket.dashboard.Widget;
> > > >     [javac]                                    ^
> > > >     [javac]
> > > >
> > > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidgetView.java:27:
> > > > error: package ro.fortsoft.wicket.dashboard.web does not exist
> > > >     [javac] import ro.fortsoft.wicket.dashboard.web.WidgetView;
> > > >     [javac]                                        ^
> > > >     [javac]
> > > >
> > > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidgetView.java:29:
> > > > error: cannot find symbol
> > > >     [javac] public class PrivateRoomsWidgetView extends WidgetView {
> > > >     [javac]                                             ^
> > > >     [javac]   symbol: class WidgetView
> > > >     [javac]
> > > >
> > > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidgetView.java:32:
> > > > error: cannot find symbol
> > > >     [javac]     public PrivateRoomsWidgetView(String id,
> Model<Widget>
> > > > model) {
> > > >     [javac]                                                    ^
> > > >     [javac]   symbol:   class Widget
> > > >     [javac]   location: class PrivateRoomsWidgetView
> > > >     [javac]
> > > >
> > > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidget.java:24:
> > > > error: package ro.fortsoft.wicket.dashboard does not exist
> > > >     [javac] import ro.fortsoft.wicket.dashboard.AbstractWidget;
> > > >     [javac]                                    ^
> > > >     [javac]
> > > >
> > > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidget.java:25:
> > > > error: package ro.fortsoft.wicket.dashboard does not exist
> > > >     [javac] import ro.fortsoft.wicket.dashboard.Widget;
> > > >     [javac]                                    ^
> > > >     [javac]
> > > >
> > > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidget.java:26:
> > > > error: package ro.fortsoft.wicket.dashboard does not exist
> > > >     [javac] import ro.fortsoft.wicket.dashboard.WidgetLocation;
> > > >     [javac]                                    ^
> > > >     [javac]
> > > >
> > > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidget.java:27:
> > > > error: package ro.fortsoft.wicket.dashboard.web does not exist
> > > >     [javac] import ro.fortsoft.wicket.dashboard.web.WidgetView;
> > > >     [javac]                                        ^
> > > >     [javac]
> > > >
> > > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidget.java:29:
> > > > error: cannot find symbol
> > > >     [javac] public class StartWidget extends AbstractWidget {
> > > >     [javac]                                  ^
> > > >     [javac]   symbol: class AbstractWidget
> > > >     [javac]
> > > >
> > > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidget.java:38:
> > > > error: cannot find symbol
> > > >     [javac]     public WidgetView createView(String viewId) {
> > > >     [javac]            ^
> > > >     [javac]   symbol:   class WidgetView
> > > >     [javac]   location: class StartWidget
> > > >     [javac]
> > > >
> > > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidgetDescriptor.java:23:
> > > > error: package ro.fortsoft.wicket.dashboard does not exist
> > > >     [javac] import ro.fortsoft.wicket.dashboard.WidgetDescriptor;
> > > >     [javac]                                    ^
> > > >     [javac]
> > > >
> > > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidgetDescriptor.java:25:
> > > > error: cannot find symbol
> > > >     [javac] public class StartWidgetDescriptor implements
> > > WidgetDescriptor
> > > > {
> > > >     [javac]                                               ^
> > > >     [javac]   symbol: class WidgetDescriptor
> > > >     [javac]
> > > >
> > > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidgetView.java:23:
> > > > error: package ro.fortsoft.wicket.dashboard does not exist
> > > >     [javac] import ro.fortsoft.wicket.dashboard.Widget;
> > > >     [javac]                                    ^
> > > >     [javac]
> > > >
> > > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidgetView.java:24:
> > > > error: package ro.fortsoft.wicket.dashboard.web does not exist
> > > >     [javac] import ro.fortsoft.wicket.dashboard.web.WidgetView;
> > > >     [javac]                                        ^
> > > >     [javac]
> > > >
> > > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidgetView.java:26:
> > > > error: cannot find symbol
> > > >     [javac] public class StartWidgetView extends WidgetView {
> > > >     [javac]                                      ^
> > > >     [javac]   symbol: class WidgetView
> > > >     [javac]
> > > >
> > > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidgetView.java:29:
> > > > error: cannot find symbol
> > > >     [javac]     public StartWidgetView(String id, Model<Widget>
> model)
> > {
> > > >     [javac]                                             ^
> > > >     [javac]   symbol:   class Widget
> > > >     [javac]   location: class StartWidgetView
> > > >     [javac]
> > > >
> > > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidget.java:24:
> > > > error: package ro.fortsoft.wicket.dashboard does not exist
> > > >     [javac] import ro.fortsoft.wicket.dashboard.AbstractWidget;
> > > >     [javac]                                    ^
> > > >     [javac]
> > > >
> > > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidget.java:25:
> > > > error: package ro.fortsoft.wicket.dashboard does not exist
> > > >     [javac] import ro.fortsoft.wicket.dashboard.Widget;
> > > >     [javac]                                    ^
> > > >     [javac]
> > > >
> > > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidget.java:26:
> > > > error: package ro.fortsoft.wicket.dashboard does not exist
> > > >     [javac] import ro.fortsoft.wicket.dashboard.WidgetLocation;
> > > >     [javac]                                    ^
> > > >     [javac]
> > > >
> > > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidget.java:27:
> > > > error: package ro.fortsoft.wicket.dashboard.web does not exist
> > > >     [javac] import ro.fortsoft.wicket.dashboard.web.WidgetView;
> > > >     [javac]                                        ^
> > > >     [javac]
> > > >
> > > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidget.java:29:
> > > > error: cannot find symbol
> > > >     [javac] public class WelcomeWidget extends AbstractWidget {
> > > >     [javac]                                    ^
> > > >     [javac]   symbol: class AbstractWidget
> > > >     [javac]
> > > >
> > > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidget.java:38:
> > > > error: cannot find symbol
> > > >     [javac]     public WidgetView createView(String viewId) {
> > > >     [javac]            ^
> > > >     [javac]   symbol:   class WidgetView
> > > >     [javac]   location: class WelcomeWidget
> > > >     [javac]
> > > >
> > > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidgetDescriptor.java:23:
> > > > error: package ro.fortsoft.wicket.dashboard does not exist
> > > >     [javac] import ro.fortsoft.wicket.dashboard.WidgetDescriptor;
> > > >     [javac]                                    ^
> > > >     [javac]
> > > >
> > > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidgetDescriptor.java:25:
> > > > error: cannot find symbol
> > > >     [javac] public class WelcomeWidgetDescriptor implements
> > > > WidgetDescriptor {
> > > >     [javac]                                                 ^
> > > >     [javac]   symbol: class WidgetDescriptor
> > > >     [javac]
> > > >
> > > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/profile/SettingsPanel.java:32:
> > > > error: package com.googlecode.wicket.jquery.core does not exist
> > > >     [javac] import com.googlecode.wicket.jquery.core.JQueryBehavior;
> > > >     [javac]                                         ^
> > > >     [javac]
> > > >
> > > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/profile/SettingsPanel.java:33:
> > > > error: package com.googlecode.wicket.jquery.core does not exist
> > > >     [javac] import com.googlecode.wicket.jquery.core.Options;
> > > >     [javac]                                         ^
> > > >     [javac]
> > > >
> > > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidgetView.java:37:
> > > > error: package ro.fortsoft.wicket.dashboard does not exist
> > > >     [javac] import ro.fortsoft.wicket.dashboard.Widget;
> > > >     [javac]                                    ^
> > > >     [javac]
> > > >
> > > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidgetView.java:38:
> > > > error: package ro.fortsoft.wicket.dashboard.web does not exist
> > > >     [javac] import ro.fortsoft.wicket.dashboard.web.WidgetView;
> > > >     [javac]                                        ^
> > > >     [javac]
> > > >
> > > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidgetView.java:40:
> > > > error: cannot find symbol
> > > >     [javac] public class WelcomeWidgetView extends WidgetView {
> > > >     [javac]                                        ^
> > > >     [javac]   symbol: class WidgetView
> > > >     [javac]
> > > >
> > > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidgetView.java:43:
> > > > error: cannot find symbol
> > > >     [javac]     public WelcomeWidgetView(String id, Model<Widget>
> > model)
> > > {
> > > >     [javac]                                               ^
> > > >     [javac]   symbol:   class Widget
> > > >     [javac]   location: class WelcomeWidgetView
> > > >     [javac]
> > > >
> > > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/profile/WidgetsPanel.java:32:
> > > > error: package ro.fortsoft.wicket.dashboard does not exist
> > > >     [javac] import ro.fortsoft.wicket.dashboard.Dashboard;
> > > >     [javac]                                    ^
> > > >     [javac]
> > > >
> > > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/profile/WidgetsPanel.java:33:
> > > > error: package ro.fortsoft.wicket.dashboard does not exist
> > > >     [javac] import ro.fortsoft.wicket.dashboard.Widget;
> > > >     [javac]                                    ^
> > > >     [javac]
> > > >
> > > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/profile/WidgetsPanel.java:34:
> > > > error: package ro.fortsoft.wicket.dashboard does not exist
> > > >     [javac] import ro.fortsoft.wicket.dashboard.WidgetDescriptor;
> > > >     [javac]                                    ^
> > > >     [javac]
> > > >
> > > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/profile/WidgetsPanel.java:35:
> > > > error: package ro.fortsoft.wicket.dashboard.web does not exist
> > > >     [javac] import ro.fortsoft.wicket.dashboard.web.DashboardContext;
> > > >     [javac]                                        ^
> > > >     [javac]
> > > >
> > > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/profile/WidgetsPanel.java:40:
> > > > error: cannot find symbol
> > > >     [javac]     private Widget isDisplayed(WidgetDescriptor wd) {
> > > >     [javac]                                ^
> > > >     [javac]   symbol:   class WidgetDescriptor
> > > >     [javac]   location: class WidgetsPanel
> > > >     [javac]
> > > >
> > > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/profile/WidgetsPanel.java:40:
> > > > error: cannot find symbol
> > > >     [javac]     private Widget isDisplayed(WidgetDescriptor wd) {
> > > >     [javac]             ^
> > > >     [javac]   symbol:   class Widget
> > > >     [javac]   location: class WidgetsPanel
> > > >     [javac]
> > > >
> > > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/rooms/RoomsTabbedPanel.java:37:
> > > > error: package com.googlecode.wicket.jquery.core does not exist
> > > >     [javac] import com.googlecode.wicket.jquery.core.JQueryBehavior;
> > > >     [javac]                                         ^
> > > >     [javac]
> > > >
> > > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/pages/auth/SignInPage.java:35:
> > > > error: package com.googlecode.wicket.jquery.core does not exist
> > > >     [javac] import
> > > > com.googlecode.wicket.jquery.core.JQueryAbstractBehavior;
> > > >     [javac]                                         ^
> > > >     [javac]
> > > >
> > > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/util/UserDashboardPersister.java:23:
> > > > error: package ro.fortsoft.wicket.dashboard does not exist
> > > >     [javac] import ro.fortsoft.wicket.dashboard.Dashboard;
> > > >     [javac]                                    ^
> > > >     [javac]
> > > >
> > > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/util/UserDashboardPersister.java:24:
> > > > error: package ro.fortsoft.wicket.dashboard does not exist
> > > >     [javac] import ro.fortsoft.wicket.dashboard.DashboardPersister;
> > > >     [javac]                                    ^
> > > >     [javac]
> > > >
> > > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/util/UserDashboardPersister.java:25:
> > > > error: package ro.fortsoft.wicket.dashboard does not exist
> > > >     [javac] import
> > > ro.fortsoft.wicket.dashboard.XStreamDashboardPersister;
> > > >     [javac]                                    ^
> > > >     [javac]
> > > >
> > > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/util/UserDashboardPersister.java:27:
> > > > error: cannot find symbol
> > > >     [javac] public class UserDashboardPersister implements
> > > > DashboardPersister {
> > > >     [javac]                                                ^
> > > >     [javac]   symbol: class DashboardPersister
> > > >     [javac]
> > > >
> > > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/util/UserDashboardPersister.java:28:
> > > > error: cannot find symbol
> > > >     [javac]     public Dashboard load() {
> > > >     [javac]            ^
> > > >     [javac]   symbol:   class Dashboard
> > > >     [javac]   location: class UserDashboardPersister
> > > >     [javac]
> > > >
> > > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/util/UserDashboardPersister.java:32:
> > > > error: cannot find symbol
> > > >     [javac]     public void save(Dashboard dashboard) {
> > > >     [javac]                      ^
> > > >     [javac]   symbol:   class Dashboard
> > > >     [javac]   location: class UserDashboardPersister
> > > >     [javac]
> > > >
> > > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/Application.java:77:
> > > > error: cannot find symbol
> > > >     [javac]         dashboardContext = new DashboardContext();
> > > >     [javac]                                ^
> > > >     [javac]   symbol:   class DashboardContext
> > > >     [javac]   location: class Application
> > > >     [javac]
> > > >
> > > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/Application.java:79:
> > > > error: cannot find symbol
> > > >     [javac]         WidgetRegistry widgetRegistry =
> > > > dashboardContext.getWidgetRegistry();
> > > >     [javac]         ^
> > > >     [javac]   symbol:   class WidgetRegistry
> > > >     [javac]   location: class Application
> > > >     [javac]
> > > >
> > > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/Application.java:84:
> > > > error: cannot find symbol
> > > >     [javac]         DashboardContextInjector
> dashboardContextInjector =
> > > new
> > > > DashboardContextInjector(dashboardContext);
> > > >     [javac]         ^
> > > >     [javac]   symbol:   class DashboardContextInjector
> > > >     [javac]   location: class Application
> > > >     [javac]
> > > >
> > > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/Application.java:84:
> > > > error: cannot find symbol
> > > >     [javac]         DashboardContextInjector
> dashboardContextInjector =
> > > new
> > > > DashboardContextInjector(dashboardContext);
> > > >     [javac]
> > > > ^
> > > >     [javac]   symbol:   class DashboardContextInjector
> > > >     [javac]   location: class Application
> > > >     [javac]
> > > >
> > > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/Application.java:86:
> > > > error: cannot find symbol
> > > >     [javac]         DashboardSettings dashboardSettings =
> > > > DashboardSettings.get();
> > > >     [javac]         ^
> > > >     [javac]   symbol:   class DashboardSettings
> > > >     [javac]   location: class Application
> > > >     [javac]
> > > >
> > > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/Application.java:86:
> > > > error: cannot find symbol
> > > >     [javac]         DashboardSettings dashboardSettings =
> > > > DashboardSettings.get();
> > > >     [javac]                                               ^
> > > >     [javac]   symbol:   variable DashboardSettings
> > > >     [javac]   location: class Application
> > > >     [javac]
> > > >
> > > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/WebSession.java:165:
> > > > error: cannot find symbol
> > > >     [javac]         Dashboard d = get().dashboard;
> > > >     [javac]         ^
> > > >     [javac]   symbol:   class Dashboard
> > > >     [javac]   location: class WebSession
> > > >     [javac]
> > > >
> > > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/WebSession.java:174:
> > > > error: cannot find symbol
> > > >     [javac]         DashboardContext dashboardContext =
> > > > getDashboardContext();
> > > >     [javac]         ^
> > > >     [javac]   symbol:   class DashboardContext
> > > >     [javac]   location: class WebSession
> > > >     [javac]
> > > >
> > > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/WebSession.java:178:
> > > > error: cannot find symbol
> > > >     [javac]             dashboard = new DefaultDashboard("default",
> > > > "Default");
> > > >     [javac]                             ^
> > > >     [javac]   symbol:   class DefaultDashboard
> > > >     [javac]   location: class WebSession
> > > >     [javac]
> > > >
> > > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/WebSession.java:180:
> > > > error: cannot find symbol
> > > >     [javac]             WidgetFactory widgetFactory =
> > > > dashboardContext.getWidgetFactory();
> > > >     [javac]             ^
> > > >     [javac]   symbol:   class WidgetFactory
> > > >     [javac]   location: class WebSession
> > > >     [javac]
> > > >
> > > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/calendar/CalendarPanel.java:64:
> > > > error: cannot find symbol
> > > >     [javac]         Options options = new Options();
> > > >     [javac]         ^
> > > >     [javac]   symbol:   class Options
> > > >     [javac]   location: class CalendarPanel
> > > >     [javac]
> > > >
> > > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/calendar/CalendarPanel.java:64:
> > > > error: cannot find symbol
> > > >     [javac]         Options options = new Options();
> > > >     [javac]                               ^
> > > >     [javac]   symbol:   class Options
> > > >     [javac]   location: class CalendarPanel
> > > >     [javac]
> > > >
> > > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/calendar/CalendarPanel.java:119:
> > > > error: cannot find symbol
> > > >     [javac]             public void onSelect(AjaxRequestTarget
> target,
> > > > CalendarView view, Date start, Date end, boolean allDay) {
> > > >     [javac]
> >  ^
> > > >     [javac]   symbol: class CalendarView
> > > >     [javac]
> > > >
> > > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/calendar/CalendarPanel.java:141:
> > > > error: cannot find symbol
> > > >     [javac]             public void onEventClick(AjaxRequestTarget
> > > target,
> > > > CalendarView view, int eventId) {
> > > >     [javac]
> > > >  ^
> > > >     [javac]   symbol: class CalendarView
> > > >     [javac]
> > > >
> > > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/calendar/CalendarPanel.java:78:
> > > > error: cannot find symbol
> > > >     [javac]                 add(new
> > > > JQueryAbstractBehavior("calendar-functions") {
> > > >     [javac]                         ^
> > > >     [javac]   symbol: class JQueryAbstractBehavior
> > > >     [javac]
> > > >
> > > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/calendar/CalendarPanel.java:121:
> > > > error: cannot find symbol
> > > >     [javac]                 if (CalendarView.month == view &&
> > > > start.equals(end)) {
> > > >     [javac]                     ^
> > > >     [javac]   symbol: variable CalendarView
> > > >     [javac]
> > > >
> > > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/calendar/CalendarPanel.java:118:
> > > > error: method does not override or implement a method from a
> supertype
> > > >     [javac]             @Override
> > > >     [javac]             ^
> > > >     [javac]
> > > >
> > > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/calendar/CalendarPanel.java:140:
> > > > error: method does not override or implement a method from a
> supertype
> > > >     [javac]             @Override
> > > >     [javac]             ^
> > > >     [javac]
> > > >
> > > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/OmDashboardPanel.java:34:
> > > > error: cannot find symbol
> > > >     [javac]         add(new DashboardPanel("dashboard", new
> > > > Model<Dashboard>(WebSession.getDashboard())));
> > > >     [javac]                 ^
> > > >     [javac]   symbol:   class DashboardPanel
> > > >     [javac]   location: class OmDashboardPanel
> > > >     [javac]
> > > >
> > > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/OmDashboardPanel.java:34:
> > > > error: cannot find symbol
> > > >     [javac]         add(new DashboardPanel("dashboard", new
> > > > Model<Dashboard>(WebSession.getDashboard())));
> > > >     [javac]                                                       ^
> > > >     [javac]   symbol:   class Dashboard
> > > >     [javac]   location: class OmDashboardPanel
> > > >     [javac]
> > > >
> > > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidget.java:34:
> > > > error: cannot find symbol
> > > >     [javac]         title = WebSession.getString(781L);
> > > >     [javac]         ^
> > > >     [javac]   symbol:   variable title
> > > >     [javac]   location: class PrivateRoomsWidget
> > > >     [javac]
> > > >
> > > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidget.java:35:
> > > > error: cannot find symbol
> > > >     [javac]         location = new WidgetLocation(0, 1);
> > > >     [javac]         ^
> > > >     [javac]   symbol:   variable location
> > > >     [javac]   location: class PrivateRoomsWidget
> > > >     [javac]
> > > >
> > > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidget.java:35:
> > > > error: cannot find symbol
> > > >     [javac]         location = new WidgetLocation(0, 1);
> > > >     [javac]                        ^
> > > >     [javac]   symbol:   class WidgetLocation
> > > >     [javac]   location: class PrivateRoomsWidget
> > > >     [javac]
> > > >
> > > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidget.java:39:
> > > > error: cannot find symbol
> > > >     [javac]         return new PrivateRoomsWidgetView(viewId, new
> > > > Model<Widget>(this));
> > > >     [javac]
> >   ^
> > > >     [javac]   symbol:   class Widget
> > > >     [javac]   location: class PrivateRoomsWidget
> > > >     [javac]
> > > >
> > > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidgetView.java:35:
> > > > error: cannot find symbol
> > > >     [javac]         add(new RoomsPanel("rooms", getMyRooms()));
> > > >     [javac]         ^
> > > >     [javac]   symbol:   method add(RoomsPanel)
> > > >     [javac]   location: class PrivateRoomsWidgetView
> > > >     [javac]
> > > >
> > > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidget.java:34:
> > > > error: cannot find symbol
> > > >     [javac]         title = WebSession.getString(774L);
> > > >     [javac]         ^
> > > >     [javac]   symbol:   variable title
> > > >     [javac]   location: class StartWidget
> > > >     [javac]
> > > >
> > > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidget.java:35:
> > > > error: cannot find symbol
> > > >     [javac]         location = new WidgetLocation(1, 0);
> > > >     [javac]         ^
> > > >     [javac]   symbol:   variable location
> > > >     [javac]   location: class StartWidget
> > > >     [javac]
> > > >
> > > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidget.java:35:
> > > > error: cannot find symbol
> > > >     [javac]         location = new WidgetLocation(1, 0);
> > > >     [javac]                        ^
> > > >     [javac]   symbol:   class WidgetLocation
> > > >     [javac]   location: class StartWidget
> > > >     [javac]
> > > >
> > > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidget.java:39:
> > > > error: cannot find symbol
> > > >     [javac]         return new StartWidgetView(viewId, new
> > > > Model<Widget>(this));
> > > >     [javac]                                                      ^
> > > >     [javac]   symbol:   class Widget
> > > >     [javac]   location: class StartWidget
> > > >     [javac]
> > > >
> > > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidget.java:34:
> > > > error: cannot find symbol
> > > >     [javac]         title = WebSession.getString(1546L);
> > > >     [javac]         ^
> > > >     [javac]   symbol:   variable title
> > > >     [javac]   location: class WelcomeWidget
> > > >     [javac]
> > > >
> > > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidget.java:35:
> > > > error: cannot find symbol
> > > >     [javac]         location = new WidgetLocation(0, 0);
> > > >     [javac]         ^
> > > >     [javac]   symbol:   variable location
> > > >     [javac]   location: class WelcomeWidget
> > > >     [javac] Note: Some input files use or override a deprecated API.
> > > >     [javac] Note: Recompile with -Xlint:deprecation for details.
> > > >     [javac] Note:
> > > >
> > > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/screen/webstart/gui/ScreenSharerFrame.java
> > > > uses unchecked or unsafe operations.
> > > >     [javac] Note: Recompile with -Xlint:unchecked for details.
> > > >     [javac] 100 errors
> > > >     [javac] 1 warning
> > > >
> > >
> > >
> > >
> > > --
> > > WBR
> > > Maxim aka solomax
> > >
> >
> >
> >
> > --
> > Regards
> > Andun S.L. Gunawardana
> > Undergraduate
> > Department of Computer Science And Engineering
> > University of Moratuwa
> > Sri Lanka
> >
> > Blog - http://www.insightforfuture.blogspot.com/
> > LinkedIn - http://www.linkedin.com/pub/andun-s-l-gunawardana/34/646/703
> > Twitter -http://twitter.com/AndunSLG
> >
>
>
>
> --
> WBR
> Maxim aka solomax
>



-- 
Regards
Andun S.L. Gunawardana
Undergraduate
Department of Computer Science And Engineering
University of Moratuwa
Sri Lanka

Blog - http://www.insightforfuture.blogspot.com/
LinkedIn - http://www.linkedin.com/pub/andun-s-l-gunawardana/34/646/703
Twitter -http://twitter.com/AndunSLG

Re: Compilation faliure

Posted by Maxim Solodovnik <so...@gmail.com>.
Hello Andun,

Thanks for your proposal :)
It would be really helpful if you can take a look at current HTML5 client
and create the list of missing features (comparing to Flash client), if you
have free time :)

5 major things I'm aware are:
1) registaration
2) LDAP login
3) Contacts and Messages area
4) Create/Edit calendar event does not contain attendees
5) Room itself

Thanks in advance :)


On Wed, May 1, 2013 at 1:13 AM, Andun Sameera <an...@gmail.com> wrote:

> Hi Maxim,
>
> Problem Solved. Thanks for the help. I have checked the new HTML5 view in
> the latest trunk. If you need assistance in testing or some related thing.
> Please let me know.
>
> Thanks!
>
> On Tue, Apr 30, 2013 at 10:44 PM, Maxim Solodovnik <solomax666@gmail.com
> >wrote:
>
> > Hello Andun,
> >
> > please delete build/lib/om and run build again
> > All necessary libraries will be refetched
> >
> >
> > On Wed, May 1, 2013 at 12:04 AM, Andun Sameera <an...@gmail.com>
> wrote:
> >
> > > Hi All,
> > >
> > > I am getting this compile error in the latest trunk. It complains that
> > > ro.fortsoft.wicket.dashboard package cannot be found. I found these
> > package
> > > is used in latest commit by Maxim. Is it a local fault of mine or else
> ?
> > >
> > > Thanks!
> > >
> > > --
> > > Regards
> > > Andun S.L. Gunawardana
> > > Undergraduate
> > > Department of Computer Science And Engineering
> > > University of Moratuwa
> > > Sri Lanka
> > >
> > > Blog - http://www.insightforfuture.blogspot.com/
> > > LinkedIn -
> http://www.linkedin.com/pub/andun-s-l-gunawardana/34/646/703
> > > Twitter -http://twitter.com/AndunSLG
> > >
> > > Errors -
> > >
> > > [javac] Compiling 454 source files to
> > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/build/classes/openmeetings
> > >     [javac] warning: [options] bootstrap class path not set in
> > conjunction
> > > with -source 1.6
> > >     [javac] Note: Starting OpenJPA Annotation Processor for Metamodel
> > > Generation
> > >     [javac]
> > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/Application.java:47:
> > > error: package ro.fortsoft.wicket.dashboard does not exist
> > >     [javac] import ro.fortsoft.wicket.dashboard.WidgetRegistry;
> > >     [javac]                                    ^
> > >     [javac]
> > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/Application.java:48:
> > > error: package ro.fortsoft.wicket.dashboard.web does not exist
> > >     [javac] import ro.fortsoft.wicket.dashboard.web.DashboardContext;
> > >     [javac]                                        ^
> > >     [javac]
> > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/Application.java:49:
> > > error: package ro.fortsoft.wicket.dashboard.web does not exist
> > >     [javac] import
> > > ro.fortsoft.wicket.dashboard.web.DashboardContextInjector;
> > >     [javac]                                        ^
> > >     [javac]
> > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/Application.java:50:
> > > error: package ro.fortsoft.wicket.dashboard.web does not exist
> > >     [javac] import ro.fortsoft.wicket.dashboard.web.DashboardSettings;
> > >     [javac]                                        ^
> > >     [javac]
> > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/Application.java:53:
> > > error: cannot find symbol
> > >     [javac]     private DashboardContext dashboardContext;
> > >     [javac]             ^
> > >     [javac]   symbol:   class DashboardContext
> > >     [javac]   location: class Application
> > >     [javac]
> > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/Application.java:129:
> > > error: cannot find symbol
> > >     [javac]     public static DashboardContext getDashboardContext() {
> > >     [javac]                   ^
> > >     [javac]   symbol:   class DashboardContext
> > >     [javac]   location: class Application
> > >     [javac]
> > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/WebSession.java:47:
> > > error: package ro.fortsoft.wicket.dashboard does not exist
> > >     [javac] import ro.fortsoft.wicket.dashboard.Dashboard;
> > >     [javac]                                    ^
> > >     [javac]
> > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/WebSession.java:48:
> > > error: package ro.fortsoft.wicket.dashboard does not exist
> > >     [javac] import ro.fortsoft.wicket.dashboard.DefaultDashboard;
> > >     [javac]                                    ^
> > >     [javac]
> > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/WebSession.java:49:
> > > error: package ro.fortsoft.wicket.dashboard does not exist
> > >     [javac] import ro.fortsoft.wicket.dashboard.WidgetFactory;
> > >     [javac]                                    ^
> > >     [javac]
> > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/WebSession.java:50:
> > > error: package ro.fortsoft.wicket.dashboard.web does not exist
> > >     [javac] import ro.fortsoft.wicket.dashboard.web.DashboardContext;
> > >     [javac]                                        ^
> > >     [javac]
> > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/WebSession.java:60:
> > > error: cannot find symbol
> > >     [javac]     private Dashboard dashboard;
> > >     [javac]             ^
> > >     [javac]   symbol:   class Dashboard
> > >     [javac]   location: class WebSession
> > >     [javac]
> > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/WebSession.java:164:
> > > error: cannot find symbol
> > >     [javac]     public static Dashboard getDashboard() {
> > >     [javac]                   ^
> > >     [javac]   symbol:   class Dashboard
> > >     [javac]   location: class WebSession
> > >     [javac]
> > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/calendar/CalendarPanel.java:34:
> > > error: package com.googlecode.wicket.jquery.core does not exist
> > >     [javac] import
> > > com.googlecode.wicket.jquery.core.JQueryAbstractBehavior;
> > >     [javac]                                         ^
> > >     [javac]
> > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/calendar/CalendarPanel.java:35:
> > > error: package com.googlecode.wicket.jquery.core does not exist
> > >     [javac] import com.googlecode.wicket.jquery.core.Options;
> > >     [javac]                                         ^
> > >     [javac]
> > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/calendar/CalendarPanel.java:37:
> > > error: cannot find symbol
> > >     [javac] import
> com.googlecode.wicket.jquery.ui.calendar.CalendarView;
> > >     [javac]                                                ^
> > >     [javac]   symbol:   class CalendarView
> > >     [javac]   location: package
> com.googlecode.wicket.jquery.ui.calendar
> > >     [javac]
> > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/OmDashboardPanel.java:25:
> > > error: package ro.fortsoft.wicket.dashboard does not exist
> > >     [javac] import ro.fortsoft.wicket.dashboard.Dashboard;
> > >     [javac]                                    ^
> > >     [javac]
> > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/OmDashboardPanel.java:26:
> > > error: package ro.fortsoft.wicket.dashboard.web does not exist
> > >     [javac] import ro.fortsoft.wicket.dashboard.web.DashboardPanel;
> > >     [javac]                                        ^
> > >     [javac]
> > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidget.java:24:
> > > error: package ro.fortsoft.wicket.dashboard does not exist
> > >     [javac] import ro.fortsoft.wicket.dashboard.AbstractWidget;
> > >     [javac]                                    ^
> > >     [javac]
> > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidget.java:25:
> > > error: package ro.fortsoft.wicket.dashboard does not exist
> > >     [javac] import ro.fortsoft.wicket.dashboard.Widget;
> > >     [javac]                                    ^
> > >     [javac]
> > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidget.java:26:
> > > error: package ro.fortsoft.wicket.dashboard does not exist
> > >     [javac] import ro.fortsoft.wicket.dashboard.WidgetLocation;
> > >     [javac]                                    ^
> > >     [javac]
> > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidget.java:27:
> > > error: package ro.fortsoft.wicket.dashboard.web does not exist
> > >     [javac] import ro.fortsoft.wicket.dashboard.web.WidgetView;
> > >     [javac]                                        ^
> > >     [javac]
> > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidget.java:29:
> > > error: cannot find symbol
> > >     [javac] public class PrivateRoomsWidget extends AbstractWidget {
> > >     [javac]                                         ^
> > >     [javac]   symbol: class AbstractWidget
> > >     [javac]
> > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidget.java:38:
> > > error: cannot find symbol
> > >     [javac]     public WidgetView createView(String viewId) {
> > >     [javac]            ^
> > >     [javac]   symbol:   class WidgetView
> > >     [javac]   location: class PrivateRoomsWidget
> > >     [javac]
> > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidgetDescriptor.java:23:
> > > error: package ro.fortsoft.wicket.dashboard does not exist
> > >     [javac] import ro.fortsoft.wicket.dashboard.WidgetDescriptor;
> > >     [javac]                                    ^
> > >     [javac]
> > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidgetDescriptor.java:25:
> > > error: cannot find symbol
> > >     [javac] public class PrivateRoomsWidgetDescriptor implements
> > > WidgetDescriptor {
> > >     [javac]                                                      ^
> > >     [javac]   symbol: class WidgetDescriptor
> > >     [javac]
> > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidgetView.java:26:
> > > error: package ro.fortsoft.wicket.dashboard does not exist
> > >     [javac] import ro.fortsoft.wicket.dashboard.Widget;
> > >     [javac]                                    ^
> > >     [javac]
> > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidgetView.java:27:
> > > error: package ro.fortsoft.wicket.dashboard.web does not exist
> > >     [javac] import ro.fortsoft.wicket.dashboard.web.WidgetView;
> > >     [javac]                                        ^
> > >     [javac]
> > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidgetView.java:29:
> > > error: cannot find symbol
> > >     [javac] public class PrivateRoomsWidgetView extends WidgetView {
> > >     [javac]                                             ^
> > >     [javac]   symbol: class WidgetView
> > >     [javac]
> > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidgetView.java:32:
> > > error: cannot find symbol
> > >     [javac]     public PrivateRoomsWidgetView(String id, Model<Widget>
> > > model) {
> > >     [javac]                                                    ^
> > >     [javac]   symbol:   class Widget
> > >     [javac]   location: class PrivateRoomsWidgetView
> > >     [javac]
> > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidget.java:24:
> > > error: package ro.fortsoft.wicket.dashboard does not exist
> > >     [javac] import ro.fortsoft.wicket.dashboard.AbstractWidget;
> > >     [javac]                                    ^
> > >     [javac]
> > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidget.java:25:
> > > error: package ro.fortsoft.wicket.dashboard does not exist
> > >     [javac] import ro.fortsoft.wicket.dashboard.Widget;
> > >     [javac]                                    ^
> > >     [javac]
> > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidget.java:26:
> > > error: package ro.fortsoft.wicket.dashboard does not exist
> > >     [javac] import ro.fortsoft.wicket.dashboard.WidgetLocation;
> > >     [javac]                                    ^
> > >     [javac]
> > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidget.java:27:
> > > error: package ro.fortsoft.wicket.dashboard.web does not exist
> > >     [javac] import ro.fortsoft.wicket.dashboard.web.WidgetView;
> > >     [javac]                                        ^
> > >     [javac]
> > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidget.java:29:
> > > error: cannot find symbol
> > >     [javac] public class StartWidget extends AbstractWidget {
> > >     [javac]                                  ^
> > >     [javac]   symbol: class AbstractWidget
> > >     [javac]
> > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidget.java:38:
> > > error: cannot find symbol
> > >     [javac]     public WidgetView createView(String viewId) {
> > >     [javac]            ^
> > >     [javac]   symbol:   class WidgetView
> > >     [javac]   location: class StartWidget
> > >     [javac]
> > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidgetDescriptor.java:23:
> > > error: package ro.fortsoft.wicket.dashboard does not exist
> > >     [javac] import ro.fortsoft.wicket.dashboard.WidgetDescriptor;
> > >     [javac]                                    ^
> > >     [javac]
> > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidgetDescriptor.java:25:
> > > error: cannot find symbol
> > >     [javac] public class StartWidgetDescriptor implements
> > WidgetDescriptor
> > > {
> > >     [javac]                                               ^
> > >     [javac]   symbol: class WidgetDescriptor
> > >     [javac]
> > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidgetView.java:23:
> > > error: package ro.fortsoft.wicket.dashboard does not exist
> > >     [javac] import ro.fortsoft.wicket.dashboard.Widget;
> > >     [javac]                                    ^
> > >     [javac]
> > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidgetView.java:24:
> > > error: package ro.fortsoft.wicket.dashboard.web does not exist
> > >     [javac] import ro.fortsoft.wicket.dashboard.web.WidgetView;
> > >     [javac]                                        ^
> > >     [javac]
> > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidgetView.java:26:
> > > error: cannot find symbol
> > >     [javac] public class StartWidgetView extends WidgetView {
> > >     [javac]                                      ^
> > >     [javac]   symbol: class WidgetView
> > >     [javac]
> > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidgetView.java:29:
> > > error: cannot find symbol
> > >     [javac]     public StartWidgetView(String id, Model<Widget> model)
> {
> > >     [javac]                                             ^
> > >     [javac]   symbol:   class Widget
> > >     [javac]   location: class StartWidgetView
> > >     [javac]
> > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidget.java:24:
> > > error: package ro.fortsoft.wicket.dashboard does not exist
> > >     [javac] import ro.fortsoft.wicket.dashboard.AbstractWidget;
> > >     [javac]                                    ^
> > >     [javac]
> > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidget.java:25:
> > > error: package ro.fortsoft.wicket.dashboard does not exist
> > >     [javac] import ro.fortsoft.wicket.dashboard.Widget;
> > >     [javac]                                    ^
> > >     [javac]
> > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidget.java:26:
> > > error: package ro.fortsoft.wicket.dashboard does not exist
> > >     [javac] import ro.fortsoft.wicket.dashboard.WidgetLocation;
> > >     [javac]                                    ^
> > >     [javac]
> > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidget.java:27:
> > > error: package ro.fortsoft.wicket.dashboard.web does not exist
> > >     [javac] import ro.fortsoft.wicket.dashboard.web.WidgetView;
> > >     [javac]                                        ^
> > >     [javac]
> > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidget.java:29:
> > > error: cannot find symbol
> > >     [javac] public class WelcomeWidget extends AbstractWidget {
> > >     [javac]                                    ^
> > >     [javac]   symbol: class AbstractWidget
> > >     [javac]
> > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidget.java:38:
> > > error: cannot find symbol
> > >     [javac]     public WidgetView createView(String viewId) {
> > >     [javac]            ^
> > >     [javac]   symbol:   class WidgetView
> > >     [javac]   location: class WelcomeWidget
> > >     [javac]
> > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidgetDescriptor.java:23:
> > > error: package ro.fortsoft.wicket.dashboard does not exist
> > >     [javac] import ro.fortsoft.wicket.dashboard.WidgetDescriptor;
> > >     [javac]                                    ^
> > >     [javac]
> > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidgetDescriptor.java:25:
> > > error: cannot find symbol
> > >     [javac] public class WelcomeWidgetDescriptor implements
> > > WidgetDescriptor {
> > >     [javac]                                                 ^
> > >     [javac]   symbol: class WidgetDescriptor
> > >     [javac]
> > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/profile/SettingsPanel.java:32:
> > > error: package com.googlecode.wicket.jquery.core does not exist
> > >     [javac] import com.googlecode.wicket.jquery.core.JQueryBehavior;
> > >     [javac]                                         ^
> > >     [javac]
> > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/profile/SettingsPanel.java:33:
> > > error: package com.googlecode.wicket.jquery.core does not exist
> > >     [javac] import com.googlecode.wicket.jquery.core.Options;
> > >     [javac]                                         ^
> > >     [javac]
> > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidgetView.java:37:
> > > error: package ro.fortsoft.wicket.dashboard does not exist
> > >     [javac] import ro.fortsoft.wicket.dashboard.Widget;
> > >     [javac]                                    ^
> > >     [javac]
> > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidgetView.java:38:
> > > error: package ro.fortsoft.wicket.dashboard.web does not exist
> > >     [javac] import ro.fortsoft.wicket.dashboard.web.WidgetView;
> > >     [javac]                                        ^
> > >     [javac]
> > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidgetView.java:40:
> > > error: cannot find symbol
> > >     [javac] public class WelcomeWidgetView extends WidgetView {
> > >     [javac]                                        ^
> > >     [javac]   symbol: class WidgetView
> > >     [javac]
> > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidgetView.java:43:
> > > error: cannot find symbol
> > >     [javac]     public WelcomeWidgetView(String id, Model<Widget>
> model)
> > {
> > >     [javac]                                               ^
> > >     [javac]   symbol:   class Widget
> > >     [javac]   location: class WelcomeWidgetView
> > >     [javac]
> > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/profile/WidgetsPanel.java:32:
> > > error: package ro.fortsoft.wicket.dashboard does not exist
> > >     [javac] import ro.fortsoft.wicket.dashboard.Dashboard;
> > >     [javac]                                    ^
> > >     [javac]
> > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/profile/WidgetsPanel.java:33:
> > > error: package ro.fortsoft.wicket.dashboard does not exist
> > >     [javac] import ro.fortsoft.wicket.dashboard.Widget;
> > >     [javac]                                    ^
> > >     [javac]
> > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/profile/WidgetsPanel.java:34:
> > > error: package ro.fortsoft.wicket.dashboard does not exist
> > >     [javac] import ro.fortsoft.wicket.dashboard.WidgetDescriptor;
> > >     [javac]                                    ^
> > >     [javac]
> > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/profile/WidgetsPanel.java:35:
> > > error: package ro.fortsoft.wicket.dashboard.web does not exist
> > >     [javac] import ro.fortsoft.wicket.dashboard.web.DashboardContext;
> > >     [javac]                                        ^
> > >     [javac]
> > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/profile/WidgetsPanel.java:40:
> > > error: cannot find symbol
> > >     [javac]     private Widget isDisplayed(WidgetDescriptor wd) {
> > >     [javac]                                ^
> > >     [javac]   symbol:   class WidgetDescriptor
> > >     [javac]   location: class WidgetsPanel
> > >     [javac]
> > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/profile/WidgetsPanel.java:40:
> > > error: cannot find symbol
> > >     [javac]     private Widget isDisplayed(WidgetDescriptor wd) {
> > >     [javac]             ^
> > >     [javac]   symbol:   class Widget
> > >     [javac]   location: class WidgetsPanel
> > >     [javac]
> > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/rooms/RoomsTabbedPanel.java:37:
> > > error: package com.googlecode.wicket.jquery.core does not exist
> > >     [javac] import com.googlecode.wicket.jquery.core.JQueryBehavior;
> > >     [javac]                                         ^
> > >     [javac]
> > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/pages/auth/SignInPage.java:35:
> > > error: package com.googlecode.wicket.jquery.core does not exist
> > >     [javac] import
> > > com.googlecode.wicket.jquery.core.JQueryAbstractBehavior;
> > >     [javac]                                         ^
> > >     [javac]
> > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/util/UserDashboardPersister.java:23:
> > > error: package ro.fortsoft.wicket.dashboard does not exist
> > >     [javac] import ro.fortsoft.wicket.dashboard.Dashboard;
> > >     [javac]                                    ^
> > >     [javac]
> > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/util/UserDashboardPersister.java:24:
> > > error: package ro.fortsoft.wicket.dashboard does not exist
> > >     [javac] import ro.fortsoft.wicket.dashboard.DashboardPersister;
> > >     [javac]                                    ^
> > >     [javac]
> > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/util/UserDashboardPersister.java:25:
> > > error: package ro.fortsoft.wicket.dashboard does not exist
> > >     [javac] import
> > ro.fortsoft.wicket.dashboard.XStreamDashboardPersister;
> > >     [javac]                                    ^
> > >     [javac]
> > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/util/UserDashboardPersister.java:27:
> > > error: cannot find symbol
> > >     [javac] public class UserDashboardPersister implements
> > > DashboardPersister {
> > >     [javac]                                                ^
> > >     [javac]   symbol: class DashboardPersister
> > >     [javac]
> > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/util/UserDashboardPersister.java:28:
> > > error: cannot find symbol
> > >     [javac]     public Dashboard load() {
> > >     [javac]            ^
> > >     [javac]   symbol:   class Dashboard
> > >     [javac]   location: class UserDashboardPersister
> > >     [javac]
> > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/util/UserDashboardPersister.java:32:
> > > error: cannot find symbol
> > >     [javac]     public void save(Dashboard dashboard) {
> > >     [javac]                      ^
> > >     [javac]   symbol:   class Dashboard
> > >     [javac]   location: class UserDashboardPersister
> > >     [javac]
> > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/Application.java:47:
> > > error: package ro.fortsoft.wicket.dashboard does not exist
> > >     [javac] import ro.fortsoft.wicket.dashboard.WidgetRegistry;
> > >     [javac]                                    ^
> > >     [javac]
> > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/Application.java:48:
> > > error: package ro.fortsoft.wicket.dashboard.web does not exist
> > >     [javac] import ro.fortsoft.wicket.dashboard.web.DashboardContext;
> > >     [javac]                                        ^
> > >     [javac]
> > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/Application.java:49:
> > > error: package ro.fortsoft.wicket.dashboard.web does not exist
> > >     [javac] import
> > > ro.fortsoft.wicket.dashboard.web.DashboardContextInjector;
> > >     [javac]                                        ^
> > >     [javac]
> > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/Application.java:50:
> > > error: package ro.fortsoft.wicket.dashboard.web does not exist
> > >     [javac] import ro.fortsoft.wicket.dashboard.web.DashboardSettings;
> > >     [javac]                                        ^
> > >     [javac]
> > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/Application.java:53:
> > > error: cannot find symbol
> > >     [javac]     private DashboardContext dashboardContext;
> > >     [javac]             ^
> > >     [javac]   symbol:   class DashboardContext
> > >     [javac]   location: class Application
> > >     [javac]
> > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/Application.java:129:
> > > error: cannot find symbol
> > >     [javac]     public static DashboardContext getDashboardContext() {
> > >     [javac]                   ^
> > >     [javac]   symbol:   class DashboardContext
> > >     [javac]   location: class Application
> > >     [javac]
> > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/WebSession.java:47:
> > > error: package ro.fortsoft.wicket.dashboard does not exist
> > >     [javac] import ro.fortsoft.wicket.dashboard.Dashboard;
> > >     [javac]                                    ^
> > >     [javac]
> > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/WebSession.java:48:
> > > error: package ro.fortsoft.wicket.dashboard does not exist
> > >     [javac] import ro.fortsoft.wicket.dashboard.DefaultDashboard;
> > >     [javac]                                    ^
> > >     [javac]
> > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/WebSession.java:49:
> > > error: package ro.fortsoft.wicket.dashboard does not exist
> > >     [javac] import ro.fortsoft.wicket.dashboard.WidgetFactory;
> > >     [javac]                                    ^
> > >     [javac]
> > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/WebSession.java:50:
> > > error: package ro.fortsoft.wicket.dashboard.web does not exist
> > >     [javac] import ro.fortsoft.wicket.dashboard.web.DashboardContext;
> > >     [javac]                                        ^
> > >     [javac]
> > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/WebSession.java:60:
> > > error: cannot find symbol
> > >     [javac]     private Dashboard dashboard;
> > >     [javac]             ^
> > >     [javac]   symbol:   class Dashboard
> > >     [javac]   location: class WebSession
> > >     [javac]
> > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/WebSession.java:164:
> > > error: cannot find symbol
> > >     [javac]     public static Dashboard getDashboard() {
> > >     [javac]                   ^
> > >     [javac]   symbol:   class Dashboard
> > >     [javac]   location: class WebSession
> > >     [javac]
> > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/calendar/CalendarPanel.java:34:
> > > error: package com.googlecode.wicket.jquery.core does not exist
> > >     [javac] import
> > > com.googlecode.wicket.jquery.core.JQueryAbstractBehavior;
> > >     [javac]                                         ^
> > >     [javac]
> > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/calendar/CalendarPanel.java:35:
> > > error: package com.googlecode.wicket.jquery.core does not exist
> > >     [javac] import com.googlecode.wicket.jquery.core.Options;
> > >     [javac]                                         ^
> > >     [javac]
> > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/calendar/CalendarPanel.java:37:
> > > error: cannot find symbol
> > >     [javac] import
> com.googlecode.wicket.jquery.ui.calendar.CalendarView;
> > >     [javac]                                                ^
> > >     [javac]   symbol:   class CalendarView
> > >     [javac]   location: package
> com.googlecode.wicket.jquery.ui.calendar
> > >     [javac]
> > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/OmDashboardPanel.java:25:
> > > error: package ro.fortsoft.wicket.dashboard does not exist
> > >     [javac] import ro.fortsoft.wicket.dashboard.Dashboard;
> > >     [javac]                                    ^
> > >     [javac]
> > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/OmDashboardPanel.java:26:
> > > error: package ro.fortsoft.wicket.dashboard.web does not exist
> > >     [javac] import ro.fortsoft.wicket.dashboard.web.DashboardPanel;
> > >     [javac]                                        ^
> > >     [javac]
> > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidget.java:24:
> > > error: package ro.fortsoft.wicket.dashboard does not exist
> > >     [javac] import ro.fortsoft.wicket.dashboard.AbstractWidget;
> > >     [javac]                                    ^
> > >     [javac]
> > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidget.java:25:
> > > error: package ro.fortsoft.wicket.dashboard does not exist
> > >     [javac] import ro.fortsoft.wicket.dashboard.Widget;
> > >     [javac]                                    ^
> > >     [javac]
> > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidget.java:26:
> > > error: package ro.fortsoft.wicket.dashboard does not exist
> > >     [javac] import ro.fortsoft.wicket.dashboard.WidgetLocation;
> > >     [javac]                                    ^
> > >     [javac]
> > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidget.java:27:
> > > error: package ro.fortsoft.wicket.dashboard.web does not exist
> > >     [javac] import ro.fortsoft.wicket.dashboard.web.WidgetView;
> > >     [javac]                                        ^
> > >     [javac]
> > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidget.java:29:
> > > error: cannot find symbol
> > >     [javac] public class PrivateRoomsWidget extends AbstractWidget {
> > >     [javac]                                         ^
> > >     [javac]   symbol: class AbstractWidget
> > >     [javac]
> > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidget.java:38:
> > > error: cannot find symbol
> > >     [javac]     public WidgetView createView(String viewId) {
> > >     [javac]            ^
> > >     [javac]   symbol:   class WidgetView
> > >     [javac]   location: class PrivateRoomsWidget
> > >     [javac]
> > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidgetDescriptor.java:23:
> > > error: package ro.fortsoft.wicket.dashboard does not exist
> > >     [javac] import ro.fortsoft.wicket.dashboard.WidgetDescriptor;
> > >     [javac]                                    ^
> > >     [javac]
> > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidgetDescriptor.java:25:
> > > error: cannot find symbol
> > >     [javac] public class PrivateRoomsWidgetDescriptor implements
> > > WidgetDescriptor {
> > >     [javac]                                                      ^
> > >     [javac]   symbol: class WidgetDescriptor
> > >     [javac]
> > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidgetView.java:26:
> > > error: package ro.fortsoft.wicket.dashboard does not exist
> > >     [javac] import ro.fortsoft.wicket.dashboard.Widget;
> > >     [javac]                                    ^
> > >     [javac]
> > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidgetView.java:27:
> > > error: package ro.fortsoft.wicket.dashboard.web does not exist
> > >     [javac] import ro.fortsoft.wicket.dashboard.web.WidgetView;
> > >     [javac]                                        ^
> > >     [javac]
> > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidgetView.java:29:
> > > error: cannot find symbol
> > >     [javac] public class PrivateRoomsWidgetView extends WidgetView {
> > >     [javac]                                             ^
> > >     [javac]   symbol: class WidgetView
> > >     [javac]
> > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidgetView.java:32:
> > > error: cannot find symbol
> > >     [javac]     public PrivateRoomsWidgetView(String id, Model<Widget>
> > > model) {
> > >     [javac]                                                    ^
> > >     [javac]   symbol:   class Widget
> > >     [javac]   location: class PrivateRoomsWidgetView
> > >     [javac]
> > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidget.java:24:
> > > error: package ro.fortsoft.wicket.dashboard does not exist
> > >     [javac] import ro.fortsoft.wicket.dashboard.AbstractWidget;
> > >     [javac]                                    ^
> > >     [javac]
> > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidget.java:25:
> > > error: package ro.fortsoft.wicket.dashboard does not exist
> > >     [javac] import ro.fortsoft.wicket.dashboard.Widget;
> > >     [javac]                                    ^
> > >     [javac]
> > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidget.java:26:
> > > error: package ro.fortsoft.wicket.dashboard does not exist
> > >     [javac] import ro.fortsoft.wicket.dashboard.WidgetLocation;
> > >     [javac]                                    ^
> > >     [javac]
> > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidget.java:27:
> > > error: package ro.fortsoft.wicket.dashboard.web does not exist
> > >     [javac] import ro.fortsoft.wicket.dashboard.web.WidgetView;
> > >     [javac]                                        ^
> > >     [javac]
> > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidget.java:29:
> > > error: cannot find symbol
> > >     [javac] public class StartWidget extends AbstractWidget {
> > >     [javac]                                  ^
> > >     [javac]   symbol: class AbstractWidget
> > >     [javac]
> > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidget.java:38:
> > > error: cannot find symbol
> > >     [javac]     public WidgetView createView(String viewId) {
> > >     [javac]            ^
> > >     [javac]   symbol:   class WidgetView
> > >     [javac]   location: class StartWidget
> > >     [javac]
> > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidgetDescriptor.java:23:
> > > error: package ro.fortsoft.wicket.dashboard does not exist
> > >     [javac] import ro.fortsoft.wicket.dashboard.WidgetDescriptor;
> > >     [javac]                                    ^
> > >     [javac]
> > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidgetDescriptor.java:25:
> > > error: cannot find symbol
> > >     [javac] public class StartWidgetDescriptor implements
> > WidgetDescriptor
> > > {
> > >     [javac]                                               ^
> > >     [javac]   symbol: class WidgetDescriptor
> > >     [javac]
> > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidgetView.java:23:
> > > error: package ro.fortsoft.wicket.dashboard does not exist
> > >     [javac] import ro.fortsoft.wicket.dashboard.Widget;
> > >     [javac]                                    ^
> > >     [javac]
> > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidgetView.java:24:
> > > error: package ro.fortsoft.wicket.dashboard.web does not exist
> > >     [javac] import ro.fortsoft.wicket.dashboard.web.WidgetView;
> > >     [javac]                                        ^
> > >     [javac]
> > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidgetView.java:26:
> > > error: cannot find symbol
> > >     [javac] public class StartWidgetView extends WidgetView {
> > >     [javac]                                      ^
> > >     [javac]   symbol: class WidgetView
> > >     [javac]
> > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidgetView.java:29:
> > > error: cannot find symbol
> > >     [javac]     public StartWidgetView(String id, Model<Widget> model)
> {
> > >     [javac]                                             ^
> > >     [javac]   symbol:   class Widget
> > >     [javac]   location: class StartWidgetView
> > >     [javac]
> > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidget.java:24:
> > > error: package ro.fortsoft.wicket.dashboard does not exist
> > >     [javac] import ro.fortsoft.wicket.dashboard.AbstractWidget;
> > >     [javac]                                    ^
> > >     [javac]
> > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidget.java:25:
> > > error: package ro.fortsoft.wicket.dashboard does not exist
> > >     [javac] import ro.fortsoft.wicket.dashboard.Widget;
> > >     [javac]                                    ^
> > >     [javac]
> > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidget.java:26:
> > > error: package ro.fortsoft.wicket.dashboard does not exist
> > >     [javac] import ro.fortsoft.wicket.dashboard.WidgetLocation;
> > >     [javac]                                    ^
> > >     [javac]
> > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidget.java:27:
> > > error: package ro.fortsoft.wicket.dashboard.web does not exist
> > >     [javac] import ro.fortsoft.wicket.dashboard.web.WidgetView;
> > >     [javac]                                        ^
> > >     [javac]
> > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidget.java:29:
> > > error: cannot find symbol
> > >     [javac] public class WelcomeWidget extends AbstractWidget {
> > >     [javac]                                    ^
> > >     [javac]   symbol: class AbstractWidget
> > >     [javac]
> > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidget.java:38:
> > > error: cannot find symbol
> > >     [javac]     public WidgetView createView(String viewId) {
> > >     [javac]            ^
> > >     [javac]   symbol:   class WidgetView
> > >     [javac]   location: class WelcomeWidget
> > >     [javac]
> > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidgetDescriptor.java:23:
> > > error: package ro.fortsoft.wicket.dashboard does not exist
> > >     [javac] import ro.fortsoft.wicket.dashboard.WidgetDescriptor;
> > >     [javac]                                    ^
> > >     [javac]
> > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidgetDescriptor.java:25:
> > > error: cannot find symbol
> > >     [javac] public class WelcomeWidgetDescriptor implements
> > > WidgetDescriptor {
> > >     [javac]                                                 ^
> > >     [javac]   symbol: class WidgetDescriptor
> > >     [javac]
> > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/profile/SettingsPanel.java:32:
> > > error: package com.googlecode.wicket.jquery.core does not exist
> > >     [javac] import com.googlecode.wicket.jquery.core.JQueryBehavior;
> > >     [javac]                                         ^
> > >     [javac]
> > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/profile/SettingsPanel.java:33:
> > > error: package com.googlecode.wicket.jquery.core does not exist
> > >     [javac] import com.googlecode.wicket.jquery.core.Options;
> > >     [javac]                                         ^
> > >     [javac]
> > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidgetView.java:37:
> > > error: package ro.fortsoft.wicket.dashboard does not exist
> > >     [javac] import ro.fortsoft.wicket.dashboard.Widget;
> > >     [javac]                                    ^
> > >     [javac]
> > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidgetView.java:38:
> > > error: package ro.fortsoft.wicket.dashboard.web does not exist
> > >     [javac] import ro.fortsoft.wicket.dashboard.web.WidgetView;
> > >     [javac]                                        ^
> > >     [javac]
> > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidgetView.java:40:
> > > error: cannot find symbol
> > >     [javac] public class WelcomeWidgetView extends WidgetView {
> > >     [javac]                                        ^
> > >     [javac]   symbol: class WidgetView
> > >     [javac]
> > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidgetView.java:43:
> > > error: cannot find symbol
> > >     [javac]     public WelcomeWidgetView(String id, Model<Widget>
> model)
> > {
> > >     [javac]                                               ^
> > >     [javac]   symbol:   class Widget
> > >     [javac]   location: class WelcomeWidgetView
> > >     [javac]
> > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/profile/WidgetsPanel.java:32:
> > > error: package ro.fortsoft.wicket.dashboard does not exist
> > >     [javac] import ro.fortsoft.wicket.dashboard.Dashboard;
> > >     [javac]                                    ^
> > >     [javac]
> > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/profile/WidgetsPanel.java:33:
> > > error: package ro.fortsoft.wicket.dashboard does not exist
> > >     [javac] import ro.fortsoft.wicket.dashboard.Widget;
> > >     [javac]                                    ^
> > >     [javac]
> > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/profile/WidgetsPanel.java:34:
> > > error: package ro.fortsoft.wicket.dashboard does not exist
> > >     [javac] import ro.fortsoft.wicket.dashboard.WidgetDescriptor;
> > >     [javac]                                    ^
> > >     [javac]
> > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/profile/WidgetsPanel.java:35:
> > > error: package ro.fortsoft.wicket.dashboard.web does not exist
> > >     [javac] import ro.fortsoft.wicket.dashboard.web.DashboardContext;
> > >     [javac]                                        ^
> > >     [javac]
> > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/profile/WidgetsPanel.java:40:
> > > error: cannot find symbol
> > >     [javac]     private Widget isDisplayed(WidgetDescriptor wd) {
> > >     [javac]                                ^
> > >     [javac]   symbol:   class WidgetDescriptor
> > >     [javac]   location: class WidgetsPanel
> > >     [javac]
> > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/profile/WidgetsPanel.java:40:
> > > error: cannot find symbol
> > >     [javac]     private Widget isDisplayed(WidgetDescriptor wd) {
> > >     [javac]             ^
> > >     [javac]   symbol:   class Widget
> > >     [javac]   location: class WidgetsPanel
> > >     [javac]
> > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/rooms/RoomsTabbedPanel.java:37:
> > > error: package com.googlecode.wicket.jquery.core does not exist
> > >     [javac] import com.googlecode.wicket.jquery.core.JQueryBehavior;
> > >     [javac]                                         ^
> > >     [javac]
> > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/pages/auth/SignInPage.java:35:
> > > error: package com.googlecode.wicket.jquery.core does not exist
> > >     [javac] import
> > > com.googlecode.wicket.jquery.core.JQueryAbstractBehavior;
> > >     [javac]                                         ^
> > >     [javac]
> > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/util/UserDashboardPersister.java:23:
> > > error: package ro.fortsoft.wicket.dashboard does not exist
> > >     [javac] import ro.fortsoft.wicket.dashboard.Dashboard;
> > >     [javac]                                    ^
> > >     [javac]
> > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/util/UserDashboardPersister.java:24:
> > > error: package ro.fortsoft.wicket.dashboard does not exist
> > >     [javac] import ro.fortsoft.wicket.dashboard.DashboardPersister;
> > >     [javac]                                    ^
> > >     [javac]
> > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/util/UserDashboardPersister.java:25:
> > > error: package ro.fortsoft.wicket.dashboard does not exist
> > >     [javac] import
> > ro.fortsoft.wicket.dashboard.XStreamDashboardPersister;
> > >     [javac]                                    ^
> > >     [javac]
> > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/util/UserDashboardPersister.java:27:
> > > error: cannot find symbol
> > >     [javac] public class UserDashboardPersister implements
> > > DashboardPersister {
> > >     [javac]                                                ^
> > >     [javac]   symbol: class DashboardPersister
> > >     [javac]
> > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/util/UserDashboardPersister.java:28:
> > > error: cannot find symbol
> > >     [javac]     public Dashboard load() {
> > >     [javac]            ^
> > >     [javac]   symbol:   class Dashboard
> > >     [javac]   location: class UserDashboardPersister
> > >     [javac]
> > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/util/UserDashboardPersister.java:32:
> > > error: cannot find symbol
> > >     [javac]     public void save(Dashboard dashboard) {
> > >     [javac]                      ^
> > >     [javac]   symbol:   class Dashboard
> > >     [javac]   location: class UserDashboardPersister
> > >     [javac]
> > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/Application.java:77:
> > > error: cannot find symbol
> > >     [javac]         dashboardContext = new DashboardContext();
> > >     [javac]                                ^
> > >     [javac]   symbol:   class DashboardContext
> > >     [javac]   location: class Application
> > >     [javac]
> > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/Application.java:79:
> > > error: cannot find symbol
> > >     [javac]         WidgetRegistry widgetRegistry =
> > > dashboardContext.getWidgetRegistry();
> > >     [javac]         ^
> > >     [javac]   symbol:   class WidgetRegistry
> > >     [javac]   location: class Application
> > >     [javac]
> > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/Application.java:84:
> > > error: cannot find symbol
> > >     [javac]         DashboardContextInjector dashboardContextInjector =
> > new
> > > DashboardContextInjector(dashboardContext);
> > >     [javac]         ^
> > >     [javac]   symbol:   class DashboardContextInjector
> > >     [javac]   location: class Application
> > >     [javac]
> > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/Application.java:84:
> > > error: cannot find symbol
> > >     [javac]         DashboardContextInjector dashboardContextInjector =
> > new
> > > DashboardContextInjector(dashboardContext);
> > >     [javac]
> > > ^
> > >     [javac]   symbol:   class DashboardContextInjector
> > >     [javac]   location: class Application
> > >     [javac]
> > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/Application.java:86:
> > > error: cannot find symbol
> > >     [javac]         DashboardSettings dashboardSettings =
> > > DashboardSettings.get();
> > >     [javac]         ^
> > >     [javac]   symbol:   class DashboardSettings
> > >     [javac]   location: class Application
> > >     [javac]
> > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/Application.java:86:
> > > error: cannot find symbol
> > >     [javac]         DashboardSettings dashboardSettings =
> > > DashboardSettings.get();
> > >     [javac]                                               ^
> > >     [javac]   symbol:   variable DashboardSettings
> > >     [javac]   location: class Application
> > >     [javac]
> > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/WebSession.java:165:
> > > error: cannot find symbol
> > >     [javac]         Dashboard d = get().dashboard;
> > >     [javac]         ^
> > >     [javac]   symbol:   class Dashboard
> > >     [javac]   location: class WebSession
> > >     [javac]
> > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/WebSession.java:174:
> > > error: cannot find symbol
> > >     [javac]         DashboardContext dashboardContext =
> > > getDashboardContext();
> > >     [javac]         ^
> > >     [javac]   symbol:   class DashboardContext
> > >     [javac]   location: class WebSession
> > >     [javac]
> > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/WebSession.java:178:
> > > error: cannot find symbol
> > >     [javac]             dashboard = new DefaultDashboard("default",
> > > "Default");
> > >     [javac]                             ^
> > >     [javac]   symbol:   class DefaultDashboard
> > >     [javac]   location: class WebSession
> > >     [javac]
> > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/WebSession.java:180:
> > > error: cannot find symbol
> > >     [javac]             WidgetFactory widgetFactory =
> > > dashboardContext.getWidgetFactory();
> > >     [javac]             ^
> > >     [javac]   symbol:   class WidgetFactory
> > >     [javac]   location: class WebSession
> > >     [javac]
> > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/calendar/CalendarPanel.java:64:
> > > error: cannot find symbol
> > >     [javac]         Options options = new Options();
> > >     [javac]         ^
> > >     [javac]   symbol:   class Options
> > >     [javac]   location: class CalendarPanel
> > >     [javac]
> > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/calendar/CalendarPanel.java:64:
> > > error: cannot find symbol
> > >     [javac]         Options options = new Options();
> > >     [javac]                               ^
> > >     [javac]   symbol:   class Options
> > >     [javac]   location: class CalendarPanel
> > >     [javac]
> > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/calendar/CalendarPanel.java:119:
> > > error: cannot find symbol
> > >     [javac]             public void onSelect(AjaxRequestTarget target,
> > > CalendarView view, Date start, Date end, boolean allDay) {
> > >     [javac]
>  ^
> > >     [javac]   symbol: class CalendarView
> > >     [javac]
> > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/calendar/CalendarPanel.java:141:
> > > error: cannot find symbol
> > >     [javac]             public void onEventClick(AjaxRequestTarget
> > target,
> > > CalendarView view, int eventId) {
> > >     [javac]
> > >  ^
> > >     [javac]   symbol: class CalendarView
> > >     [javac]
> > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/calendar/CalendarPanel.java:78:
> > > error: cannot find symbol
> > >     [javac]                 add(new
> > > JQueryAbstractBehavior("calendar-functions") {
> > >     [javac]                         ^
> > >     [javac]   symbol: class JQueryAbstractBehavior
> > >     [javac]
> > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/calendar/CalendarPanel.java:121:
> > > error: cannot find symbol
> > >     [javac]                 if (CalendarView.month == view &&
> > > start.equals(end)) {
> > >     [javac]                     ^
> > >     [javac]   symbol: variable CalendarView
> > >     [javac]
> > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/calendar/CalendarPanel.java:118:
> > > error: method does not override or implement a method from a supertype
> > >     [javac]             @Override
> > >     [javac]             ^
> > >     [javac]
> > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/calendar/CalendarPanel.java:140:
> > > error: method does not override or implement a method from a supertype
> > >     [javac]             @Override
> > >     [javac]             ^
> > >     [javac]
> > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/OmDashboardPanel.java:34:
> > > error: cannot find symbol
> > >     [javac]         add(new DashboardPanel("dashboard", new
> > > Model<Dashboard>(WebSession.getDashboard())));
> > >     [javac]                 ^
> > >     [javac]   symbol:   class DashboardPanel
> > >     [javac]   location: class OmDashboardPanel
> > >     [javac]
> > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/OmDashboardPanel.java:34:
> > > error: cannot find symbol
> > >     [javac]         add(new DashboardPanel("dashboard", new
> > > Model<Dashboard>(WebSession.getDashboard())));
> > >     [javac]                                                       ^
> > >     [javac]   symbol:   class Dashboard
> > >     [javac]   location: class OmDashboardPanel
> > >     [javac]
> > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidget.java:34:
> > > error: cannot find symbol
> > >     [javac]         title = WebSession.getString(781L);
> > >     [javac]         ^
> > >     [javac]   symbol:   variable title
> > >     [javac]   location: class PrivateRoomsWidget
> > >     [javac]
> > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidget.java:35:
> > > error: cannot find symbol
> > >     [javac]         location = new WidgetLocation(0, 1);
> > >     [javac]         ^
> > >     [javac]   symbol:   variable location
> > >     [javac]   location: class PrivateRoomsWidget
> > >     [javac]
> > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidget.java:35:
> > > error: cannot find symbol
> > >     [javac]         location = new WidgetLocation(0, 1);
> > >     [javac]                        ^
> > >     [javac]   symbol:   class WidgetLocation
> > >     [javac]   location: class PrivateRoomsWidget
> > >     [javac]
> > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidget.java:39:
> > > error: cannot find symbol
> > >     [javac]         return new PrivateRoomsWidgetView(viewId, new
> > > Model<Widget>(this));
> > >     [javac]
>   ^
> > >     [javac]   symbol:   class Widget
> > >     [javac]   location: class PrivateRoomsWidget
> > >     [javac]
> > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidgetView.java:35:
> > > error: cannot find symbol
> > >     [javac]         add(new RoomsPanel("rooms", getMyRooms()));
> > >     [javac]         ^
> > >     [javac]   symbol:   method add(RoomsPanel)
> > >     [javac]   location: class PrivateRoomsWidgetView
> > >     [javac]
> > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidget.java:34:
> > > error: cannot find symbol
> > >     [javac]         title = WebSession.getString(774L);
> > >     [javac]         ^
> > >     [javac]   symbol:   variable title
> > >     [javac]   location: class StartWidget
> > >     [javac]
> > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidget.java:35:
> > > error: cannot find symbol
> > >     [javac]         location = new WidgetLocation(1, 0);
> > >     [javac]         ^
> > >     [javac]   symbol:   variable location
> > >     [javac]   location: class StartWidget
> > >     [javac]
> > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidget.java:35:
> > > error: cannot find symbol
> > >     [javac]         location = new WidgetLocation(1, 0);
> > >     [javac]                        ^
> > >     [javac]   symbol:   class WidgetLocation
> > >     [javac]   location: class StartWidget
> > >     [javac]
> > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidget.java:39:
> > > error: cannot find symbol
> > >     [javac]         return new StartWidgetView(viewId, new
> > > Model<Widget>(this));
> > >     [javac]                                                      ^
> > >     [javac]   symbol:   class Widget
> > >     [javac]   location: class StartWidget
> > >     [javac]
> > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidget.java:34:
> > > error: cannot find symbol
> > >     [javac]         title = WebSession.getString(1546L);
> > >     [javac]         ^
> > >     [javac]   symbol:   variable title
> > >     [javac]   location: class WelcomeWidget
> > >     [javac]
> > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidget.java:35:
> > > error: cannot find symbol
> > >     [javac]         location = new WidgetLocation(0, 0);
> > >     [javac]         ^
> > >     [javac]   symbol:   variable location
> > >     [javac]   location: class WelcomeWidget
> > >     [javac] Note: Some input files use or override a deprecated API.
> > >     [javac] Note: Recompile with -Xlint:deprecation for details.
> > >     [javac] Note:
> > >
> > >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/screen/webstart/gui/ScreenSharerFrame.java
> > > uses unchecked or unsafe operations.
> > >     [javac] Note: Recompile with -Xlint:unchecked for details.
> > >     [javac] 100 errors
> > >     [javac] 1 warning
> > >
> >
> >
> >
> > --
> > WBR
> > Maxim aka solomax
> >
>
>
>
> --
> Regards
> Andun S.L. Gunawardana
> Undergraduate
> Department of Computer Science And Engineering
> University of Moratuwa
> Sri Lanka
>
> Blog - http://www.insightforfuture.blogspot.com/
> LinkedIn - http://www.linkedin.com/pub/andun-s-l-gunawardana/34/646/703
> Twitter -http://twitter.com/AndunSLG
>



-- 
WBR
Maxim aka solomax

Re: Compilation faliure

Posted by Andun Sameera <an...@gmail.com>.
Hi Maxim,

Problem Solved. Thanks for the help. I have checked the new HTML5 view in
the latest trunk. If you need assistance in testing or some related thing.
Please let me know.

Thanks!

On Tue, Apr 30, 2013 at 10:44 PM, Maxim Solodovnik <so...@gmail.com>wrote:

> Hello Andun,
>
> please delete build/lib/om and run build again
> All necessary libraries will be refetched
>
>
> On Wed, May 1, 2013 at 12:04 AM, Andun Sameera <an...@gmail.com> wrote:
>
> > Hi All,
> >
> > I am getting this compile error in the latest trunk. It complains that
> > ro.fortsoft.wicket.dashboard package cannot be found. I found these
> package
> > is used in latest commit by Maxim. Is it a local fault of mine or else ?
> >
> > Thanks!
> >
> > --
> > Regards
> > Andun S.L. Gunawardana
> > Undergraduate
> > Department of Computer Science And Engineering
> > University of Moratuwa
> > Sri Lanka
> >
> > Blog - http://www.insightforfuture.blogspot.com/
> > LinkedIn - http://www.linkedin.com/pub/andun-s-l-gunawardana/34/646/703
> > Twitter -http://twitter.com/AndunSLG
> >
> > Errors -
> >
> > [javac] Compiling 454 source files to
> >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/build/classes/openmeetings
> >     [javac] warning: [options] bootstrap class path not set in
> conjunction
> > with -source 1.6
> >     [javac] Note: Starting OpenJPA Annotation Processor for Metamodel
> > Generation
> >     [javac]
> >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/Application.java:47:
> > error: package ro.fortsoft.wicket.dashboard does not exist
> >     [javac] import ro.fortsoft.wicket.dashboard.WidgetRegistry;
> >     [javac]                                    ^
> >     [javac]
> >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/Application.java:48:
> > error: package ro.fortsoft.wicket.dashboard.web does not exist
> >     [javac] import ro.fortsoft.wicket.dashboard.web.DashboardContext;
> >     [javac]                                        ^
> >     [javac]
> >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/Application.java:49:
> > error: package ro.fortsoft.wicket.dashboard.web does not exist
> >     [javac] import
> > ro.fortsoft.wicket.dashboard.web.DashboardContextInjector;
> >     [javac]                                        ^
> >     [javac]
> >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/Application.java:50:
> > error: package ro.fortsoft.wicket.dashboard.web does not exist
> >     [javac] import ro.fortsoft.wicket.dashboard.web.DashboardSettings;
> >     [javac]                                        ^
> >     [javac]
> >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/Application.java:53:
> > error: cannot find symbol
> >     [javac]     private DashboardContext dashboardContext;
> >     [javac]             ^
> >     [javac]   symbol:   class DashboardContext
> >     [javac]   location: class Application
> >     [javac]
> >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/Application.java:129:
> > error: cannot find symbol
> >     [javac]     public static DashboardContext getDashboardContext() {
> >     [javac]                   ^
> >     [javac]   symbol:   class DashboardContext
> >     [javac]   location: class Application
> >     [javac]
> >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/WebSession.java:47:
> > error: package ro.fortsoft.wicket.dashboard does not exist
> >     [javac] import ro.fortsoft.wicket.dashboard.Dashboard;
> >     [javac]                                    ^
> >     [javac]
> >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/WebSession.java:48:
> > error: package ro.fortsoft.wicket.dashboard does not exist
> >     [javac] import ro.fortsoft.wicket.dashboard.DefaultDashboard;
> >     [javac]                                    ^
> >     [javac]
> >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/WebSession.java:49:
> > error: package ro.fortsoft.wicket.dashboard does not exist
> >     [javac] import ro.fortsoft.wicket.dashboard.WidgetFactory;
> >     [javac]                                    ^
> >     [javac]
> >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/WebSession.java:50:
> > error: package ro.fortsoft.wicket.dashboard.web does not exist
> >     [javac] import ro.fortsoft.wicket.dashboard.web.DashboardContext;
> >     [javac]                                        ^
> >     [javac]
> >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/WebSession.java:60:
> > error: cannot find symbol
> >     [javac]     private Dashboard dashboard;
> >     [javac]             ^
> >     [javac]   symbol:   class Dashboard
> >     [javac]   location: class WebSession
> >     [javac]
> >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/WebSession.java:164:
> > error: cannot find symbol
> >     [javac]     public static Dashboard getDashboard() {
> >     [javac]                   ^
> >     [javac]   symbol:   class Dashboard
> >     [javac]   location: class WebSession
> >     [javac]
> >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/calendar/CalendarPanel.java:34:
> > error: package com.googlecode.wicket.jquery.core does not exist
> >     [javac] import
> > com.googlecode.wicket.jquery.core.JQueryAbstractBehavior;
> >     [javac]                                         ^
> >     [javac]
> >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/calendar/CalendarPanel.java:35:
> > error: package com.googlecode.wicket.jquery.core does not exist
> >     [javac] import com.googlecode.wicket.jquery.core.Options;
> >     [javac]                                         ^
> >     [javac]
> >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/calendar/CalendarPanel.java:37:
> > error: cannot find symbol
> >     [javac] import com.googlecode.wicket.jquery.ui.calendar.CalendarView;
> >     [javac]                                                ^
> >     [javac]   symbol:   class CalendarView
> >     [javac]   location: package com.googlecode.wicket.jquery.ui.calendar
> >     [javac]
> >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/OmDashboardPanel.java:25:
> > error: package ro.fortsoft.wicket.dashboard does not exist
> >     [javac] import ro.fortsoft.wicket.dashboard.Dashboard;
> >     [javac]                                    ^
> >     [javac]
> >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/OmDashboardPanel.java:26:
> > error: package ro.fortsoft.wicket.dashboard.web does not exist
> >     [javac] import ro.fortsoft.wicket.dashboard.web.DashboardPanel;
> >     [javac]                                        ^
> >     [javac]
> >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidget.java:24:
> > error: package ro.fortsoft.wicket.dashboard does not exist
> >     [javac] import ro.fortsoft.wicket.dashboard.AbstractWidget;
> >     [javac]                                    ^
> >     [javac]
> >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidget.java:25:
> > error: package ro.fortsoft.wicket.dashboard does not exist
> >     [javac] import ro.fortsoft.wicket.dashboard.Widget;
> >     [javac]                                    ^
> >     [javac]
> >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidget.java:26:
> > error: package ro.fortsoft.wicket.dashboard does not exist
> >     [javac] import ro.fortsoft.wicket.dashboard.WidgetLocation;
> >     [javac]                                    ^
> >     [javac]
> >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidget.java:27:
> > error: package ro.fortsoft.wicket.dashboard.web does not exist
> >     [javac] import ro.fortsoft.wicket.dashboard.web.WidgetView;
> >     [javac]                                        ^
> >     [javac]
> >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidget.java:29:
> > error: cannot find symbol
> >     [javac] public class PrivateRoomsWidget extends AbstractWidget {
> >     [javac]                                         ^
> >     [javac]   symbol: class AbstractWidget
> >     [javac]
> >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidget.java:38:
> > error: cannot find symbol
> >     [javac]     public WidgetView createView(String viewId) {
> >     [javac]            ^
> >     [javac]   symbol:   class WidgetView
> >     [javac]   location: class PrivateRoomsWidget
> >     [javac]
> >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidgetDescriptor.java:23:
> > error: package ro.fortsoft.wicket.dashboard does not exist
> >     [javac] import ro.fortsoft.wicket.dashboard.WidgetDescriptor;
> >     [javac]                                    ^
> >     [javac]
> >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidgetDescriptor.java:25:
> > error: cannot find symbol
> >     [javac] public class PrivateRoomsWidgetDescriptor implements
> > WidgetDescriptor {
> >     [javac]                                                      ^
> >     [javac]   symbol: class WidgetDescriptor
> >     [javac]
> >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidgetView.java:26:
> > error: package ro.fortsoft.wicket.dashboard does not exist
> >     [javac] import ro.fortsoft.wicket.dashboard.Widget;
> >     [javac]                                    ^
> >     [javac]
> >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidgetView.java:27:
> > error: package ro.fortsoft.wicket.dashboard.web does not exist
> >     [javac] import ro.fortsoft.wicket.dashboard.web.WidgetView;
> >     [javac]                                        ^
> >     [javac]
> >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidgetView.java:29:
> > error: cannot find symbol
> >     [javac] public class PrivateRoomsWidgetView extends WidgetView {
> >     [javac]                                             ^
> >     [javac]   symbol: class WidgetView
> >     [javac]
> >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidgetView.java:32:
> > error: cannot find symbol
> >     [javac]     public PrivateRoomsWidgetView(String id, Model<Widget>
> > model) {
> >     [javac]                                                    ^
> >     [javac]   symbol:   class Widget
> >     [javac]   location: class PrivateRoomsWidgetView
> >     [javac]
> >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidget.java:24:
> > error: package ro.fortsoft.wicket.dashboard does not exist
> >     [javac] import ro.fortsoft.wicket.dashboard.AbstractWidget;
> >     [javac]                                    ^
> >     [javac]
> >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidget.java:25:
> > error: package ro.fortsoft.wicket.dashboard does not exist
> >     [javac] import ro.fortsoft.wicket.dashboard.Widget;
> >     [javac]                                    ^
> >     [javac]
> >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidget.java:26:
> > error: package ro.fortsoft.wicket.dashboard does not exist
> >     [javac] import ro.fortsoft.wicket.dashboard.WidgetLocation;
> >     [javac]                                    ^
> >     [javac]
> >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidget.java:27:
> > error: package ro.fortsoft.wicket.dashboard.web does not exist
> >     [javac] import ro.fortsoft.wicket.dashboard.web.WidgetView;
> >     [javac]                                        ^
> >     [javac]
> >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidget.java:29:
> > error: cannot find symbol
> >     [javac] public class StartWidget extends AbstractWidget {
> >     [javac]                                  ^
> >     [javac]   symbol: class AbstractWidget
> >     [javac]
> >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidget.java:38:
> > error: cannot find symbol
> >     [javac]     public WidgetView createView(String viewId) {
> >     [javac]            ^
> >     [javac]   symbol:   class WidgetView
> >     [javac]   location: class StartWidget
> >     [javac]
> >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidgetDescriptor.java:23:
> > error: package ro.fortsoft.wicket.dashboard does not exist
> >     [javac] import ro.fortsoft.wicket.dashboard.WidgetDescriptor;
> >     [javac]                                    ^
> >     [javac]
> >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidgetDescriptor.java:25:
> > error: cannot find symbol
> >     [javac] public class StartWidgetDescriptor implements
> WidgetDescriptor
> > {
> >     [javac]                                               ^
> >     [javac]   symbol: class WidgetDescriptor
> >     [javac]
> >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidgetView.java:23:
> > error: package ro.fortsoft.wicket.dashboard does not exist
> >     [javac] import ro.fortsoft.wicket.dashboard.Widget;
> >     [javac]                                    ^
> >     [javac]
> >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidgetView.java:24:
> > error: package ro.fortsoft.wicket.dashboard.web does not exist
> >     [javac] import ro.fortsoft.wicket.dashboard.web.WidgetView;
> >     [javac]                                        ^
> >     [javac]
> >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidgetView.java:26:
> > error: cannot find symbol
> >     [javac] public class StartWidgetView extends WidgetView {
> >     [javac]                                      ^
> >     [javac]   symbol: class WidgetView
> >     [javac]
> >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidgetView.java:29:
> > error: cannot find symbol
> >     [javac]     public StartWidgetView(String id, Model<Widget> model) {
> >     [javac]                                             ^
> >     [javac]   symbol:   class Widget
> >     [javac]   location: class StartWidgetView
> >     [javac]
> >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidget.java:24:
> > error: package ro.fortsoft.wicket.dashboard does not exist
> >     [javac] import ro.fortsoft.wicket.dashboard.AbstractWidget;
> >     [javac]                                    ^
> >     [javac]
> >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidget.java:25:
> > error: package ro.fortsoft.wicket.dashboard does not exist
> >     [javac] import ro.fortsoft.wicket.dashboard.Widget;
> >     [javac]                                    ^
> >     [javac]
> >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidget.java:26:
> > error: package ro.fortsoft.wicket.dashboard does not exist
> >     [javac] import ro.fortsoft.wicket.dashboard.WidgetLocation;
> >     [javac]                                    ^
> >     [javac]
> >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidget.java:27:
> > error: package ro.fortsoft.wicket.dashboard.web does not exist
> >     [javac] import ro.fortsoft.wicket.dashboard.web.WidgetView;
> >     [javac]                                        ^
> >     [javac]
> >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidget.java:29:
> > error: cannot find symbol
> >     [javac] public class WelcomeWidget extends AbstractWidget {
> >     [javac]                                    ^
> >     [javac]   symbol: class AbstractWidget
> >     [javac]
> >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidget.java:38:
> > error: cannot find symbol
> >     [javac]     public WidgetView createView(String viewId) {
> >     [javac]            ^
> >     [javac]   symbol:   class WidgetView
> >     [javac]   location: class WelcomeWidget
> >     [javac]
> >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidgetDescriptor.java:23:
> > error: package ro.fortsoft.wicket.dashboard does not exist
> >     [javac] import ro.fortsoft.wicket.dashboard.WidgetDescriptor;
> >     [javac]                                    ^
> >     [javac]
> >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidgetDescriptor.java:25:
> > error: cannot find symbol
> >     [javac] public class WelcomeWidgetDescriptor implements
> > WidgetDescriptor {
> >     [javac]                                                 ^
> >     [javac]   symbol: class WidgetDescriptor
> >     [javac]
> >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/profile/SettingsPanel.java:32:
> > error: package com.googlecode.wicket.jquery.core does not exist
> >     [javac] import com.googlecode.wicket.jquery.core.JQueryBehavior;
> >     [javac]                                         ^
> >     [javac]
> >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/profile/SettingsPanel.java:33:
> > error: package com.googlecode.wicket.jquery.core does not exist
> >     [javac] import com.googlecode.wicket.jquery.core.Options;
> >     [javac]                                         ^
> >     [javac]
> >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidgetView.java:37:
> > error: package ro.fortsoft.wicket.dashboard does not exist
> >     [javac] import ro.fortsoft.wicket.dashboard.Widget;
> >     [javac]                                    ^
> >     [javac]
> >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidgetView.java:38:
> > error: package ro.fortsoft.wicket.dashboard.web does not exist
> >     [javac] import ro.fortsoft.wicket.dashboard.web.WidgetView;
> >     [javac]                                        ^
> >     [javac]
> >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidgetView.java:40:
> > error: cannot find symbol
> >     [javac] public class WelcomeWidgetView extends WidgetView {
> >     [javac]                                        ^
> >     [javac]   symbol: class WidgetView
> >     [javac]
> >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidgetView.java:43:
> > error: cannot find symbol
> >     [javac]     public WelcomeWidgetView(String id, Model<Widget> model)
> {
> >     [javac]                                               ^
> >     [javac]   symbol:   class Widget
> >     [javac]   location: class WelcomeWidgetView
> >     [javac]
> >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/profile/WidgetsPanel.java:32:
> > error: package ro.fortsoft.wicket.dashboard does not exist
> >     [javac] import ro.fortsoft.wicket.dashboard.Dashboard;
> >     [javac]                                    ^
> >     [javac]
> >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/profile/WidgetsPanel.java:33:
> > error: package ro.fortsoft.wicket.dashboard does not exist
> >     [javac] import ro.fortsoft.wicket.dashboard.Widget;
> >     [javac]                                    ^
> >     [javac]
> >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/profile/WidgetsPanel.java:34:
> > error: package ro.fortsoft.wicket.dashboard does not exist
> >     [javac] import ro.fortsoft.wicket.dashboard.WidgetDescriptor;
> >     [javac]                                    ^
> >     [javac]
> >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/profile/WidgetsPanel.java:35:
> > error: package ro.fortsoft.wicket.dashboard.web does not exist
> >     [javac] import ro.fortsoft.wicket.dashboard.web.DashboardContext;
> >     [javac]                                        ^
> >     [javac]
> >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/profile/WidgetsPanel.java:40:
> > error: cannot find symbol
> >     [javac]     private Widget isDisplayed(WidgetDescriptor wd) {
> >     [javac]                                ^
> >     [javac]   symbol:   class WidgetDescriptor
> >     [javac]   location: class WidgetsPanel
> >     [javac]
> >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/profile/WidgetsPanel.java:40:
> > error: cannot find symbol
> >     [javac]     private Widget isDisplayed(WidgetDescriptor wd) {
> >     [javac]             ^
> >     [javac]   symbol:   class Widget
> >     [javac]   location: class WidgetsPanel
> >     [javac]
> >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/rooms/RoomsTabbedPanel.java:37:
> > error: package com.googlecode.wicket.jquery.core does not exist
> >     [javac] import com.googlecode.wicket.jquery.core.JQueryBehavior;
> >     [javac]                                         ^
> >     [javac]
> >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/pages/auth/SignInPage.java:35:
> > error: package com.googlecode.wicket.jquery.core does not exist
> >     [javac] import
> > com.googlecode.wicket.jquery.core.JQueryAbstractBehavior;
> >     [javac]                                         ^
> >     [javac]
> >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/util/UserDashboardPersister.java:23:
> > error: package ro.fortsoft.wicket.dashboard does not exist
> >     [javac] import ro.fortsoft.wicket.dashboard.Dashboard;
> >     [javac]                                    ^
> >     [javac]
> >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/util/UserDashboardPersister.java:24:
> > error: package ro.fortsoft.wicket.dashboard does not exist
> >     [javac] import ro.fortsoft.wicket.dashboard.DashboardPersister;
> >     [javac]                                    ^
> >     [javac]
> >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/util/UserDashboardPersister.java:25:
> > error: package ro.fortsoft.wicket.dashboard does not exist
> >     [javac] import
> ro.fortsoft.wicket.dashboard.XStreamDashboardPersister;
> >     [javac]                                    ^
> >     [javac]
> >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/util/UserDashboardPersister.java:27:
> > error: cannot find symbol
> >     [javac] public class UserDashboardPersister implements
> > DashboardPersister {
> >     [javac]                                                ^
> >     [javac]   symbol: class DashboardPersister
> >     [javac]
> >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/util/UserDashboardPersister.java:28:
> > error: cannot find symbol
> >     [javac]     public Dashboard load() {
> >     [javac]            ^
> >     [javac]   symbol:   class Dashboard
> >     [javac]   location: class UserDashboardPersister
> >     [javac]
> >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/util/UserDashboardPersister.java:32:
> > error: cannot find symbol
> >     [javac]     public void save(Dashboard dashboard) {
> >     [javac]                      ^
> >     [javac]   symbol:   class Dashboard
> >     [javac]   location: class UserDashboardPersister
> >     [javac]
> >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/Application.java:47:
> > error: package ro.fortsoft.wicket.dashboard does not exist
> >     [javac] import ro.fortsoft.wicket.dashboard.WidgetRegistry;
> >     [javac]                                    ^
> >     [javac]
> >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/Application.java:48:
> > error: package ro.fortsoft.wicket.dashboard.web does not exist
> >     [javac] import ro.fortsoft.wicket.dashboard.web.DashboardContext;
> >     [javac]                                        ^
> >     [javac]
> >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/Application.java:49:
> > error: package ro.fortsoft.wicket.dashboard.web does not exist
> >     [javac] import
> > ro.fortsoft.wicket.dashboard.web.DashboardContextInjector;
> >     [javac]                                        ^
> >     [javac]
> >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/Application.java:50:
> > error: package ro.fortsoft.wicket.dashboard.web does not exist
> >     [javac] import ro.fortsoft.wicket.dashboard.web.DashboardSettings;
> >     [javac]                                        ^
> >     [javac]
> >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/Application.java:53:
> > error: cannot find symbol
> >     [javac]     private DashboardContext dashboardContext;
> >     [javac]             ^
> >     [javac]   symbol:   class DashboardContext
> >     [javac]   location: class Application
> >     [javac]
> >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/Application.java:129:
> > error: cannot find symbol
> >     [javac]     public static DashboardContext getDashboardContext() {
> >     [javac]                   ^
> >     [javac]   symbol:   class DashboardContext
> >     [javac]   location: class Application
> >     [javac]
> >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/WebSession.java:47:
> > error: package ro.fortsoft.wicket.dashboard does not exist
> >     [javac] import ro.fortsoft.wicket.dashboard.Dashboard;
> >     [javac]                                    ^
> >     [javac]
> >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/WebSession.java:48:
> > error: package ro.fortsoft.wicket.dashboard does not exist
> >     [javac] import ro.fortsoft.wicket.dashboard.DefaultDashboard;
> >     [javac]                                    ^
> >     [javac]
> >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/WebSession.java:49:
> > error: package ro.fortsoft.wicket.dashboard does not exist
> >     [javac] import ro.fortsoft.wicket.dashboard.WidgetFactory;
> >     [javac]                                    ^
> >     [javac]
> >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/WebSession.java:50:
> > error: package ro.fortsoft.wicket.dashboard.web does not exist
> >     [javac] import ro.fortsoft.wicket.dashboard.web.DashboardContext;
> >     [javac]                                        ^
> >     [javac]
> >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/WebSession.java:60:
> > error: cannot find symbol
> >     [javac]     private Dashboard dashboard;
> >     [javac]             ^
> >     [javac]   symbol:   class Dashboard
> >     [javac]   location: class WebSession
> >     [javac]
> >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/WebSession.java:164:
> > error: cannot find symbol
> >     [javac]     public static Dashboard getDashboard() {
> >     [javac]                   ^
> >     [javac]   symbol:   class Dashboard
> >     [javac]   location: class WebSession
> >     [javac]
> >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/calendar/CalendarPanel.java:34:
> > error: package com.googlecode.wicket.jquery.core does not exist
> >     [javac] import
> > com.googlecode.wicket.jquery.core.JQueryAbstractBehavior;
> >     [javac]                                         ^
> >     [javac]
> >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/calendar/CalendarPanel.java:35:
> > error: package com.googlecode.wicket.jquery.core does not exist
> >     [javac] import com.googlecode.wicket.jquery.core.Options;
> >     [javac]                                         ^
> >     [javac]
> >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/calendar/CalendarPanel.java:37:
> > error: cannot find symbol
> >     [javac] import com.googlecode.wicket.jquery.ui.calendar.CalendarView;
> >     [javac]                                                ^
> >     [javac]   symbol:   class CalendarView
> >     [javac]   location: package com.googlecode.wicket.jquery.ui.calendar
> >     [javac]
> >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/OmDashboardPanel.java:25:
> > error: package ro.fortsoft.wicket.dashboard does not exist
> >     [javac] import ro.fortsoft.wicket.dashboard.Dashboard;
> >     [javac]                                    ^
> >     [javac]
> >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/OmDashboardPanel.java:26:
> > error: package ro.fortsoft.wicket.dashboard.web does not exist
> >     [javac] import ro.fortsoft.wicket.dashboard.web.DashboardPanel;
> >     [javac]                                        ^
> >     [javac]
> >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidget.java:24:
> > error: package ro.fortsoft.wicket.dashboard does not exist
> >     [javac] import ro.fortsoft.wicket.dashboard.AbstractWidget;
> >     [javac]                                    ^
> >     [javac]
> >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidget.java:25:
> > error: package ro.fortsoft.wicket.dashboard does not exist
> >     [javac] import ro.fortsoft.wicket.dashboard.Widget;
> >     [javac]                                    ^
> >     [javac]
> >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidget.java:26:
> > error: package ro.fortsoft.wicket.dashboard does not exist
> >     [javac] import ro.fortsoft.wicket.dashboard.WidgetLocation;
> >     [javac]                                    ^
> >     [javac]
> >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidget.java:27:
> > error: package ro.fortsoft.wicket.dashboard.web does not exist
> >     [javac] import ro.fortsoft.wicket.dashboard.web.WidgetView;
> >     [javac]                                        ^
> >     [javac]
> >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidget.java:29:
> > error: cannot find symbol
> >     [javac] public class PrivateRoomsWidget extends AbstractWidget {
> >     [javac]                                         ^
> >     [javac]   symbol: class AbstractWidget
> >     [javac]
> >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidget.java:38:
> > error: cannot find symbol
> >     [javac]     public WidgetView createView(String viewId) {
> >     [javac]            ^
> >     [javac]   symbol:   class WidgetView
> >     [javac]   location: class PrivateRoomsWidget
> >     [javac]
> >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidgetDescriptor.java:23:
> > error: package ro.fortsoft.wicket.dashboard does not exist
> >     [javac] import ro.fortsoft.wicket.dashboard.WidgetDescriptor;
> >     [javac]                                    ^
> >     [javac]
> >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidgetDescriptor.java:25:
> > error: cannot find symbol
> >     [javac] public class PrivateRoomsWidgetDescriptor implements
> > WidgetDescriptor {
> >     [javac]                                                      ^
> >     [javac]   symbol: class WidgetDescriptor
> >     [javac]
> >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidgetView.java:26:
> > error: package ro.fortsoft.wicket.dashboard does not exist
> >     [javac] import ro.fortsoft.wicket.dashboard.Widget;
> >     [javac]                                    ^
> >     [javac]
> >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidgetView.java:27:
> > error: package ro.fortsoft.wicket.dashboard.web does not exist
> >     [javac] import ro.fortsoft.wicket.dashboard.web.WidgetView;
> >     [javac]                                        ^
> >     [javac]
> >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidgetView.java:29:
> > error: cannot find symbol
> >     [javac] public class PrivateRoomsWidgetView extends WidgetView {
> >     [javac]                                             ^
> >     [javac]   symbol: class WidgetView
> >     [javac]
> >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidgetView.java:32:
> > error: cannot find symbol
> >     [javac]     public PrivateRoomsWidgetView(String id, Model<Widget>
> > model) {
> >     [javac]                                                    ^
> >     [javac]   symbol:   class Widget
> >     [javac]   location: class PrivateRoomsWidgetView
> >     [javac]
> >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidget.java:24:
> > error: package ro.fortsoft.wicket.dashboard does not exist
> >     [javac] import ro.fortsoft.wicket.dashboard.AbstractWidget;
> >     [javac]                                    ^
> >     [javac]
> >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidget.java:25:
> > error: package ro.fortsoft.wicket.dashboard does not exist
> >     [javac] import ro.fortsoft.wicket.dashboard.Widget;
> >     [javac]                                    ^
> >     [javac]
> >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidget.java:26:
> > error: package ro.fortsoft.wicket.dashboard does not exist
> >     [javac] import ro.fortsoft.wicket.dashboard.WidgetLocation;
> >     [javac]                                    ^
> >     [javac]
> >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidget.java:27:
> > error: package ro.fortsoft.wicket.dashboard.web does not exist
> >     [javac] import ro.fortsoft.wicket.dashboard.web.WidgetView;
> >     [javac]                                        ^
> >     [javac]
> >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidget.java:29:
> > error: cannot find symbol
> >     [javac] public class StartWidget extends AbstractWidget {
> >     [javac]                                  ^
> >     [javac]   symbol: class AbstractWidget
> >     [javac]
> >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidget.java:38:
> > error: cannot find symbol
> >     [javac]     public WidgetView createView(String viewId) {
> >     [javac]            ^
> >     [javac]   symbol:   class WidgetView
> >     [javac]   location: class StartWidget
> >     [javac]
> >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidgetDescriptor.java:23:
> > error: package ro.fortsoft.wicket.dashboard does not exist
> >     [javac] import ro.fortsoft.wicket.dashboard.WidgetDescriptor;
> >     [javac]                                    ^
> >     [javac]
> >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidgetDescriptor.java:25:
> > error: cannot find symbol
> >     [javac] public class StartWidgetDescriptor implements
> WidgetDescriptor
> > {
> >     [javac]                                               ^
> >     [javac]   symbol: class WidgetDescriptor
> >     [javac]
> >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidgetView.java:23:
> > error: package ro.fortsoft.wicket.dashboard does not exist
> >     [javac] import ro.fortsoft.wicket.dashboard.Widget;
> >     [javac]                                    ^
> >     [javac]
> >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidgetView.java:24:
> > error: package ro.fortsoft.wicket.dashboard.web does not exist
> >     [javac] import ro.fortsoft.wicket.dashboard.web.WidgetView;
> >     [javac]                                        ^
> >     [javac]
> >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidgetView.java:26:
> > error: cannot find symbol
> >     [javac] public class StartWidgetView extends WidgetView {
> >     [javac]                                      ^
> >     [javac]   symbol: class WidgetView
> >     [javac]
> >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidgetView.java:29:
> > error: cannot find symbol
> >     [javac]     public StartWidgetView(String id, Model<Widget> model) {
> >     [javac]                                             ^
> >     [javac]   symbol:   class Widget
> >     [javac]   location: class StartWidgetView
> >     [javac]
> >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidget.java:24:
> > error: package ro.fortsoft.wicket.dashboard does not exist
> >     [javac] import ro.fortsoft.wicket.dashboard.AbstractWidget;
> >     [javac]                                    ^
> >     [javac]
> >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidget.java:25:
> > error: package ro.fortsoft.wicket.dashboard does not exist
> >     [javac] import ro.fortsoft.wicket.dashboard.Widget;
> >     [javac]                                    ^
> >     [javac]
> >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidget.java:26:
> > error: package ro.fortsoft.wicket.dashboard does not exist
> >     [javac] import ro.fortsoft.wicket.dashboard.WidgetLocation;
> >     [javac]                                    ^
> >     [javac]
> >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidget.java:27:
> > error: package ro.fortsoft.wicket.dashboard.web does not exist
> >     [javac] import ro.fortsoft.wicket.dashboard.web.WidgetView;
> >     [javac]                                        ^
> >     [javac]
> >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidget.java:29:
> > error: cannot find symbol
> >     [javac] public class WelcomeWidget extends AbstractWidget {
> >     [javac]                                    ^
> >     [javac]   symbol: class AbstractWidget
> >     [javac]
> >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidget.java:38:
> > error: cannot find symbol
> >     [javac]     public WidgetView createView(String viewId) {
> >     [javac]            ^
> >     [javac]   symbol:   class WidgetView
> >     [javac]   location: class WelcomeWidget
> >     [javac]
> >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidgetDescriptor.java:23:
> > error: package ro.fortsoft.wicket.dashboard does not exist
> >     [javac] import ro.fortsoft.wicket.dashboard.WidgetDescriptor;
> >     [javac]                                    ^
> >     [javac]
> >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidgetDescriptor.java:25:
> > error: cannot find symbol
> >     [javac] public class WelcomeWidgetDescriptor implements
> > WidgetDescriptor {
> >     [javac]                                                 ^
> >     [javac]   symbol: class WidgetDescriptor
> >     [javac]
> >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/profile/SettingsPanel.java:32:
> > error: package com.googlecode.wicket.jquery.core does not exist
> >     [javac] import com.googlecode.wicket.jquery.core.JQueryBehavior;
> >     [javac]                                         ^
> >     [javac]
> >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/profile/SettingsPanel.java:33:
> > error: package com.googlecode.wicket.jquery.core does not exist
> >     [javac] import com.googlecode.wicket.jquery.core.Options;
> >     [javac]                                         ^
> >     [javac]
> >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidgetView.java:37:
> > error: package ro.fortsoft.wicket.dashboard does not exist
> >     [javac] import ro.fortsoft.wicket.dashboard.Widget;
> >     [javac]                                    ^
> >     [javac]
> >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidgetView.java:38:
> > error: package ro.fortsoft.wicket.dashboard.web does not exist
> >     [javac] import ro.fortsoft.wicket.dashboard.web.WidgetView;
> >     [javac]                                        ^
> >     [javac]
> >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidgetView.java:40:
> > error: cannot find symbol
> >     [javac] public class WelcomeWidgetView extends WidgetView {
> >     [javac]                                        ^
> >     [javac]   symbol: class WidgetView
> >     [javac]
> >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidgetView.java:43:
> > error: cannot find symbol
> >     [javac]     public WelcomeWidgetView(String id, Model<Widget> model)
> {
> >     [javac]                                               ^
> >     [javac]   symbol:   class Widget
> >     [javac]   location: class WelcomeWidgetView
> >     [javac]
> >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/profile/WidgetsPanel.java:32:
> > error: package ro.fortsoft.wicket.dashboard does not exist
> >     [javac] import ro.fortsoft.wicket.dashboard.Dashboard;
> >     [javac]                                    ^
> >     [javac]
> >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/profile/WidgetsPanel.java:33:
> > error: package ro.fortsoft.wicket.dashboard does not exist
> >     [javac] import ro.fortsoft.wicket.dashboard.Widget;
> >     [javac]                                    ^
> >     [javac]
> >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/profile/WidgetsPanel.java:34:
> > error: package ro.fortsoft.wicket.dashboard does not exist
> >     [javac] import ro.fortsoft.wicket.dashboard.WidgetDescriptor;
> >     [javac]                                    ^
> >     [javac]
> >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/profile/WidgetsPanel.java:35:
> > error: package ro.fortsoft.wicket.dashboard.web does not exist
> >     [javac] import ro.fortsoft.wicket.dashboard.web.DashboardContext;
> >     [javac]                                        ^
> >     [javac]
> >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/profile/WidgetsPanel.java:40:
> > error: cannot find symbol
> >     [javac]     private Widget isDisplayed(WidgetDescriptor wd) {
> >     [javac]                                ^
> >     [javac]   symbol:   class WidgetDescriptor
> >     [javac]   location: class WidgetsPanel
> >     [javac]
> >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/profile/WidgetsPanel.java:40:
> > error: cannot find symbol
> >     [javac]     private Widget isDisplayed(WidgetDescriptor wd) {
> >     [javac]             ^
> >     [javac]   symbol:   class Widget
> >     [javac]   location: class WidgetsPanel
> >     [javac]
> >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/rooms/RoomsTabbedPanel.java:37:
> > error: package com.googlecode.wicket.jquery.core does not exist
> >     [javac] import com.googlecode.wicket.jquery.core.JQueryBehavior;
> >     [javac]                                         ^
> >     [javac]
> >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/pages/auth/SignInPage.java:35:
> > error: package com.googlecode.wicket.jquery.core does not exist
> >     [javac] import
> > com.googlecode.wicket.jquery.core.JQueryAbstractBehavior;
> >     [javac]                                         ^
> >     [javac]
> >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/util/UserDashboardPersister.java:23:
> > error: package ro.fortsoft.wicket.dashboard does not exist
> >     [javac] import ro.fortsoft.wicket.dashboard.Dashboard;
> >     [javac]                                    ^
> >     [javac]
> >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/util/UserDashboardPersister.java:24:
> > error: package ro.fortsoft.wicket.dashboard does not exist
> >     [javac] import ro.fortsoft.wicket.dashboard.DashboardPersister;
> >     [javac]                                    ^
> >     [javac]
> >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/util/UserDashboardPersister.java:25:
> > error: package ro.fortsoft.wicket.dashboard does not exist
> >     [javac] import
> ro.fortsoft.wicket.dashboard.XStreamDashboardPersister;
> >     [javac]                                    ^
> >     [javac]
> >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/util/UserDashboardPersister.java:27:
> > error: cannot find symbol
> >     [javac] public class UserDashboardPersister implements
> > DashboardPersister {
> >     [javac]                                                ^
> >     [javac]   symbol: class DashboardPersister
> >     [javac]
> >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/util/UserDashboardPersister.java:28:
> > error: cannot find symbol
> >     [javac]     public Dashboard load() {
> >     [javac]            ^
> >     [javac]   symbol:   class Dashboard
> >     [javac]   location: class UserDashboardPersister
> >     [javac]
> >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/util/UserDashboardPersister.java:32:
> > error: cannot find symbol
> >     [javac]     public void save(Dashboard dashboard) {
> >     [javac]                      ^
> >     [javac]   symbol:   class Dashboard
> >     [javac]   location: class UserDashboardPersister
> >     [javac]
> >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/Application.java:77:
> > error: cannot find symbol
> >     [javac]         dashboardContext = new DashboardContext();
> >     [javac]                                ^
> >     [javac]   symbol:   class DashboardContext
> >     [javac]   location: class Application
> >     [javac]
> >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/Application.java:79:
> > error: cannot find symbol
> >     [javac]         WidgetRegistry widgetRegistry =
> > dashboardContext.getWidgetRegistry();
> >     [javac]         ^
> >     [javac]   symbol:   class WidgetRegistry
> >     [javac]   location: class Application
> >     [javac]
> >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/Application.java:84:
> > error: cannot find symbol
> >     [javac]         DashboardContextInjector dashboardContextInjector =
> new
> > DashboardContextInjector(dashboardContext);
> >     [javac]         ^
> >     [javac]   symbol:   class DashboardContextInjector
> >     [javac]   location: class Application
> >     [javac]
> >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/Application.java:84:
> > error: cannot find symbol
> >     [javac]         DashboardContextInjector dashboardContextInjector =
> new
> > DashboardContextInjector(dashboardContext);
> >     [javac]
> > ^
> >     [javac]   symbol:   class DashboardContextInjector
> >     [javac]   location: class Application
> >     [javac]
> >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/Application.java:86:
> > error: cannot find symbol
> >     [javac]         DashboardSettings dashboardSettings =
> > DashboardSettings.get();
> >     [javac]         ^
> >     [javac]   symbol:   class DashboardSettings
> >     [javac]   location: class Application
> >     [javac]
> >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/Application.java:86:
> > error: cannot find symbol
> >     [javac]         DashboardSettings dashboardSettings =
> > DashboardSettings.get();
> >     [javac]                                               ^
> >     [javac]   symbol:   variable DashboardSettings
> >     [javac]   location: class Application
> >     [javac]
> >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/WebSession.java:165:
> > error: cannot find symbol
> >     [javac]         Dashboard d = get().dashboard;
> >     [javac]         ^
> >     [javac]   symbol:   class Dashboard
> >     [javac]   location: class WebSession
> >     [javac]
> >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/WebSession.java:174:
> > error: cannot find symbol
> >     [javac]         DashboardContext dashboardContext =
> > getDashboardContext();
> >     [javac]         ^
> >     [javac]   symbol:   class DashboardContext
> >     [javac]   location: class WebSession
> >     [javac]
> >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/WebSession.java:178:
> > error: cannot find symbol
> >     [javac]             dashboard = new DefaultDashboard("default",
> > "Default");
> >     [javac]                             ^
> >     [javac]   symbol:   class DefaultDashboard
> >     [javac]   location: class WebSession
> >     [javac]
> >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/WebSession.java:180:
> > error: cannot find symbol
> >     [javac]             WidgetFactory widgetFactory =
> > dashboardContext.getWidgetFactory();
> >     [javac]             ^
> >     [javac]   symbol:   class WidgetFactory
> >     [javac]   location: class WebSession
> >     [javac]
> >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/calendar/CalendarPanel.java:64:
> > error: cannot find symbol
> >     [javac]         Options options = new Options();
> >     [javac]         ^
> >     [javac]   symbol:   class Options
> >     [javac]   location: class CalendarPanel
> >     [javac]
> >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/calendar/CalendarPanel.java:64:
> > error: cannot find symbol
> >     [javac]         Options options = new Options();
> >     [javac]                               ^
> >     [javac]   symbol:   class Options
> >     [javac]   location: class CalendarPanel
> >     [javac]
> >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/calendar/CalendarPanel.java:119:
> > error: cannot find symbol
> >     [javac]             public void onSelect(AjaxRequestTarget target,
> > CalendarView view, Date start, Date end, boolean allDay) {
> >     [javac]                                                            ^
> >     [javac]   symbol: class CalendarView
> >     [javac]
> >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/calendar/CalendarPanel.java:141:
> > error: cannot find symbol
> >     [javac]             public void onEventClick(AjaxRequestTarget
> target,
> > CalendarView view, int eventId) {
> >     [javac]
> >  ^
> >     [javac]   symbol: class CalendarView
> >     [javac]
> >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/calendar/CalendarPanel.java:78:
> > error: cannot find symbol
> >     [javac]                 add(new
> > JQueryAbstractBehavior("calendar-functions") {
> >     [javac]                         ^
> >     [javac]   symbol: class JQueryAbstractBehavior
> >     [javac]
> >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/calendar/CalendarPanel.java:121:
> > error: cannot find symbol
> >     [javac]                 if (CalendarView.month == view &&
> > start.equals(end)) {
> >     [javac]                     ^
> >     [javac]   symbol: variable CalendarView
> >     [javac]
> >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/calendar/CalendarPanel.java:118:
> > error: method does not override or implement a method from a supertype
> >     [javac]             @Override
> >     [javac]             ^
> >     [javac]
> >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/calendar/CalendarPanel.java:140:
> > error: method does not override or implement a method from a supertype
> >     [javac]             @Override
> >     [javac]             ^
> >     [javac]
> >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/OmDashboardPanel.java:34:
> > error: cannot find symbol
> >     [javac]         add(new DashboardPanel("dashboard", new
> > Model<Dashboard>(WebSession.getDashboard())));
> >     [javac]                 ^
> >     [javac]   symbol:   class DashboardPanel
> >     [javac]   location: class OmDashboardPanel
> >     [javac]
> >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/OmDashboardPanel.java:34:
> > error: cannot find symbol
> >     [javac]         add(new DashboardPanel("dashboard", new
> > Model<Dashboard>(WebSession.getDashboard())));
> >     [javac]                                                       ^
> >     [javac]   symbol:   class Dashboard
> >     [javac]   location: class OmDashboardPanel
> >     [javac]
> >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidget.java:34:
> > error: cannot find symbol
> >     [javac]         title = WebSession.getString(781L);
> >     [javac]         ^
> >     [javac]   symbol:   variable title
> >     [javac]   location: class PrivateRoomsWidget
> >     [javac]
> >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidget.java:35:
> > error: cannot find symbol
> >     [javac]         location = new WidgetLocation(0, 1);
> >     [javac]         ^
> >     [javac]   symbol:   variable location
> >     [javac]   location: class PrivateRoomsWidget
> >     [javac]
> >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidget.java:35:
> > error: cannot find symbol
> >     [javac]         location = new WidgetLocation(0, 1);
> >     [javac]                        ^
> >     [javac]   symbol:   class WidgetLocation
> >     [javac]   location: class PrivateRoomsWidget
> >     [javac]
> >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidget.java:39:
> > error: cannot find symbol
> >     [javac]         return new PrivateRoomsWidgetView(viewId, new
> > Model<Widget>(this));
> >     [javac]                                                             ^
> >     [javac]   symbol:   class Widget
> >     [javac]   location: class PrivateRoomsWidget
> >     [javac]
> >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidgetView.java:35:
> > error: cannot find symbol
> >     [javac]         add(new RoomsPanel("rooms", getMyRooms()));
> >     [javac]         ^
> >     [javac]   symbol:   method add(RoomsPanel)
> >     [javac]   location: class PrivateRoomsWidgetView
> >     [javac]
> >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidget.java:34:
> > error: cannot find symbol
> >     [javac]         title = WebSession.getString(774L);
> >     [javac]         ^
> >     [javac]   symbol:   variable title
> >     [javac]   location: class StartWidget
> >     [javac]
> >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidget.java:35:
> > error: cannot find symbol
> >     [javac]         location = new WidgetLocation(1, 0);
> >     [javac]         ^
> >     [javac]   symbol:   variable location
> >     [javac]   location: class StartWidget
> >     [javac]
> >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidget.java:35:
> > error: cannot find symbol
> >     [javac]         location = new WidgetLocation(1, 0);
> >     [javac]                        ^
> >     [javac]   symbol:   class WidgetLocation
> >     [javac]   location: class StartWidget
> >     [javac]
> >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidget.java:39:
> > error: cannot find symbol
> >     [javac]         return new StartWidgetView(viewId, new
> > Model<Widget>(this));
> >     [javac]                                                      ^
> >     [javac]   symbol:   class Widget
> >     [javac]   location: class StartWidget
> >     [javac]
> >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidget.java:34:
> > error: cannot find symbol
> >     [javac]         title = WebSession.getString(1546L);
> >     [javac]         ^
> >     [javac]   symbol:   variable title
> >     [javac]   location: class WelcomeWidget
> >     [javac]
> >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidget.java:35:
> > error: cannot find symbol
> >     [javac]         location = new WidgetLocation(0, 0);
> >     [javac]         ^
> >     [javac]   symbol:   variable location
> >     [javac]   location: class WelcomeWidget
> >     [javac] Note: Some input files use or override a deprecated API.
> >     [javac] Note: Recompile with -Xlint:deprecation for details.
> >     [javac] Note:
> >
> >
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/screen/webstart/gui/ScreenSharerFrame.java
> > uses unchecked or unsafe operations.
> >     [javac] Note: Recompile with -Xlint:unchecked for details.
> >     [javac] 100 errors
> >     [javac] 1 warning
> >
>
>
>
> --
> WBR
> Maxim aka solomax
>



-- 
Regards
Andun S.L. Gunawardana
Undergraduate
Department of Computer Science And Engineering
University of Moratuwa
Sri Lanka

Blog - http://www.insightforfuture.blogspot.com/
LinkedIn - http://www.linkedin.com/pub/andun-s-l-gunawardana/34/646/703
Twitter -http://twitter.com/AndunSLG

Re: Compilation faliure

Posted by Maxim Solodovnik <so...@gmail.com>.
Hello Andun,

please delete build/lib/om and run build again
All necessary libraries will be refetched


On Wed, May 1, 2013 at 12:04 AM, Andun Sameera <an...@gmail.com> wrote:

> Hi All,
>
> I am getting this compile error in the latest trunk. It complains that
> ro.fortsoft.wicket.dashboard package cannot be found. I found these package
> is used in latest commit by Maxim. Is it a local fault of mine or else ?
>
> Thanks!
>
> --
> Regards
> Andun S.L. Gunawardana
> Undergraduate
> Department of Computer Science And Engineering
> University of Moratuwa
> Sri Lanka
>
> Blog - http://www.insightforfuture.blogspot.com/
> LinkedIn - http://www.linkedin.com/pub/andun-s-l-gunawardana/34/646/703
> Twitter -http://twitter.com/AndunSLG
>
> Errors -
>
> [javac] Compiling 454 source files to
>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/build/classes/openmeetings
>     [javac] warning: [options] bootstrap class path not set in conjunction
> with -source 1.6
>     [javac] Note: Starting OpenJPA Annotation Processor for Metamodel
> Generation
>     [javac]
>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/Application.java:47:
> error: package ro.fortsoft.wicket.dashboard does not exist
>     [javac] import ro.fortsoft.wicket.dashboard.WidgetRegistry;
>     [javac]                                    ^
>     [javac]
>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/Application.java:48:
> error: package ro.fortsoft.wicket.dashboard.web does not exist
>     [javac] import ro.fortsoft.wicket.dashboard.web.DashboardContext;
>     [javac]                                        ^
>     [javac]
>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/Application.java:49:
> error: package ro.fortsoft.wicket.dashboard.web does not exist
>     [javac] import
> ro.fortsoft.wicket.dashboard.web.DashboardContextInjector;
>     [javac]                                        ^
>     [javac]
>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/Application.java:50:
> error: package ro.fortsoft.wicket.dashboard.web does not exist
>     [javac] import ro.fortsoft.wicket.dashboard.web.DashboardSettings;
>     [javac]                                        ^
>     [javac]
>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/Application.java:53:
> error: cannot find symbol
>     [javac]     private DashboardContext dashboardContext;
>     [javac]             ^
>     [javac]   symbol:   class DashboardContext
>     [javac]   location: class Application
>     [javac]
>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/Application.java:129:
> error: cannot find symbol
>     [javac]     public static DashboardContext getDashboardContext() {
>     [javac]                   ^
>     [javac]   symbol:   class DashboardContext
>     [javac]   location: class Application
>     [javac]
>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/WebSession.java:47:
> error: package ro.fortsoft.wicket.dashboard does not exist
>     [javac] import ro.fortsoft.wicket.dashboard.Dashboard;
>     [javac]                                    ^
>     [javac]
>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/WebSession.java:48:
> error: package ro.fortsoft.wicket.dashboard does not exist
>     [javac] import ro.fortsoft.wicket.dashboard.DefaultDashboard;
>     [javac]                                    ^
>     [javac]
>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/WebSession.java:49:
> error: package ro.fortsoft.wicket.dashboard does not exist
>     [javac] import ro.fortsoft.wicket.dashboard.WidgetFactory;
>     [javac]                                    ^
>     [javac]
>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/WebSession.java:50:
> error: package ro.fortsoft.wicket.dashboard.web does not exist
>     [javac] import ro.fortsoft.wicket.dashboard.web.DashboardContext;
>     [javac]                                        ^
>     [javac]
>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/WebSession.java:60:
> error: cannot find symbol
>     [javac]     private Dashboard dashboard;
>     [javac]             ^
>     [javac]   symbol:   class Dashboard
>     [javac]   location: class WebSession
>     [javac]
>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/WebSession.java:164:
> error: cannot find symbol
>     [javac]     public static Dashboard getDashboard() {
>     [javac]                   ^
>     [javac]   symbol:   class Dashboard
>     [javac]   location: class WebSession
>     [javac]
>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/calendar/CalendarPanel.java:34:
> error: package com.googlecode.wicket.jquery.core does not exist
>     [javac] import
> com.googlecode.wicket.jquery.core.JQueryAbstractBehavior;
>     [javac]                                         ^
>     [javac]
>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/calendar/CalendarPanel.java:35:
> error: package com.googlecode.wicket.jquery.core does not exist
>     [javac] import com.googlecode.wicket.jquery.core.Options;
>     [javac]                                         ^
>     [javac]
>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/calendar/CalendarPanel.java:37:
> error: cannot find symbol
>     [javac] import com.googlecode.wicket.jquery.ui.calendar.CalendarView;
>     [javac]                                                ^
>     [javac]   symbol:   class CalendarView
>     [javac]   location: package com.googlecode.wicket.jquery.ui.calendar
>     [javac]
>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/OmDashboardPanel.java:25:
> error: package ro.fortsoft.wicket.dashboard does not exist
>     [javac] import ro.fortsoft.wicket.dashboard.Dashboard;
>     [javac]                                    ^
>     [javac]
>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/OmDashboardPanel.java:26:
> error: package ro.fortsoft.wicket.dashboard.web does not exist
>     [javac] import ro.fortsoft.wicket.dashboard.web.DashboardPanel;
>     [javac]                                        ^
>     [javac]
>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidget.java:24:
> error: package ro.fortsoft.wicket.dashboard does not exist
>     [javac] import ro.fortsoft.wicket.dashboard.AbstractWidget;
>     [javac]                                    ^
>     [javac]
>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidget.java:25:
> error: package ro.fortsoft.wicket.dashboard does not exist
>     [javac] import ro.fortsoft.wicket.dashboard.Widget;
>     [javac]                                    ^
>     [javac]
>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidget.java:26:
> error: package ro.fortsoft.wicket.dashboard does not exist
>     [javac] import ro.fortsoft.wicket.dashboard.WidgetLocation;
>     [javac]                                    ^
>     [javac]
>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidget.java:27:
> error: package ro.fortsoft.wicket.dashboard.web does not exist
>     [javac] import ro.fortsoft.wicket.dashboard.web.WidgetView;
>     [javac]                                        ^
>     [javac]
>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidget.java:29:
> error: cannot find symbol
>     [javac] public class PrivateRoomsWidget extends AbstractWidget {
>     [javac]                                         ^
>     [javac]   symbol: class AbstractWidget
>     [javac]
>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidget.java:38:
> error: cannot find symbol
>     [javac]     public WidgetView createView(String viewId) {
>     [javac]            ^
>     [javac]   symbol:   class WidgetView
>     [javac]   location: class PrivateRoomsWidget
>     [javac]
>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidgetDescriptor.java:23:
> error: package ro.fortsoft.wicket.dashboard does not exist
>     [javac] import ro.fortsoft.wicket.dashboard.WidgetDescriptor;
>     [javac]                                    ^
>     [javac]
>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidgetDescriptor.java:25:
> error: cannot find symbol
>     [javac] public class PrivateRoomsWidgetDescriptor implements
> WidgetDescriptor {
>     [javac]                                                      ^
>     [javac]   symbol: class WidgetDescriptor
>     [javac]
>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidgetView.java:26:
> error: package ro.fortsoft.wicket.dashboard does not exist
>     [javac] import ro.fortsoft.wicket.dashboard.Widget;
>     [javac]                                    ^
>     [javac]
>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidgetView.java:27:
> error: package ro.fortsoft.wicket.dashboard.web does not exist
>     [javac] import ro.fortsoft.wicket.dashboard.web.WidgetView;
>     [javac]                                        ^
>     [javac]
>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidgetView.java:29:
> error: cannot find symbol
>     [javac] public class PrivateRoomsWidgetView extends WidgetView {
>     [javac]                                             ^
>     [javac]   symbol: class WidgetView
>     [javac]
>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidgetView.java:32:
> error: cannot find symbol
>     [javac]     public PrivateRoomsWidgetView(String id, Model<Widget>
> model) {
>     [javac]                                                    ^
>     [javac]   symbol:   class Widget
>     [javac]   location: class PrivateRoomsWidgetView
>     [javac]
>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidget.java:24:
> error: package ro.fortsoft.wicket.dashboard does not exist
>     [javac] import ro.fortsoft.wicket.dashboard.AbstractWidget;
>     [javac]                                    ^
>     [javac]
>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidget.java:25:
> error: package ro.fortsoft.wicket.dashboard does not exist
>     [javac] import ro.fortsoft.wicket.dashboard.Widget;
>     [javac]                                    ^
>     [javac]
>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidget.java:26:
> error: package ro.fortsoft.wicket.dashboard does not exist
>     [javac] import ro.fortsoft.wicket.dashboard.WidgetLocation;
>     [javac]                                    ^
>     [javac]
>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidget.java:27:
> error: package ro.fortsoft.wicket.dashboard.web does not exist
>     [javac] import ro.fortsoft.wicket.dashboard.web.WidgetView;
>     [javac]                                        ^
>     [javac]
>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidget.java:29:
> error: cannot find symbol
>     [javac] public class StartWidget extends AbstractWidget {
>     [javac]                                  ^
>     [javac]   symbol: class AbstractWidget
>     [javac]
>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidget.java:38:
> error: cannot find symbol
>     [javac]     public WidgetView createView(String viewId) {
>     [javac]            ^
>     [javac]   symbol:   class WidgetView
>     [javac]   location: class StartWidget
>     [javac]
>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidgetDescriptor.java:23:
> error: package ro.fortsoft.wicket.dashboard does not exist
>     [javac] import ro.fortsoft.wicket.dashboard.WidgetDescriptor;
>     [javac]                                    ^
>     [javac]
>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidgetDescriptor.java:25:
> error: cannot find symbol
>     [javac] public class StartWidgetDescriptor implements WidgetDescriptor
> {
>     [javac]                                               ^
>     [javac]   symbol: class WidgetDescriptor
>     [javac]
>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidgetView.java:23:
> error: package ro.fortsoft.wicket.dashboard does not exist
>     [javac] import ro.fortsoft.wicket.dashboard.Widget;
>     [javac]                                    ^
>     [javac]
>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidgetView.java:24:
> error: package ro.fortsoft.wicket.dashboard.web does not exist
>     [javac] import ro.fortsoft.wicket.dashboard.web.WidgetView;
>     [javac]                                        ^
>     [javac]
>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidgetView.java:26:
> error: cannot find symbol
>     [javac] public class StartWidgetView extends WidgetView {
>     [javac]                                      ^
>     [javac]   symbol: class WidgetView
>     [javac]
>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidgetView.java:29:
> error: cannot find symbol
>     [javac]     public StartWidgetView(String id, Model<Widget> model) {
>     [javac]                                             ^
>     [javac]   symbol:   class Widget
>     [javac]   location: class StartWidgetView
>     [javac]
>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidget.java:24:
> error: package ro.fortsoft.wicket.dashboard does not exist
>     [javac] import ro.fortsoft.wicket.dashboard.AbstractWidget;
>     [javac]                                    ^
>     [javac]
>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidget.java:25:
> error: package ro.fortsoft.wicket.dashboard does not exist
>     [javac] import ro.fortsoft.wicket.dashboard.Widget;
>     [javac]                                    ^
>     [javac]
>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidget.java:26:
> error: package ro.fortsoft.wicket.dashboard does not exist
>     [javac] import ro.fortsoft.wicket.dashboard.WidgetLocation;
>     [javac]                                    ^
>     [javac]
>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidget.java:27:
> error: package ro.fortsoft.wicket.dashboard.web does not exist
>     [javac] import ro.fortsoft.wicket.dashboard.web.WidgetView;
>     [javac]                                        ^
>     [javac]
>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidget.java:29:
> error: cannot find symbol
>     [javac] public class WelcomeWidget extends AbstractWidget {
>     [javac]                                    ^
>     [javac]   symbol: class AbstractWidget
>     [javac]
>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidget.java:38:
> error: cannot find symbol
>     [javac]     public WidgetView createView(String viewId) {
>     [javac]            ^
>     [javac]   symbol:   class WidgetView
>     [javac]   location: class WelcomeWidget
>     [javac]
>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidgetDescriptor.java:23:
> error: package ro.fortsoft.wicket.dashboard does not exist
>     [javac] import ro.fortsoft.wicket.dashboard.WidgetDescriptor;
>     [javac]                                    ^
>     [javac]
>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidgetDescriptor.java:25:
> error: cannot find symbol
>     [javac] public class WelcomeWidgetDescriptor implements
> WidgetDescriptor {
>     [javac]                                                 ^
>     [javac]   symbol: class WidgetDescriptor
>     [javac]
>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/profile/SettingsPanel.java:32:
> error: package com.googlecode.wicket.jquery.core does not exist
>     [javac] import com.googlecode.wicket.jquery.core.JQueryBehavior;
>     [javac]                                         ^
>     [javac]
>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/profile/SettingsPanel.java:33:
> error: package com.googlecode.wicket.jquery.core does not exist
>     [javac] import com.googlecode.wicket.jquery.core.Options;
>     [javac]                                         ^
>     [javac]
>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidgetView.java:37:
> error: package ro.fortsoft.wicket.dashboard does not exist
>     [javac] import ro.fortsoft.wicket.dashboard.Widget;
>     [javac]                                    ^
>     [javac]
>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidgetView.java:38:
> error: package ro.fortsoft.wicket.dashboard.web does not exist
>     [javac] import ro.fortsoft.wicket.dashboard.web.WidgetView;
>     [javac]                                        ^
>     [javac]
>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidgetView.java:40:
> error: cannot find symbol
>     [javac] public class WelcomeWidgetView extends WidgetView {
>     [javac]                                        ^
>     [javac]   symbol: class WidgetView
>     [javac]
>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidgetView.java:43:
> error: cannot find symbol
>     [javac]     public WelcomeWidgetView(String id, Model<Widget> model) {
>     [javac]                                               ^
>     [javac]   symbol:   class Widget
>     [javac]   location: class WelcomeWidgetView
>     [javac]
>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/profile/WidgetsPanel.java:32:
> error: package ro.fortsoft.wicket.dashboard does not exist
>     [javac] import ro.fortsoft.wicket.dashboard.Dashboard;
>     [javac]                                    ^
>     [javac]
>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/profile/WidgetsPanel.java:33:
> error: package ro.fortsoft.wicket.dashboard does not exist
>     [javac] import ro.fortsoft.wicket.dashboard.Widget;
>     [javac]                                    ^
>     [javac]
>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/profile/WidgetsPanel.java:34:
> error: package ro.fortsoft.wicket.dashboard does not exist
>     [javac] import ro.fortsoft.wicket.dashboard.WidgetDescriptor;
>     [javac]                                    ^
>     [javac]
>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/profile/WidgetsPanel.java:35:
> error: package ro.fortsoft.wicket.dashboard.web does not exist
>     [javac] import ro.fortsoft.wicket.dashboard.web.DashboardContext;
>     [javac]                                        ^
>     [javac]
>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/profile/WidgetsPanel.java:40:
> error: cannot find symbol
>     [javac]     private Widget isDisplayed(WidgetDescriptor wd) {
>     [javac]                                ^
>     [javac]   symbol:   class WidgetDescriptor
>     [javac]   location: class WidgetsPanel
>     [javac]
>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/profile/WidgetsPanel.java:40:
> error: cannot find symbol
>     [javac]     private Widget isDisplayed(WidgetDescriptor wd) {
>     [javac]             ^
>     [javac]   symbol:   class Widget
>     [javac]   location: class WidgetsPanel
>     [javac]
>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/rooms/RoomsTabbedPanel.java:37:
> error: package com.googlecode.wicket.jquery.core does not exist
>     [javac] import com.googlecode.wicket.jquery.core.JQueryBehavior;
>     [javac]                                         ^
>     [javac]
>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/pages/auth/SignInPage.java:35:
> error: package com.googlecode.wicket.jquery.core does not exist
>     [javac] import
> com.googlecode.wicket.jquery.core.JQueryAbstractBehavior;
>     [javac]                                         ^
>     [javac]
>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/util/UserDashboardPersister.java:23:
> error: package ro.fortsoft.wicket.dashboard does not exist
>     [javac] import ro.fortsoft.wicket.dashboard.Dashboard;
>     [javac]                                    ^
>     [javac]
>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/util/UserDashboardPersister.java:24:
> error: package ro.fortsoft.wicket.dashboard does not exist
>     [javac] import ro.fortsoft.wicket.dashboard.DashboardPersister;
>     [javac]                                    ^
>     [javac]
>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/util/UserDashboardPersister.java:25:
> error: package ro.fortsoft.wicket.dashboard does not exist
>     [javac] import ro.fortsoft.wicket.dashboard.XStreamDashboardPersister;
>     [javac]                                    ^
>     [javac]
>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/util/UserDashboardPersister.java:27:
> error: cannot find symbol
>     [javac] public class UserDashboardPersister implements
> DashboardPersister {
>     [javac]                                                ^
>     [javac]   symbol: class DashboardPersister
>     [javac]
>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/util/UserDashboardPersister.java:28:
> error: cannot find symbol
>     [javac]     public Dashboard load() {
>     [javac]            ^
>     [javac]   symbol:   class Dashboard
>     [javac]   location: class UserDashboardPersister
>     [javac]
>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/util/UserDashboardPersister.java:32:
> error: cannot find symbol
>     [javac]     public void save(Dashboard dashboard) {
>     [javac]                      ^
>     [javac]   symbol:   class Dashboard
>     [javac]   location: class UserDashboardPersister
>     [javac]
>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/Application.java:47:
> error: package ro.fortsoft.wicket.dashboard does not exist
>     [javac] import ro.fortsoft.wicket.dashboard.WidgetRegistry;
>     [javac]                                    ^
>     [javac]
>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/Application.java:48:
> error: package ro.fortsoft.wicket.dashboard.web does not exist
>     [javac] import ro.fortsoft.wicket.dashboard.web.DashboardContext;
>     [javac]                                        ^
>     [javac]
>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/Application.java:49:
> error: package ro.fortsoft.wicket.dashboard.web does not exist
>     [javac] import
> ro.fortsoft.wicket.dashboard.web.DashboardContextInjector;
>     [javac]                                        ^
>     [javac]
>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/Application.java:50:
> error: package ro.fortsoft.wicket.dashboard.web does not exist
>     [javac] import ro.fortsoft.wicket.dashboard.web.DashboardSettings;
>     [javac]                                        ^
>     [javac]
>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/Application.java:53:
> error: cannot find symbol
>     [javac]     private DashboardContext dashboardContext;
>     [javac]             ^
>     [javac]   symbol:   class DashboardContext
>     [javac]   location: class Application
>     [javac]
>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/Application.java:129:
> error: cannot find symbol
>     [javac]     public static DashboardContext getDashboardContext() {
>     [javac]                   ^
>     [javac]   symbol:   class DashboardContext
>     [javac]   location: class Application
>     [javac]
>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/WebSession.java:47:
> error: package ro.fortsoft.wicket.dashboard does not exist
>     [javac] import ro.fortsoft.wicket.dashboard.Dashboard;
>     [javac]                                    ^
>     [javac]
>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/WebSession.java:48:
> error: package ro.fortsoft.wicket.dashboard does not exist
>     [javac] import ro.fortsoft.wicket.dashboard.DefaultDashboard;
>     [javac]                                    ^
>     [javac]
>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/WebSession.java:49:
> error: package ro.fortsoft.wicket.dashboard does not exist
>     [javac] import ro.fortsoft.wicket.dashboard.WidgetFactory;
>     [javac]                                    ^
>     [javac]
>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/WebSession.java:50:
> error: package ro.fortsoft.wicket.dashboard.web does not exist
>     [javac] import ro.fortsoft.wicket.dashboard.web.DashboardContext;
>     [javac]                                        ^
>     [javac]
>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/WebSession.java:60:
> error: cannot find symbol
>     [javac]     private Dashboard dashboard;
>     [javac]             ^
>     [javac]   symbol:   class Dashboard
>     [javac]   location: class WebSession
>     [javac]
>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/WebSession.java:164:
> error: cannot find symbol
>     [javac]     public static Dashboard getDashboard() {
>     [javac]                   ^
>     [javac]   symbol:   class Dashboard
>     [javac]   location: class WebSession
>     [javac]
>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/calendar/CalendarPanel.java:34:
> error: package com.googlecode.wicket.jquery.core does not exist
>     [javac] import
> com.googlecode.wicket.jquery.core.JQueryAbstractBehavior;
>     [javac]                                         ^
>     [javac]
>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/calendar/CalendarPanel.java:35:
> error: package com.googlecode.wicket.jquery.core does not exist
>     [javac] import com.googlecode.wicket.jquery.core.Options;
>     [javac]                                         ^
>     [javac]
>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/calendar/CalendarPanel.java:37:
> error: cannot find symbol
>     [javac] import com.googlecode.wicket.jquery.ui.calendar.CalendarView;
>     [javac]                                                ^
>     [javac]   symbol:   class CalendarView
>     [javac]   location: package com.googlecode.wicket.jquery.ui.calendar
>     [javac]
>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/OmDashboardPanel.java:25:
> error: package ro.fortsoft.wicket.dashboard does not exist
>     [javac] import ro.fortsoft.wicket.dashboard.Dashboard;
>     [javac]                                    ^
>     [javac]
>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/OmDashboardPanel.java:26:
> error: package ro.fortsoft.wicket.dashboard.web does not exist
>     [javac] import ro.fortsoft.wicket.dashboard.web.DashboardPanel;
>     [javac]                                        ^
>     [javac]
>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidget.java:24:
> error: package ro.fortsoft.wicket.dashboard does not exist
>     [javac] import ro.fortsoft.wicket.dashboard.AbstractWidget;
>     [javac]                                    ^
>     [javac]
>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidget.java:25:
> error: package ro.fortsoft.wicket.dashboard does not exist
>     [javac] import ro.fortsoft.wicket.dashboard.Widget;
>     [javac]                                    ^
>     [javac]
>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidget.java:26:
> error: package ro.fortsoft.wicket.dashboard does not exist
>     [javac] import ro.fortsoft.wicket.dashboard.WidgetLocation;
>     [javac]                                    ^
>     [javac]
>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidget.java:27:
> error: package ro.fortsoft.wicket.dashboard.web does not exist
>     [javac] import ro.fortsoft.wicket.dashboard.web.WidgetView;
>     [javac]                                        ^
>     [javac]
>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidget.java:29:
> error: cannot find symbol
>     [javac] public class PrivateRoomsWidget extends AbstractWidget {
>     [javac]                                         ^
>     [javac]   symbol: class AbstractWidget
>     [javac]
>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidget.java:38:
> error: cannot find symbol
>     [javac]     public WidgetView createView(String viewId) {
>     [javac]            ^
>     [javac]   symbol:   class WidgetView
>     [javac]   location: class PrivateRoomsWidget
>     [javac]
>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidgetDescriptor.java:23:
> error: package ro.fortsoft.wicket.dashboard does not exist
>     [javac] import ro.fortsoft.wicket.dashboard.WidgetDescriptor;
>     [javac]                                    ^
>     [javac]
>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidgetDescriptor.java:25:
> error: cannot find symbol
>     [javac] public class PrivateRoomsWidgetDescriptor implements
> WidgetDescriptor {
>     [javac]                                                      ^
>     [javac]   symbol: class WidgetDescriptor
>     [javac]
>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidgetView.java:26:
> error: package ro.fortsoft.wicket.dashboard does not exist
>     [javac] import ro.fortsoft.wicket.dashboard.Widget;
>     [javac]                                    ^
>     [javac]
>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidgetView.java:27:
> error: package ro.fortsoft.wicket.dashboard.web does not exist
>     [javac] import ro.fortsoft.wicket.dashboard.web.WidgetView;
>     [javac]                                        ^
>     [javac]
>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidgetView.java:29:
> error: cannot find symbol
>     [javac] public class PrivateRoomsWidgetView extends WidgetView {
>     [javac]                                             ^
>     [javac]   symbol: class WidgetView
>     [javac]
>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidgetView.java:32:
> error: cannot find symbol
>     [javac]     public PrivateRoomsWidgetView(String id, Model<Widget>
> model) {
>     [javac]                                                    ^
>     [javac]   symbol:   class Widget
>     [javac]   location: class PrivateRoomsWidgetView
>     [javac]
>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidget.java:24:
> error: package ro.fortsoft.wicket.dashboard does not exist
>     [javac] import ro.fortsoft.wicket.dashboard.AbstractWidget;
>     [javac]                                    ^
>     [javac]
>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidget.java:25:
> error: package ro.fortsoft.wicket.dashboard does not exist
>     [javac] import ro.fortsoft.wicket.dashboard.Widget;
>     [javac]                                    ^
>     [javac]
>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidget.java:26:
> error: package ro.fortsoft.wicket.dashboard does not exist
>     [javac] import ro.fortsoft.wicket.dashboard.WidgetLocation;
>     [javac]                                    ^
>     [javac]
>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidget.java:27:
> error: package ro.fortsoft.wicket.dashboard.web does not exist
>     [javac] import ro.fortsoft.wicket.dashboard.web.WidgetView;
>     [javac]                                        ^
>     [javac]
>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidget.java:29:
> error: cannot find symbol
>     [javac] public class StartWidget extends AbstractWidget {
>     [javac]                                  ^
>     [javac]   symbol: class AbstractWidget
>     [javac]
>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidget.java:38:
> error: cannot find symbol
>     [javac]     public WidgetView createView(String viewId) {
>     [javac]            ^
>     [javac]   symbol:   class WidgetView
>     [javac]   location: class StartWidget
>     [javac]
>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidgetDescriptor.java:23:
> error: package ro.fortsoft.wicket.dashboard does not exist
>     [javac] import ro.fortsoft.wicket.dashboard.WidgetDescriptor;
>     [javac]                                    ^
>     [javac]
>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidgetDescriptor.java:25:
> error: cannot find symbol
>     [javac] public class StartWidgetDescriptor implements WidgetDescriptor
> {
>     [javac]                                               ^
>     [javac]   symbol: class WidgetDescriptor
>     [javac]
>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidgetView.java:23:
> error: package ro.fortsoft.wicket.dashboard does not exist
>     [javac] import ro.fortsoft.wicket.dashboard.Widget;
>     [javac]                                    ^
>     [javac]
>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidgetView.java:24:
> error: package ro.fortsoft.wicket.dashboard.web does not exist
>     [javac] import ro.fortsoft.wicket.dashboard.web.WidgetView;
>     [javac]                                        ^
>     [javac]
>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidgetView.java:26:
> error: cannot find symbol
>     [javac] public class StartWidgetView extends WidgetView {
>     [javac]                                      ^
>     [javac]   symbol: class WidgetView
>     [javac]
>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidgetView.java:29:
> error: cannot find symbol
>     [javac]     public StartWidgetView(String id, Model<Widget> model) {
>     [javac]                                             ^
>     [javac]   symbol:   class Widget
>     [javac]   location: class StartWidgetView
>     [javac]
>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidget.java:24:
> error: package ro.fortsoft.wicket.dashboard does not exist
>     [javac] import ro.fortsoft.wicket.dashboard.AbstractWidget;
>     [javac]                                    ^
>     [javac]
>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidget.java:25:
> error: package ro.fortsoft.wicket.dashboard does not exist
>     [javac] import ro.fortsoft.wicket.dashboard.Widget;
>     [javac]                                    ^
>     [javac]
>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidget.java:26:
> error: package ro.fortsoft.wicket.dashboard does not exist
>     [javac] import ro.fortsoft.wicket.dashboard.WidgetLocation;
>     [javac]                                    ^
>     [javac]
>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidget.java:27:
> error: package ro.fortsoft.wicket.dashboard.web does not exist
>     [javac] import ro.fortsoft.wicket.dashboard.web.WidgetView;
>     [javac]                                        ^
>     [javac]
>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidget.java:29:
> error: cannot find symbol
>     [javac] public class WelcomeWidget extends AbstractWidget {
>     [javac]                                    ^
>     [javac]   symbol: class AbstractWidget
>     [javac]
>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidget.java:38:
> error: cannot find symbol
>     [javac]     public WidgetView createView(String viewId) {
>     [javac]            ^
>     [javac]   symbol:   class WidgetView
>     [javac]   location: class WelcomeWidget
>     [javac]
>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidgetDescriptor.java:23:
> error: package ro.fortsoft.wicket.dashboard does not exist
>     [javac] import ro.fortsoft.wicket.dashboard.WidgetDescriptor;
>     [javac]                                    ^
>     [javac]
>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidgetDescriptor.java:25:
> error: cannot find symbol
>     [javac] public class WelcomeWidgetDescriptor implements
> WidgetDescriptor {
>     [javac]                                                 ^
>     [javac]   symbol: class WidgetDescriptor
>     [javac]
>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/profile/SettingsPanel.java:32:
> error: package com.googlecode.wicket.jquery.core does not exist
>     [javac] import com.googlecode.wicket.jquery.core.JQueryBehavior;
>     [javac]                                         ^
>     [javac]
>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/profile/SettingsPanel.java:33:
> error: package com.googlecode.wicket.jquery.core does not exist
>     [javac] import com.googlecode.wicket.jquery.core.Options;
>     [javac]                                         ^
>     [javac]
>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidgetView.java:37:
> error: package ro.fortsoft.wicket.dashboard does not exist
>     [javac] import ro.fortsoft.wicket.dashboard.Widget;
>     [javac]                                    ^
>     [javac]
>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidgetView.java:38:
> error: package ro.fortsoft.wicket.dashboard.web does not exist
>     [javac] import ro.fortsoft.wicket.dashboard.web.WidgetView;
>     [javac]                                        ^
>     [javac]
>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidgetView.java:40:
> error: cannot find symbol
>     [javac] public class WelcomeWidgetView extends WidgetView {
>     [javac]                                        ^
>     [javac]   symbol: class WidgetView
>     [javac]
>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidgetView.java:43:
> error: cannot find symbol
>     [javac]     public WelcomeWidgetView(String id, Model<Widget> model) {
>     [javac]                                               ^
>     [javac]   symbol:   class Widget
>     [javac]   location: class WelcomeWidgetView
>     [javac]
>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/profile/WidgetsPanel.java:32:
> error: package ro.fortsoft.wicket.dashboard does not exist
>     [javac] import ro.fortsoft.wicket.dashboard.Dashboard;
>     [javac]                                    ^
>     [javac]
>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/profile/WidgetsPanel.java:33:
> error: package ro.fortsoft.wicket.dashboard does not exist
>     [javac] import ro.fortsoft.wicket.dashboard.Widget;
>     [javac]                                    ^
>     [javac]
>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/profile/WidgetsPanel.java:34:
> error: package ro.fortsoft.wicket.dashboard does not exist
>     [javac] import ro.fortsoft.wicket.dashboard.WidgetDescriptor;
>     [javac]                                    ^
>     [javac]
>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/profile/WidgetsPanel.java:35:
> error: package ro.fortsoft.wicket.dashboard.web does not exist
>     [javac] import ro.fortsoft.wicket.dashboard.web.DashboardContext;
>     [javac]                                        ^
>     [javac]
>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/profile/WidgetsPanel.java:40:
> error: cannot find symbol
>     [javac]     private Widget isDisplayed(WidgetDescriptor wd) {
>     [javac]                                ^
>     [javac]   symbol:   class WidgetDescriptor
>     [javac]   location: class WidgetsPanel
>     [javac]
>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/profile/WidgetsPanel.java:40:
> error: cannot find symbol
>     [javac]     private Widget isDisplayed(WidgetDescriptor wd) {
>     [javac]             ^
>     [javac]   symbol:   class Widget
>     [javac]   location: class WidgetsPanel
>     [javac]
>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/rooms/RoomsTabbedPanel.java:37:
> error: package com.googlecode.wicket.jquery.core does not exist
>     [javac] import com.googlecode.wicket.jquery.core.JQueryBehavior;
>     [javac]                                         ^
>     [javac]
>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/pages/auth/SignInPage.java:35:
> error: package com.googlecode.wicket.jquery.core does not exist
>     [javac] import
> com.googlecode.wicket.jquery.core.JQueryAbstractBehavior;
>     [javac]                                         ^
>     [javac]
>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/util/UserDashboardPersister.java:23:
> error: package ro.fortsoft.wicket.dashboard does not exist
>     [javac] import ro.fortsoft.wicket.dashboard.Dashboard;
>     [javac]                                    ^
>     [javac]
>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/util/UserDashboardPersister.java:24:
> error: package ro.fortsoft.wicket.dashboard does not exist
>     [javac] import ro.fortsoft.wicket.dashboard.DashboardPersister;
>     [javac]                                    ^
>     [javac]
>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/util/UserDashboardPersister.java:25:
> error: package ro.fortsoft.wicket.dashboard does not exist
>     [javac] import ro.fortsoft.wicket.dashboard.XStreamDashboardPersister;
>     [javac]                                    ^
>     [javac]
>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/util/UserDashboardPersister.java:27:
> error: cannot find symbol
>     [javac] public class UserDashboardPersister implements
> DashboardPersister {
>     [javac]                                                ^
>     [javac]   symbol: class DashboardPersister
>     [javac]
>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/util/UserDashboardPersister.java:28:
> error: cannot find symbol
>     [javac]     public Dashboard load() {
>     [javac]            ^
>     [javac]   symbol:   class Dashboard
>     [javac]   location: class UserDashboardPersister
>     [javac]
>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/util/UserDashboardPersister.java:32:
> error: cannot find symbol
>     [javac]     public void save(Dashboard dashboard) {
>     [javac]                      ^
>     [javac]   symbol:   class Dashboard
>     [javac]   location: class UserDashboardPersister
>     [javac]
>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/Application.java:77:
> error: cannot find symbol
>     [javac]         dashboardContext = new DashboardContext();
>     [javac]                                ^
>     [javac]   symbol:   class DashboardContext
>     [javac]   location: class Application
>     [javac]
>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/Application.java:79:
> error: cannot find symbol
>     [javac]         WidgetRegistry widgetRegistry =
> dashboardContext.getWidgetRegistry();
>     [javac]         ^
>     [javac]   symbol:   class WidgetRegistry
>     [javac]   location: class Application
>     [javac]
>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/Application.java:84:
> error: cannot find symbol
>     [javac]         DashboardContextInjector dashboardContextInjector = new
> DashboardContextInjector(dashboardContext);
>     [javac]         ^
>     [javac]   symbol:   class DashboardContextInjector
>     [javac]   location: class Application
>     [javac]
>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/Application.java:84:
> error: cannot find symbol
>     [javac]         DashboardContextInjector dashboardContextInjector = new
> DashboardContextInjector(dashboardContext);
>     [javac]
> ^
>     [javac]   symbol:   class DashboardContextInjector
>     [javac]   location: class Application
>     [javac]
>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/Application.java:86:
> error: cannot find symbol
>     [javac]         DashboardSettings dashboardSettings =
> DashboardSettings.get();
>     [javac]         ^
>     [javac]   symbol:   class DashboardSettings
>     [javac]   location: class Application
>     [javac]
>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/Application.java:86:
> error: cannot find symbol
>     [javac]         DashboardSettings dashboardSettings =
> DashboardSettings.get();
>     [javac]                                               ^
>     [javac]   symbol:   variable DashboardSettings
>     [javac]   location: class Application
>     [javac]
>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/WebSession.java:165:
> error: cannot find symbol
>     [javac]         Dashboard d = get().dashboard;
>     [javac]         ^
>     [javac]   symbol:   class Dashboard
>     [javac]   location: class WebSession
>     [javac]
>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/WebSession.java:174:
> error: cannot find symbol
>     [javac]         DashboardContext dashboardContext =
> getDashboardContext();
>     [javac]         ^
>     [javac]   symbol:   class DashboardContext
>     [javac]   location: class WebSession
>     [javac]
>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/WebSession.java:178:
> error: cannot find symbol
>     [javac]             dashboard = new DefaultDashboard("default",
> "Default");
>     [javac]                             ^
>     [javac]   symbol:   class DefaultDashboard
>     [javac]   location: class WebSession
>     [javac]
>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/app/WebSession.java:180:
> error: cannot find symbol
>     [javac]             WidgetFactory widgetFactory =
> dashboardContext.getWidgetFactory();
>     [javac]             ^
>     [javac]   symbol:   class WidgetFactory
>     [javac]   location: class WebSession
>     [javac]
>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/calendar/CalendarPanel.java:64:
> error: cannot find symbol
>     [javac]         Options options = new Options();
>     [javac]         ^
>     [javac]   symbol:   class Options
>     [javac]   location: class CalendarPanel
>     [javac]
>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/calendar/CalendarPanel.java:64:
> error: cannot find symbol
>     [javac]         Options options = new Options();
>     [javac]                               ^
>     [javac]   symbol:   class Options
>     [javac]   location: class CalendarPanel
>     [javac]
>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/calendar/CalendarPanel.java:119:
> error: cannot find symbol
>     [javac]             public void onSelect(AjaxRequestTarget target,
> CalendarView view, Date start, Date end, boolean allDay) {
>     [javac]                                                            ^
>     [javac]   symbol: class CalendarView
>     [javac]
>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/calendar/CalendarPanel.java:141:
> error: cannot find symbol
>     [javac]             public void onEventClick(AjaxRequestTarget target,
> CalendarView view, int eventId) {
>     [javac]
>  ^
>     [javac]   symbol: class CalendarView
>     [javac]
>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/calendar/CalendarPanel.java:78:
> error: cannot find symbol
>     [javac]                 add(new
> JQueryAbstractBehavior("calendar-functions") {
>     [javac]                         ^
>     [javac]   symbol: class JQueryAbstractBehavior
>     [javac]
>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/calendar/CalendarPanel.java:121:
> error: cannot find symbol
>     [javac]                 if (CalendarView.month == view &&
> start.equals(end)) {
>     [javac]                     ^
>     [javac]   symbol: variable CalendarView
>     [javac]
>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/calendar/CalendarPanel.java:118:
> error: method does not override or implement a method from a supertype
>     [javac]             @Override
>     [javac]             ^
>     [javac]
>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/calendar/CalendarPanel.java:140:
> error: method does not override or implement a method from a supertype
>     [javac]             @Override
>     [javac]             ^
>     [javac]
>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/OmDashboardPanel.java:34:
> error: cannot find symbol
>     [javac]         add(new DashboardPanel("dashboard", new
> Model<Dashboard>(WebSession.getDashboard())));
>     [javac]                 ^
>     [javac]   symbol:   class DashboardPanel
>     [javac]   location: class OmDashboardPanel
>     [javac]
>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/OmDashboardPanel.java:34:
> error: cannot find symbol
>     [javac]         add(new DashboardPanel("dashboard", new
> Model<Dashboard>(WebSession.getDashboard())));
>     [javac]                                                       ^
>     [javac]   symbol:   class Dashboard
>     [javac]   location: class OmDashboardPanel
>     [javac]
>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidget.java:34:
> error: cannot find symbol
>     [javac]         title = WebSession.getString(781L);
>     [javac]         ^
>     [javac]   symbol:   variable title
>     [javac]   location: class PrivateRoomsWidget
>     [javac]
>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidget.java:35:
> error: cannot find symbol
>     [javac]         location = new WidgetLocation(0, 1);
>     [javac]         ^
>     [javac]   symbol:   variable location
>     [javac]   location: class PrivateRoomsWidget
>     [javac]
>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidget.java:35:
> error: cannot find symbol
>     [javac]         location = new WidgetLocation(0, 1);
>     [javac]                        ^
>     [javac]   symbol:   class WidgetLocation
>     [javac]   location: class PrivateRoomsWidget
>     [javac]
>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidget.java:39:
> error: cannot find symbol
>     [javac]         return new PrivateRoomsWidgetView(viewId, new
> Model<Widget>(this));
>     [javac]                                                             ^
>     [javac]   symbol:   class Widget
>     [javac]   location: class PrivateRoomsWidget
>     [javac]
>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/PrivateRoomsWidgetView.java:35:
> error: cannot find symbol
>     [javac]         add(new RoomsPanel("rooms", getMyRooms()));
>     [javac]         ^
>     [javac]   symbol:   method add(RoomsPanel)
>     [javac]   location: class PrivateRoomsWidgetView
>     [javac]
>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidget.java:34:
> error: cannot find symbol
>     [javac]         title = WebSession.getString(774L);
>     [javac]         ^
>     [javac]   symbol:   variable title
>     [javac]   location: class StartWidget
>     [javac]
>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidget.java:35:
> error: cannot find symbol
>     [javac]         location = new WidgetLocation(1, 0);
>     [javac]         ^
>     [javac]   symbol:   variable location
>     [javac]   location: class StartWidget
>     [javac]
>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidget.java:35:
> error: cannot find symbol
>     [javac]         location = new WidgetLocation(1, 0);
>     [javac]                        ^
>     [javac]   symbol:   class WidgetLocation
>     [javac]   location: class StartWidget
>     [javac]
>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/StartWidget.java:39:
> error: cannot find symbol
>     [javac]         return new StartWidgetView(viewId, new
> Model<Widget>(this));
>     [javac]                                                      ^
>     [javac]   symbol:   class Widget
>     [javac]   location: class StartWidget
>     [javac]
>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidget.java:34:
> error: cannot find symbol
>     [javac]         title = WebSession.getString(1546L);
>     [javac]         ^
>     [javac]   symbol:   variable title
>     [javac]   location: class WelcomeWidget
>     [javac]
>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/web/components/user/dashboard/WelcomeWidget.java:35:
> error: cannot find symbol
>     [javac]         location = new WidgetLocation(0, 0);
>     [javac]         ^
>     [javac]   symbol:   variable location
>     [javac]   location: class WelcomeWidget
>     [javac] Note: Some input files use or override a deprecated API.
>     [javac] Note: Recompile with -Xlint:deprecation for details.
>     [javac] Note:
>
> /home/andunslg/My_Works/OpenMeetings/singlewebapp/src/org/apache/openmeetings/screen/webstart/gui/ScreenSharerFrame.java
> uses unchecked or unsafe operations.
>     [javac] Note: Recompile with -Xlint:unchecked for details.
>     [javac] 100 errors
>     [javac] 1 warning
>



-- 
WBR
Maxim aka solomax