Re: More Javascript questions

2001-10-26 Thread Robert Seeger
Diane, That's exactly what I wound up doing, actually. I used a property of a comma separated list, and wrote some javascript to parse it into a list. Seems to work just fine. It's nice to get some verification that this is a reasonable way to do it. Thanks, Rob Seeger At 08:50 AM 10/25/01 -070

Re: More Javascript questions

2001-10-25 Thread Diane Holt
[Sorry if this ends up posting twice, but I haven't seen it come through, so I'm thinking maybe it didn't make it out for some reason.] --- Robert Seeger <[EMAIL PROTECTED]> wrote: > - How can I define a "list of items" in ant? > I want to be able to say something like > > PkgDatabase > PkgL

Re: More Javascript questions

2001-10-25 Thread Diane Holt
--- Robert Seeger <[EMAIL PROTECTED]> wrote: > - How can I define a "list of items" in ant? > I want to be able to say something like > > PkgDatabase > PkgLogger > PkgFtp > I think to do that you'd need to create a new type (eg., ) and then it -- but I've not really looked into doing tha

More Javascript questions

2001-10-23 Thread Robert Seeger
Heya folks. Thanks to all the great help I received from ym previous questions, I've gotten almost all the way to where I want to be. If you missed the "where I want to be, and what I'm try to do" part, don't worry about it... doesn't really matter all that much. Anyways, I've gotten to the point