Projects
New Ticket     Wiki     Browse Source     Timeline     Roadmap     Bug Reports     Search

Ticket #15137 (new defect)

Opened 6 months ago

Last modified 3 days ago

nant 0.85 fails to build under Mono 1.9

Reported by: aronnax@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 1.6.0
Keywords: Cc:
Port:

Description

The first problem is that in Mono 1.9, calling the obsolete LoadWithPartialName generates an error rather than a warning. Solved by changing LoadWithPartialName to plain old Load.

Second problem with funny characters in path is fixed according to http://lists.ximian.com/pipermail/mono-bugs/2006-November/050390.html. I have fixed the port of nant on my computer. I am attaching a new Portfile and two new patchfiles.

Attachments

Portfile (0.9 kB) - added by aronnax@… 6 months ago.
Updated portfile
patch-PkgConfigFunctions.cs (0.5 kB) - added by aronnax@… 6 months ago.
Patch for PkgConfigFunctions.cs
patch-ScriptTask.cs (0.7 kB) - added by aronnax@… 6 months ago.
Patch for ScriptTask.cs

Change History

Changed 6 months ago by aronnax@…

Updated portfile

Changed 6 months ago by aronnax@…

Patch for PkgConfigFunctions.cs

Changed 6 months ago by aronnax@…

Patch for ScriptTask.cs

Changed 8 weeks ago by andrea.bedini@…

thanks, it works for me.

Changed 3 days ago by dbueno@…

This also works for me, using mono 2.0.

Note: See TracTickets for help on using tickets.