Thanks for spotting this.  It should be fixed now.

Dave

-----Original Message-----
From: users-boun...@lists.ironpython.com 
[mailto:users-boun...@lists.ironpython.com] On Behalf Of Steve Dower
Sent: Sunday, June 27, 2010 2:49 PM
To: Discussion of IronPython
Subject: Re: [IronPython] Missing folders in SVN

I noticed this as well when one of the recent commits came through, figured it 
was going to be dealt with in good time.

While the plan is to remove support for .NET 2.0 (which required some extra 
classes) and make .NET 4.0 will be the official target, the project files in 
IronPython_Main still have all the .NET 2.0 references (with conditionals that 
MSBuild respects and VS seems to ignore). I assume these will be removed at 
some point, but until then the IDE is going to report these as issues.


2010/6/28 Lukas Cenovsky <cenov...@bakalari.cz>:
> Well, I just opened IronPython_Main\Solutions\IronPython.sln and the 
> following errors appear:
>
> C:\IronPython_Main\Runtime\Microsoft.Scripting.Core\Microsoft.Scriptin
> g.Core.csproj
> : error  : Unable to read the project file 
> 'Microsoft.Scripting.Core.csproj'.
> C:\IronPython_Main\Runtime\Microsoft.Scripting.Core\Microsoft.Scripting.Core.csproj:
> The project file could not be loaded. Could not find a part of the 
> path 
> 'C:\IronPython_Main\Runtime\Microsoft.Scripting.Core\Microsoft.Scripting.Core.csproj'.
>
> C:\IronPython_Main\Runtime\Microsoft.Scripting.Core\Microsoft.Scriptin
> g.ExtensionAttribute.csproj
> : error  : Unable to read the project file 
> 'Microsoft.Scripting.ExtensionAttribute.csproj'.
> C:\IronPython_Main\Runtime\Microsoft.Scripting.Core\Microsoft.Scripting.ExtensionAttribute.csproj:
> The project file could not be loaded. Could not find a part of the 
> path 
> 'C:\IronPython_Main\Runtime\Microsoft.Scripting.Core\Microsoft.Scripting.ExtensionAttribute.csproj'.
>
> But I tried building now and building Release and Silverlight4Release 
> succeeded, building Silverlight3Release failed.
>
> Trying Silverlight4Release however shown the following error:
>
> C:\IronPython_Main\bin\Silverlight4Release>Chiron.exe /d:python Chiron 
> - Silverlight Dynamic Language Development Utility. Version 1.0.0.0 
> Chiron serving 'C:\IronPython_Main\bin\Silverlight4Release\python' as 
> http://localhost:2060/
> 21:40:11 200       338 /css/screen.css
> 21:40:11 200     5 146 /index.html
> 21:40:11 200     1 249 /js/error.js
> 21:40:13 500       637 /app.xap [error generating XAP: Could not find
> assembly: System.Numerics.dll]
>
> Sure I know this is not yet even beta - just reporting my attempts.
>
> Btw. is a release date for 2.6.2 known already?
>
> --
> -- Lukáš
>
>
> On 27.6.2010 20:53, Curt Hagenlocher wrote:
>
> Those projects don't exist for .NET 4.0; did you want to build for 2.0 
> or 4.0?
>
> 2010/6/27 Lukas Cenovsky <cenov...@bakalari.cz>
>>
>>  Hi,
>> I wanted to build IronPython from sources but some files are missing:
>> Microsoft.Scripting.Core.csproj
>> Microsoft.Scripting.ExtensionAttribute.csproj
>>
>> Actually the whole folder 
>> IronPython_Main\Runtime\Microsoft.Scripting.Core
>> is missing.
>>
>> --
>> -- Lukáš
>>
>> _______________________________________________
>> Users mailing list
>> Users@lists.ironpython.com
>> http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
>
>
> _______________________________________________
> Users mailing list
> Users@lists.ironpython.com
> http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
>
>
> _______________________________________________
> Users mailing list
> Users@lists.ironpython.com
> http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
>
>
_______________________________________________
Users mailing list
Users@lists.ironpython.com
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
_______________________________________________
Users mailing list
Users@lists.ironpython.com
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com

Reply via email to