[ 
https://jira.codehaus.org/browse/ARCHETYPE-420?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=308224#comment-308224
 ] 

Dominique Jean-Prost commented on ARCHETYPE-420:
------------------------------------------------

In generated project, you will see that template-application.xhtml contains 
this :

{code:xml}
<ui:define name="zone-i18n">
                <sfx_t:messageSource var="i18n" keyPrefix="com.test." />
        </ui:define>

        

        <ui:define name="zone-posts-techniques">
                <input type="hidden" name="_flowExecutionKey"
                        value="#flowExecutionKey" />
        </ui:define>
{code}

instead of 

{code:xml}
<ui:define name="zone-i18n">
                <sfx_t:messageSource var="i18n" keyPrefix="com.test." />
        </ui:define>

        

        <ui:define name="zone-posts-techniques">
                <input type="hidden" name="_flowExecutionKey"
                        value="#{flowExecutionKey}" />
        </ui:define>
{code}

                
> curly brackets lost when filtered=true
> --------------------------------------
>
>                 Key: ARCHETYPE-420
>                 URL: https://jira.codehaus.org/browse/ARCHETYPE-420
>             Project: Maven Archetype
>          Issue Type: Bug
>    Affects Versions: 2.2
>            Reporter: Dominique Jean-Prost
>         Attachments: archetype sources.zip, generated_project.zip
>
>
> When using filtered=true on a fileset, files generated lose curly brackets.
> Please find as an attachment : 
> - the source of the archetype. you will see within the settings for the 
> fileset
> - a generated project using this artifact

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://jira.codehaus.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to