Hello,
I Followed the instructions indicated in the documentation, the building of NHibernate was OK, so i could get all the files indicated.
But when i try to test it, i launched the following command :
My Database Name nagiosstatic; user is ocs ang there is no Password.
Code:
C:\NHibernate>C:\nant-0.85-rc3\bin\NAnt.exe -D:project.config=release
-D:nhibernate.dialect="NHibernate.Dialect.MsSql2000Dialect" -D:nhibernate.connection.driver_class="NHibernate.Driver.SqlClientDriver" -D:nhibernate.connection.connection_string="Server=localhost:3306/nagiosstatic;initial catalog=nhibernate;User ID=ocs;Password=;Min Pool Size=2" test >output-release-test.log
The problem is that i don't get the file
NHibernate.Test.dll-results.xml as indicated.
MoreOver i don't know know how to use this results to star to write my mappings files.....to Start working with Hibernate