I want to build mysql cluster from source and generate cluserJPA jar file.
The http://dev.mysql.com/doc/ndbapi/en/mccj-getting.html says that I need to set the configure options --with-plugin to openjpa to generate the openjpa jar file.
But source codes of mysql-cluster-jpl-7.3.5 uses cmake instead of configure to build mysql cluster. How to build clusterjpa with cmake?
Thanks
The http://dev.mysql.com/doc/ndbapi/en/mccj-getting.html says that I need to set the configure options --with-plugin to openjpa to generate the openjpa jar file.
But source codes of mysql-cluster-jpl-7.3.5 uses cmake instead of configure to build mysql cluster. How to build clusterjpa with cmake?
Thanks