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

Running mvn test causes URI is not hierarchical #38

Open
hungdao-testing opened this issue Jul 1, 2021 · 3 comments
Open

Running mvn test causes URI is not hierarchical #38

hungdao-testing opened this issue Jul 1, 2021 · 3 comments

Comments

@hungdao-testing
Copy link

hungdao-testing commented Jul 1, 2021

Configuration on my local machine

Apache Maven 3.8.1
Maven home: /usr/local/Cellar/maven/3.8.1/libexec
Java version: 11.0.9.1, vendor: AdoptOpenJDK, runtime: /Library/Java/JavaVirtualMachines/adoptopenjdk-11.jdk/Contents/Home

Steps:

  1. Git clone project
  2. Go to folder by cmd and run "mvn clean test"
    => Issue:
Tests in error: 
  initializationError(example.Example): URI is not hierarchical
@nigelcharman
Copy link
Member

Hi, this issue is due to concordion/concordion#285 and is the highest priority fix for Concordion.

For JDK9+, use of the @ConcordionResources annotation causes this issue. The workaround is to remove the line:

@ConcordionResources("/customConcordion.css")

from CubanoDemoIndex, CubanoDemoFixture and CubanoDemoBrowserFixture.

@hungdao-testing
Copy link
Author

Thanks @nigelcharman for your help. Your work-around saves my life :D

@nigelcharman
Copy link
Member

Fixed in Cubano 1.1.1

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

2 participants