Re: Conditional target problem

2010-08-18 Thread Niklas Matthies
I filed an enhancement request related to this topic: http://issues.apache.org/bugzilla/show_bug.cgi?id=49776 -- Niklas Matthies - To unsubscribe, e-mail: user-unsubscr...@ant.apache.org For additional commands, e-mail: user-h...

Re: publishing via http (with Apache and webdav)

2010-08-18 Thread Michael Shea
Hey Anthony - This is kinda on the back burner for me for now, since I've been using the SSH resolver for publishing for awhile... But thanks for sharing your solution! If I need to get this running in future, I'll definitely take a look back at this =). Mike. Michael Shea-2 wrote: I w

Re: Conditional target problem

2010-08-18 Thread Niklas Matthies
On Tue 2010-08-17 at 16:20h, Vimil Saju wrote on user: > I know ant is supposed to be declarative language as opposed to a > procedural one, but whats wrong with using the 'if' task provided > with ant-contrib along with "ant-call" task? AntCall effectively creates a new Ant instance. Properties 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