Error: package com.haulmont.cuba.gui.components.data does not exist

Hi!
I tried to extend the ExcelExporter code found in the git repository, but when I compile these imports does not work. Do I need to add another jar file on the classpath? I tried to build this under web and gui module…both failed.
I’m running on platform-6.9.7 and using eclipse plugin.

Thanks!

error: package com.haulmont.cuba.gui.components.data does not exist

import com.haulmont.cuba.gui.components.data.*;
import com.haulmont.cuba.gui.components.data.meta.EntityDataGridItems;
import com.haulmont.cuba.gui.components.data.meta.EntityTableItems;

Him,

It seems, that imports you use is from the master branch, i.e. corresponding to Platform 7.0. You need to switch to the release_6_9 branch if you want to investigate the core corresponding to Platform 6.9.

Regards,
Gleb

Thanks Gleb! I got it.