Hello Everybody,I'm trying to create an automated build for one of our projects. Right now I'm using the task and it's working fine for C# projects.The problem I have is with .VDPROJ projects, in my case these projects just create a couple of .CAB files. Does anybody know what is the best way to c
It seems to me that someone that wants this can run Nant in multiple
processes rather that trying to make some of nant muti-threaded.
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Richard
Gavel
Sent: Thursday, October 26, 2006 4:48 PM
To: nant-users@l
I also have had thought on how to make Nant run tasks in a multi-processing
manner. My basic thought is to create a custom task based off of a task
container. Various attributes would determine how many can run at a time.
But, and here is where I'd like some feedback, should I spwan threads and
run
Thanks guys, your suggestions did the trick.
>-Original Message-
>From: Guy Metz [mailto:[EMAIL PROTECTED]
>Sent: Wednesday, October 25, 2006 8:20 AM
>To: Steve Valaitis; nant-users@lists.sourceforge.net
>Subject: RE: [NAnt-users] task not passing properties.
>
>Are the properties that y
Yeah, we use it to determine the location of (a specific version of) Mono.
In the future, we'll need this to be able to support multiple versions of
Mono (on the same system).
Not sure if we should fallback to the mono that is in the PATH if the
devel-package is not installed.
- Origina
I tried the following command, but get "no package found":
[EMAIL PROTECTED] ~]# pkg-config --modversion mono
Package mono was not found in the pkg-config search path.
Perhaps you should add the directory containing `mono.pc'
to the PKG_CONFIG_PATH environment variable
No package 'mono' found
I d