LicenseScout
LicenseScout copied to clipboard
Quickstart guide results in a Failure
Following the Getting Started guide results in a failure during the Tests phase
Bug report
Expected Behavior - What where you expecting to happen?
mvn install finishes without issues
Current Behavior - What happens?
[ERROR] Tests run: 16, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.057 s <<< FAILURE! - in org.aposin.licensescout.util.JavaUtilLogTest
[ERROR] org.aposin.licensescout.util.JavaUtilLogTest.testIsDebugEnabled Time elapsed: 0.025 s <<< FAILURE!
java.lang.AssertionError: isDebugEnabled() expected:<true> but was:<false>
What are the steps to reproduce this issue? (for bugs)
- Go to https://github.com/aposin/LicenseScout
- Clone the repo
- cd into org.aposin.licensescout.quickstart
- run mvn clean install
Your Environment
mvn -v result below (slightly edited)
- Apache Maven 3.8.4
- Maven home: /opt/homebrew/Cellar/maven/3.8.4/libexec
- Java version: 11.0.13, vendor: Amazon.com Inc., runtime: ~/Library/Java/JavaVirtualMachines/corretto-11.0.13/Contents/Home
- OS name: "mac os x", version: "12.0.1", arch: "x86_64", family: "mac"
Notes and further information
Not sure maybe I missed something configuration-wise or some basic step or pass any arguments or even change the source code ? But I think that a 'quikstart guide' should 'simply work' Since I could not find any similar bugs it sounds like its a specific issue with my local setup/configuration so If there is any further information I could provide please let me know