[Nant-users] I don't understand the VBC task, get system errors

2005-02-19 Thread stephan
Hi there, I'm trying to get VBC working with my project. I use heavily COM interop. I'm using nant-0.85-rc2. This is my vbc task: target name="compile" description="Compile project">     optioncompare="text" optionexplicit="true" optionstrict="true" removeintchecks="false" rootnamespace="testl

Re: [Nant-users] How to accelerate nant builds?

2005-02-19 Thread Troy Laurin
Claudio Pacciarini wrote: Hi guys! I wonder: how could I accelerate my NAnt builds? Any trick will be appreciated. Currently, I'm building 28 projects. If I do "nant clean build", it takes 99.7 seconds to finish, which is ok (it takes time to compile, it's not NAnt's fault). No problem here. B

[Nant-users] NAnt on OSX mono 1.1.4

2005-02-19 Thread Russell Balest
I'm completely new to NAnt. I have mono 1.1.4 installed on OSX ( 10.3.6 panther ). I've tried both NAnt 0.85rc2 and the nightly build from Feb 8 2005. I have removed the line in src/NAnt.Console/App.config ( supportedRuntime version ... ) which was causing errors while building the bootst

Re: [Nant-users] How to accelerate nant builds?

2005-02-19 Thread Brad Wilson
28 projects isn't very many. What does your build file look like? In the past, I've done a build, and matched "**.csproj", which took much longer than specifying all the projects explicitly (very much like what you describe... a couple seconds vs. 15-20 seconds). - Brad On Fri, 18 Feb 2005 13:5

RE: [Nant-users] building nant 0.85-rc2 on Mac OS X

2005-02-19 Thread Gert Driesen
Nick, This issue is caused by a bug in Mono that was fixed only very recently. Sadly, this fix was not part of the 1.1.4 release of Mono. Gert > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > [EMAIL PROTECTED] > Sent: vrijdag 18 februari 2005 18

RE: [Nant-users] TRASK

2005-02-19 Thread Gert Driesen
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Payeur, Francis - Groupe Ultima Inc. > Sent: vrijdag 18 februari 2005 17:04 > To: 'nant-users@lists.sourceforge.net' > Subject: [Nant-users] TRASK > > I ame using the VErsion task in a projet wi

[Nant-users] and root dir

2005-02-19 Thread Rajbeer Dhatt
Hi -- The release notes for 0.85-rc1 under say "The root directory of a site is now configurable." How is this accomplished? I couldn't find anything in the docs (or the source) to indicate how this is done. Thanks! -- [EMAIL PROTECTED] SDF Public Access UNIX System - http://sdf.lonestar.org

[Nant-users] TRASK

2005-02-19 Thread Payeur, Francis - Groupe Ultima Inc.
I ame using the VErsion task in a projet with the prefix parameter and nothing seem to be added to the property like discribe in the doc. Francis C. Payeur Programmeur Analyste Groupe Ultima inc. (514) 722-0024 poste 321 1 800 547-6873 [EMAIL PROTECTED] ---

[Nant-users] building nant 0.85-rc2 on Mac OS X

2005-02-19 Thread nickburlett
This is my first attempt at using .Net at all, so bear with me if I'm doing something incredibly stupid. I'm trying to build nant 0.85-rc2 on Mac OS X using Mono 1.1.4, and I get an error: [EMAIL PROTECTED]|113> make mkdir -p bootstrap cp -R lib/ bootstrap/lib # Mono loads log4net before private

[Nant-users] How to accelerate nant builds?

2005-02-19 Thread Claudio Pacciarini
Hi guys! I wonder: how could I accelerate my NAnt builds? Any trick will be appreciated. Currently, I'm building 28 projects. If I do "nant clean build", it takes 99.7 seconds to finish, which is ok (it takes time to compile, it's not NAnt's fault). No problem here. But then, right after build