You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@calcite.apache.org by Sushant Athley <sa...@gmail.com> on 2017/11/15 20:08:54 UTC

Missing calcite.runtime.Resources

Hey
Sorry for the noob question. I am trying to build Calcite (master) locally.
I am getting a lot of missing class exceptions for
org.apache.calcite.runtime.Resources.

Any help would be appreciated.
-- 
Sushant Athley

Re: Missing calcite.runtime.Resources

Posted by Julian Hyde <jh...@apache.org>.
That class is generated. Your previous build probably failed half way through.

In this situation, I do the following:

$ mvn -DskipTests clean test package

(The command generates and builds main and test files, but does not run tests.)

> On Nov 15, 2017, at 12:08 PM, Sushant Athley <sa...@gmail.com> wrote:
> 
> Hey
> Sorry for the noob question. I am trying to build Calcite (master) locally.
> I am getting a lot of missing class exceptions for
> org.apache.calcite.runtime.Resources.
> 
> Any help would be appreciated.
> -- 
> Sushant Athley