Why can't you just use ${myProp1} ? Why go through the trouble of refering
via "project.properties"?

-- 
Eric Redmond
http://blog.propellors.net

On 8/23/07, William Ferguson <[EMAIL PROTECTED]> wrote:
>
> In a resource filter, I can specify tokens like:
>
> token1=${project.version}
> token2=${project.properties}
>
> Which when used in a resource file evaluates to:
>
> valueForToken1=1.0-SNAPSHOT
> valueForToken2={myProp1=value1, myProp2=value2}
>
> How do I specify a token in the resource filter that resolves to the
> value of myProp1?
> I've tried all variants (that I can think of) of
> ${project.properties.myProp1}.
>
> I'm sure there's a way, but I can't find documentation spelling out the
> syntax that is required.
>
>
> William
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

Reply via email to