You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Herve Boutemy (Jira)" <ji...@apache.org> on 2020/02/05 23:06:00 UTC

[jira] [Closed] (DOXIA-595) Cannot build site with reporting on Windows

     [ https://issues.apache.org/jira/browse/DOXIA-595?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Herve Boutemy closed DOXIA-595.
-------------------------------
    Fix Version/s: 1.9.1
         Assignee: Herve Boutemy
       Resolution: Fixed

fixed in https://github.com/apache/maven-doxia/commit/58bedd06b487ac27f57715642a2c16b695bbf1e9

> Cannot build site with reporting on Windows
> -------------------------------------------
>
>                 Key: DOXIA-595
>                 URL: https://issues.apache.org/jira/browse/DOXIA-595
>             Project: Maven Doxia
>          Issue Type: Bug
>    Affects Versions: 1.9
>            Reporter: Michael Osipov
>            Assignee: Herve Boutemy
>            Priority: Major
>             Fix For: 1.9.1
>
>
> Get clone from repo and run the following on Windows: {{mvn clean package site -Preporting -Ddoclint=none}}
> and see it fail with
> {noformat}
> [INFO]
> [INFO] --- maven-antrun-plugin:1.8:run (default) @ doxia-module-fml ---
> [WARNING] Parameter tasks is deprecated, use target instead
> [INFO] Executing tasks
> main:
> [INFO] ------------------------------------------------------------------------
> [INFO] Reactor Summary:
> [INFO]
> [INFO] Doxia 1.9.1-SNAPSHOT ............................... SUCCESS [01:12 min]
> [INFO] Doxia :: Logging API ............................... SUCCESS [ 50.966 s]
> [INFO] Doxia :: Sink API .................................. SUCCESS [ 49.247 s]
> [INFO] Doxia :: Test Documents ............................ SUCCESS [ 43.797 s]
> [INFO] Doxia :: Core ...................................... SUCCESS [01:30 min]
> [INFO] Doxia :: Modules ................................... SUCCESS [ 44.828 s]
> [INFO] Doxia :: APT Module ................................ SUCCESS [01:01 min]
> [INFO] Doxia :: Confluence Module ......................... SUCCESS [01:05 min]
> [INFO] Doxia :: Simplified DocBook Module ................. SUCCESS [01:06 min]
> [INFO] Doxia :: FML Module ................................ FAILURE [01:12 min]
> [INFO] Doxia :: FO Module ................................. SKIPPED
> [INFO] Doxia :: iText Module .............................. SKIPPED
> [INFO] Doxia :: Latex Module .............................. SKIPPED
> [INFO] Doxia :: RTF Module ................................ SKIPPED
> [INFO] Doxia :: TWiki Module .............................. SKIPPED
> [INFO] Doxia :: XDoc Module ............................... SKIPPED
> [INFO] Doxia :: XHTML Module .............................. SKIPPED
> [INFO] Doxia :: XHTML5 Module ............................. SKIPPED
> [INFO] Doxia :: Markdown Module 1.9.1-SNAPSHOT ............ SKIPPED
> [INFO] ------------------------------------------------------------------------
> [INFO] BUILD FAILURE
> [INFO] ------------------------------------------------------------------------
> [INFO] Total time: 10:17 min
> [INFO] Finished at: 2019-08-25T18:52:23+02:00
> [INFO] ------------------------------------------------------------------------
> [ERROR] Failed to execute goal org.apache.maven.plugins:maven-antrun-plugin:1.8:run (default) on project doxia-module-fml: An Ant BuildException has occured: java.util.regex.PatternSyntaxException: Illegal/unsupported escape sequence near index 4
> [ERROR] ^D:\Entwicklung\Projekte\maven-doxia\doxia-modules\doxia-module-fml
> [ERROR]     ^
> [ERROR] around Ant part ...<condition property="dir" value="D:\Entwicklung\Projekte\maven-doxia\doxia-modules\doxia-module-fml\target\site/xsddoc">... @ 5:123 in D:\Entwicklung\Projekte\maven-doxia\doxia-modules\doxia-module-fml\target\antrun\build-main.xml
> [ERROR] -> [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/MojoExecutionException
> [ERROR]
> [ERROR] After correcting the problems, you can resume the build with the command
> [ERROR]   mvn <goals> -rf :doxia-module-fml
> {noformat}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)