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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

CLI regression introduced in 1.5.1 #596

Closed
rafeememon opened this issue Jul 30, 2022 · 2 comments
Closed

CLI regression introduced in 1.5.1 #596

rafeememon opened this issue Jul 30, 2022 · 2 comments

Comments

@rafeememon
Copy link

I'm encountering an issue running the builder from the command line when upgrading from version 1.4.4 to 1.5.7 - I'm very behind 馃槉. It appears that 7a9ac9c introduced in 1.5.1 removed (unintentionally, based on the commit message?) the ability to omit the class/package paths when running the builder CLI. My setup omits the package to automatically find the Java sources needing native code, but strangely, it isn't able to find the sources when I add a package wildcard (probably just needs more digging in my project). I'm happy to submit a patch if this is indeed an unintended regression.

Problematic diff here: 7a9ac9c#diff-e9f06b9457428e2edbb75f4abab2cd3870566f2d77c6219ae94bfa1153d37f59R1325

@rafeememon
Copy link
Author

rafeememon commented Jul 30, 2022

Ah, it seems I missed this issue: bytedeco/javacv#1311 After some fiddling with my setup, I'm now running into some The process cannot access the file because it is being used by another process errors, possibly related to #197, but more likely due to my Gradle task structure. Will see if I can repro in a smaller example, but the main issue in this ticket is probably a non-issue.

ETA: Windows 10 Pro, Java 1.8.0_281, Gradle 7.5, JavaCPP 1.5.7

@saudet
Copy link
Member

saudet commented Aug 1, 2022

Duplicate of bytedeco/javacv#1311

@saudet saudet marked this as a duplicate of bytedeco/javacv#1311 Aug 1, 2022
@saudet saudet closed this as completed Aug 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants