History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: BOO-1012
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Marcus Griep
Reporter: Cedric Vivier
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Boo

Cannot build boo msbuild task on .NET 2.0 since rev. 2910

Created: 13/May/08 05:25 PM   Updated: 14/May/08 01:35 PM
Component/s: None
Affects Version/s: 0.8.1
Fix Version/s: 0.8.2

Time Tracking:
Not Specified

Environment: MS.NET 2.0


 Description  « Hide
Current ExecBoo task code uses a method only available with .NET >= 3.5 :

http://msdn.microsoft.com/en-us/library/ms126324.aspx

msbuild:

     [booc] Compiling 6 files to 'C:\dev\boo\build\Boo.Microsoft.Build.Tasks.dll
'.
     [booc] C:\dev\boo\src\Boo.Microsoft.Build.Tasks\ExecBoo.boo(83,38): BCE0023
: No appropriate version of 'Microsoft.Build.Utilities.TaskLoggingHelper.LogErro
rFromException' for the argument list '(System.Exception, bool, bool, string)' w
as found.
     [booc] C:\dev\boo\src\Boo.Microsoft.Build.Tasks\ExecBoo.boo(119,42): BCE002
3: No appropriate version of 'Microsoft.Build.Utilities.TaskLoggingHelper.LogErr
orFromException' for the argument list '(System.Exception, bool, bool, string)'
was found.
     [booc] 2 error(s).

I'm not familiar with msbuild so I prefer not trying to fix this myself.
Marcus I dared assigning this to you directly, hope you don't mind



 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Marcus Griep - 14/May/08 09:24 AM
I will take a look. I probably need to add an ifdef somewheres.

Marcus Griep - 14/May/08 01:35 PM
Uses the shorter, less informative, but more compatible method overload.