[mapguide-trac] #1063: Assemblies created by RFC 68 doesn't include
the necessary reference.
MapGuide Open Source
trac_mapguide at osgeo.org
Wed Aug 5 21:26:32 EDT 2009
#1063: Assemblies created by RFC 68 doesn't include the necessary reference.
-----------------------+----------------------------------------------------
Reporter: leaf | Owner: Leaf Li
Type: defect | Status: new
Priority: medium | Milestone:
Component: Web API | Version: 2.0.2
Severity: trivial | Keywords:
External_id: |
-----------------------+----------------------------------------------------
In RFC 68, we add the following assemblies into MapGuide Web API.
OSGeo.MapGuide.Foundation.dll
OSGeo.MapGuide.Geometry.dll: depends on OSGeo.MapGuide.Foundation.dll.
OSGeo.MapGuide.PlatformBase.dll: depends on OSGeo.MapGuide.Foundation.dll
and OSGeo.MapGuide.Geometry.dll.
OSGeo.MapGuide.MapGuideCommon.dll: depends on
OSGeo.MapGuide.Foundation.dll, OSGeo.MapGuide.Geometry.dll, and
OSGeo.MapGuide.PlatformBase.dll.
OSGeo.MapGuide.Web.dll:depends on OSGeo.MapGuide.Foundation.dll,
OSGeo.MapGuide.Geometry.dll, OSGeo.MapGuide.PlatformBase.dll and
OSGeo.MapGuide.MapGuideCommon.dll.
Those assebmly
However, when creating the last four assemblies above, I used /addmodule
instead of /reference. It results in classes can't be resolved in the last
four assemblies when you add reference to the last four assebmlies.
So we need modify the following four makefiles to use the correct flag.
GeometryMakeFile
PlatformBaseMakeFile
MapGuideCommonMakeFile
WebMakeFile
--
Ticket URL: <http://trac.osgeo.org/mapguide/ticket/1063>
MapGuide Open Source <http://mapguide.osgeo.org/>
MapGuide Open Source Internals
More information about the mapguide-trac
mailing list