I'm getting an exception when I use NAnt on my solution.  It says
"INTERNAL ERROR" and asks me to "Please send bug report to
[EMAIL PROTECTED]"  When I do so, it bounces
(see below).  Now what?

Greg Arzoomanian
TailWind Solutions
http://www.tailwindinc.com

******

Each of the following recipients was rejected by a remote mail server.
The reasons given by the server are included to help you determine why
each recipient was rejected.

    Recipient: <[EMAIL PROTECTED]>
    Reason:    Postmaster verification failed while checking
<[EMAIL PROTECTED]>               Called:   66.175.16.137
Sent:     RCPT TO:<[EMAIL PROTECTED]>               Response: 550
5.0.0 <[EMAIL PROTECTED]>... User unknown               Several
RFCs state that you are required to have a postmaster               mailbox
for each mail domain. This host does not accept mail               from
domains whose servers reject the postmaster address.               Sender
verify failed


Please reply to [EMAIL PROTECTED]
if you feel this message to be in error.

******

I'm receiving the following message when running Nant.  As per the message,
I'm sending it.  The build file is attached.

Greg Arzoomanian
TailWind Solutions, Inc.
http://tailwindinc.com

******

C:\ga\proj\TailWind\Source\FS3\FieldSpace3>c:\import\nant\bin\nant
SolutionBuild

NAnt 0.84 (Build 0.84.1455.0; net-1.0.win32; release; 12/26/2003)
Copyright (C) 2001-2003 Gerry Shaw
http://nant.sourceforge.net

Buildfile:
file:///C:/ga/proj/TailWind/Source/FS3/FieldSpace3/FieldSpace3.build
Target(s) specified: SolutionBuild

SolutionBuild:

 [solution] Starting solution build.
 [solution] Only C#, VB.NET and C++ projects are supported.  Skipping
project '..\DebugInstaller\DebugInstaller.vdproj'.
 [solution] Only C#, VB.NET and C++ projects are supported.  Skipping
project '..\ReleaseInstaller\ReleaseInstaller.vdproj'.
 [solution] Only C#, VB.NET and C++ projects are supported.  Skipping
project '..\FS21UIInstaller\FS21UIInstaller.vdproj'.

BUILD FAILED

INTERNAL ERROR

System.ArgumentNullException: Value cannot be null.
Parameter name: path2
   at System.IO.Path.Combine(String path1, String path2)
   at NAnt.VSNet.VcConfiguration.get_OutputPath()
   at NAnt.VSNet.VcProject.GetOutputPath(String configuration)
   at NAnt.VSNet.Solution.GetDependenciesFromProjects()
   at NAnt.VSNet.Solution..ctor(String solutionFileName, ArrayList
additionalProjects, ArrayList referenceProjects, TempFileCollection tfc,
SolutionTask solutionTask, WebMapCollection webMappings, FileSet
excludesProjects, String outputDir

   at NAnt.VSNet.Tasks.SolutionTask.ExecuteTask()
   at NAnt.Core.Task.Execute()
   at NAnt.Core.Target.Execute()
   at NAnt.Core.Project.Execute(String targetName, Boolean
forceDependencies)
   at NAnt.Core.Project.Execute()
   at NAnt.Core.Project.Run()

Please send bug report to [EMAIL PROTECTED]

Total time: 0.5 seconds.





-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
Nant-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to