We have written a large library of own very sophisticated ant tasks for
all the high level stuff. What I am thinking is that especially for the
work-flow control it would be great to steer the flow between different
targets via complex if-statements. I see the point that Ant should be
easy and descriptive, but a (somehow implemented) flow control would
make life easier (for the integration team ;))


-----Original Message-----
From: Kev Jackson [mailto:[EMAIL PROTECTED] 
Sent: Friday, June 23, 2006 11:39 AM
To: Ant Developers List
Subject: Re: using multiple properties in the 'if' and 'unless'
conditions


On 23 Jun 2006, at 16:24, Riedel Thomas ((KSFD 121)) wrote:

> r building, deploying and testing real large projects (>5 Mio LOC).  
> So our scripts became more and more complex workflow scripts  
> instead of simple Ant-scripts.
> I do strongly believe that the simple change of more complex  
> (expression language like) if and unless statement would reduce the  
> size and increase the readability of our scripts by far!

Don't macrodef/scriptdef and friends help out here?  I mean it's  
possible to embed an entire scripting language (BeanShell etc) inside  
an Ant build file, do these not provide enough flexibility for what  
you need?

Kev
--
"In vain you tell me that Artificial Government is good, but that I  
fall out with the Abuse. The Thing! The Thing itself is the Abuse!" -  
Edmund Burke


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to