Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ReportingValueFactoryFactory$ReportingFloatValue can't compile #162

Closed
ranqiqiang opened this issue Jul 9, 2019 · 3 comments
Closed

ReportingValueFactoryFactory$ReportingFloatValue can't compile #162

ranqiqiang opened this issue Jul 9, 2019 · 3 comments

Comments

@ranqiqiang
Copy link

Hello, when I enter class ReportingValueFactoryFactory,but can't find ReportingFloatValue.

this code return new ReportingFloatValue(0f, newReport(), null); can't compile !

Is not push?

@vruusmann
Copy link
Member

vruusmann commented Jul 9, 2019

Classes org.jpmml.evaluator.ReportingDoubleValue and org.jpmml.evaluator.ReportingFloatValue are generated during build by the org.jpmml.evaluator.OperationProcessor Java APT code generator.

Is not push?

Both classes are part of the org.jpmml:pmml-evaluator:${version} distributable JAR file. Fix your classpath.

@ranqiqiang
Copy link
Author

thanks .

@MacleZhou
Copy link

Thank u

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants