Title: Build Error

I am trying to use NANT to automate our builds.  I was able to get it setup and working with some small, sample solutions.  However, when I try something more substantial (~170 projects), I get the error contained in the text document.  I am able to build the solution through the IDE without any problems. 

Any ideas?


<<NantError.txt>>
Thanks,

Jason Erickson
5280 Solutions
Highlands Ranch, CO
303.696.5510
[EMAIL PROTECTED]

C:\DevTools\nant>c:\devtools\nant\bin\nant.exe -buildfile:TestBuild.build.xml
NAnt 0.85 (Build 0.85.1932.0; rc3; 04/16/2005)
Copyright (C) 2001-2005 Gerry Shaw
http://nant.sourceforge.net

Buildfile: file:///C:/DevTools/nant/TestBuild.build.xml
Target framework: Microsoft .NET Framework 1.1
Target(s) specified: build


build:


runGetLatest:

   [vssget] Getting '$/ALLSTAR PROD' to 'C:\STAR.NET\Builds'...

clean:

 [solution] Starting solution build.

BUILD FAILED

INTERNAL ERROR

System.OverflowException: Value was either too large or too small for an Int32.
   at System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo in
fo)
   at NAnt.VSNet.ConfigurationSettings..ctor(ManagedProjectBase project, XmlElem
ent elemConfig, DirectoryInfo outputDir)
   at NAnt.VSNet.ManagedProjectBase..ctor(SolutionBase solution, String projectP
ath, XmlElement xmlDefinition, SolutionTask solutionTask, TempFileCollection tfc
, GacCache gacCache, ReferencesResolver refResolver, DirectoryInfo outputDir)
   at NAnt.VSNet.VBProject..ctor(SolutionBase solution, String projectPath, XmlE
lement xmlDefinition, SolutionTask solutionTask, TempFileCollection tfc, GacCach
e gacCache, ReferencesResolver refResolver, DirectoryInfo outputDir)
   at NAnt.VSNet.ProjectFactory.CreateProject(SolutionBase solution, SolutionTas
k solutionTask, TempFileCollection tfc, GacCache gacCache, ReferencesResolver re
ferencesResolver, DirectoryInfo outputDir, String projectPath)
   at NAnt.VSNet.ProjectFactory.LoadProject(SolutionBase solution, SolutionTask
solutionTask, TempFileCollection tfc, GacCache gacCache, ReferencesResolver refe
rencesResolver, DirectoryInfo outputDir, String path)
   at NAnt.VSNet.SolutionBase.LoadProjects(GacCache gacCache, ReferencesResolver
 refResolver)
   at NAnt.VSNet.Everett.Solution..ctor(String solutionContent, SolutionTask sol
utionTask, TempFileCollection tfc, GacCache gacCache, ReferencesResolver refReso
lver)
   at NAnt.VSNet.SolutionFactory.LoadSolution(SolutionTask solutionTask, TempFil
eCollection tfc, GacCache gacCache, ReferencesResolver refResolver)
   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: 47.1 seconds.


C:\DevTools\nant>

Reply via email to