I'm a newcomer to NAnt. I'm trying to do a task and everything's
fine unless my source code is in a path that contains whitespace. In that
case, the compiler complains. There are two solutions. First, use
relative pathnames. Second, put quotes around the source code
filenames. Unfortuna
Can anyone point me to what I am doing wrong here? I
am trying to use the task:
This is the error I get:
BUILD FAILED
Registry Path Not Found! -
key='\SOFTWARE\Microsoft\.NETFramework\';hive='Micros
oft.Win32.RegistryHive[]';
Anyone see what I am doing wrong here? I am using the
example righ
Chris,
There is no need to build the binaries to use the release. The files in
"bin" are a release build from the supplied source. They are ready to use,
and don't require a re-build.
---
This SF.net email is sponsored by: Does your code think
Hi all,
I have posted a test schema at http://nant.sf.net/schema/nant-current.xsd.
It was generated automatically from the new
nantschema task that is now in cvs.
Note: I will setup the nightly builds to generate
this file automatically in a few days.
Later,
Scott
I've checked in a patch that makes the vbc task use the rootnamespace
when compiling resources. The behaviour now better mimics vs.net.
- if you have Form1, no namespace declared and no rootnamespace you'll
get form1.resources
- Form1, no namespace and rootnamespace set to SomeRootNamespace :
I'll take a look at it.
Ian
I just tried nant-20030314 and had the same problem...the build worked but the resources were missing the assembly prefix.
-Brian
From: Ian MacLean [mailto:[EMAIL PROTECTED]
Sent: Thu 3/20/2003 9:18 AM
To: Brian Moore (NCD)
Cc: [EM
Trevor,
Are you using the latest nant build ? Input paths should be properly
quoted now. Try a daily build - http://nant.sourceforge.net/builds/
Ian
I'm a newcomer to NAnt. I'm trying to do a task and everything's
fine unless my source code is in a path that contains whitespace. In
that cas