Re: [NAnt-users] linking multiple build files

2007-07-16 Thread Dix, John
, 2007 12:53 AM To: Dix, John; nant-users@lists.sourceforge.net Subject: RE: [NAnt-users] linking multiple build files John, Use the task instead: http://nant.sourceforge.net/release/latest/help/tasks/nant.html For example

Re: [NAnt-users] linking multiple build files

2007-07-14 Thread Gert Driesen
obal.setting}'. Hope this helps, Gert _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dix, John Sent: vrijdag 13 juli 2007 22:04 To: nant-users@lists.sourceforge.net Subject: [NAnt-users] linking multiple build files Hello all, I have been working wi

Re: [NAnt-users] linking multiple build files

2007-07-13 Thread Guy Metz
John, First I would strongly recommend that you checkout the documentation and examples at http://nant.sf.net. It will go a long way toward answering your questions. I would structure the master build something like this, assuming the order of dependency betweeen your projects. Also assuming tha

[NAnt-users] linking multiple build files

2007-07-13 Thread Dix, John
Hello all, I have been working with scripted builds for sometime now involving .cmd files combined with either Python or Perl to get the job done. I am now moving over to nant to do my work for me however I think I may need to change how I am used to designing the builds. Before I would cre