You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for the project, I'm currently using lmdbjni! I was trying to build a new lmdbjni-all jar against updated lmdb sources in order to use the MDB_WRITEMAP 0x80000 and MDB_MAPASYNC 0x100000 flags.
I have LMDB_HOME set properly. mvn package from the base directory doesn't create lmdbjni-all and I've tried to mvn package from both lmdbjni-all and lmdbjni-osx64 with tests failing. If I override tests it creates a jar with c code but no lmdb or hawtjni classes in the jar. Am I using maven incorrectly?
The text was updated successfully, but these errors were encountered:
Thanks for the project, I'm currently using lmdbjni! I was trying to build a new lmdbjni-all jar against updated lmdb sources in order to use the MDB_WRITEMAP 0x80000 and MDB_MAPASYNC 0x100000 flags.
I have LMDB_HOME set properly. mvn package from the base directory doesn't create lmdbjni-all and I've tried to mvn package from both lmdbjni-all and lmdbjni-osx64 with tests failing. If I override tests it creates a jar with c code but no lmdb or hawtjni classes in the jar. Am I using maven incorrectly?
The text was updated successfully, but these errors were encountered: