I want to optionally include an attribute in a task. Is this possible?
That is, I'm using the csc task and if I'm creating an executable, I
want to include the attribute "mainclass" like
 
<csc mainclass="..."
 
but if the "mainclass" property isn't set, I want it to run like
 
<csc ...
 
without the mainclass attribute.
 

Reply via email to