Chris,

Can you send me a small repro for this issue ?

If not, then please send me a debug log of running your build file (NAnt.exe
-debug -logfile:log.txt -buildfile:<your buildfile>).

Thanks !

Gert

> -----Original Message-----
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On Behalf Of 
> Chris Walton
> Sent: dinsdag 8 maart 2005 22:32
> To: nant-users@lists.sourceforge.net
> Subject: [Nant-users] Problem when running solution task...
> 
> We just upgraded to .85-rc2 version and started getting an error when
> running the solution task. We are getting the error...
> 
> 
> 
>  [solution] Building 'Project.Name' [debug] ...
>                [attrib] Setting file attributes for 7 files to Normal.
>                ...
>  [solution] Project is up-to-date.
>  [solution] Building satellite assemblies...
>              [solution]  -
> 
> BUILD FAILED - 1 non-fatal error(s), 5 warning(s)
> 
> Unexpected error while compiling project 'Project.Name'
>     Value cannot be null.
>     Parameter name: path1
> 
> 
> 
> 
> the task looks like this...
> 
> <solution
>       solutionfile="${path::combine(staging.project, 'cms.sln')}"
>       configuration="debug"
>       outputdir="some directory"
>       verbose="true"
> />
> 
> 
> This has just started, I have tried running the solution file 
> and doing each
> project as individual includes, same results.  Anybody have 
> any clue what I
> may be doing wrong?
> 
> 
> Thanks,
> 
> 
> 
> Chris Walton
> Software Engineer
> Microsoft Certified Professional
> 
> Advanced Systems Technology, Inc.
> [EMAIL PROTECTED]
> (850) 475-4013
> 



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Nant-users mailing list
Nant-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to