Hi,
    Below is my If condition in my Build file and i'm getting it as deprecated when i build and it is failing when comparing(underlined below). Please give me correct syntax or the alternative for the keyword "propertyexists" . I'm using nant-0.84.
 
 <readregistry property="TestBuild" key="\MyBuild\TestBuild" hive="LocalMachine" failonerror="false" />
....
<if propertyexists = "TestBuild"' propertytrue="TestBuild" > -->
     <property name="archive.root" value="C:\Builds\MyBuilds" />
 </if>
 
With Regards
Ashok
 
 

Reply via email to