----- Original Message ----- From: "Vincent Erickson" <[EMAIL PROTECTED]> To: "'Gert Driesen'" <[EMAIL PROTECTED]> Sent: Tuesday, October 14, 2003 8:19 PM Subject: RE: [Nant-users] Latest nightly build not smart about project dependencies anymore ?
> Are you suggesting the BuildAll target should look like this instead? > > <!-- > > **************************************************************************** > ***** > Section: BuildAll Target > > Description: Compile the entire solution (all projects). > > **************************************************************************** > ***** > --> > > <target name="BuildAll depends="ByteBase"> > <call target="BytePro"/> > <call target="StandardForms"/> > <call target="Services"/> > </target> Nope, the BuildAll target should look like this : <target name="BuildAll depends="BytePro, StandardForms, Services" /> Gert ------------------------------------------------------- This SF.net email is sponsored by: SF.net Giveback Program. SourceForge.net hosts over 70,000 Open Source Projects. See the people who have HELPED US provide better services: Click here: http://sourceforge.net/supporters.php _______________________________________________ Nant-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/nant-users