Re: [nhusers] Schema Management Tool

2010-02-18 Thread Diego Mijelshon
Dave, Nice work! Contributions are always welcome in healthy open source communities. My suggestion is that you host the project on Google Code or SourceForge (I prefer the former), with a reasonable license (NH itself uses LGPL). Good luck! Diego 2010/2/17 newman.de > Hi all, > > Allow m

Re: [nhusers] Schema Management Tool

2010-02-17 Thread Fabio Maulo
only a note.. To add a dll or to add multiple dll you can use the hibernate.cfg.xml only. 2010/2/17 newman.de > Hi all, > > Allow me to preface this by saying I don't do much Open Source > development so please excuse me if this is not the correct place for > this discussion, or if I am reinvent

Re: [nhusers] Schema Management Tool

2010-02-17 Thread Paulo Quicoli
Hi Dave, for me it's very cool and needed. Just as you, I also make update schemas in a NUnit test, that is what we have at moment. But now, your tool introduces a good alternative. I agree, a command line tool is necessary, and also, a GUI tool would be nice. Thanks for your time and work 2010/2

[nhusers] Schema Management Tool

2010-02-17 Thread newman.de
Hi all, Allow me to preface this by saying I don't do much Open Source development so please excuse me if this is not the correct place for this discussion, or if I am reinventing the wheel. As many of you know, NHibernate provides a simple API for Creating, Updating, and Dropping a schema that i