Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The import org.concordion.slf4j cannot be resolved #6

Open
srkannan opened this issue Dec 5, 2017 · 2 comments
Open

The import org.concordion.slf4j cannot be resolved #6

srkannan opened this issue Dec 5, 2017 · 2 comments

Comments

@srkannan
Copy link

srkannan commented Dec 5, 2017

Error message:
org.concordion.slf4j package is not recognized(getting error The import org.concordion.slf4j cannot be resolved) in the code even when "concordion-logback-extension" maven artifactId is included.

Cause:
The issue happens because there is no maven repository for concordion-logback-extension-2.0.0-reportlogger.jar
Should it not be included as part of concordion-logback-extension ?

@andrew-sumner
Copy link
Member

andrew-sumner commented Dec 10, 2017

The demo project is specifiying the following (using gradle but I assume there is a maven equivilant):

testCompile 'org.concordion:concordion-logback-extension:2.0.0'
testCompile 'org.concordion:concordion-logback-extension:2.0.0:reportlogger'

This was something I meant to fix but will require some refactoring which I'm putting off for the moment while working on other areas.

If that doesn't work for you I'd suggest just adding slf4j directly until I've had a chance to work on the next version.

@loveshjain
Copy link

Hi @srkannan.. Were you able to get that working with maven projects?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants