Hi friends.
The last change of nhibernate-mapping.xsd (revision 3302) broke the compilation.
When we change the nhibernate-mapping.xsd we must do something else:
0) change the xsd
1) Clean the "EveryThing" solution
2) Build all
3) open console and change dir to "src\NHibernate.Tool.HbmXsd\bin\Debug"
4) run: hbmxsd ..\..\..\NHibernate\Cfg\MappingSchema\Hbm.generated.cs
5) compile NH
6) run all tests
7) Commit
8) implement the new feature to binders
9) .... enjoy new features ;)
This is only to remember us that we have something to do in the NAnt build (I'm not sure that we have a JIRA about that but it is a know problem from long time).
Bye.
Fabio Maulo
P.S. I'm going to revert changes of 3302.