Can imports go in targets?

The way I have done it in the past is to conditionally set a property and 
import the property.  When I don't want to import something, I set the property 
to a filename that does not exist.   Make sure you <import optional="true" />.

John


-----Original Message-----
From: Murray, Mike [mailto:m...@ptc.com] 
Sent: Wednesday, September 15, 2010 1:16 PM
To: Ant Users List
Subject: RE: Conditional import?

Put it inside a target.

-----Original Message-----
From: Perrier, Nathan [mailto:nperr...@ptc.com]
Sent: Wednesday, September 15, 2010 12:13 PM
To: user@ant.apache.org
Subject: Conditional import?

Hi All,

 

Is there a way to do a conditionally import in ant?  

 

For example:

 

<import file="file1.xml" if="some_property_is_set" />

 

Or if not using <import>, can this be done with XML Entities?

 

 

Thanks much,

-Nathan


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@ant.apache.org For additional 
commands, e-mail: user-h...@ant.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@ant.apache.org
For additional commands, e-mail: user-h...@ant.apache.org

Reply via email to