RE: [Nant-users] NAnt on Mono on Linux

2005-03-20 Thread Gert Driesen
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > McKenna, Simon (RGH) > Sent: maandag 21 maart 2005 3:21 > To: 'nant-users@lists.sourceforge.net' > Subject: [Nant-users] NAnt on Mono on Linux > > Greetings, > > I've been working on a project s

[Nant-users] Compiling VC++

2005-03-20 Thread Robert Smith
I've looked through the mail archives, wiki, and documentation and I've not seen an example of utilizing a task to compile a VC++ .dsw...I see how to compile a single .cpp with the task, but is there a way to compile using a .dsw (a workspace with multiple applications)? Does someone have some sn

RE: [Nant-users] VS.Net Solution having references to the Dlls onnetwork folder

2005-03-20 Thread Damian Sharrock
Hi guys, we get a similar problem when running NAnt from a network share. I think this will solve your problem.   Open ‘Micosoft .NET Framework 1.1 Configuration’ from the administrative tools menu. Navigate to: Runtime Security Policy=>Machine=>Code Groups=>All Code Add a

RE: [Nant-users] NAnt on Mono on Linux

2005-03-20 Thread McKenna, Simon (RGH)
-> What flags did you pass to configure for mono ? None, or rather the defaults, I just followed the README: cd mono ./autogen.sh --prefix=/usr/local make get-monolite-latest make make check make install [snip] -> Could you post the complete build ouput and perhaps a sample -> .build file Sure

Re: [Nant-users] NAnt on Mono on Linux

2005-03-20 Thread Ian MacLean
McKenna, Simon (RGH) wrote: Third problem: after building and installing latest source for both NAnt and Mono in Linux, NAnt seems happy and most of my project is working. However, any call to a

[Nant-users] NAnt on Mono on Linux

2005-03-20 Thread McKenna, Simon (RGH)
Greetings, I've been working on a project subverting NAnt for Subversion administration. One of the goals is cross-platform use, so i've been trying to get NAnt running on Mono on Linux (it's running fine under Windows on both .NET and Mono runtimes) The first problem under Linux was a bug in

RE: [Nant-users] Could someone explain this nant runtime error to me?

2005-03-20 Thread Gert Driesen
Hi Michael, This issue is caused by a assembly remapping bug in Mono (which was recently fixed). Try using Mono 1.1.5. GErt > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Michael Flippin > Sent: maandag 14 maart 2005 2:10 > To: nant-users@li