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

javacpp-mvn-simple-demo compile error with javacpp 1.5.9 #70

Open
kubbo opened this issue Dec 3, 2023 · 1 comment
Open

javacpp-mvn-simple-demo compile error with javacpp 1.5.9 #70

kubbo opened this issue Dec 3, 2023 · 1 comment

Comments

@kubbo
Copy link

kubbo commented Dec 3, 2023

  1. update javacpp-mvn-simple-demo pom.xml javacpp version=1.5.9
    <dependency> <groupId>org.bytedeco</groupId> <artifactId>javacpp</artifactId> <version>1.5.9</version> </dependency>

  2. mvn clean install
    image

but version=1.0 is OK

@saudet
Copy link
Member

saudet commented Dec 4, 2023

I'm not able to reproduce this issue here. I get Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 with this patch:

diff --git a/javacpp-mvn-simple-demo/pom.xml b/javacpp-mvn-simple-demo/pom.xml
index bf20ef1..e228c47 100644
--- a/javacpp-mvn-simple-demo/pom.xml
+++ b/javacpp-mvn-simple-demo/pom.xml
@@ -16,7 +16,7 @@
         <dependency>
             <groupId>org.bytedeco</groupId>
             <artifactId>javacpp</artifactId>
-            <version>1.0</version>
+            <version>1.5.9</version>
         </dependency>
         <dependency>
             <groupId>junit</groupId>
@@ -44,7 +44,7 @@
            <plugin>
                 <groupId>org.bytedeco</groupId>
                 <artifactId>javacpp</artifactId>
-                <version>1.0</version>
+                <version>1.5.9</version>
                 <configuration>
                     <classPath>${project.build.outputDirectory}</classPath>
                     <includePaths>

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