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
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
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
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
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
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
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
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.