I'm trying to modify my build system to support local gac installs for
testing libraries instead of copying them into the bin directory of a
web app.
My install looks like:
/usr/bin/gacutil -root .gac/usr/lib -check_refs -i KMBS.SEC.dll
KMBS.SEC installed into the gac (.gac/usr/lib/mono/gac)
and my MONO_GAC_PREFIX=.gac/usr
Clearly I'm missing something very simple, but I'm not sure what. When
I run `tree .gac` I get the following:
.gac
|-- opt
| `-- KonicaMinolta
| `-- lib
| `-- groove
| `-- KMBS.SEC.dll
`-- usr
`-- lib
`-- mono
`-- gac
|-- KMBS.SEC
`-- 1.0.6.1__bb18fc1c6f4c99da
|-- KMBS.SEC.dll
`-- KMBS.SEC.dll.mdb
Any help would be greatly appreciated.
Thanks in advance,
~ Matthew
_______________________________________________
Mono-list maillist - [email protected]
http://lists.ximian.com/mailman/listinfo/mono-list