[ http://jira.codehaus.org/browse/MSITE-294?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_123358 ]
Andrew Hughes commented on MSITE-294: ------------------------------------- thanks Wendy!!!!! :) > Can't escape ${project.version} as plain text inside apt +---- section, on > *.apt.vm files > ----------------------------------------------------------------------------------------- > > Key: MSITE-294 > URL: http://jira.codehaus.org/browse/MSITE-294 > Project: Maven 2.x Site Plugin > Issue Type: Bug > Affects Versions: 2.0-beta-6 > Environment: *.apt.vm files, and +----- escaped section. > Reporter: Andrew Hughes > Priority: Critical > > You can reproduce this the following way..... > ./src/site/index.apt.vm (start) > -------------------------------------------------- > This will appear without the backslashes > {noformat}$\{project.version\}{noformat} and that's excellent. But you can't > get this output in the escaped apt text section below. > {noformat} > +--- > However this apt escaped section still shows the backslashes inside this > section $\{project.version\} and there is no known way the text can be shown > as above. > To make matters worse, when you put this in without the backslashes, you get > the properties value (like a filter). See: ${project.version} not the desired > string as above > +--- > {noformat} > ------------------------------------------------- > ./src/site/index.apt.vm (start) -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira