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

If your app fails, look into this #1

Open
AlexITC opened this issue Jul 4, 2020 · 3 comments
Open

If your app fails, look into this #1

AlexITC opened this issue Jul 4, 2020 · 3 comments

Comments

@AlexITC
Copy link
Contributor

AlexITC commented Jul 4, 2020

Apparently, cloning the project and following the instructions is not enough, this happens on Linux/Windows, gradle run throws this error:

> Task :bio-utils:compileJava FAILEDpe

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':bio-utils:compileJava'.
> Could not resolve all files for configuration ':bio-utils:compileClasspath'.
   > Could not find :neurotec-core:.
     Searched in the following locations:
       - file:/home/dell/projects/mine/fingerprint-reader-daemon-test/Bin/Java/neurotec-core.jar
     Required by:
         project :bio-utils
   > Could not find :neurotec-licensing:.
     Searched in the following locations:
       - file:/home/dell/projects/mine/fingerprint-reader-daemon-test/Bin/Java/neurotec-licensing.jar
     Required by:
         project :bio-utils
   > Could not find :jna:.
     Searched in the following locations:
       - file:/home/dell/projects/mine/fingerprint-reader-daemon-test/Bin/Java/jna.jar
     Required by:
         project :bio-utils

Apparently there are missing files that we need to grab from the official SDK, saldy, I don't remember what exactly are those.

@AlexITC
Copy link
Contributor Author

AlexITC commented Jul 4, 2020

As I don't know when I will invest the time to fix this properly, there is a workaround, take the project pre-compiled and just run it (at your own risk):

  • Download
  • Be sure to use gradle 6.5.1 if you have problems.

@AlexITC
Copy link
Contributor Author

AlexITC commented Jul 4, 2020

The README file has been updated, and has enough details to compile the app now.

@AlexITC
Copy link
Contributor Author

AlexITC commented Jul 10, 2020

Apparently this is still the way to solve issues, there is some missing dependency that I need to fix.

@AlexITC AlexITC reopened this Jul 10, 2020
@AlexITC AlexITC changed the title Add missing steps to the README If your app fails, look into this Jul 10, 2020
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

1 participant