You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Hudson (JIRA)" <de...@myfaces.apache.org> on 2016/09/09 15:15:20 UTC

[jira] [Commented] (MYFACES-4062) Building site (Tobago) crashes

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

Hudson commented on MYFACES-4062:
---------------------------------

SUCCESS: Integrated in Jenkins build Tobago 3.0.x #524 (See [https://builds.apache.org/job/Tobago%203.0.x/524/])
Use fix for MYFACES-4062 - velocity syntax (lofwyr: [http://svn.apache.org/viewvc/?view=rev&rev=1760026])
* (edit) tobago-3.0.x/src/site/site.xml


> Building site (Tobago) crashes
> ------------------------------
>
>                 Key: MYFACES-4062
>                 URL: https://issues.apache.org/jira/browse/MYFACES-4062
>             Project: MyFaces Core
>          Issue Type: Bug
>          Components: website
>            Reporter: Udo Schnurpfeil
>            Assignee: Udo Schnurpfeil
>            Priority: Minor
>
> The error message is 
> {code}
> ...
> [DEBUG] Processing Velocity for template META-INF/maven/site.vm on
> compatibility.apt
> [ERROR] Parser Exception: META-INF/maven/site.vm
> org.apache.velocity.runtime.parser.ParseException: Encountered "1.0" at
> line 357, column 51.
> Was expecting one of:
>     <RPAREN> ...
>     <WHITESPACE> ...
>     "-" ...
> ...
> im META-INF/maven/site.vm aus myfaces-site-skin-4-SNAPSHOT.jar sthet in
> Zeile 357:
>         #set ( $documentHeader = "<?xml version=\"1.0\"
> encoding=\"UTF-8\"?>" )
> {code}
> The problem is, that with current plugins in velocity the Char " inside of "" must be escaped with doube ", not with a backslash.



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