List Info

Thread: Native support for VS2005 Projects in Monodevelop




Native support for VS2005 Projects in Monodevelop
user name
2006-12-21 19:06:12
Ankit Jain escribió:
> What error did you get?

Yesterday I got a very long error inside a huge error
dialog. However
with today's last checkins to MonoDevelop now I get this
error:

/home/knocte/(...)/mcs/nunit20/nunit.sln(3): Unsupported or
unrecognized
project: 'samplesjsharpjsharp.vjsproj'. See logs.
/home/knocte/(...)/mcs/nunit20/nunit.sln(7): Unsupported or
unrecognized
project : 'samplescpp-samplecpp-sample.vcproj'. See logs.
/home/knocte/(...)/mcs/nunit20/nunit.sln(11): Unsupported or
unrecognized project: 'installinstall.vdproj'. See logs.

I suppose that this .sln file contains project types not
supported by
MonoDevelop (by now, and never I suppose), so a nice
workaround to allow
to work with a solution like this would be this feature:

http
://bugzilla.ximian.com/show_bug.cgi?id=77723

Regards,

	Andrés	[ knocte ]


BTW: I am seeing that the project I wanted to open, when
built with
NAnt, a "buildbin" is created, instead of
creating a "build +
Path.DirectorySeparatorChar + bin", so this is not
cross-platform.
-- 


_______________________________________________
Monodevelop-list mailing list
Monodevelop-listlists.ximian.com
http://lists.ximian.com/mailman/listinfo/monodevelop-li
st
Native support for VS2005 Projects in Monodevelop
user name
2006-12-21 20:02:14
Hi,

> /home/knocte/(...)/mcs/nunit20/nunit.sln(3):
Unsupported or unrecognized
> project: 'samplesjsharpjsharp.vjsproj'. See logs.
> /home/knocte/(...)/mcs/nunit20/nunit.sln(7):
Unsupported or unrecognized
> project : 'samplescpp-samplecpp-sample.vcproj'. See
logs.
> /home/knocte/(...)/mcs/nunit20/nunit.sln(11):
Unsupported or
> unrecognized project: 'installinstall.vdproj'. See
logs.

Earlier you had mentioned that you were trying to load
nunit20.sln, but here you
are loading nunit.sln . The *20.sln references vs2005
(msbuild) format
project files,
where nunit.sln references some vs2003 projects.
nunit20.sln loads up fine.

The addin doesn't provide native support for vs2003
projects. I should
be checking on the
"format version" on the .sln file i guess, and
report a summary or
something of the errors.

> I suppose that this .sln file contains project types
not supported by
> MonoDevelop (by now, and never I suppose), so a nice
workaround to allow
> to work with a solution like this would be this
feature:

Actually the addin does try to ensure that even if it is
unable to load some
projects the rest do open. What it _doesn't_ do right now is
show up failed
projects solution explorer in MD. I do have that on my todo


> BTW: I am seeing that the project I wanted to open,
when built with
> NAnt, a "buildbin" is created, instead of
creating a "build +
> Path.DirectorySeparatorChar + bin", so this is not
cross-platform.

MD uses the correct directory seperator for the
files/directories. I'm not sure
what nant does, but i don't think that relates to MD here.

Thanks for testing 

Regards,
Ankit

-- 
Blog : http://ankitj.blogspot.com

_______________________________________________
Monodevelop-list mailing list
Monodevelop-listlists.ximian.com
http://lists.ximian.com/mailman/listinfo/monodevelop-li
st
Native support for VS2005 Projects in Monodevelop
user name
2006-12-21 20:14:17
Hi Andres, 

> Yesterday I got a very long error inside a huge error
dialog. 
> However with today's last checkins to MonoDevelop now I
get 
> this error:
> 
> /home/knocte/(...)/mcs/nunit20/nunit.sln(3):
Unsupported or 
> unrecognized
> project: 'samplesjsharpjsharp.vjsproj'. See logs.
> /home/knocte/(...)/mcs/nunit20/nunit.sln(7):
Unsupported or 
> unrecognized project : 
> 'samplescpp-samplecpp-sample.vcproj'. See logs.
> /home/knocte/(...)/mcs/nunit20/nunit.sln(11):
Unsupported or 
> unrecognized project: 'installinstall.vdproj'. See
logs.

This is slightly off the point, but FWIW the latest NUnit
solutions 
from the NUnit project are pure C# to avoid this situation
for
those who want to build NUnit.

Charlie


_______________________________________________
Monodevelop-list mailing list
Monodevelop-listlists.ximian.com
http://lists.ximian.com/mailman/listinfo/monodevelop-li
st
Native support for VS2005 Projects in Monodevelop
user name
2006-12-21 20:29:18
Ankit Jain escribió:
> Hi,
> 
>> /home/knocte/(...)/mcs/nunit20/nunit.sln(3):
Unsupported or unrecognized
>> project: 'samplesjsharpjsharp.vjsproj'. See logs.
>> /home/knocte/(...)/mcs/nunit20/nunit.sln(7):
Unsupported or unrecognized
>> project : 'samplescpp-samplecpp-sample.vcproj'.
See logs.
>> /home/knocte/(...)/mcs/nunit20/nunit.sln(11):
Unsupported or
>> unrecognized project: 'installinstall.vdproj'. See
logs.
> 
> Earlier you had mentioned that you were trying to load
nunit20.sln, but here you
> are loading nunit.sln . 

You're right! I got confused.
I have now tried to load nunit20.sln and it works well, no
errors, so I
suppose your commit fixed it.

> The *20.sln references vs2005 (msbuild) format
> project files,
> where nunit.sln references some vs2003 projects.
> nunit20.sln loads up fine.
> 
> The addin doesn't provide native support for vs2003
projects. I should
> be checking on the
> "format version" on the .sln file i guess,
and report a summary or
> something of the errors.

I see. Well, then we have a weird behaviour in MonoDevelop

because:

- VS2003 projects can be imported, but not used.
- VS2005 projects can be used, but not imported.


>> I suppose that this .sln file contains project
types not supported by
>> MonoDevelop (by now, and never I suppose), so a
nice workaround to allow
>> to work with a solution like this would be this
feature:
> 
> Actually the addin does try to ensure that even if it
is unable to load some
> projects the rest do open. What it _doesn't_ do right
now is show up failed
> projects solution explorer in MD. I do have that on my
todo 

It would be nice too, to give a more user-friendly message,
at least for
the VS2003 case, instead of just saying "unsupported or
unrecognized",
what about "VS2003 projects cannot be used natively by
MonoDevelop yet,
but you can import it to a MonoDevelop project format"?

>> BTW: I am seeing that the project I wanted to open,
when built with
>> NAnt, a "buildbin" is created, instead
of creating a "build +
>> Path.DirectorySeparatorChar + bin", so this is
not cross-platform.
> 
> MD uses the correct directory seperator for the
files/directories. I'm not sure
> what nant does, but i don't think that relates to MD
here.

I know that this doesn't relates to MD, but the message was
also being
posted to mono-list . What I
guess is that the NAnt xml file is
incorrect, but don't know how to fix it.

> Thanks for testing 

You're welcome! ;)

Regards,

	Andrés	[ knocte ]

-- 

_______________________________________________
Monodevelop-list mailing list
Monodevelop-listlists.ximian.com
http://lists.ximian.com/mailman/listinfo/monodevelop-li
st
[1-4]

about | contact  Other archives ( Real Estate discussion Medical topics )