mysticfall / pivot4j

Pivot4J provides a common API for OLAP servers which can be used to build an analytical service frontend with pivot style GUI.
Other
128 stars 99 forks source link

pivot4j-core compile failed! #189

Closed nangzi closed 9 years ago

nangzi commented 9 years ago

I compile the pivot4j-core project, and found image The source code didn't have the CupParser class, I found the file in the main site's download jar. But it still has error, How could I solve this. @mysticfall ,Thank you.

mysticfall commented 9 years ago

Hi,

The CupParser class is generated during the build process, so if you build your project with Maven, you should be able to compile it without a problem.

If you need further assistance regarding setting up the project for development, please let me know.

nangzi commented 9 years ago

Hi.

I recompiled the project, it correct. Thanks again, Awesome project!