Hi,

I have a simple target defined as follows:

<target name="compile">
        <solution solutionfile="eSM/eSM.sln"
configuration="${c#.build.configuration}"/>
</target>

When my target executes, I get the output as attached (ant.out). I am
desperate for a solution (no pun intended) to this problem ASAP. I was
hoping the final 0.8.3 release would resolve this problem since I was using
RC2. However, I just tried this with the 0.8.3 final release and the problem
still exists.


 <<ant.txt>> 
Regards,
Kent Boogaart

Senior Software Developer

Essential Computer Systems
   3/122 Pirie Street
   Adelaide South Australia 5000

   Ph   (08) 8223 1144
   Fax  (08) 8223 1401
   Web  http://www.essential.com.au


This email is from Essential Computer Systems Pty Ltd (ACN 008 126 707) 

The information contained in this email (including any attached files) may
be privileged and confidential intended for the use of the person/persons
named above.  If you are not the intended recipient, you are advised that
any use, distribution or copying of the information is strictly prohibited.
If you have received this transmission in error, please notify Essential
Computer Systems immediately on (61 8) 8223 1144 or reply by email to the
sender.

Essential Computer Systems does not represent or warrant that this email or
any attached files are free from computer viruses or other defects.  Any
attached files are provided, and may only be used, on the basis that the
user assumes all responsibility for any loss, damage or consequence
resulting directly or indirectly from use of the attached files.



Buildfile: build.xml

init:

compile:
     [exec] NAnt version 0.8.3 Copyright (C) 2001-2003 Gerry Shaw
     [exec] http://nant.sourceforge.net

     [exec] Buildfile: file:///D:/localwork/eSM/eSM1.1.x/C#/nant_build.xml

     [exec] compile:

     [exec]  [solution] Starting solution build.
     [exec] Total time: 0 seconds.

     [exec] BUILD FAILED

     [exec] INTERNAL ERROR

     [exec] System.NullReferenceException: Object reference not set to an instance of 
an object.
     [exec]    at NAnt.VSNet.Tasks.ProjectSettings..ctor(XmlElement elemRoot, 
XmlElement elemSettings, TempFileCollection tfc)
     [exec]    at NAnt.VSNet.Tasks.Project.Load(Solution sln, String strFilename)
     [exec]    at NAnt.VSNet.Tasks.Solution.LoadProjects()
     [exec]    at NAnt.VSNet.Tasks.Solution..ctor(String strSolutionFilename, 
ArrayList alAdditionalProjects, ArrayList alReferenceProjects, TempFileCollection tfc, 
Task nanttask)
     [exec]    at NAnt.VSNet.Tasks.SolutionTask.ExecuteTask()
     [exec]    at NAnt.Core.Task.Execute()
     [exec]    at NAnt.Core.Target.Execute()
     [exec]    at NAnt.Core.Project.Execute(String targetName)
     [exec]    at NAnt.Core.Project.Execute()
     [exec]    at NAnt.Core.Project.Run()

     [exec] Please send bug report to [EMAIL PROTECTED]


nunit:
     [exec] NAnt version 0.8.3 Copyright (C) 2001-2003 Gerry Shaw
     [exec] http://nant.sourceforge.net

     [exec] Buildfile: file:///D:/localwork/eSM/eSM1.1.x/C#/nant_build.xml

     [exec] nunit:

     [exec]      [echo] c#.unit.test: true
     [exec] Total time: 0 seconds.

     [exec] BUILD SUCCEEDED


build:
     [exec] NAnt version 0.8.3 Copyright (C) 2001-2003 Gerry Shaw
     [exec] http://nant.sourceforge.net

     [exec] Buildfile: file:///D:/localwork/eSM/eSM1.1.x/C#/nant_build.xml

     [exec] init:

     [exec]    [tstamp] Tuesday, 30 September 2003 10:59:39 AM.

     [exec] compile:

     [exec]  [solution] Starting solution build.
     [exec] Total time: 0 seconds.

     [exec] BUILD FAILED

     [exec] INTERNAL ERROR

     [exec] System.NullReferenceException: Object reference not set to an instance of 
an object.
     [exec]    at NAnt.VSNet.Tasks.ProjectSettings..ctor(XmlElement elemRoot, 
XmlElement elemSettings, TempFileCollection tfc)
     [exec]    at NAnt.VSNet.Tasks.Project.Load(Solution sln, String strFilename)
     [exec]    at NAnt.VSNet.Tasks.Solution.LoadProjects()
     [exec]    at NAnt.VSNet.Tasks.Solution..ctor(String strSolutionFilename, 
ArrayList alAdditionalProjects, ArrayList alReferenceProjects, TempFileCollection tfc, 
Task nanttask)
     [exec]    at NAnt.VSNet.Tasks.SolutionTask.ExecuteTask()
     [exec]    at NAnt.Core.Task.Execute()
     [exec]    at NAnt.Core.Target.Execute()
     [exec]    at NAnt.Core.Target.Execute()
     [exec]    at NAnt.Core.Project.Execute(String targetName)
     [exec]    at NAnt.Core.Project.Execute()
     [exec]    at NAnt.Core.Project.Run()

     [exec] Please send bug report to [EMAIL PROTECTED]


BUILD SUCCESSFUL
Total time: 5 seconds

Reply via email to