Sachin Shriram Gedam wrote:

Hello Friends,

I am maintaining our property files in the format of “.build” files itself. 
Like:

<?xml version="1.0"?>
<project name="mesDeveloperCommonConstatns">
<!-- mention other properties used by all developers --> <property name="build.src.location" value="..\..\..\config\mesDil\src"/> <property name="build.lib.location" value="..\..\..\tools\ext"/> </project>
But our client wants this property file, like ANT property file with extension as 
".property" and structure (may be he want to use same file in ANT also), like 
this

build.src.location=="..\..\..\config\mesDil\src"
build.lib.location=="..\..\..\tools\ext"

Can we use our property file as ANT property file, if so then how?

no - you can't do this right now. However it would be fairly easy to write a custom task ( or <script > ) that does the equivalent of the <include> task but for the name=value property file format.

Ian



-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_idt77&alloc_id492&op=click
_______________________________________________
Nant-users mailing list
Nant-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to