Coder Social home page Coder Social logo

ejdb-java's People

Contributors

adamansky avatar obourdon avatar tyutyunkov avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

ejdb-java's Issues

EJDBTest fails

During build the jar file is generated successfully but the EJDBTest seems to be broken:

    [junit] Running org.ejdb.driver.test.EJDBQueryBuilderTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec
    [junit] Running org.ejdb.driver.test.EJDBTest
    [junit] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.007 sec

BUILD FAILED
/Users/foo/Documents/workspace/db/build.xml:116: The following error occurred while executing this line:
/Users/foo/Documents/workspace/db/build.xml:60: Test org.ejdb.driver.test.EJDBTest failed

Total time: 2 seconds
make: *** [jejdb] Error 1

I was not able to get the tests running in my IDE to supply more details.

EJDBTest uses deprecated method

EJDBTest uses a deprecated method (EJDBCollection.createQuery(...)).
I'm not sure if it is intended or if the test wasn't updated.
If its intended a @SuppressWarnings("deprecation") annotation should be added. :-)

Build on Mac OSX fails

After running configure a wrong include path is used, e.g.:

-I/Library/Java/JavaVirtualMachines/jdk1.7.0_71.jdk/Contents/Home//include/linux

therefore the build fails with:

In file included from ./src/cpp/org_ejdb_driver_EJDB.h:2:
/Library/Java/JavaVirtualMachines/jdk1.7.0_71.jdk/Contents/Home//include/jni.h:45:10: fatal error:
'jni_md.h' file not found
#include "jni_md.h"
         ^
1 error generated.

On OSX it should be:

-I/Library/Java/JavaVirtualMachines/jdk1.7.0_71.jdk/Contents/Home//include/darwin

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.