We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
JNAerationTest.test:137 Error : java.io.IOException: cannot connect to jrt:/java.base in : {TestBridJ.java=import java.nio.; import org.bridj.; import org.bridj.cpp.; import static org.bridj.Pointer.; import static test.TestLibrary.; import test.; public class TestBridJ { public static void main(String[] args) { // apple enums name inference.test / BridJ //#runtime(BridJ)
_E1 e1 = _E1.E1A; _E2 e2 = _E2.E2A; E3 e3 = E3.E3A; E4 e4 = E4.E4A; IntValuedEnum<_E1> v1 = e1; IntValuedEnum<_E2> v2 = e2; IntValuedEnum<E3> v3 = e3; IntValuedEnum<E4> v4 = e4; int i5 = E5A; }
}}
Tests run: 257, Failures: 123, Errors: 0, Skipped: 0
[INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] Anarres JCPP (with JNAerator modifications) 1.2.10-SNAPSHOT SUCCESS [ 3.040 s] [INFO] JNAerator Parent Project 0.13-SNAPSHOT ............. SUCCESS [ 0.170 s] [INFO] OChafik's General Utilities 0.13-SNAPSHOT .......... SUCCESS [ 0.678 s] [INFO] OChafik's Swing Utilities 0.13-SNAPSHOT ............ SUCCESS [ 0.162 s] [INFO] JNAerator Runtime 0.13-SNAPSHOT .................... SUCCESS [ 0.942 s] [INFO] JNAerator Rococoa Runtime 0.13-SNAPSHOT ............ SUCCESS [ 0.121 s] [INFO] JNAerator Parser 0.13-SNAPSHOT ..................... SUCCESS [ 2.190 s] [INFO] JNAerator CLI and Studio Tools 0.13-SNAPSHOT ....... FAILURE [ 10.212 s] [INFO] JNAerator Maven Plugin 0.13-SNAPSHOT ............... SKIPPED [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE
The text was updated successfully, but these errors were encountered:
Same here. Seems like project fully abandoned.
Sorry, something went wrong.
Workaround for now: compile and run with java 1.8 + disable docs/tests invocation upon build
set JAVA_HOME=c:\Program Files\Java8\ mvn clean install -Dmaven.javadoc.skip=true -Dmaven.test.skip=true
I just ran the jar I downloaded from here using java 8, and it worked. Thanks @AN3Orik
No branches or pull requests
JNAerationTest.test:137 Error : java.io.IOException: cannot connect to jrt:/java.base in :
{TestBridJ.java=import java.nio.;
import org.bridj.;
import org.bridj.cpp.;
import static org.bridj.Pointer.;
import static test.TestLibrary.;
import test.;
public class TestBridJ {
public static void main(String[] args) {
// apple enums name inference.test / BridJ
//#runtime(BridJ)
}}
Tests run: 257, Failures: 123, Errors: 0, Skipped: 0
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] Anarres JCPP (with JNAerator modifications) 1.2.10-SNAPSHOT SUCCESS [ 3.040 s]
[INFO] JNAerator Parent Project 0.13-SNAPSHOT ............. SUCCESS [ 0.170 s]
[INFO] OChafik's General Utilities 0.13-SNAPSHOT .......... SUCCESS [ 0.678 s]
[INFO] OChafik's Swing Utilities 0.13-SNAPSHOT ............ SUCCESS [ 0.162 s]
[INFO] JNAerator Runtime 0.13-SNAPSHOT .................... SUCCESS [ 0.942 s]
[INFO] JNAerator Rococoa Runtime 0.13-SNAPSHOT ............ SUCCESS [ 0.121 s]
[INFO] JNAerator Parser 0.13-SNAPSHOT ..................... SUCCESS [ 2.190 s]
[INFO] JNAerator CLI and Studio Tools 0.13-SNAPSHOT ....... FAILURE [ 10.212 s]
[INFO] JNAerator Maven Plugin 0.13-SNAPSHOT ............... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
The text was updated successfully, but these errors were encountered: