-
Notifications
You must be signed in to change notification settings - Fork 110
Description
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