Adding magic properties for targets?

2008-05-30 Thread Stefan Bodewig
Hi all, Colm's patch in adds two new magic properties, one for the build's default target and one for the targets specified on the command line (or via <*ant*>). IIRC such properties have been suggested many moons ago and rejected, but no

AW: Adding magic properties for targets?

2008-05-30 Thread Jan.Materne
> Colm's patch in > adds two > new magic properties, one for the build's default target and one for > the targets specified on the command line (or via <*ant*>). > > IIRC such properties have been suggested many moons ago and rejected, > b

Re: Adding magic properties for targets?

2008-05-30 Thread Dominique Devienne
I'd add that those properties, if made available, should probably be prefixed with ant., to make it clear they are "built-in". Perhaps: ant.default-target ant.targets-invoked I'm +0 on adding these "static" properties. Since we're at it, we may also want to expose ant.current-target and ant.invo

Re: Adding magic properties for targets?

2008-05-30 Thread Kevin Jackson
Hi, > Colm's patch in > adds two > new magic properties, one for the build's default target and one for > the targets specified on the command line (or via <*ant*>). > > IIRC such properties have been suggested many moons ago and rejected,