alkacon / alkacon-oamp

OAMP - the Alkacon OpenCms additional module packages.
http://www.alkacon.com
GNU General Public License v3.0
27 stars 38 forks source link

[WIP!] - Add acacia-editor-client dependency #36

Closed gallardo closed 10 years ago

gallardo commented 10 years ago

The task :compileCom_alkacon_opencms_v8_calendar_gwtJava fails with 18 errors (package com.alkacon.acacia.client.widgets does not exist).

An excerpt from the output follows:

alkacon-oamp/com.alkacon.opencms.v8.calendar/src/com/alkacon/opencms/v8/calendar/client/widget/CmsSerialDateWidgetFactory.java:30: error: package com.alkacon.acacia.client.widgets does not exist
import com.alkacon.acacia.client.widgets.FormWidgetWrapper;
                                        ^
[...]
alkacon-oamp/com.alkacon.opencms.v8.calendar/src/com/alkacon/opencms/v8/calendar/client/widget/css/I_CmsLayoutBundle.java:40: error: cannot find symbol
    interface I_CmsWidgetCss extends I_Widgets {
                                     ^
  symbol:   class I_Widgets
  location: interface I_CmsLayoutBundle
18 errors
:compileCom_alkacon_opencms_v8_calendar_gwtJava FAILED

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':compileCom_alkacon_opencms_v8_calendar_gwtJava'.
gallardo commented 10 years ago

I cannot get the v8 calendar built. I abandon this patch.