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
|
- [Nant-users] include files Bob Uva
- Re: [Nant-users] include files Gert Driesen