[mapguide-internals] Re: Unit testing and Builds Integration

Trevor Wekel trevor_wekel at otxsystems.com
Thu Mar 31 09:58:40 EDT 2011


Thanks for the feedback Jackie.  I suspect the Autodesk developers would prefer a .Net / NUnit solution as well.

Regards,
Trevor


-----Original Message-----
From: mapguide-internals-bounces at lists.osgeo.org [mailto:mapguide-internals-bounces at lists.osgeo.org] On Behalf Of Jackie Ng
Sent: March 31, 2011 12:51 AM
To: mapguide-internals at lists.osgeo.org
Subject: [mapguide-internals] Re: Unit testing and Builds Integration

Technically speaking it should be possible for .net wrappers to work on linux
via Mono, as the SWIG generated code uses P/Invokes which is a clean native
interop technology that is supported in Mono. The names in the DllImport
attributes that SWIG generates are extension-less thus theoretically
speaking P/Invoke should be able to resolve this to a matching .dll of the
same name in windows and a .so of the same name in Linux.

I guess what I am trying to say is I prefer .net / NUnit as this is my
comfort zone and I could easily port the existing web extension test suite
to this CI stack if it were the case. Time/resources permitting of course.

- Jackie

--
View this message in context: http://osgeo-org.1803224.n2.nabble.com/Unit-testing-and-Builds-Integration-tp6223383p6226079.html
Sent from the MapGuide Internals mailing list archive at Nabble.com.
_______________________________________________
mapguide-internals mailing list
mapguide-internals at lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapguide-internals



More information about the mapguide-internals mailing list