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
John, Use the task instead: http://nant.sourceforge.net/release/latest/help/tasks/nant.html For example: or if you jus

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