Uploaded image for project: 'Tapestry 5'
  1. Tapestry 5
  2. TAP5-871

Generation of Component Reference failed on Windows

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 5.1.0.5
    • 5.2.0
    • None

    Description

      The maven site generation on my CI machine (which is running Linux) works well while using the tapestry-component-report plugin. If I try to stage the site on my windows development machine I encounter the following error during

      mvn site:stage -DstagingDirectory=C:\fullsite

      ......
      [INFO] Cobertura Report generation was successful.
      [INFO] Generating "Component Reference" report.
      [INFO] Running JavaDoc to collect component parameter data ...
      1 error
      [INFO] ------------------------------------------------------------------------
      [ERROR] BUILD ERROR
      [INFO] ------------------------------------------------------------------------
      [INFO] Error during page generation

      Embedded error: Error rendering Maven report: Javadoc exit code: 1 - javadoc: error - Cannot find doclet class org.apache.tapestry.mojo.ParametersDocl
      et

      Command line was: cmd.exe /X /C "c:\Programme\Java\jdk1.5.0_17\jre\..\bin\javadoc.exe @target/component-report-javadoc-arguments.txt"
      [INFO] ------------------------------------------------------------------------
      [INFO] For more information, run Maven with the -e switch

      I have tried to change all path entrys in the generated file component-report-javadoc-arguments.txt from '\' to '/' and executed the failing command line manually. Javadoc worked with the modified file. The generation of said file should be changed to a different path seperator.

      Attachments

        1. component_report.zip
          25 kB
          Ville Virtanen
        2. component_report_patch.patch
          0.7 kB
          Ville Virtanen
        3. TAP5-871.patch
          0.9 kB
          Christophe Cordenier

        Issue Links

          Activity

            People

              ccordenier Christophe Cordenier
              raucha Armin Rauch
              Votes:
              4 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: