Aaron,

I just finished getting my solution to compile with that version of the
nightly build (just emailed the changes I made) and I did not run into
this problem. I have 12 C# dll projects in my solution.

What version of VS.NET created the solution/project files? I have
noticed that Visual Studio .NET 2003 seems to allow some invalid options
in the project file and ignores them when it build to project. The
<solution> task does not do this. A lot of the problems that I ran
across were in my project files.

I hope this helps.

-Scott

-----Original Message-----
From: Aaron Jensen [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, October 15, 2003 4:13 PM
To: [EMAIL PROTECTED]
Subject: [nant-dev] Bug: Building a DLL Project Fails

The problem occurred in the 20031013 daily build.

I tracked the problem down to line 77 of ProjectSettings.cs in the
NAnt.VSNet project.  It seems that the /main command line parameter is
being added to the output script even though a project is a library,
which causes csc to barf.  I simply commented out lines 77 and 78 and I
was able to get my projects compiling again.

I tried to track down why this was occuring but was unable to.  Maybe
someone more familiar with the code can take a look.

     <:> Aaron Jensen
     <:> [EMAIL PROTECTED]
     <:> 760.431.9400 ext 421
     <:> Financial Profiles
     <:> www.profiles.com


-------------------------------------------------------
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-developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-developers


-------------------------------------------------------
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-developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-developers

Reply via email to