Can Maven use dashes in variable interpolation?

2004-02-24 Thread [EMAIL PROTECTED]
I have a build.properties file with various properties setup such as: example-src.dir=example-src In my maven.xml file I have: goal name=my-goal mkdir dir=${example-src.dir}/ /goal When I invoke maven with maven my-goal it creates a 0 directory instead of an example-src directory. If I

Re: Can Maven use dashes in variable interpolation?

2004-02-24 Thread [EMAIL PROTECTED]
BTW, I am using Maven 1.0-rc1 on Windows 2000. Thanks. --- [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: I have a build.properties file with various properties setup such as: example-src.dir=example-src In my maven.xml file I have: goal name=my-goal mkdir dir=${example-src.dir}/

Re: Can Maven use dashes in variable interpolation?

2004-02-24 Thread dion
It's a known feechur. -- dIon Gillard, Multitask Consulting [EMAIL PROTECTED] [EMAIL PROTECTED] wrote on 25/02/2004 12:31:51 AM: BTW, I am using Maven 1.0-rc1 on Windows 2000. Thanks. --- [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: I have a build.properties file with various