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
> > properties
> > setup such as:
> > 
> > example-src.dir=example-src
> > 
> > In my maven.xml file I have:
> > 
> > 
> >   
> > 
> > 
> > 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]
> > 
> 
> 
> __
> 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]
> 


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:
> 
> 
>   
> 
> 
> 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]
> 


__
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]



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:


  


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]