Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jakartaee-tck-dev] How to avoid failure "No such file or directory - mplus1mn-regular-ascii-conums.ttf not found in GEM_FONTS_DIR -> [Help 1]"?

Hi,

I get the following failure locally when building the Platform TCK tckrefactor branch latest changes:

"
Failed to execute goal org.asciidoctor:asciidoctor-maven-plugin:3.0.0:process-asciidoc (generate-pdf-doc) on project jakarta.persistence-tck-user-guide: Execution generate-pdf-doc of goal org.asciidoctor:asciidoctor-maven-plugin:3.0.0:process-a
sciidoc failed: org.jruby.exceptions.SystemCallError: (ENOENT) No such file or directory - mplus1mn-regular-ascii-conums.ttf not found in GEM_FONTS_DIR -> [Help 1]
"

I get the same failure with the e271968837ea7342e26dca9362fd5b6d0c1477b8
 commit which is a clue that this is likely an environmental issue.

I tried deleting the ~/.m2/repository/org/asciidoctor folder but that didn't help.

The workaround seems to be using a different local Maven repository:

  mvn clean package -Dmaven.repo.local=/tmp/repo

Any suggestions for what might be in a bad state in my local ~/.m2/repository/ that I should delete?  

Scott

Back to the top