Misha
unread,Jul 20, 2008, 5:32:25 AM7/20/08Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Halogen Development
Hi everybody.
I'm interested in using Mondrian OLAP server. I'm trying to configure
and try Halogen as an example of using OLAP4J API with Mondrian.
I've checked-out the project from SVN and tried to build it. Here is
what i got:
Buildfile: C:\Work\halogen\halogen\build.xml
prepare:
version:
compile:
[java] Analyzing source in module 'org.pentaho.halogen.Halogen'
[java] [ERROR] Errors in 'C:\Work\halogen\halogen\src\org
\pentaho\halogen\client\dialog\ChartDialog.java'
[java] [ERROR] Line 173: The method
add(ChartPrefsListener) is undefined for the type
ChartPrefsListenerCollection
[java] [ERROR] Line 181: The method
remove(ChartPrefsListener) is undefined for the type
ChartPrefsListenerCollection
[java] [ERROR] Errors in 'C:\Work\halogen\halogen\src\org
\pentaho\halogen\client\listeners\ChartPrefsListenerCollection.java'
[java] [ERROR] Line 28: The type ArrayList is not generic;
it cannot be parameterized with arguments <ChartPrefsListener>
[java] [ERROR] Line 28: GWT does not yet support the Java
5.0 language enhancements; only 1.4 compatible source may be used
[java] [ERROR] Line 31: GWT does not yet support the Java
5.0 language enhancements; only 1.4 compatible source may be used
[java] [ERROR] Line 31: Can only iterate over an array or
an instance of java.lang.Iterable
[java] [ERROR] Errors in 'C:\Work\halogen\halogen\src\org
\pentaho\halogen\client\panels\CellFormatPopup.java'
[java] [ERROR] Line 56: CellFormatType cannot be resolved
[java] [ERROR] Line 57: CellFormatType cannot be resolved
[java] [ERROR] Line 58: CellFormatType cannot be resolved
[java] [ERROR] Line 59: CellFormatType cannot be resolved
[java] [ERROR] Line 60: CellFormatType cannot be resolved
[java] [ERROR] Line 61: CellFormatType cannot be resolved
[java] [ERROR] Line 64: CellFormatType cannot be resolved
[java] [ERROR] Line 65: CellFormatType cannot be resolved
[java] [ERROR] Line 66: CellFormatType cannot be resolved
[java] [ERROR] Line 67: CellFormatType cannot be resolved
[java] [ERROR] Line 68: CellFormatType cannot be resolved
[java] [ERROR] Line 69: CellFormatType cannot be resolved
[java] [ERROR] Line 72: CellFormatType cannot be resolved
[java] [ERROR] Line 73: CellFormatType cannot be resolved
[java] [ERROR] Line 74: CellFormatType cannot be resolved
[java] [ERROR] Line 75: CellFormatType cannot be resolved
[java] [ERROR] Line 78: CellFormatType cannot be resolved
[java] [ERROR] Line 79: CellFormatType cannot be resolved
[java] [ERROR] Line 80: CellFormatType cannot be resolved
[java] [ERROR] Line 81: CellFormatType cannot be resolved
[java] [ERROR] Line 82: CellFormatType cannot be resolved
[java] [ERROR] Line 83: CellFormatType cannot be resolved
[java] [ERROR] Line 84: CellFormatType cannot be resolved
[java] [ERROR] Line 87: CellFormatType cannot be resolved
[java] [ERROR] Line 88: CellFormatType cannot be resolved
[java] [ERROR] Line 89: CellFormatType cannot be resolved
[java] [ERROR] Line 90: CellFormatType cannot be resolved
[java] [ERROR] Line 118: CellFormatType cannot be resolved
to a type
[java] [ERROR] Line 120: CellFormatType cannot be resolved
to a type
[java] [ERROR] Line 122: type cannot be resolved or is not
a field
[java] [ERROR] Line 128: type cannot be resolved
[java] [ERROR] Line 128: CellFormatType cannot be resolved
[java] [ERROR] Line 130: type cannot be resolved
[java] [ERROR] Line 130: CellFormatType cannot be resolved
[java] [ERROR] Line 132: type cannot be resolved
[java] [ERROR] Line 132: CellFormatType cannot be resolved
[java] [ERROR] Line 134: type cannot be resolved
[java] [ERROR] Line 134: CellFormatType cannot be resolved
[java] [ERROR] Line 136: type cannot be resolved
[java] [ERROR] Line 136: CellFormatType cannot be resolved
[java] [ERROR] Line 138: type cannot be resolved
[java] [ERROR] Line 138: CellFormatType cannot be resolved
[java] [ERROR] Errors in 'C:\Work\halogen\halogen\src\org
\pentaho\halogen\client\panels\CellFormatType.java'
[java] [ERROR] Line 3: Syntax error on token "enum",
interface expected
[java] [ERROR] Line 4: Syntax error on token ",", delete
this token
[java] [ERROR] Line 4: Syntax error, insert ";" to
complete FieldDeclaration
[java] [ERROR] Errors in 'C:\Work\halogen\halogen\src\org
\pentaho\halogen\client\panels\DimensionPanel.java'
[java] [ERROR] Line 128: GWT does not yet support the Java
5.0 language enhancements; only 1.4 compatible source may be used
[java] [ERROR] Line 128: Can only iterate over an array or
an instance of java.lang.Iterable
[java] [ERROR] Line 142: GWT does not yet support the Java
5.0 language enhancements; only 1.4 compatible source may be used
[java] [ERROR] Line 142: Can only iterate over an array or
an instance of java.lang.Iterable
[java] [ERROR] Line 156: GWT does not yet support the Java
5.0 language enhancements; only 1.4 compatible source may be used
[java] [ERROR] Line 156: Can only iterate over an array or
an instance of java.lang.Iterable
[java] [ERROR] Line 258: The type List is not generic; it
cannot be parameterized with arguments <Widget>
[java] [ERROR] Line 258: GWT does not yet support the Java
5.0 language enhancements; only 1.4 compatible source may be used
[java] [ERROR] Line 259: GWT does not yet support the Java
5.0 language enhancements; only 1.4 compatible source may be used
[java] [ERROR] Line 288: The type ArrayList is not
generic; it cannot be parameterized with arguments <Widget>
[java] [ERROR] Line 288: GWT does not yet support the Java
5.0 language enhancements; only 1.4 compatible source may be used
[java] [ERROR] Line 289: GWT does not yet support the Java
5.0 language enhancements; only 1.4 compatible source may be used
[java] [ERROR] Line 321: The type ArrayList is not
generic; it cannot be parameterized with arguments <Widget>
[java] [ERROR] Line 321: GWT does not yet support the Java
5.0 language enhancements; only 1.4 compatible source may be used
[java] [ERROR] Line 322: GWT does not yet support the Java
5.0 language enhancements; only 1.4 compatible source may be used
[java] [ERROR] Line 329: GWT does not yet support the Java
5.0 language enhancements; only 1.4 compatible source may be used
[java] [ERROR] Line 352: The type ArrayList is not
generic; it cannot be parameterized with arguments <Widget>
[java] [ERROR] Line 352: GWT does not yet support the Java
5.0 language enhancements; only 1.4 compatible source may be used
[java] [ERROR] Line 353: GWT does not yet support the Java
5.0 language enhancements; only 1.4 compatible source may be used
[java] [ERROR] Line 360: GWT does not yet support the Java
5.0 language enhancements; only 1.4 compatible source may be used
[java] [ERROR] Line 382: The type ArrayList is not
generic; it cannot be parameterized with arguments <Widget>
[java] [ERROR] Line 382: GWT does not yet support the Java
5.0 language enhancements; only 1.4 compatible source may be used
[java] [ERROR] Line 383: GWT does not yet support the Java
5.0 language enhancements; only 1.4 compatible source may be used
[java] [ERROR] Line 390: GWT does not yet support the Java
5.0 language enhancements; only 1.4 compatible source may be used
[java] [ERROR] Errors in 'C:\Work\halogen\halogen\src\org
\pentaho\halogen\client\util\ListBoxDragController.java'
[java] [ERROR] Line 32: GWT does not yet support the Java
5.0 language enhancements; only 1.4 compatible source may be used
[java] [ERROR] Line 32: Override cannot be resolved to a
type
[java] [ERROR] Line 48: GWT does not yet support the Java
5.0 language enhancements; only 1.4 compatible source may be used
[java] [ERROR] Line 48: Override cannot be resolved to a
type
[java] [ERROR] Line 71: GWT does not yet support the Java
5.0 language enhancements; only 1.4 compatible source may be used
[java] [ERROR] Line 71: Override cannot be resolved to a
type
[java] [ERROR] Line 79: GWT does not yet support the Java
5.0 language enhancements; only 1.4 compatible source may be used
[java] [ERROR] Line 79: Override cannot be resolved to a
type
[java] [ERROR] Line 83: The type List is not generic; it
cannot be parameterized with arguments <Widget>
[java] [ERROR] Line 83: GWT does not yet support the Java
5.0 language enhancements; only 1.4 compatible source may be used
[java] [ERROR] Line 83: The type ArrayList is not generic;
it cannot be parameterized with arguments <Widget>
[java] [ERROR] Line 83: GWT does not yet support the Java
5.0 language enhancements; only 1.4 compatible source may be used
[java] [ERROR] Line 84: The type List is not generic; it
cannot be parameterized with arguments <Widget>
[java] [ERROR] Line 84: GWT does not yet support the Java
5.0 language enhancements; only 1.4 compatible source may be used
[java] [ERROR] Line 85: GWT does not yet support the Java
5.0 language enhancements; only 1.4 compatible source may be used
[java] [ERROR] Line 90: GWT does not yet support the Java
5.0 language enhancements; only 1.4 compatible source may be used
[java] [ERROR] Line 95: GWT does not yet support the Java
5.0 language enhancements; only 1.4 compatible source may be used
[java] [ERROR] Line 95: Override cannot be resolved to a
type
[java] [ERROR] Line 100: The type List is not generic; it
cannot be parameterized with arguments <Widget>
[java] [ERROR] Line 100: GWT does not yet support the Java
5.0 language enhancements; only 1.4 compatible source may be used
[java] [ERROR] Line 101: GWT does not yet support the Java
5.0 language enhancements; only 1.4 compatible source may be used
[java] [ERROR] Line 108: The type List is not generic; it
cannot be parameterized with arguments <Widget>
[java] [ERROR] Line 108: GWT does not yet support the Java
5.0 language enhancements; only 1.4 compatible source may be used
[java] [ERROR] Errors in 'C:\Work\halogen\halogen\src\org
\pentaho\halogen\client\util\ListBoxDropController.java'
[java] [ERROR] Line 58: GWT does not yet support the Java
5.0 language enhancements; only 1.4 compatible source may be used
[java] [ERROR] Line 58: Override cannot be resolved to a
type
[java] [ERROR] Line 63: The type List is not generic; it
cannot be parameterized with arguments <Widget>
[java] [ERROR] Line 63: GWT does not yet support the Java
5.0 language enhancements; only 1.4 compatible source may be used
[java] [ERROR] Line 64: GWT does not yet support the Java
5.0 language enhancements; only 1.4 compatible source may be used
[java] [ERROR] Line 75: GWT does not yet support the Java
5.0 language enhancements; only 1.4 compatible source may be used
[java] [ERROR] Line 75: Override cannot be resolved to a
type
[java] [ERROR] Errors in 'C:\Work\halogen\halogen\src\org
\pentaho\halogen\client\util\StringTree.java'
[java] [ERROR] Line 31: The type List is not generic; it
cannot be parameterized with arguments <StringTree>
[java] [ERROR] Line 31: GWT does not yet support the Java
5.0 language enhancements; only 1.4 compatible source may be used
[java] [ERROR] Line 35: children cannot be resolved
[java] [ERROR] Line 35: The type ArrayList is not generic;
it cannot be parameterized with arguments <StringTree>
[java] [ERROR] Line 35: GWT does not yet support the Java
5.0 language enhancements; only 1.4 compatible source may be used
[java] [ERROR] Line 52: children cannot be resolved
[java] [ERROR] Line 54: The type List is not generic; it
cannot be parameterized with arguments <StringTree>
[java] [ERROR] Line 54: GWT does not yet support the Java
5.0 language enhancements; only 1.4 compatible source may be used
[java] [ERROR] Line 64: children cannot be resolved
[java] [ERROR] Errors in 'C:\Work\halogen\halogen\src\org
\pentaho\halogen\client\widgets\MouseListBox.java'
[java] [ERROR] Line 105: The type ArrayList is not
generic; it cannot be parameterized with arguments <Widget>
[java] [ERROR] Line 105: GWT does not yet support the Java
5.0 language enhancements; only 1.4 compatible source may be used
[java] Finding entry point classes
[java] [ERROR] Unable to find type
'org.pentaho.halogen.client.Halogen'
[java] [ERROR] Hint: Previous compiler errors may have made
this type unavailable
[java] [ERROR] Hint: Check the inheritance chain from your
module; it may not be inheriting a required module or a module may not
be adding its source path entries properly
[java] [ERROR] Build failed
[java] Java Result: 1
BUILD SUCCESSFUL
Total time: 3 seconds
Did i do something wrong?
Thank you!
Misha.