I believe so. Here is an example from one of my build files. And I'm still
at 1.2, sigh...

- <target name="mail" if="javax.mail.present">
- <!--  Compile the java code from ${src} into ${build} 
  --> 
  <javac srcdir="${src}" destdir="${build}" includes="utilities/mail/*.java"
/> 
  </target>

-----Original Message-----
From: Zanabria, Moises [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, September 05, 2001 1:35 PM
To: '[EMAIL PROTECTED]'
Subject: condition in 1.3


Hi guy:

That's is possible in ant 1.3? 

<target name="clean" if="${tag}">

or only in ant 1.4

Thanks 
Moises.

Reply via email to