[x3d-public] FW: X3DJSAIL build. Junit jar missing.
John Carlson
yottzumm at gmail.com
Tue Jun 26 21:01:49 PDT 2018
[javac] Compiling 1 source file to C:\x3d-code\www.web3d.org\x3d\stylesheets\java\classes
[javac] C:\x3d-code\www.web3d.org\x3d\stylesheets\java\src\org\web3d\x3d\tests\FieldObjectTests.java:34: error: package org.junit.jupiter.api does not exist
[javac] import org.junit.jupiter.api.Test;
[javac] ^
[javac] C:\x3d-code\www.web3d.org\x3d\stylesheets\java\src\org\web3d\x3d\tests\FieldObjectTests.java:35: error: package org.junit.jupiter.api does not exist
[javac] import static org.junit.jupiter.api.Assertions.assertEquals;
[javac] ^
[javac] C:\x3d-code\www.web3d.org\x3d\stylesheets\java\src\org\web3d\x3d\tests\FieldObjectTests.java:35: error: static import only from classes and interfaces
[javac] import static org.junit.jupiter.api.Assertions.assertEquals;
[javac] ^
[javac] C:\x3d-code\www.web3d.org\x3d\stylesheets\java\src\org\web3d\x3d\tests\FieldObjectTests.java:36: error: package org.junit.jupiter.api does not exist
[javac] import static org.junit.jupiter.api.Assertions.assertTrue;
[javac] ^
[javac] C:\x3d-code\www.web3d.org\x3d\stylesheets\java\src\org\web3d\x3d\tests\FieldObjectTests.java:36: error: static import only from classes and interfaces
[javac] import static org.junit.jupiter.api.Assertions.assertTrue;
[javac] ^
[javac] C:\x3d-code\www.web3d.org\x3d\stylesheets\java\src\org\web3d\x3d\tests\FieldObjectTests.java:57: error: cannot find symbol
[javac] @Test
[javac] ^
[javac] symbol: class Test
[javac] location: class FieldObjectTests
[javac] C:\x3d-code\www.web3d.org\x3d\stylesheets\java\src\org\web3d\x3d\tests\FieldObjectTests.java:63: error: cannot find symbol
[javac] assertTrue(false, "this test should fail");
[javac] ^
[javac] symbol: method assertTrue(boolean,String)
[javac] location: class FieldObjectTests
[javac] C:\x3d-code\www.web3d.org\x3d\stylesheets\java\src\org\web3d\x3d\tests\FieldObjectTests.java:64: error: cannot find symbol
[javac] assertTrue(SFBoolObject.matches("blah"), "SFBoolObject.matches(\"blah\") should fail");
[javac] ^
[javac] symbol: method assertTrue(boolean,String)
[javac] location: class FieldObjectTests
[javac] C:\x3d-code\www.web3d.org\x3d\stylesheets\java\src\org\web3d\x3d\tests\FieldObjectTests.java:65: error: cannot find symbol
[javac] assertTrue(testSFBoolObject.matches(), "testSFBoolObject.matches()");
[javac] ^
[javac] symbol: method assertTrue(boolean,String)
[javac] location: class FieldObjectTests
[javac] 9 errors
BUILD FAILED
C:\x3d-code\www.web3d.org\x3d\stylesheets\build.xml:343: Compile failed; see the compiler error output for details.
Total time: 28 seconds
Sent from Mail for Windows 10
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://web3d.org/pipermail/x3d-public_web3d.org/attachments/20180627/a7a553ec/attachment.html>
More information about the x3d-public
mailing list