I just copied the required assemblies to "bin" folder of my web project and referenced it by manual assembly browsing. I've used the MonoRail stable release without compiling, just downloaded the assemblies and used. I'll try to compile the github sources in future and post here the results.
My issue with ActiveRecord was the PostgreSQL communication between Npgsql driver and ActiveRecord, I've tested with MySQL and it runs perfectly (scaffolding, manual CRUD...). Windsor works fine too. I've used MonoRail in Ubuntu 10.04 with Mono 2.4 (current stable package). You can try it in Windows, I guess... Actually I need to move my jobs for Windows (need to use the lastest stable version of Db4o and it doesn't run in Mono 2.4, only 2.6 or higher), my development tests always works with Mono's XSP web server in any OS. On 31 jul, 08:45, Michael Maddox <[email protected]> wrote: > Timóteo, > > What version of the Castle source did you pull? The trunk from github? > > Did you try xbuild at all? > > Can you share details of any of the things you did to get MonoDevelop > to compile the source successfully? > > -Michael Maddoxhttp://www.capprime.com/software_development_weblog/ > > 2010/6/28 Timóteo Ramos <[email protected]>: > > > At this moment, I can run Monorail with NVelocity without problems... > > My only issue is with ActiveRecord, I can't use it correctly, it > > always throws a cast exception ("cannot cast from source type to > > destination type", some like this), but the initialization is normal > > (PostgreSQL connection runs correctly, the DB schema was created). > > > My new plans for Monorail studying are search about DB4O and Spark > > View Engine, the possibilities of running it together with all the > > incredible Monorail resources. > > > Thanks for recommending, I sent a mail to Patrick and will wait for > > reply. > > > On 26 jun, 18:18, Krzysztof Koźmic <[email protected]> wrote: > >> Timóteo, > > >> Great you want to help us better run on Mono. We had some people working > >> on this in the past (most notably Patrick who's hosting our Linux build > >> agent) > >> but we never got to a point where all the tests would run properly to > >> give us confidence that everything workds fine. > > >> IIRC at the current stage, we have xbuld scripts that run on Mono. > >> I suggest it would be best to get in touch with Patrick, and find out > >> what the current state of Linux support is, and pick it up from there. > > >> Cheers, > >> Krzysztof > > >> On 26/06/2010 9:49 PM, Timóteo Ramos wrote: > > >> > I'm new on this list, and started my studies about MonoRail some days > >> > ago. When I see (and searched a bit in google), there's not a linux- > >> > specific package (.tar.gz/.tar.bz2 with sources or just makefiles to > >> > install binaries). Does someone working on this? > > >> > If not, I'm insterested on this... Today I got to install and register > >> > some Castle Project assemblies just for testing, registering these > >> > assemblies on GAC and registering manually some of these in pkg-config > >> > for using into MonoDevelop. My first attempts were using bash scripts, > >> > but the final result was very ugly and ridiculous (but functional :D), > >> > my second attempt will be translate this script to a simple makefile > >> > and generate the .pc files automatically. The final objective is > >> > simply uncompress the official .zip file from sourceforge and copy my > >> > makefile to uncompressed bin folder, then type 'make install' as root > >> > (or 'sudo make install' for Debian/Ubuntu-like users) to install and > >> > register the correct dependencies, like a Windows installer. > > > -- > > You received this message because you are subscribed to the Google Groups > > "Castle Project Development List" group. > > To post to this group, send email to [email protected]. > > To unsubscribe from this group, send email to > > [email protected]. > > For more options, visit this group > > athttp://groups.google.com/group/castle-project-devel?hl=en. -- You received this message because you are subscribed to the Google Groups "Castle Project Development List" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/castle-project-devel?hl=en.
