Re: lists of lists
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
> 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