Re: [NAnt-users] Synchronizing Visual Studio projects to NAnt build

2006-07-19 Thread Shmarya Rubenstein
Personally, I agree with Karl... NAnt is just sooo much more powerful than plain old solutions...It's even worth maintaining NAnt and proj files - developers use csproj/vbproj files in VS, and building is done using 'clean' targets with wild-cards. It increases the developers overhead slightly, but

Re: [NAnt-users] Compile nant using ngen

2006-07-13 Thread Shmarya Rubenstein
Did you have to strong-name all the assemblies?On 7/11/06, Bonio Lopez <[EMAIL PROTECTED]> wrote: Dear all,Just wanted to let you know that nant runs much faster on my machine, after I have compiled nant.exe and most of nant tasks using ngen.With best regards,Boni---

Re: [NAnt-users] Change the appearance of the "Build failed" error msgs

2006-07-09 Thread Shmarya Rubenstein
Yeah... Configuration could be a bit of a drag...On 7/9/06, Gert Driesen <[EMAIL PROTECTED]> wrote: > -Original Message-> From: [EMAIL PROTECTED]> [mailto:[EMAIL PROTECTED]] On Behalf> Of Shmarya Rubenstein> Sent: zaterdag 8 juli 2006 20:08 > To: Gary

Re: [NAnt-users] Change the appearance of the "Build failed" error msgs

2006-07-08 Thread Shmarya Rubenstein
ionally, we could always decide on a background/foreground combination which is 'universally' acceptable, and change both background and foreground. This would be more jarring, but that's what we're after in any case Thanks, Shmarya Gary Feldman wrote: Shmarya Rubenste

Re: [NAnt-users] Change the appearance of the "Build failed" error msgs

2006-07-07 Thread Shmarya Rubenstein
onspecific point of view... Perhaps this functionality should simply not be available in 1.1 builds?Thoughts? On 7/7/06, Shmarya Rubenstein <[EMAIL PROTECTED]> wrote: AhI just noticed that the Console.ForegroundColor property is only available in .NET 2.0I am looking into a fix for 1.1 no

Re: [NAnt-users] Change the appearance of the "Build failed" error msgs

2006-07-07 Thread Shmarya Rubenstein
espace error.(In VS .NET 2003) but it went through in VS 2005. Is there any constraint that I need to rebuild the component only with 2005 and not with 2003?   Rgds, N  On 7/7/06, Shmarya Rubenstein <[EMAIL PROTECTED] > wrote: Hi all,I have attached a patch that sets the text "BUILD FAI

Re: [NAnt-users] Change the appearance of the "Build failed" error msgs

2006-07-07 Thread Shmarya Rubenstein
Hi all, I have attached a patch that sets the text "BUILD FAILED" to be red in the console output. It makes it easier to see that something went wrong... Thanks, ShmaryaOn 7/7/06, Gert Driesen <[EMAIL PROTECTED]> wrote: Robert,You should contact the respective team (draco.net, or cc.net).  This i

Re: [NAnt-users] Remote MSI install from NAnt

2006-07-04 Thread Shmarya Rubenstein
Awesome I've generally just used telnet to get to the target machine and then installed from command-line using msiexecOn 7/5/06, Max Shcherbina <[EMAIL PROTECTED]> wrote:  Hi,   Not pretending to invent something truly unique I wanted to post this code anyway with hope that someone might

Re: [NAnt-users] Question on Bill-of-Materials

2006-07-04 Thread Shmarya Rubenstein
what do you mean by "Bill of Materials"?On 7/3/06, Steve Kopp <[EMAIL PROTECTED] > wrote: Hi, I'm new to the nAnt user group and would like to know if anyone is creating a Bill of Materials fir a build.  Our source repository is StarTeam and am actually looking for member revision/versio

Re: [NAnt-users] How to add quotas to line?

2006-06-21 Thread Shmarya Rubenstein
Use the following:'Loggers')}">On 6/21/06, Bonio Lopez <[EMAIL PROTECTED] > wrote:Dear all,Following lineUsage: nant set_log -D:Loggers="e loger_names "e"Produces exception:NAnt.Core.BuildException: C:\XXX\default.build(32,82):Error loading buildfile. ---> System.Xml.XmlException: An error occurred

[NAnt-users] NET 2.0 ResGen error

2006-03-05 Thread Shmarya Rubenstein
Hi all,I'm getting some errors when running nant against the final release version of .NET 2.0: v2.0.50727The error is:[resgen] ResGen : error RG: Invalid command line syntax.  Switch: "/compile"  Bad value: "/usesourcepath".  Use ResGen /? for usage information. I'm using nant 0.85RC3 from 4/1