> -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
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
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
-> 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
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
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
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