Re: [NAnt-users] .NET 4.0 Support in the latest Nightly Release

2010-05-20 Thread Eric Teutsch
I've trying it, but I can't get NantContrib to play along, especially . - - NAnt.Core.BuildException - - - c:\builder\kfbx\build.nant.xml 28 6 I see that there's a folder in bin called extensions\common\2.0\ which contains nant.msbuild.dll. Does this mean that msbuild is not

Re: [NAnt-users] Return a value from NAnt script

2009-08-13 Thread Eric Teutsch
I echo an XML fragment into a file, which is then opened in the other script and interpreted. HTH, Eric T. From: Wilson, Brian [mailto:brian.wil...@dhr.alabama.gov] Sent: August 13, 2009 10:22 To: nant-users@lists.sourceforge.net Subject: [spam] [NAnt-users] Return a value from NAnt scrip

Re: [NAnt-users] [Bulk] Re: VS.Net 2005 and NAnt 0.85 - I'm going insanewiththis!!!!

2007-11-08 Thread Eric Teutsch
Just out of curiosity, why are you using for the msbuild, and not just ? _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Wayne Hartell Sent: Thursday, November 08, 2007 10:59 To: Bob Archer; nant-users@lists.sourceforge.net Subject: [Bulk] Re: [NAnt-users] VS.Net 2005

Re: [NAnt-users] [Bulk] Re: VS.Net 2005 and NAnt 0.85 - I'm going insane with this!!!!

2007-11-08 Thread Eric Teutsch
We're not calling the exec directly, but using It works fine this way (the task for vs2003 didn't work for us and we did what you did for it, but for vs2005 msbuild seems to be the way to go). Eric T. _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Markus Ewa

Re: [NAnt-users] long filenames in property overrides

2007-06-13 Thread Eric Teutsch
ngle property to identify the machine and use the if attribute to determine the values defined. This depends on how manyu machines you have I guess. Cheers, Bill Martin Applications Architect tel: 01789 200095 email: [EMAIL PROTECTED] >From "Eric Teutsch" <[EMAIL PROTECTED

Re: [NAnt-users] long filenames in property overrides

2007-06-13 Thread Eric Teutsch
6base=c:\program files\microsoft visual studio\vb98" to work, but since you say the switches are in a file I don't know if that will still be valid. (It would be from the command line). [Eric Teutsch] That doesn't work from the file. I need the file since I have about 20 's

[NAnt-users] long filenames in property overrides

2007-06-13 Thread Eric Teutsch
Can anybody suggest how I can squeeze a long filename with spaces into a -D switch? I've got a text file with a number of switches, like: -buildfile:proj.build.xml -logfile:proj.build.log -D:vb6base=c:\program files\microsoft visual studio\vb98 But that last switch is no good, since it s

Re: [NAnt-users] HelpStudio 3

2007-05-25 Thread Eric Teutsch
Try wrapping the command to build the help with start /wait As in: start /wait buildcmd Try it with Notepad. You'll see if you kick off Notepad in DOS, you'll get the prompt come back immediately. But if you put the start /wait in front, then the prompt will only return when Notepad is exited.