Re: [NAnt-users] Running from Visual Studio 2003

2006-07-13 Thread Ramya Niranjan
You have NAntRunner. This runs the NAnt scripts from within VS .NET ide. You can find this plugin at: http://nantrunner.sourceforge.net/   Rgds, Niranjan  On 7/13/06, Dave Paul <[EMAIL PROTECTED]> wrote: You can set up "External Tools" to do the job. I've got ones that callnant with arguments like

Re: [NAnt-users] String manipulation

2006-07-13 Thread Michael Craig
I didn't read this anywhere, I just know that I need ${} to access a property. Is it documented anywhere, that you don't need to nest the ${}? I imagine a lot of people run into this when doing string manipulation and/or function calls. It seems to me that a general not in the introductory section

Re: [NAnt-users] String manipulation

2006-07-13 Thread Gary Feldman
Michael Craig wrote: > I'm having trouble performing multiple string manipulations on a variable. > Any suggestions? > > snippet: > > http://svn/MySource/Trunk > http://svn/MyRef/Log4Net"; > > http://svn', '')}" /> > > > Don't nest the dollar signs ($). It should be, fo

Re: [NAnt-users] String manipulation

2006-07-13 Thread Noel Gifford
Properties that are being evaluated within an embedded evaluation don’t need quotes or to have ${  }.      Noel   From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Michael Craig Sent: Thursday, July 13, 2006 11:38 AM To: NAnt-users@lists.sourceforge.net Subject:

[NAnt-users] String manipulation

2006-07-13 Thread Michael Craig
I'm having trouble performing multiple string manipulations on a variable. Any suggestions?   snippet:   http://svn/MyRef/Log4Net"   ', 'http://svn', '')}" /> ', '/', '\')}" />       My result only displays this:     [echo] http://svn/BeClear/Trunk http://svn/Shared/Log4Net    [echo] ${p

Re: [NAnt-users] Running from Visual Studio 2003

2006-07-13 Thread Dave Paul
You can set up "External Tools" to do the job. I've got ones that call nant with arguments like "-e $(TargetName)-build". Make sure to check the "Use Output window" option, with the -e argument to nant you'll be able to click on errors in the output window and it will take you to the code locat

[NAnt-users] Running from Visual Studio 2003

2006-07-13 Thread Eric Lemes
Anyone knows a plugin for running nant scripts directly from VS 2003? Thanks, Eric - Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make yo

Re: [NAnt-users] cxx file extension

2006-07-13 Thread Ken . Rentz
.cxx is some sort of old and strange extension for a c++ file that Microsoft supports in it's IDE.  Apparently, the xx is supposed to look like ++ rotated 45 degrees.  I never use it, and I don't know of anyone else who does, but we have a couple of third party libraries that do. "Gert Driesen" <

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] Strange error with C# properties

2006-07-13 Thread Gert Driesen
Andy, I can't really tell why you get a different result when compiling your solution using NAnt. Would it be possible for you to send me a small repro for this ? Gert - Original Message - From: "Andy Duan Nguyen" <[EMAIL PROTECTED]> To: Sent: Thursday, July 13, 2006 12:29 AM Subject