RE: [Nant-users] Building by solution task - complete solution file verses building by exec program - devenv task

2005-12-16 Thread Tim Mayert
Okay I tried something else out. I created a new solution file that only contains the projects that failed to be called/built. I then scheduled this solution file to be built before the main solution file and this seemed to work. At least is seemed to build the projects that failed to build befo

RE: [Nant-users] Building by solution task - complete solution file verses building by exec program - devenv task

2005-12-16 Thread Gert Driesen
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Tim Mayert > Sent: vrijdag 16 december 2005 18:20 > To: Gert Driesen; Read, Kevin; nant-users@lists.sourceforge.net > Subject: RE: [Nant-users] Building by solution task - > complete solution fil

RE: [Nant-users] Building by solution task - complete solution file verses building by exec program - devenv task

2005-12-16 Thread Tim Mayert
Gert, I have this nightly build version, nant-0.85-nightly-2005-11-13, and it seemed to solve the solution build, but now I am running into an issue where it is skipping projects again, but this time it is not an issue that the project configuration does not exist, they do. I just plainly does not

Re: [NAnt-users] Setting startup object for an exe

2005-12-16 Thread Gert Driesen
Simon, You should use the "main" attribute on the task for this purpose. Gert - Original Message - From: <[EMAIL PROTECTED]> To: Sent: Friday, December 16, 2005 1:29 PM Subject: [NAnt-users] Setting startup object for an exe Hi I need to build an exe with a form as the startup obje

[NAnt-users] Setting startup object for an exe

2005-12-16 Thread Simon.Burgess
Title: Setting startup object for an exe Hi I need to build an exe with a form as the startup object, when I build currently it is trying to find sub main which doesn't exist and so the build fails. I cant find any examples or information on this so any pointers would be appreciated. Here