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 change the dash ("-") to an underscore ("_"),
like "example_src", it works just fine.  Is this a
bug?  Ant allows the usage of dashes.

Thanks.

__________________________________
Do you Yahoo!?
Yahoo! Mail SpamGuard - Read only the mail you want.
http://antispam.yahoo.com/tools

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

Reply via email to