[ 
https://issues.apache.org/jira/browse/DOXIA-618?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17260420#comment-17260420
 ] 

ASF GitHub Bot commented on DOXIA-618:
--------------------------------------

bertysentry commented on pull request #52:
URL: https://github.com/apache/maven-doxia/pull/52#issuecomment-756050740


   Okay, I now understand the problem: the *Pattern* is compiled as a static 
constant in *MarkdownParser*. The *Pattern.compile()* fails because of the 
unknown `\h` escape sequence and then the class is therefore not initialized, 
and cannot be instantiated as a Plexus component.
   
   I'll submit a new PR to fix this. How do you trigger builds on Jenkins? We 
could have caught this before.
   
   Thanks!


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> doxia-module-markdown: Reincorporate maven-site-plugin's Doxia-specific 
> integration tests
> -----------------------------------------------------------------------------------------
>
>                 Key: DOXIA-618
>                 URL: https://issues.apache.org/jira/browse/DOXIA-618
>             Project: Maven Doxia
>          Issue Type: Task
>          Components: Module - Markdown
>            Reporter: Bertrand Martin
>            Priority: Major
>
> h1. Specification
> The below Doxia issues have integration tests in *maven-site_plugin*:
> * DOXIA-473
> * DOXIA-597
> * DOXIA-571
> * DOXIA-535
> These tests can be reincorporated into *doxia-module-markdown* which has its 
> own integration tests that run in *maven-site-plugin*.
> h1. Doc
> None
> h1. Test
> Integration tests must pass.



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

Reply via email to