-
Notifications
You must be signed in to change notification settings - Fork 75
Specification has invalid image refs, fails to build due to missing managed-beans-spec.adoc #435
Copy link
Copy link
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Trying to build the current main branch of specification generates warnings due to incorrect image refs and a missing managed-beans-spec.adoc:
[INFO] Scanning for projects...
[INFO]
[INFO] ------------------< jakarta.platform:platform-specs >-------------------
[INFO] Building Jakarta EE Platform Specifications 10.0
[INFO] --------------------------------[ pom ]---------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-versions) @ platform-specs ---
[INFO]
[INFO] --- asciidoctor-maven-plugin:2.2.1:process-asciidoc (platform-asciidoc-to-html) @ platform-specs ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 23 resources
[INFO] asciidoctor: WARN: image to embed not found or not readable: /Users/starksm/Dev/JBoss/Jakarta/jakartaee-platform/specification/src/main/asciidoc/images/Platform_Spec-5.png
[INFO] asciidoctor: WARN: image to embed not found or not readable: /Users/starksm/Dev/JBoss/Jakarta/jakartaee-platform/specification/src/main/asciidoc/images/Step4.png
[INFO] asciidoctor: WARN: image to embed not found or not readable: /Users/starksm/Dev/JBoss/Jakarta/jakartaee-platform/specification/src/main/asciidoc/images/Platform_Spec-7.png
[INFO] Converted /Users/starksm/Dev/JBoss/Jakarta/jakartaee-platform/specification/src/main/asciidoc/platform-spec.adoc
[INFO]
[INFO] --- asciidoctor-maven-plugin:2.2.1:process-asciidoc (platform-asciidoc-to-pdf) @ platform-specs ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 23 resources
[INFO] asciidoctor: WARN: image to embed not found or not readable: /Users/starksm/Dev/JBoss/Jakarta/jakartaee-platform/specification/src/main/asciidoc/images/Platform_Spec-5.png
[INFO] asciidoctor: WARN: image to embed not found or not readable: /Users/starksm/Dev/JBoss/Jakarta/jakartaee-platform/specification/src/main/asciidoc/images/Step4.png
[INFO] asciidoctor: WARN: image to embed not found or not readable: /Users/starksm/Dev/JBoss/Jakarta/jakartaee-platform/specification/src/main/asciidoc/images/Platform_Spec-7.png
[INFO] Converted /Users/starksm/Dev/JBoss/Jakarta/jakartaee-platform/specification/src/main/asciidoc/platform-spec.adoc
[INFO]
[INFO] --- asciidoctor-maven-plugin:2.2.1:process-asciidoc (coreprofile-asciidoc-to-html) @ platform-specs ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 23 resources
[INFO] Converted /Users/starksm/Dev/JBoss/Jakarta/jakartaee-platform/specification/src/main/asciidoc/coreprofile-spec.adoc
[INFO]
[INFO] --- asciidoctor-maven-plugin:2.2.1:process-asciidoc (coreprofile-asciidoc-to-pdf) @ platform-specs ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 23 resources
[INFO] Converted /Users/starksm/Dev/JBoss/Jakarta/jakartaee-platform/specification/src/main/asciidoc/coreprofile-spec.adoc
[INFO]
[INFO] --- asciidoctor-maven-plugin:2.2.1:process-asciidoc (webprofile-asciidoc-to-html) @ platform-specs ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 23 resources
[INFO] Converted /Users/starksm/Dev/JBoss/Jakarta/jakartaee-platform/specification/src/main/asciidoc/webprofile-spec.adoc
[INFO]
[INFO] --- asciidoctor-maven-plugin:2.2.1:process-asciidoc (webprofile-asciidoc-to-pdf) @ platform-specs ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 23 resources
[INFO] Converted /Users/starksm/Dev/JBoss/Jakarta/jakartaee-platform/specification/src/main/asciidoc/webprofile-spec.adoc
[INFO]
[INFO] --- asciidoctor-maven-plugin:2.2.1:process-asciidoc (managedbeans-asciidoc-to-html) @ platform-specs ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 23 resources
Nov 18, 2021 2:59:50 PM org.asciidoctor.jruby.internal.JRubyAsciidoctor convertFile
SEVERE: (ENOENT) No such file or directory - /Users/starksm/Dev/JBoss/Jakarta/jakartaee-platform/specification/src/main/asciidoc/managed-beans-spec.adoc
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 02:22 min
[INFO] Finished at: 2021-11-18T14:59:51-06:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.asciidoctor:asciidoctor-maven-plugin:2.2.1:process-asciidoc (managedbeans-asciidoc-to-html) on project platform-specs: Execution managedbeans-asciidoc-to-html of goal org.asciidoctor:asciidoctor-maven-plugin:2.2.1:process-asciidoc failed: org.jruby.exceptions.SystemCallError: (ENOENT) No such file or directory - /Users/starksm/Dev/JBoss/Jakarta/jakartaee-platform/specification/src/main/asciidoc/managed-beans-spec.adoc -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginExecutionExceptionReactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working