You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "Henrik W. Hansen" <sp...@procesgruppen.dk> on 2003/10/07 18:22:56 UTC

dynamic properties and replacefilterfile

Hi all
We have been struggling with this problem an entire day now, so here goes:.

We would like to perform the following replace
<replace replacefilterfile="replace.properties" summary="YES"
                            dir="c:/temp/"/>
with replace.properties containing:
@project.id@=${pom.id}

But, @project.id@ does not get replaced with the actual value of the 
variable pom.id but with the string  "${pom.id}".

We have tried serval strategies. But being quite unfamiliar with jelly, 
non with success.

Best regards Henrik



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org