I am using the <include> task to include external build files in my default.build. If I just put <property> tasks into the include file (xxx.include) then NAnt complains about multiple root elements. I have to put the properties within a separate target. Is there any way to get around having a separate target for these properties and still use <include> ?

 

Thanks,

 Bob

 

 

 

 

Reply via email to