Re: lists of lists

2004-09-28 Thread Peter Reilly
Using ant-contrib's one can do this: resulting in: list: [echo] Project: alist Component: 'a' [echo] Project: alist Component: 'b' [echo] Project: alist Component: 'c' [echo] Project: blist Com

RE: lists of lists

2004-09-27 Thread Dominique Devienne
> From: Ray Madigan [mailto:[EMAIL PROTECTED] > I have a complicated development environment and want to do something like > the following: > > all.list=alist,blist,clist > > alist=a,b,c > blist=d,e,f > clist=g,h,j > > > > > > > > > pr

lists of lists

2004-09-27 Thread Ray Madigan
I have a complicated development environment and want to do something like the following: all.list=alist,blist,clist alist=a,b,c blist=d,e,f clist=g,h,j mailto:[EMAIL PROTECTED] Sent: Monday, September 27, 2004 4:06 PM To: [EMAIL PROTECTED] Subject: RE: truncating a directory Hi Jan