Jan:  your solution is cool :)

But there is one moment - that solution is useful when ONE file must be loaded, 
if anybody need to load two or more
files with properties - I don't see other solutions, than use <if/> or play 
with <target/>'s ( I hate copy/paste :) )

Anybody here knows solution for loading MANY property files in such situation 
with ant core tasks(that differs from
playing with <target/>'s ) ?


----====[]====----

С уважением, Пустовалов Михаил [mailto:[EMAIL PROTECTED]
    RDC Protei



-----Original Message-----
From: Scot P. Floess [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, May 23, 2006 3:30 PM
To: [email protected]
Subject: Re: AW: AW: How to set properties when property is set

Jan:

Sorry, I see your point...he could define the properties in a property 
file and do as you list...  From his email I took it literally - meaning 
he wanted to set the property values in his build.xml.  Your solution is 
a very clean and elegant solution - I like it  :) 


[EMAIL PROTECTED] wrote:
>> The only problem is he stated setting multiple 
>> properties...not a single one....
>>     
>
> Where is the problem? You can define multiple properties in the
> property-file.....
>
>
> Jan
>
>
>   
>>> <condition property="propfile" value="present.properties"
>>>       
> else="absent.properties">
>   
>>>     <available file="${gen.dir}"/>
>>> </condition>
>>> <property file="${propfile}"/>
>>>       
>
>   

-- 
Scot P. Floess
27 Lake Royale
Louisburg, NC  27549

252-478-8087 (Home)
919-754-4592 (Work)

Chief Architect JPlate  http://sourceforge.net/projects/jplate
Chief Architect JavaPIM http://sourceforge.net/projects/javapim



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

Reply via email to