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
> -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
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
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
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