[mapguide-internals] build script confusion

UV uvwild at gmail.com
Wed Apr 8 08:13:47 EDT 2009


One thing I keep on stumbling about is that the postbuild.mak is 
creating a different directory structure than the Installer.

so the VS postbuild makes a structure
    $(config)/mgserver.exe
                 /*.dll
                  /FDO/*.dll
                  /Repositories
                  /Logs
                  /Resources
                  /Schema
                  /Temp
                  /Wfs
                  /Wms

the released installer (MGOS2.0.2) creates a structure like this

                  /Bin/mgserver.exe
                  /Bin/*.dll
                  /Bin/FDO/*.dll
                  /Repositories
                  /Logs
                  /Resources
                  /Schema
                  /Temp
                  /Wfs
                  /Wms

I lost at least a few days because of this difference. It means that the 
serverconfig is not compatible and things dont work together until this 
is figured out.
Why like this? 



More information about the mapguide-internals mailing list