[jira] [Comment Edited] (MSITE-752) Cannot use server side includes.

2015-12-02 Thread Michael Osipov (JIRA)

[ 
https://issues.apache.org/jira/browse/MSITE-752?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15036141#comment-15036141
 ] 

Michael Osipov edited comment on MSITE-752 at 12/2/15 5:10 PM:
---

Well, one can change the tests of course. Moreover, will someone ever parse 
those comments at all?
Touching the parser to support {{
> Key: MSITE-752
> URL: https://issues.apache.org/jira/browse/MSITE-752
> Project: Maven Site Plugin
>  Issue Type: Bug
>Affects Versions: 3.4
> Environment: Java version: 1.8.0_45, vendor: Oracle Corporation
> Java home: /usr/local/jdk-1.8.0/jre
> Default locale: de_DE, platform encoding: UTF-8
>Reporter: Christian Schulte
> Attachments: MSITE-752.zip
>
>
> Please see the attached example project. The 'index.xml' document contains 
> some server side include directives. Executing 'mvn site', the server side 
> includes won't work as the comments have been processed in a way that
> {code}
> 
> {code}
>  becomes
> {code}
> 
> {code}
> Note the extra space.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Comment Edited] (MSITE-752) Cannot use server side includes.

2015-12-02 Thread Christian Schulte (JIRA)

[ 
https://issues.apache.org/jira/browse/MSITE-752?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15036078#comment-15036078
 ] 

Christian Schulte edited comment on MSITE-752 at 12/2/15 5:27 PM:
--

{code}
Failed tests: 
  XhtmlBaseSinkTest.testComment:925 expected:<> but 
was:<>
  XhtmlBaseSinkTest.testLineBreak:853 expected:<... style="bold" />> but was:<... style="bold" />>
{code}

I am not sure this can be changed in a backward compatible way. Maybe the 
parser should be updated to handle the

{code}
> but 
was:<>
  XhtmlBaseSinkTest.testLineBreak:853 expected:<... style="bold" />> but was:<... style="bold" />>
{code}

I am not sure this can be changed in a backward compatible way. Maybe the 
parser should be updated to handle the

{code}

> Key: MSITE-752
> URL: https://issues.apache.org/jira/browse/MSITE-752
> Project: Maven Site Plugin
>  Issue Type: Bug
>Affects Versions: 3.4
> Environment: Java version: 1.8.0_45, vendor: Oracle Corporation
> Java home: /usr/local/jdk-1.8.0/jre
> Default locale: de_DE, platform encoding: UTF-8
>Reporter: Christian Schulte
> Attachments: MSITE-752.zip
>
>
> Please see the attached example project. The 'index.xml' document contains 
> some server side include directives. Executing 'mvn site', the server side 
> includes won't work as the comments have been processed in a way that
> {code}
> 
> {code}
>  becomes
> {code}
> 
> {code}
> Note the extra space.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)