Re: [nant-dev] Upgrade to latest nightly build

2008-04-17 Thread Eric Fetzer
You'll have to change this extension to zip.  I tried to send this, but yahoo 
mail blocked my zip file.  Here's the specifics:

__

OK Gert, so if you run SmallRepro.build on a Win2K3 machine with 3.5 of the 
framework on it using the NAnt nightly build from 2008-02-10, you'll get the 
same error as below (error is also in my log file).
 
Thanks,
Eric



- Original Message 
From: Gert Driesen <[EMAIL PROTECTED]>
To: Eric Fetzer <[EMAIL PROTECTED]>; NAnt Developers 

Sent: Thursday, April 17, 2008 2:35:44 AM
Subject: RE: [nant-dev] Upgrade to latest nightly build


Eric,
 
Can you send me a small repro for this issue?
 
Thanks!
 
Gert 

From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Eric Fetzer
Sent: woensdag 16 april 2008 23:47
To: NAnt Developers
Subject: [nant-dev] Upgrade to latest nightly build


I upgraded to try out the 3.5 stuff again.  Well, in my build, I start with a 
2.0 project build and it no longer works.  Right before building this project, 
I set: .  With 
the 86rc1, this builds fine.  With 2/10 nightly, I get the error:
 
System.NullReferenceException: Object reference not set to an 
instance of an object.
   at NAnt.MSBuild.MSBuildConfiguration..ctor(MSBuildProject 
project, Project msproj, Configuration projectConfig) in 
d:\Source\nant-20080210T102007Z\src\NAnt.MSBuild\MSBuildConfiguration.cs:line 52
   at NAnt.MSBuild.MSBuildProject..ctor(SolutionBase solution, 
String projectPath, XmlElement xmlDefinition, SolutionTask solutionTask, 
TempFileCollection tfc, GacCache gacCache, ReferencesResolver refResolver, 
DirectoryInfo outputDir) in 
d:\Source\nant-20080210T102007Z\src\NAnt.MSBuild\MSBuildProject.cs:line 104
   at NAnt.MSBuild.MSBuildProjectProvider.GetInstance(SolutionBase 
solution, String projectPath, XmlElement xmlDefinition, SolutionTask 
solutionTask, TempFileCollection tfc, GacCache gacCache, ReferencesResolver 
refResolver, DirectoryInfo outputDir) in 
d:\Source\nant-20080210T102007Z\src\NAnt.MSBuild\MSBuildProjectProvider.cs:line 
45
   at NAnt.VSNet.ProjectFactory.CreateProject(SolutionBase 
solution, SolutionTask solutionTask, TempFileCollection tfc, GacCache gacCache, 
ReferencesResolver referencesResolver, DirectoryInfo outputDir, String 
projectPath) in 
d:\Source\nant-20080210T102007Z\src\NAnt.VSNet\ProjectFactory.cs:line 174
   at NAnt.VSNet.ProjectFactory.LoadProject(SolutionBase solution, 
SolutionTask solutionTask, TempFileCollection tfc, GacCache gacCache, 
ReferencesResolver referencesResolver, DirectoryInfo outputDir, String path) in 
d:\Source\nant-20080210T102007Z\src\NAnt.VSNet\ProjectFactory.cs:line 100
   at NAnt.VSNet.SolutionBase.LoadProjects(GacCache gacCache, 
ReferencesResolver refResolver, Hashtable explicitProjectDependencies) in 
d:\Source\nant-20080210T102007Z\src\NAnt.VSNet\SolutionBase.cs:line 392
   at NAnt.VSNet.SolutionBase..ctor(SolutionTask solutionTask, 
TempFileCollection tfc, GacCache gacCache, ReferencesResolver refResolver) in 
d:\Source\nant-20080210T102007Z\src\NAnt.VSNet\SolutionBase.cs:line 45
   at NAnt.VSNet.GenericSolution..ctor(SolutionTask solutionTask, 
TempFileCollection tfc, GacCache gacCache, ReferencesResolver refResolver) in 
d:\Source\nant-20080210T102007Z\src\NAnt.VSNet\GenericSolution.cs:line 36
   at NAnt.VSNet.SolutionFactory.LoadSolution(SolutionTask 
solutionTask, TempFileCollection tfc, GacCache gacCache, ReferencesResolver 
refResolver) in 
d:\Source\nant-20080210T102007Z\src\NAnt.VSNet\SolutionFactory.cs:line 63
   at NAnt.VSNet.Tasks.SolutionTask.ExecuteTask() in 
d:\Source\nant-20080210T102007Z\src\NAnt.VSNet\Tasks\SolutionTask.cs:line 454
   at NAnt.Core.Task.Execute() in 
d:\Source\nant-20080210T102007Z\src\NAnt.Core\Task.cs:line 186
   at NAnt.Core.Target.Execute() in 
d:\Source\nant-20080210T102007Z\src\NAnt.Core\Target.cs:line 247
   at NAnt.Core.Project.Execute(String targetName, Boolean 
forceDependencies) in 
d:\Source\nant-20080210T102007Z\src\NAnt.Core\Project.cs:line 917
   at NAnt.Core.Project.Execute() in 
d:\Source\nant-20080210T102007Z\src\NAnt.Core\Project.cs:line 869
   at NAnt.Core.Project.Run() in 
d:\Source\nant-20080210T102007Z\src\NAnt.Core\Project.cs:line 954

Please send bug report to [EMAIL PROTECTED]
 
 
 
 
Any help?
 
Thanks,
Eric



Be a better friend, newshound, and know-it-all with Yahoo! Mobile. Try it now.


  

Be a better friend, newshound, and 
know-it-all with Yahoo! Mobile.  Try it now.  
http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ

SmallRepro.whatever
Description: Zip compressed data
-
This SF.net email is sponsored by

Re: [nant-dev] Upgrade to latest nightly build

2008-04-17 Thread Eric Fetzer
You'll have to change this extension from .txt to .zip.  I tried to send the 
repro, but yahoo mail blocked my zip file.  Here's the specifics:

__

OK Gert, so if you run SmallRepro.build on a Win2K3 machine with 3.5 of the 
framework on it using the NAnt nightly build from 2008-02-10, you'll get the 
same error as below (error is also in my log file).
 
Thanks,
Eric



- Original Message 
From: Gert Driesen <[EMAIL PROTECTED]>
To: Eric Fetzer <[EMAIL PROTECTED]>; NAnt Developers 

Sent: Thursday, April 17, 2008 2:35:44 AM
Subject: RE: [nant-dev] Upgrade to latest nightly build


Eric,
 
Can you send me a small repro for this issue?
 
Thanks!
 
Gert 

From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Eric Fetzer
Sent: woensdag 16 april 2008 23:47
To: NAnt Developers
Subject: [nant-dev] Upgrade to latest nightly build


I upgraded to try out the 3.5 stuff again.  Well, in my build, I start with a 
2.0 project build and it no longer works.  Right before building this project, 
I set: .  With 
the 86rc1, this builds fine.  With 2/10 nightly, I get the error:
 
System.NullReferenceException: Object reference not set to an 
instance of an object.
   at NAnt.MSBuild.MSBuildConfiguration..ctor(MSBuildProject 
project, Project msproj, Configuration projectConfig) in 
d:\Source\nant-20080210T102007Z\src\NAnt.MSBuild\MSBuildConfiguration.cs:line 52
   at NAnt.MSBuild.MSBuildProject..ctor(SolutionBase solution, 
String projectPath, XmlElement xmlDefinition, SolutionTask solutionTask, 
TempFileCollection tfc, GacCache gacCache, ReferencesResolver refResolver, 
DirectoryInfo outputDir) in 
d:\Source\nant-20080210T102007Z\src\NAnt.MSBuild\MSBuildProject.cs:line 104
   at NAnt.MSBuild.MSBuildProjectProvider.GetInstance(SolutionBase 
solution, String projectPath, XmlElement xmlDefinition, SolutionTask 
solutionTask, TempFileCollection tfc, GacCache gacCache, ReferencesResolver 
refResolver, DirectoryInfo outputDir) in 
d:\Source\nant-20080210T102007Z\src\NAnt.MSBuild\MSBuildProjectProvider.cs:line 
45
   at NAnt.VSNet.ProjectFactory.CreateProject(SolutionBase 
solution, SolutionTask solutionTask, TempFileCollection tfc, GacCache gacCache, 
ReferencesResolver referencesResolver, DirectoryInfo outputDir, String 
projectPath) in 
d:\Source\nant-20080210T102007Z\src\NAnt.VSNet\ProjectFactory.cs:line 174
   at NAnt.VSNet.ProjectFactory.LoadProject(SolutionBase solution, 
SolutionTask solutionTask, TempFileCollection tfc, GacCache gacCache, 
ReferencesResolver referencesResolver, DirectoryInfo outputDir, String path) in 
d:\Source\nant-20080210T102007Z\src\NAnt.VSNet\ProjectFactory.cs:line 100
   at NAnt.VSNet.SolutionBase.LoadProjects(GacCache gacCache, 
ReferencesResolver refResolver, Hashtable explicitProjectDependencies) in 
d:\Source\nant-20080210T102007Z\src\NAnt.VSNet\SolutionBase.cs:line 392
   at NAnt.VSNet.SolutionBase..ctor(SolutionTask solutionTask, 
TempFileCollection tfc, GacCache gacCache, ReferencesResolver refResolver) in 
d:\Source\nant-20080210T102007Z\src\NAnt.VSNet\SolutionBase.cs:line 45
   at NAnt.VSNet.GenericSolution..ctor(SolutionTask solutionTask, 
TempFileCollection tfc, GacCache gacCache, ReferencesResolver refResolver) in 
d:\Source\nant-20080210T102007Z\src\NAnt.VSNet\GenericSolution.cs:line 36
   at NAnt.VSNet.SolutionFactory.LoadSolution(SolutionTask 
solutionTask, TempFileCollection tfc, GacCache gacCache, ReferencesResolver 
refResolver) in 
d:\Source\nant-20080210T102007Z\src\NAnt.VSNet\SolutionFactory.cs:line 63
   at NAnt.VSNet.Tasks.SolutionTask.ExecuteTask() in 
d:\Source\nant-20080210T102007Z\src\NAnt.VSNet\Tasks\SolutionTask.cs:line 454
   at NAnt.Core.Task.Execute() in 
d:\Source\nant-20080210T102007Z\src\NAnt.Core\Task.cs:line 186
   at NAnt.Core.Target.Execute() in 
d:\Source\nant-20080210T102007Z\src\NAnt.Core\Target.cs:line 247
   at NAnt.Core.Project.Execute(String targetName, Boolean 
forceDependencies) in 
d:\Source\nant-20080210T102007Z\src\NAnt.Core\Project.cs:line 917
   at NAnt.Core.Project.Execute() in 
d:\Source\nant-20080210T102007Z\src\NAnt.Core\Project.cs:line 869
   at NAnt.Core.Project.Run() in 
d:\Source\nant-20080210T102007Z\src\NAnt.Core\Project.cs:line 954

Please send bug report to [EMAIL PROTECTED]
 
 
 
 
Any help?
 
Thanks,
Eric



Be a better friend, newshound, and know-it-all with Yahoo! Mobile. Try it now.


  

Be a better friend, newshound, and 
know-it-all with Yahoo! Mobile.  Try it now.  
http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ

SmallRepro.txt
Description: Zip compressed data
-
This SF.net email is s

Re: [nant-dev] Upgrade to latest nightly build

2008-04-17 Thread Gert Driesen
Eric,
 
Can you send me a small repro for this issue?
 
Thanks!
 
Gert 
  _  

From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Eric
Fetzer
Sent: woensdag 16 april 2008 23:47
To: NAnt Developers
Subject: [nant-dev] Upgrade to latest nightly build


I upgraded to try out the 3.5 stuff again.  Well, in my build, I start with
a 2.0 project build and it no longer works.  Right before building this
project, I set: .  With the 86rc1, this builds fine.  With 2/10 nightly, I
get the error:
 
System.NullReferenceException: Object reference not set to an
instance of an object.
   at NAnt.MSBuild.MSBuildConfiguration..ctor(MSBuildProject
project, Project msproj, Configuration projectConfig) in
d:\Source\nant-20080210T102007Z\src\NAnt.MSBuild\MSBuildConfiguration.cs:lin
e 52
   at NAnt.MSBuild.MSBuildProject..ctor(SolutionBase solution,
String projectPath, XmlElement xmlDefinition, SolutionTask solutionTask,
TempFileCollection tfc, GacCache gacCache, ReferencesResolver refResolver,
DirectoryInfo outputDir) in
d:\Source\nant-20080210T102007Z\src\NAnt.MSBuild\MSBuildProject.cs:line 104
   at
NAnt.MSBuild.MSBuildProjectProvider.GetInstance(SolutionBase solution,
String projectPath, XmlElement xmlDefinition, SolutionTask solutionTask,
TempFileCollection tfc, GacCache gacCache, ReferencesResolver refResolver,
DirectoryInfo outputDir) in
d:\Source\nant-20080210T102007Z\src\NAnt.MSBuild\MSBuildProjectProvider.cs:l
ine 45
   at NAnt.VSNet.ProjectFactory.CreateProject(SolutionBase
solution, SolutionTask solutionTask, TempFileCollection tfc, GacCache
gacCache, ReferencesResolver referencesResolver, DirectoryInfo outputDir,
String projectPath) in
d:\Source\nant-20080210T102007Z\src\NAnt.VSNet\ProjectFactory.cs:line 174
   at NAnt.VSNet.ProjectFactory.LoadProject(SolutionBase
solution, SolutionTask solutionTask, TempFileCollection tfc, GacCache
gacCache, ReferencesResolver referencesResolver, DirectoryInfo outputDir,
String path) in
d:\Source\nant-20080210T102007Z\src\NAnt.VSNet\ProjectFactory.cs:line 100
   at NAnt.VSNet.SolutionBase.LoadProjects(GacCache gacCache,
ReferencesResolver refResolver, Hashtable explicitProjectDependencies) in
d:\Source\nant-20080210T102007Z\src\NAnt.VSNet\SolutionBase.cs:line 392
   at NAnt.VSNet.SolutionBase..ctor(SolutionTask solutionTask,
TempFileCollection tfc, GacCache gacCache, ReferencesResolver refResolver)
in d:\Source\nant-20080210T102007Z\src\NAnt.VSNet\SolutionBase.cs:line 45
   at NAnt.VSNet.GenericSolution..ctor(SolutionTask
solutionTask, TempFileCollection tfc, GacCache gacCache, ReferencesResolver
refResolver) in
d:\Source\nant-20080210T102007Z\src\NAnt.VSNet\GenericSolution.cs:line 36
   at NAnt.VSNet.SolutionFactory.LoadSolution(SolutionTask
solutionTask, TempFileCollection tfc, GacCache gacCache, ReferencesResolver
refResolver) in
d:\Source\nant-20080210T102007Z\src\NAnt.VSNet\SolutionFactory.cs:line 63
   at NAnt.VSNet.Tasks.SolutionTask.ExecuteTask() in
d:\Source\nant-20080210T102007Z\src\NAnt.VSNet\Tasks\SolutionTask.cs:line
454
   at NAnt.Core.Task.Execute() in
d:\Source\nant-20080210T102007Z\src\NAnt.Core\Task.cs:line 186
   at NAnt.Core.Target.Execute() in
d:\Source\nant-20080210T102007Z\src\NAnt.Core\Target.cs:line 247
   at NAnt.Core.Project.Execute(String targetName, Boolean
forceDependencies) in
d:\Source\nant-20080210T102007Z\src\NAnt.Core\Project.cs:line 917
   at NAnt.Core.Project.Execute() in
d:\Source\nant-20080210T102007Z\src\NAnt.Core\Project.cs:line 869
   at NAnt.Core.Project.Run() in
d:\Source\nant-20080210T102007Z\src\NAnt.Core\Project.cs:line 954

Please send bug report to [EMAIL PROTECTED]
 
 
 
 
Any help?
 
Thanks,
Eric

  _  

Be a better friend, newshound, and know-it-all with Yahoo! Mobile. Try
 it now.
-
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone___
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers