Re: AW: Conditional target problem

2010-08-19 Thread Niklas Matthies
On Thu 2010-08-19 at 09:59h, Vimil Saju wrote on user: > I read about the new macrodef task which can be used create a custom > composite task by combining other tasks together. Using the macrodef > task instead of antcall cant we overcome the performance overhead > and the property visibility issu

Re: AW: Conditional target problem

2010-08-19 Thread Matt Benson
; visibility issues with antcall? > Certainly, aside from the fact that macrodef is not really that new, having been released with Ant 1.6 IIRC. ;) -Matt > --- On Thu, 8/19/10, Knuplesch, Juergen wrote: > > From: Knuplesch, Juergen > Subject: AW: Conditional target problem >

Re: AW: Conditional target problem

2010-08-19 Thread Vimil Saju
wrote: From: Knuplesch, Juergen Subject: AW: Conditional target problem To: "Ant Users List" Date: Thursday, August 19, 2010, 8:03 AM Antcallback gives back some props you define -Ursprüngliche Nachricht- Von: Niklas Matthies [mailto:ml_ant-u...@nmhq.net] Gesendet: Mittwoch,

AW: Conditional target problem

2010-08-19 Thread Knuplesch, Juergen
Antcallback gives back some props you define -Ursprüngliche Nachricht- Von: Niklas Matthies [mailto:ml_ant-u...@nmhq.net] Gesendet: Mittwoch, 18. August 2010 15:55 An: Ant Users List Betreff: Re: Conditional target problem On Tue 2010-08-17 at 16:20h, Vimil Saju wrote on user: > I know a

AW: Conditional target problem

2010-08-18 Thread Knuplesch, Juergen
I use the from ant-contrib combined with antcall or antcallback to have more flexibility on calling targets. I use properties like ${nocvs} to not use CVS, even when the target is executed (again using or unless) I have unless properties for CVS, junit, javadoc, compile . In your c