mleap
mleap copied to clipboard
Source code not found in ml.bundle
Hi master,
I can not download the source code of some classes(eg. ml.bundle.Model/Node..) in the package of bundle-ml_2.11-0.11.0, and please give me a reply, whether or not it's a restriction in this project, or some advices helping me dig into the core and understand its meaning.

The bundle-ml things are a git subrepo. iirc you do git submodule init --recursive to get those files pulled in.
The bundle-ml things are a git subrepo. iirc you do
git submodule init --recursiveto get those files pulled in.
I did the command you show, but not found the submodule of bundle-ml, only found the bundle-protobuf.

Sorry, I think I misunderstood your original ask (and was wrong that bundle-ml is a subrepo, I misremembered bundle-ml with bundle-protobuf). You have a jar file which you downloaded from a central mirror, not trying to build things from source. Is that right?
What error are you seeing and/or what are you trying to do?