Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id A9D8320049D for ; Wed, 9 Aug 2017 13:30:04 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id A8303168F2D; Wed, 9 Aug 2017 11:30:04 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id EE02E168F2C for ; Wed, 9 Aug 2017 13:30:03 +0200 (CEST) Received: (qmail 16457 invoked by uid 500); 9 Aug 2017 11:30:03 -0000 Mailing-List: contact dev-help@myfaces.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "MyFaces Development" Delivered-To: mailing list dev@myfaces.apache.org Received: (qmail 16446 invoked by uid 99); 9 Aug 2017 11:30:02 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Aug 2017 11:30:02 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id 5DC90C10E9 for ; Wed, 9 Aug 2017 11:30:02 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 0.918 X-Spam-Level: X-Spam-Status: No, score=0.918 tagged_above=-999 required=6.31 tests=[RP_MATCHES_RCVD=-0.001, SPF_FAIL=0.919] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id ScKqgyEK0CGz for ; Wed, 9 Aug 2017 11:30:01 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id 662365F6C2 for ; Wed, 9 Aug 2017 11:30:01 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id F3012E07CF for ; Wed, 9 Aug 2017 11:30:00 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id AF2EB23E7B for ; Wed, 9 Aug 2017 11:30:00 +0000 (UTC) Date: Wed, 9 Aug 2017 11:30:00 +0000 (UTC) From: "Thomas Andraschko (JIRA)" To: dev@myfaces.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (MYFACES-4062) Building site (Tobago) crashes MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Wed, 09 Aug 2017 11:30:04 -0000 [ https://issues.apache.org/jira/browse/MYFACES-4062?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16119738#comment-16119738 ] Thomas Andraschko commented on MYFACES-4062: -------------------------------------------- [~lofwyr] Whats with that ticket? isn't it already fixed? > 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: > ... > ... > "-" ... > ... > im META-INF/maven/site.vm aus myfaces-site-skin-4-SNAPSHOT.jar sthet in > Zeile 357: > #set ( $documentHeader = " 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.4.14#64029)