Re: [NAnt-users] The current runtime framework 'mono-2.0' isnotcorrectly configured..

2007-03-27 Thread Tim Shephard
Cheers! That was the problem. It complained that glib-2.0 was missing. I went yum install glib2-devel and that fixed it. Thanks again. (by the way, I've run into this problem many times on different platforms I've tried to install nant on..) On 3/27/07, Gert Driesen <[EMAIL PROTECTED]> wrote

Re: [NAnt-users] The current runtime framework 'mono-2.0' isnotcorrectly configured..

2007-03-27 Thread Gert Driesen
- Original Message - From: "Tim Shephard" <[EMAIL PROTECTED]> To: "Gert Driesen" <[EMAIL PROTECTED]> Cc: Sent: Tuesday, March 27, 2007 2:51 PM Subject: Re: [NAnt-users] The current runtime framework 'mono-2.0' isnotcorrectly configured.. > > >> You should just add the directory contai

Re: [NAnt-users] [ANN] compiling solution file is very veryslowinnant

2007-03-27 Thread Phil Sayers
we use nant to build our application. it is 4 separate vs.net (2003) solutions. we just fire them one after the other in a nant script. after playing with our configuration i've noticed the following. a decent amount of time is spent copying assemblies between "bin" folders "up" the reference tr

Re: [NAnt-users] The current runtime framework 'mono-2.0' is notcorrectly configured..

2007-03-27 Thread Tim Shephard
> > You should just add the directory containing "mono.pc" to the > PKG_CONFIG_PATH environment variable. > ls /usr/lib/pkgconfig dotnet.pc fuse.pc libgdiplus.pc mono-cairo.pc mono-nunit.pc mono.pc PKG_CONFIG_PATH=/usr/lib/pkgconfig Still get the same error.. --

Re: [NAnt-users] [ANN] compiling solution file is very very slowinnant

2007-03-27 Thread Bonio Lopez
Hi, How long does it take with devenv ${root.dir}\Source_Code\REIOSSolution\REIOS-ServiceLayerAndDependencies.sln /build debug ? IMHO the problem seems to be somehow related to the network storage/traffic. Best regards, Boni _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of

Re: [NAnt-users] [ANN] compiling solution file is very very slow innant

2007-03-27 Thread Evans, Jonathan (2)
I can only speculate - because I haven't used the solution task - but is it because .NET is compiling the web solutions using http rather than the file system, and this is slowing everything down? If you took those projects out of the solution and compiled them using the csc task and local file

Re: [NAnt-users] [ANN] compiling solution file is very very slow innant

2007-03-27 Thread Rosy Malhotra
My solution file is having around 57 projects. 5 of them are web application. Web application takes lot of time to compile. I am using following code to compile my solution files. Since morning I am compiling this solution, till now ..it is keep on compiling one web service.

Re: [NAnt-users] [ANN] compiling solution file is very very slow in nant

2007-03-27 Thread Evans, Jonathan (2)
I have a build with 35 projects that I am compiling with individual build files using csc called from a master build file. Including a huge amount of ndoc documentation it only takes about 20 minutes. How big are your projects and how slow is your build machine? _ Jonathan Evans

Re: [NAnt-users] [ANN] compiling solution file is very very slowin nant

2007-03-27 Thread David Jones
[Cross-post with ccnet-users removed] How long does msbuild take to compile the solution? If it's pretty quick then there's probably an issue with your nant script - check there's not some horrific recursion - using a fileset like: without excluding the top-level build file

Re: [NAnt-users] [ANN] compiling solution file is very very slowin nant

2007-03-27 Thread Bonio Lopez
Hi, Compilers just need time for their work.I SUPPOSE, that nant "overhead" is not crucial in your case. If some of your projects are independent, you could try to compile in parallel. Nant natively does not support the parallel compilation. But it could be be easily implemented on top of nant usi

Re: [NAnt-users] The current runtime framework 'mono-2.0' is notcorrectly configured..

2007-03-27 Thread Gert Driesen
- Original Message - From: "Tim Shephard" <[EMAIL PROTECTED]> To: Sent: Tuesday, March 27, 2007 12:37 PM Subject: [NAnt-users] The current runtime framework 'mono-2.0' is notcorrectly configured.. > Probably a FAQ, but I couldn't find anything particularly definitive > for what seems

Re: [NAnt-users] Infomation Required

2007-03-27 Thread David Jones
There is an msbuild task in nant-contrib (http://nantcontrib.sourceforge.net/release/latest/help/tasks/msbuild.ht ml) I use it like this for web apps: Where current.build.config is Debug/Release etc, you could add the project attri

[NAnt-users] The current runtime framework 'mono-2.0' is not correctly configured..

2007-03-27 Thread Tim Shephard
Probably a FAQ, but I couldn't find anything particularly definitive for what seems to be a very common install problem on linux. I went yum install mono-complete (which includeds mono-devel) and then yum install nant Both of which were installed successfully on a fresh EC2 instance. However, wh

Re: [NAnt-users] Infomation Required

2007-03-27 Thread Chris Lambrou
Deepak, I'm not exactly sure what support NAnt has specifically for building VS 2005 solutions, as it's been a little while since I looked into this. However, we solve this problem on our own build server by using an task to invoke MSBuild, which is what VS 2005 appears to use internally to buil

[NAnt-users] Infomation Required

2007-03-27 Thread Deepak Surendran
Hiya, I need some information regading NANT. We are not able to compile the solution for VS 2005 using NANT.Will this feature will be avaible in the next version or the upcoming version. Regards, Deepak S - Take Surveys.