Skip to content
This repository was archived by the owner on Dec 20, 2022. It is now read-only.
This repository was archived by the owner on Dec 20, 2022. It is now read-only.

Quickstart guide results in a Failure #151

Open
@ErezT

Description

@ErezT

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)

  1. Go to https://github.com/aposin/LicenseScout
  2. Clone the repo
  3. cd into org.aposin.licensescout.quickstart
  4. 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions