This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
... | |
ERROR] Tests run: 8, Failures: 0, Errors: 8, Skipped: 0, Time elapsed: 0.716 s <<< FAILURE! - in com.udacity.webcrawler.profiler.ProfilerImplTest | |
[ERROR] com.udacity.webcrawler.profiler.ProfilerImplTest.delegateHasNoMethodsAnnotated Time elapsed: 0 s <<< ERROR! | |
java.lang.ExceptionInInitializerError | |
at com.udacity.webcrawler.service.ServiceLocator.webCrawlerLocator(ServiceLocator.java:13) | |
at com.udacity.webcrawler.profiler.ProfilerImpl.<init>(ProfilerImpl.java:34) | |
at com.udacity.webcrawler.profiler.ProfilerImplTest.<init>(ProfilerImplTest.java:21) | |
... | |
Caused by: java.lang.IllegalStateException: java.lang.ClassNotFoundException: target.classes.com.udacity.webcrawler.json.ConfigurationLoader | |
at com.google.common.reflect.ClassPath$ClassInfo.load(ClassPath.java:363) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
:: | |
:: win10colors.cmd ... Prints Windows 10 ANSI color codes | |
:: | |
:: From: https://docs.microsoft.com/en-us/windows/console/console-virtual-terminal-sequences#text-formatting | |
:: | |
@echo off | |
setlocal | |
:: Important! | |
:: Do NOT edit anything between '=' and '^'! (There's a character in between though you don't see it. C&P works.) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f) | |
Maven home: C:\Program Files\apache-maven-3.6.3\bin\.. | |
Java version: 11.0.7, vendor: Oracle Corporation, runtime: C:\Program Files\Java\jdk-11.0.7 | |
Default locale: de_AT, platform encoding: Cp1252 | |
OS name: "windows 7", version: "6.1", arch: "amd64", family: "windows" | |
[DEBUG] Created new class realm maven.api | |
[DEBUG] Importing foreign packages into class realm maven.api | |
[DEBUG] Imported: javax.annotation.* < plexus.core | |
[DEBUG] Imported: javax.annotation.security.* < plexus.core | |
[DEBUG] Imported: javax.enterprise.inject.* < plexus.core |