Uploaded image for project: 'Maven Archetype'
  1. Maven Archetype
  2. ARCHETYPE-183

Problem with #{ in filtered files

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 2.0-alpha-3
    • 2.0-alpha-4
    • None
    • None

    Description

      I have files I want to copy in when generating a projet.
      Those files contains a #

      {whateverhere}

      because they are jsf el.
      Those files are copied using
      <fileSet filtered="true" packaged="false">
      <directory>src/main/webapp</directory>
      <includes>
      <include>*/</include>
      </includes>
      </fileSet>

      After the generation step, I get for instance :
      <ui:define name="zone-logo">
      <img src="#themePrefixWithContextRoot/images/logo.gif"
      width="99" height="50" />
      </ui:define>

      instead of <ui:define name="zone-logo">
      <img src="#

      {themePrefixWithContextRoot}

      /images/logo.gif"
      width="99" height="50" />
      </ui:define>

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

      instead of
      <ui:define name="zone-posts-techniques">
      <input type="hidden" name="_flowExecutionKey"
      value="#

      {flowExecutionKey}

      " />
      </ui:define>

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              djeanprost Dominique Jean-Prost
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: