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

Reply via email to