Jim Birchfield <[EMAIL PROTECTED]> wrote on 30/09/2002 09:37:18 AM:

> Can I have something likke this?
> 
> maven.jnlp.property=foo,bar
> maven.jnlp.property=foo.baz
> maven.jnlp.property=bar.baz

Well, no, because properties are like variables - the name must be unique. 
The above simply assigns three different values to the same property 
'maven.jnlp.property' in sequence.

> 
> then somehow do
> for allProperties {
>   handle prop?
> }
> 
> If possible, can you send me soemthing showing how to do this?

How about you tell me what you're trying to do, and we try working out a 
way of doing it.

> Thanks!
> 
> Jim
--
dIon Gillard, Multitask Consulting
Work:      http://www.multitask.com.au
Developers: http://adslgateway.multitask.com.au/developers




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

Reply via email to