Sandeep, When you launch NAnt, you can provide property values on the command line with the
NAnt -buildfile:nantFilename -D:propertyName=propertyValue targetName You can include as many -DpropertyName=propertyValue declarations as you want on the command line that launches NAnt. Or... You can create a NAnt "operand" file with a set of property declarations. Then a second NAnt script, you can <include> this operand file. After the <include> all of the properties defined in the included NAnt script will be defined and accessible in the second NAnt script. Does this help? Merrill ------------------------------------------------------- This SF.Net email is sponsored by Oracle Space Sweepstakes Want to be the first software developer in space? Enter now for the Oracle Space Sweepstakes! http://ads.osdn.com/?ad_id=7412&alloc_id=16344&op=click _______________________________________________ Nant-users mailing list Nant-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/nant-users