I guess a lot of people are going to want to use dotted properties, so
we should support it.

It probably is attempting to do reflection on m2.

- Brett


On 9/26/05, Chris Berry <[EMAIL PROTECTED]> wrote:
> Hi John,
> Don't know if it's a bug but
> <properties>
>     <m2.version>2.0-beta-2-SNAPSHOT</m2.version>
> </properties>
> .....
> <version>${m2.version}</version>
>
> does NOT work.
>
> But, without the "." in the property name, it does work. I.e.
> <properties>
>     <m2version>2.0-beta-2-SNAPSHOT</m2version>
> </properties>
> .....
> <version>${m2version}</version>
> This works.
> Cheers,
> -- Chris
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to