[Mono-bugs] [Bug 360345] New: Unable to use .proj generated from solution files

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Sat Feb 9 06:47:58 EST 2008


https://bugzilla.novell.com/show_bug.cgi?id=360345


           Summary: Unable to use .proj generated from solution files
           Product: Mono: Class Libraries
           Version: SVN
          Platform: x86
        OS/Version: Linux
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: Ms.Build
        AssignedTo: marek.sieradzki at gmail.com
        ReportedBy: skolima at gmail.com
         QAContact: mono-bugs at lists.ximian.com
                CC: skolima at gmail.com
          Found By: ---


AFAIK xbuild isn't able to translate sln files to proj files. Thus I used
msbuild with "set MSBuildEmitSolution=1 " to save the temporary project it
generated and then tried to use the project on linux with xbuild. However, the
project uses CallTarget task, causing xbuild to fail:

[mono] ~/workspace/mono_svn/EVEMon-svn @ xbuild EVEMonCSharp.sln.proj
XBuild Engine Version 0.1
Mono, Version 1.9.0.0
Copyright (C) Marek Sieradzki 2005. All rights reserved.

Build started 2008-02-09 12:39:13.
__________________________________________________
Project "/home/skolima/workspace/mono_svn/EVEMon-svn/EVEMonCSharp.sln.proj"
(Build target(s)):

Target Build:
System.Exception: Not registered task CallTarget.
  at Microsoft.Build.BuildEngine.TaskDatabase.GetTypeFromClassName
(System.String classname) [0x00000]
  at Microsoft.Build.BuildEngine.BuildTask.get_Type () [0x00000]
  at Microsoft.Build.BuildEngine.BuildTask.InitializeTask () [0x00000]
  at Microsoft.Build.BuildEngine.BuildTask.Execute () [0x00000]

Build succeeded.
         0 Warning(s)
         1 Error(s)

Time Elapsed 00:00:00.0552970


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the mono-bugs mailing list