[mapguide-internals] Re: Build New Maestro

Jackie Ng jumpinjackie at gmail.com
Mon Apr 11 20:54:09 EDT 2011


There's currently 3 solutions in the Maestro source:

 1. An "SDK" solution (SDK\SDK.sln) consisting of the Maestro API and other
shared component libraries.
 2. A "Maestro" solution (Maestro\Maestro.sln) consisting of the Maestro
application and other plugin libraries, which uses built binaries from the
above SDK solution.
 3. An "all-in-one" solution (Maestro\Maestro_All.sln) which contains all
the above projects in one solution to make debugging easier.

build.bat only builds Solutions #1 and #2, because the way this is supposed
to be set up: 

SDK.sln + Maestro.sln = Maestro_All.sln

I'm guessing Maestro_All.sln has somehow messed up the build order of
SDK.sln and Maestro.sln

Just build Maestro_All.sln for now, which builds everything. When I have
time, I'll see if I can reproduce this problem from a fresh checkout.

- Jackie

--
View this message in context: http://osgeo-org.1803224.n2.nabble.com/Build-New-Maestro-tp6261937p6263458.html
Sent from the MapGuide Internals mailing list archive at Nabble.com.


More information about the mapguide-internals mailing list