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