Hi John,

I had the exact same issue, here's the thread:
http://www.mail-archive.com/[email protected]/msg04871.ht
ml
My post mentions how I solved it for the <csc> task, but the way I
hacked it for the <solution> task was to remove all the entries in
csc.rsp.

Hope that helps
michael 

> -----Original Message-----
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On Behalf Of 
> [EMAIL PROTECTED]
> Sent: Tuesday, November 09, 2004 4:34 PM
> To: [EMAIL PROTECTED]
> Subject: [Nant-users] Building with <solution> task versus devenv
> 
> 
> 
> 
> 
> I am using NANT for the first time with the <solution> task. 
> I am receiving a compile error when using the <solution> 
> build target versus using the devenv command line. The error 
> during the <solution> build indicates that "
> [solution] 
> d:\Apps\MBPA\UI\Claims.Shared.BDO\Entities\Person.cs(198,9):
> error CS0234: The type or namespace name 'IsEmpty' does not 
> exist in the class or namespace 'Util' (are you missing an 
> assembly reference?)". This error does not appear when 
> building with the devenv commandline. Has anyone experienced 
> a similar issue and are there any suggestions?
> 
> Here are the two NANT lines:
> 
> devenv build line
>       <exec program="C:\Program Files\Microsoft Visual Studio 
> .NET 2003\Common7\IDE\devenv" 
> commandline="${mbpa.ui.dir}\MBPA.sln /build DEBUG /out UIbuild.log" />
> 
> <solution> build line
>       <solution configuration="debug"
> solutionfile="${mbpa.ui.dir}\MBPA.sln" failonerror="false"
> outputdir="${mbpa.ui.dir}\Claims.MBPA.Web.UI\bin" verbose="true">
>       </solution>
> 
> Thanks,
> 
> John
> 
> 
> 
> -------------------------------------------------------
> This SF.Net email is sponsored by:
> Sybase ASE Linux Express Edition - download now for FREE 
> LinuxWorld Reader's Choice Award Winner for best database on Linux.
> http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click
> _______________________________________________
> Nant-users mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/nant-users
> 
> 

This email is sent subject to a disclaimer available at 
http://www.jamwarehouse.com/about_us/EmailDisclaimer/



-------------------------------------------------------
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_idU88&alloc_id065&op=click
_______________________________________________
Nant-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to