-
Notifications
You must be signed in to change notification settings - Fork 744
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
Call to DescriptorExtractor.create("SURF") causes NPE #3
Comments
Binary snapshot released here: |
I cannot use the snapshot due to missing dependency: javacpp-presets/opencv/pom.xml Line 6 in 079d9b6
It is missing in the snapshot repo: |
Right, the binaries haven't changed, so we can hack something that way. Do |
I can deal with dependencies of different version. Not a pretty setup but doable. Here it is a bit different due to |
I see, the parent pom.xml file is missing! Of course, that's easy to do. |
Ok, I've uploaded the parent |
I am testing this on windows. I am getting a strange error. SBT attempts to download platform snapshot as: So I rebuild locally. Now DescriptorExtractor.create("SURF") works in Scala example but not in Java test (returns null), within the same project, but this is not related to this issue, maybe some classloader peculiarity. |
I guess we need to figure out how to make the SNAPSHOT system work a bit better across Maven, SBT, and Gradle, hey. Let me know if you figure out how to fix any of that. As for SURF, that's pretty normal. We need to call |
…for javacpp-presets bug #3 bytedeco/javacpp-presets#3
…al build that have fix for javacpp-presets bug #3 bytedeco/javacpp-presets#3
Do you know if SBT is complaining only about the buildNumber? Or something else? If it's only the buildNumber, there should be a way to force it. I'll look into that. |
Good news, I've figured out how to make better SNAPSHOT "releases". Using the |
Are you planing to release new version (0.8.1?) so the release can be tested with SBT? |
Are you saying SBT doesn't support SNAPSHOT versions? |
I'm also trying to figure out a good way to manage versions across the artifacts, and create a parent |
SBT does support snapshots. It is just not clear how you are asking me to test it. Did you released a SNAPSHOT that you want me to test? |
Oh, l've just fixed the 0.8-2-SNAPSHOT builds. So, does it work OK that way |
It seems to work now with SBT and Cookbook Examples, I was able to re-download dependencies without building javacv*. |
Fixed in version 0.9. Thanks for reporting! |
Simple call to DescriptorExtractor.create("SURF") results in exception. Here is a sample code:
Exception:
The text was updated successfully, but these errors were encountered: