Author Login
Post Reply
Jira is down right now, but here is a patch, not sure of sf takes
attachments. The patch adds support to only build certain pieces of
NHibernate.
-- From Sample Build Commands.txt
## You can exclude certain modules from being built by setting
following properties to false
##
## with.caches (Will disable building all caches)
## with.syscache
## with.syscache2
## with.memcache
## with.prevalence
## with.tasks
## with.mapping
## with.search
## with.ora.types
## with.sql.types
## with.tools
## with.jet
## with.examples
## with.validator
##
## - or -
##
## You can set with.core.only=true and then add the modules you want by
## specifiy true instead of false.
##
## Build Everything But Jet
NAnt -D:with.jet=false
## Build Only The Core
NAnt -D:with.core.only=true
## Build SysCache2, and Search
NAnt -D:with.core.only=true -D:with.syscache2=true -D:with.search=true

Attachment:
NH-Build-Modules.patch (zipped)-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Nhibernate-development mailing list
Nhibernate-development@(protected)
https://lists.sourceforge.net/lists/listinfo/nhibernate-development